@charset "utf-8";

header,
nav,
main,
aside,
footer,
figure,
figcaption {
	display: block;
	}

@media screen {

@supports (font: var(--name)) and (grid: auto / 1fr) {

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/css/font-face/source-sans-pro-regular.woff2') format('woff2'),
		url('/css/font-face/source-sans-pro-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/css/font-face/source-sans-pro-italic.woff2') format('woff2'),
		url('/css/font-face/source-sans-pro-italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/css/font-face/source-sans-pro-semibold.woff2') format('woff2'),
		url('/css/font-face/source-sans-pro-semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

:root {
	--verlauf-header: linear-gradient(to right, #2C6825, #9AF490);
	--dist-lr: 15px;
	--standard-trans: .35s;
	}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: none;
	color: inherit;
	font: inherit;
	vertical-align: baseline;
	text-align: inherit;
	box-sizing: border-box;
	}

html {
	background: #D0F2AE;
	font-size: 100%; /* Initialisierung */
	overflow-y: scroll;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	}

html::before {
	display: none !important; /* Meldung für veraltete Browser ausblenden */
	}

body {
	font: 400 1.2rem/1.4 'Source Sans Pro', sans-serif;
	color: rgb(50, 50, 50);
	padding-top: 100px;
	}


main,
footer {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* ältere Browser, vor allem IE */
	word-break: break-word; /* ältere Webkits */
	overflow-wrap: break-word; /* neuere Browser */
	overflow-wrap: anywhere; /* moderne Browser */
	}

ul,
ol {
	list-style: none;
	}

h1,
h2,
h3 {
	line-height: 1.2;
	font-weight: 600;
	}

h1 {
	font-size: 1.55em;
	padding-bottom: 1em;
	}

h2,
h3 {
	color: #738E0F;
	font-size: 1.4em;
	padding-bottom: 1em;
	}

h3 {
	font-size: 1.25em;
	}

main ul:not([id]):not([class]) li,
main dl:not([id]):not([class]) dd {
	position: relative;
	padding-left: 15px;
	}

main ul:not([id]):not([class]) li::before,
main dl:not([id]):not([class]) dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: .4em;
	height: .4em;
	background: linear-gradient(#E0F78C, #6A840D);
	border-radius: 100%;
	}

a {
	text-decoration: none;
	}

main a,
footer a {
	color: #F24D89;
	font-weight: 600;
	text-decoration: underline;
	}

main a:hover,
footer a:hover {
	text-decoration: none;
	}

main p,
main ul,
main dl,
main address {
	padding-bottom: 1.2em;
	}

main strong {
	font-weight: 600;
	}

main dd {
	padding-left: 20px;
	}

main dd + dt {
	padding-top: 1.2em;
	}

img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin-bottom: 20px;
	border: 3px solid #fff;
	border-radius: 15px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .5);
	}

/* font-boosting in Chrome verhindern - leider immer noch (2022) ein Thema.
	Interessanterweise hilft bei Text in einfachen Listen nicht max-height
	für <li>, sondern nur für <ul>. */

p, ul, dl, address,
h1, h2, h3, h4, h5, h6,
header, nav, footer,
table, tr, th, td {
	max-height: 9999em;
	}

/* ============================================================ */
/* zentrale Elemente */

strong#logo,
strong#logo * {
	display: block;
	}

strong#logo span {
	color: #fff;
	font-size: 7.5vw;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 1px;
	white-space: nowrap;
	text-shadow: 0 1px 1px #000;
	}

/*
@supports (background-clip: text) or (-webkit-background-clip: text) {

strong#logo span {
	background: linear-gradient(#fff, #c0c0c0);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	}

}
*/

main {
	min-height: 700px;
	background: #fff;
	border: 3px solid #5AAA50;
	border-radius: 25px;
	margin: 0 var(--dist-lr);
	padding: 15px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .35);
	}

footer {
	text-align: center;
	padding: 15px var(--dist-lr);
	}

footer * {
	color: #000 !important;
	}

/* ============================================================ */
/* Navigation */

nav#navigation {
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	}

nav#navigation a,
nav#navigation li > strong {
	display: block;
	color: #F24D89;
	font-weight: 600;
	}

nav#navigation a:hover,
nav#navigation li > strong {
	color: #000;
	}

nav#navigation > b:first-child {
	display: none;
	}

/* ============================================================ */
/* Startseite */



/* ============================================================ */
/* weitere Formatierungen */

html#seite-saengerin-soloprogramme h2 {
	padding: 0;
	}

dl#regie dt {
	float: left;
	clear: left;
	width: 3.5em;
	padding: 0;
	}

dl#regie dd {
	margin-left: 4em;
	padding: 0 0 1em;
	}

/* ============================================================ */
/* Clearfix */

main::after,
html#seite-regie dl::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	overflow: hidden;
	}

/* ============================================================ */
/* Layout in Abhängigkeit von der Viewport-Breite */

@media (min-width: 520px) {

strong#logo span {
	font-size: 2em;
	letter-spacing: 2px;
	}

nav#navigation > b:first-child {
	top: 18px !important;
	}

}

@media (min-width: 600px) {

:root {
	--dist-lr: 25px;
	}

main {
	padding: 20px 25px;
	}

}

