body
{	margin: 0;
	padding: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #3A4A5C;
}

img
{	width: 100%;
	display: block;
}


/* Schriften */

@font-face
{	font-display: swap;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	src: url('image/dm-sans-v17-latin-regular.woff2') format('woff2');
}

@font-face
{	font-display: swap;
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 400;
	src: url('image/dm-sans-v17-latin-italic.woff2') format('woff2');
}


@font-face
{	font-display: swap;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	src: url('image/playfair-display-v40-latin-700.woff2') format('woff2');
}

@font-face
{	font-display: swap;
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 700;
	src: url('image/playfair-display-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


h2
{	font-family: 'Playfair Display', sans-serif;
	font-weight: 700;
	color: #1A2332;
	font-size: 1.7em;

	line-height: 1.25;
	margin-bottom: 1rem;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	box-sizing: border-box;
}

/* Header mit Video definieren*/

.placeholder
{	height: 100px;
}


.header
{	position: fixed;
	color: #2E5DAD;
	padding: 10px 1em 1em 160px;
	top: 0;
	left: 0px;
	width: calc(100vw - 187px);
	min-height: 80px;
	background-color: #F7F9FA;
	font-size: 0.6em;
	border-bottom: 1px solid #8ECEF9;
	box-shadow: 0 2px 20px rgba(34,120,181,0.12);
	z-index: 25;

	display: flex;
	align-items: center;
}


.header h1
{	font-weight: 400;
	font-size: 1.8em;
	margin: 10px 0 0 0;
}

.logo
{	position: fixed;
	top: 10px;
	left: 55px;
	width: 80px;
}

.nav-logo
{	flex-shrink: 0;
	position: fixed;
	top: 10px;
	left: 150px;
}

.nav-sup
{	font-weight: 300;
	font-size: 1.7em;
}

.nav-link
{	margin-left: 170px;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;

	flex-grow: 1;
	text-align: center;
}

.nav-link a
{	font-size: 1.4em;
	color: #000000;
	text-decoration: none;

	padding: 6px 14px;
	border-radius: 6px;
	transition: background 0.2s, color 0.2s;
}

.nav-link a:hover
{	background-color: #E8F4FD;
	color: #000080;
}


.mail-link a
{	color: #FFFFFF;
	background-color: #93038B;
	text-decoration: none;

	padding: 6px 14px;
	border-radius: 6px;
	transition: background 0.2s, color 0.2s;
}

.mail-link a:hover
{	background-color: #6F0369;
	color: #FFFFFF;
}


/* Fade-in und Fade-out vond <div> definieren */

.fade-in
{	opacity: 0;
	transform: translateY(60px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.is-visible
{	opacity: 1;
	transform: translateY(0);
}


/* Envelopes mit Hintergründen und/oder Rahmen definieren */

.neutralEnv
{	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	padding-top: 3em;
	background-color: #FFFFFF;
}

.bildEnv
{	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;

/*	background-image: linear-gradient(145deg, rgba(0, 120, 180, 0.5), rgba(80, 0, 0, 0.7)),url('image/geigen.jpg'); */

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 400px;
	color: #FFFFFF;
}

.darkEnv
{	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	padding-top: 3em;
	background-color: #0F4F80;
}

.blackEnv
{	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	padding-top: 3em;
	background-color: #1A2332;
}


/* Boxes mit Hintergründen und/oder Rahmen definieren */

.frameBox
{	margin: 0.3em;
	padding: 0.2em;
	background-color: #F4F9FD;
	min-width: 300px;
	max-width: 533px;
	border: 1px solid #8ECEF9;
}

.frameBox h2
{	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	padding: 3px 3px 3px 0.5em;
	color: #0F4F80;
	background: #E8F4FD;
}


h2.lila
{	color: #6F0369;
	background: #FDE8F2;
}


.neutralBox
{	padding: 1em;
	min-width: 300px;
	max-width: 620px;
	flex: 1;

	margin-top: auto;
	margin-bottom: auto;

	scroll-margin-top: 140px;

	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-direction: column;
}

.neutralBox h1
{	font-family: 'Playfair Display', sans-serif;
	font-weight: 700;
	font-size: 2.5em;
}

.neutralBox h2
{	font-family: 'DM Sans', sans-serif;
	color: #6F0369;
	font-size: 0.8em;
	text-transform: uppercase;
}


.topLineBox
{	padding: 1em;
	min-width: 300px;
	max-width: 633px;
	flex: 1;

	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-direction: column;
}



.gremiumBox
{	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.22);
	font-weight: 400;
	font-size: 0.8em;
	color: rgba(255,255,255,0.9);
	text-transform: uppercase;
	padding:  0px 14px 0 14px;
	margin-top: 5em;
	border-radius: 5px; 
}

.aboutBox
{	padding: 10px 3px 3px 20px;
	text-transform: uppercase;
}



.bildBox
{	padding: 1em;
	min-width: 300px;
	max-width: 620px;
	min-height: 450px;
	flex: 1;

	margin-top: auto;
	margin-bottom: auto;

	scroll-margin-top: 140px;

	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-direction: column;
}


.bildBox h1
{	font-family: 'Playfair Display', sans-serif;
	font-weight: 700;
	font-size: 2.7em;
}




.hinweisBox a
{	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.22);
	color: rgba(255,255,255,0.9);
	padding:  6px 14px;
	border-radius: 5px; 
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.hinweisBox a:hover
{	background: rgba(255,255,255,0.4);
}


.actions
{	display: flex;
	gap: 12px;
	flex-wrap: wrap;

	margin-bottom: 8em;
}



.lila
{	color: #D06FD0;
	font-style: italic;
}


video
{	display: block;
	width: 90%;
	height: auto;

	margin: 4%;

	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 15px;

	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

video.is-ready
{	opacity: 1;
}


.teamEnv
{	position: relative;
	z-index: 10;

	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
	gap: 20px;
	width: 95%;
	max-width: 1000px;
	margin: 1em;
}

.teamBox
{	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0.8em;

	border: 1px solid #8ECEF9;
	background-color: #f9f9f9;
	box-sizing: border-box;
	overflow: hidden;
	transition: height 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.teamBox-wrapper:hover img
{	height: auto;
	z-index: 15;
	transform: scale(1.05);
}

.teamBox-wrapper
{	position: relative;
	height: 370px;
}

.teamBox-wrapper img
{	transition: transform 0.3s ease;
}

 /* "750px" springt nicht */
.teamBox-wrapper:hover .teamBox
{	position: relative;

	height: auto;
	min-height: 100%;
	z-index: 15;
}

.teamBox-wrapper:hover img
{	height: 350px;
	z-index: 15;
	transform: scale(1.05);
}



.teamExtra
{	visibility: hidden;
}

.teamBox-wrapper:hover .teamExtra
{	visibility: visible;
}




.teamBox p
{	padding: 0 20px 0 20px;
}

.teamBox img
{	height: 160px;
	object-fit: cover;    
	object-position: top;

	position: relative;
	top: -2em;

	width: 100%;
	max-width: 400px;
}

.teamBox h1
{	font-family: 'Playfair Display', sans-serif;
	font-size: 18px;
	line-height: 1.75;
	padding: 3px 3px 3px 20px;
}

.teamBox h2
{	font-family: 'DM Sans', sans-serif;
	color: #FFFFFF; 
	font-size: 0.8em;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;

	background-color: #93038B;
	border-radius: 12px;

	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 10;
}

/*
.teamBox:hover h2
{	z-index: 15;
}
 */





.darkBox
{	padding: 1em;

/*	background: linear-gradient(135deg, #0F4F80 0%, #034C86 100%);
	background: linear-gradient(135deg, red 0%, #034C86 100%); */
	background-color: #0F4F80; 

	color: #C2D3E1;
	min-width: 300px;
	max-width: 633px;
	flex: 1;

	margin-top: auto;
	margin-bottom: auto;

	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-direction: column;
}

.darkBox h1
{	font-family: 'Playfair Display', sans-serif;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.8em;
}

.darkBox h2
{	font-family: 'DM Sans', sans-serif;
	color: #C2D3E1;
	font-size: 0.8em;
	text-transform: uppercase;
}

.darkBox i
{	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	color: rgba(255,255,255,0.92);
}


.blackBox
{	padding: 2em;
	background-color: #1A2332;
	min-width: 200px;
	max-width: 633px;
	flex: 1;

	margin-top: auto;
	margin-bottom: auto;

	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-direction: column;
}


.blackBox p
{	color: #A3A7Ad;
	font-size: 0.8em;
}

.blackBox h2
{	font-family: 'DM Sans', sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	text-transform: uppercase;
}


.blackBox a
{	color: #A3A7Ad;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.blackBox a:hover
{	color: #FFFFFF;
}


hr
{	width: 100%;
	height: 2px;
	background-color: #2C3442;
	border: none;
	margin: 0;
}


/* Bullets definieren */

ul
{	list-style-type: none;
	padding: 0;
	padding-left: 2em;
}

li
{	position: relative;
	top: 0px;
	margin: 1em;
}

ul li::before
{	content: "";
	position: absolute;
	left: -1.5em;
	top: 0.5em; /* Vertikale Zentrierung an der ersten Textzeile */
	width: 10px;
	height: 10px;
	background-color: #93038B;
}


/* Footer definieren*/

.footLine
{	padding: 1em;

	background-color: #000000;
	color: #FFFFFF;
}