@media (min-width: 800px) {

:root {
	--dist-lr: 35px;
	}

main {
	padding: 20px 40px;
	}

}

@media (min-width: 900px) {

main > figure {
	max-width: 460px;
	float: right;
	margin: 0 0 25px 25px;
	}

main ul.fotos {
	display: flex;
	flex: 1 1 auto;
	}

main ul.fotos li {
	min-width: 0;
	}

main ul.fotos li + li {
	margin-left: 15px;
	}

main ul.fotos:nth-of-type(1) li:nth-child(1) {
	width: 40%;
	max-width: 300px;
	}

}

/* ============================================================ */
/* mobile Navigation */

@media not screen and (min-width: 61em) {

strong#logo {
	position: fixed;
	top: 0;
	left: var(--dist-lr);
	right: var(--dist-lr);
	z-index: 2;
	background: var(--verlauf-header);
	border: 3px solid #fff;
	border-top: none;
	border-radius: 0 0 25px 25px;
	padding: 10px 15px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .35);
	}

nav#navigation a,
nav#navigation li > strong {
	padding: 5px var(--dist-lr);
	}

/* fixiertes Menü öffnet per Klick */

nav#navigation > b:first-child {
	display: block;
	position: fixed;
	top: 3vw;
	right: calc(var(--dist-lr) + 18px);
	z-index: 3;
	width: 34px;
	height: 34px;
	cursor: pointer;
	}

nav#navigation > b:first-child b,
nav#navigation > b:first-child b::before,
nav#navigation > b:first-child b::after {
	position: absolute;
	width: 24px;
	height: 2px;
	background: #000;
	}

nav#navigation > b:first-child b {
	top: 50%;
	left: 5px;
	}

nav#navigation > b:first-child b::before,
nav#navigation > b:first-child b::after {
	content: "";
	left: 0;
	}

nav#navigation > b:first-child b::before {
	top: -8px;
	}

nav#navigation > b:first-child b::after {
	top: 8px;
	}

html.mobile-nav nav#navigation > b:first-child b {
	background: transparent;
	}

html.mobile-nav nav#navigation > b:first-child b::before,
html.mobile-nav nav#navigation > b:first-child b::after {
	top: 0;
	}

html.mobile-nav nav#navigation > b:first-child b::before {
	transform: rotate(45deg);
	}

html.mobile-nav nav#navigation > b:first-child b::after {
	transform: rotate(-45deg);
	}

/* Menü geschlossen/geöffnet */

nav#navigation > ul {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: calc(100% - 110px);
	background: #fff;
	opacity: 0;
	border-style: solid;
	border-color: #fff;
	border-top-width: 90px;
	border-bottom-width: 0;
	overflow-y: scroll;
	transition: top var(--standard-trans), border-top-width var(--standard-trans), bottom var(--standard-trans), border-bottom-width 0s, opacity var(--standard-trans);
	}

html.mobile-nav nav#navigation > ul {
	border-bottom-width: 400px;
	bottom: -400px !important;
	opacity: 1;
	transition: top var(--standard-trans), border-top-width var(--standard-trans), bottom var(--standard-trans), border-bottom-width 0s var(--standard-trans), opacity var(--standard-trans);
	}

}

/* ============================================================ */
/* Desktop-Navigation */

@media (min-width: 61em) {

:root {
	}

body {
	padding-top: 170px;
	}

header {
	position: fixed;
	top: 0;
	left: var(--dist-lr);
	right: var(--dist-lr);
	z-index: 1;
	background: #fff;
	border: 3px solid #fff;
	border-top: none;
	border-radius: 0 0 25px 25px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .35);
	}

strong#logo {
	position: relative;
	z-index: 2;
	background: var(--verlauf-header);
	padding: 10px 10px 8px 15px;
	}

nav#navigation {
	font-size: 1em;
	}

nav#navigation > ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	}

nav#navigation a,
nav#navigation li > strong {
	padding: 15px;
	}

@media (min-width: 1200px) {

header,
main {
	width: 1100px;
	margin: 0 auto;
	}

header {
	left: 50%;
	right: auto;
	margin: 0 0 0 -550px;
	}

}

}

}

/* ============================================================ */
/* veraltete Browser zeigen Hinweis */

html {
	font-family: sans-serif;
	}

html::before {
	content: "Ihr Browser wird nicht mehr unterstützt. Die Website wird daher in einem stark vereinfachten Design angezeigt.";
	display: block;
	max-width: 27em;
	background: rgb(247, 247, 247);
	color: #000;
	font: 100%/1.2 sans-serif;
	border: 2px solid orange;
	margin: 12px 8px 25px;
	padding: 10px;
	border-radius: 10px;
	}

}

/* ============================================================ */
/* Drucken */

@media print {

* {
	background: none !important;
	color: rgb(50, 50, 50) !important;
	font-family: Arial, sans-serif !important;
	font-style: normal !important;
	border: none !important;
	}

li,
img {
	page-break-inside: avoid !important;
	}

img {
	height: auto !important;
	width: auto !important;
	max-width: 50% !important;
	}

nav#site-navigation,
footer {
	display: none !important;
	}

}
