@font-face {font-family:'Inter';src:local("Inter"),url('Inter-VariableFont_slnt,wght.ttf') format('truetype');font-weight:100 900}

.x {display:none}
.h1{display: flex;flex-direction:column;color:#011A38;margin-bottom:48px;text-transform:uppercase}
.h1-em-1 {font-size:25px;font-weight:100}
.h1-em-2 {font-size:40px;font-weight:900}
.h1-em-3 {text-transform:uppercase;font-size:20px;display:flex;align-items:center;font-weight:600}
.h1-em-3-span-1 {flex-basis: 30px;flex-grow:0;background-color:#000;height:3px}
.h1-em-3-span-2 {padding:0 6px}
.h1-em-3-span-3 {color:#037DBF}
.h1-em-3-span-4 {flex-grow:1;background-color:#011A38;height:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}




html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}



html, body, header, main, section, footer, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, figure, figcaption, img, nav, a, article, address, button, small, em {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	list-style-type:none;
	font-style:unset;
}

img {
	display:block;
	width:100%;
	height:auto;
}

body {font-family:Inter;color:#4B5C72}

h1 {
	display:flex;
	flex-direction:column;
	color:#011A38;
	margin-bottom:48px;
	text-transform:uppercase;
}
h1 > em:nth-of-type(1) {
	font-size:25px;
	font-weight:100;
}
h1 > em:nth-of-type(2) {
	font-size:40px;
	font-weight:900;
}


h1 > em:nth-of-type(3) {
	text-transform:uppercase;
	font-size:20px;
	display:flex;
	align-items:center;
	font-weight:600;
}

h1 > em:nth-of-type(3) > span:nth-of-type(1){
	flex-basis:30px;
	flex-grow:0;
	background-color:#000;
	height:3px;
}
h1 > em:nth-of-type(3) > span:nth-of-type(2){
	padding:0 6px;
}
h1 > em:nth-of-type(3) > span:nth-of-type(2) span {
	color:#037DBF;
}

h1 > em:nth-of-type(3) > span:nth-of-type(3){
	flex-grow:1;
	background-color:#011A38;
	height:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

.top_header {
	display:flex;
	flex-direction:column;
	color:#011A38;
	margin-bottom:48px;
	text-transform:uppercase;
}

.top_header > div:nth-of-type(1) h1 {
	display:inline;
	font-size:25px;
	font-weight:100;
}
.top_header > div:nth-of-type(2) {
	font-size:40px;
	font-weight:900;
}


.top_header > div:nth-of-type(3) {
	text-transform:uppercase;
	font-size:20px;
	display:flex;
	align-items:center;
	font-weight:600;
}

.top_header > div:nth-of-type(3) > span:nth-of-type(1){
	flex-basis:30px;
	flex-grow:0;
	background-color:#000;
	height:3px;
}
.top_header > div:nth-of-type(3) > span:nth-of-type(2){
	padding:0 6px;
}
.top_header > div:nth-of-type(3) > span:nth-of-type(2) span {
	color:#037DBF;
}

.top_header > div:nth-of-type(3) > span:nth-of-type(3){
	flex-grow:1;
	background-color:#011A38;
	height:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}


.header_h2_span {
	
}
.header_h2_span h2 {
	text-transform:uppercase;
	margin:0;
}

.header_h2_span span:nth-of-type(1) {
	font-size:15px;
	font-weight:600;
	color:#011A38;
	text-transform:uppercase;
}

h2 {
font-size:20px;
font-weight:900;
color:#011A38;
margin-bottom:18px;
text-transform:uppercase;
}
h3 {
text-transform: uppercase;
margin-top:48px;
margin-bottom:18px;
color:#037DBF;
font-weight:700;
font-size:13px;
}

.h3 {
display:block;
text-transform: uppercase;
margin-top:48px;
margin-bottom:18px;
color:#037DBF;
font-weight:700;
font-size:13px;
}

p {
font-size:15px;
line-height:28px;
font-weight:300
}


article {
	margin-top:78px;
}

figure {
position:relative;
display:flex;
flex-direction:column;
background-color:#011A38;
border-radius:5px;
margin-top:48px;
}
figcaption {
	position:absolute;
	bottom:11px;
}
figcaption span {
	width:max-content;
	display:block;
	font-size:11px;
	color:#C1C4D2;
	line-height:11px;
	letter-spacing:4px;
	color:#011A38;
	background-color:#27ADDD;
	padding:6px 3px 6px 11px;
	font-weight:500;
}

blockquote {
	padding:48px;
}

blockquote p {
font-size:14px;
font-weight:200;
line-height:1.3em;
text-align:center;
margin:0 auto;
font-weight:900;color:#DFE5EC;text-transform:uppercase
}


dl {
	display:grid;
	grid-template-columns:min-content 50%;
	line-height:20px;
}
dt {
	font-size:11px;
	font-weight:800;
	color:#011A38;
	text-transform:uppercase;
}
dd {
	font-size:13px;
	font-weight:300;
	margin:0 0 11px 30px;
}


figcaption {
	
}

aside {
display:flex;
flex-direction:column;
width:200px;
height:100vh;
position:fixed;
}
aside > div {
	box-shadow:1px 1px 6px 0px #DFE5EC;
}
aside > div:nth-child(1) {
	flex-basis:200px;
}
aside > div:nth-child(2) {
	margin:6px 0;
}
aside > div:nth-child(3) {
	flex-grow:1;
	margin:0 0 6px 0;
}

aside > div:nth-child(1) > div {
display:flex;
justify-content:center;
align-items:center;
height:100%;
width:100%;
}
aside > div:nth-child(1) > div > div:nth-child(1) {
/*
display:grid;
grid-template-columns:1fr max-content;
*/
margin:11px;
display:none;
/* display:flex; */
flex-direction:column;
width:min-content
}

#logo {
	display:grid;
	grid-template-columns:1fr max-content;
}

aside > div:nth-child(1) > div > div > div:nth-child(1) {
grid-column-start:1;
grid-column-end:3;
font-size:30px;
font-weight:800;
color:#011A38;
}

aside > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) {
margin-top:-5px;
height:7px;
background-color:#011A38;
border-top-right-radius:3px;
border-bottom-right-radius:3px;
}

aside > div:nth-child(1) > div > div > div:nth-child(3) {
margin-top:-10px;
margin-right:17px;
margin-left:2px;
font-size:12px;
color:#011A38;
letter-spacing:1px;
}
/*
aside > div:nth-child(4) > div:nth-child(1) {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:6px;
	margin:18px 11px 6px 11px;
}
aside > div:nth-child(4) > div:nth-child(1) > div {
	background-color:#011A38;
	border-radius:3px;
}
aside > div:nth-child(4) > div:nth-child(1) > div > a {
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
}
aside > div:nth-child(4) > div:nth-child(1) > div:nth-child(odd) img {
	width:22px;
	height:22px;
}
aside > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) img {
	width:22px;
	height:28px;
	margin:2px 0;
}
aside > div:nth-child(4) > div:nth-child(2) {
	font-size:10px;
	text-align:center;
	margin:0 11px 11px 11px;
	color:#011A38;
}
aside > div:nth-child(4) > div:nth-child(2) a {
	color:inherit;
}
*/

.telephone_privacy > div:nth-child(1) {
	display:grid;
	grid-auto-rows:20px;
	grid-template-columns:repeat(2,1fr);
	grid-gap:.5px;
	margin:18px 11px;
}
.telephone_privacy > div:nth-child(1) > div:nth-child(3){
	grid-row-start:2;
	grid-column-start:1;
	grid-column-end:3;
}

.telephone_privacy > div > div > a {
	display:flex;
	height:100%;
	align-items:center;
	justify-content:center;
	font-size:10px;
	background-color:#011A38;
	color:#C1C4D2;
	border-radius:3px;
	padding:0 6px;
}


nav {
margin:11px;

}

nav ul li {
margin-bottom:1px;
border-radius:3px;
background-color:#F9F9FB;
}
nav ul li.activeLink {
background-color:#037DBF;
}

nav ul li a {
	display:flex;
	padding:11px;
	color:#4B5C72;
}
nav ul li.activeLink a {
	color:#fff;
}
nav ul li a > div:nth-of-type(1) {
	font-size:12px;
	font-weight:600;
}
nav ul li a > div:nth-of-type(2) {
	min-width:10px;
	flex-grow:1;
	margin-left:11px;
	background-image:url("../images/arrowRight2.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 10px;
}





nav#nav_SmallScreen {
	display:none;
}

nav#nav_SmallScreen ul li {
background-color:;
}

nav#nav_SmallScreen ul li a {
	padding:;
}

nav#nav_SmallScreen ul li a > div:nth-of-type(1) {
font-size:;
color:;
}


.hide-open-menu {
display:none;
}






/* --------------- */
/* Rechter Bereich */


.zitate > div:nth-of-type(1) {
		flex-basis:20%;
	}

address {
	margin-top:48px;
}
address p {
	line-height:unset;
}
address p:nth-child(even) {
	margin-bottom:11px;
}
address p:nth-child(odd) {
	font-weight:600;
	color:#011A38;
}

main {
	display:flex;
	min-height:100vh;
	margin-left:200px;
	overflow:hidden;
}
main > div:nth-of-type(1) {
	flex-basis:66%;
	/* 12.01,2024*/
	min-width:500px;
	max-width:960px;
	padding:200px;
	align-self:center;
}

main > div:nth-of-type(1) header p {
	margin-left:48px;
}

main > div:nth-of-type(1) header ul {
	margin-left:48px;
}




main > div:nth-of-type(1) > div:nth-of-type(1) article > img:nth-of-type(1) {
	display:none;
}

main > div:nth-of-type(1) > div:nth-of-type(1) {
	/* Texte */
	margin-left:48px;
}

main > div:nth-of-type(1) > div:nth-of-type(2) {
	/* Impressum Datenschutz etc. für kleine Bildschirme */
	display:none;
}
main > div:nth-of-type(2) .telephone_privacy {
	display:none;
}

main#flexBasis34 > div:nth-of-type(1) {
	flex-basis:34%;
	flex-grow:0;
	padding-left:48px;
	padding-right:48px;
	box-sizing:border-box;
	text-align:right;
	position:relative;
	z-index:+1;
	min-width:470px;
	max-width:640px;
}

main#flexBasis34 > div:nth-of-type(1) header {
	width:min-content;
	margin-left:auto;
	margin-right:0;
}
main#flexBasis34 > div:nth-of-type(1) header small {
	font-size:12px;
	line-height:15px;
	letter-spacing:4px;
	text-transform:uppercase;
}
main#flexBasis34 > div:nth-of-type(1) header small b {
	color:#011A38;
	font-weight:600;
}

main#flexBasis34 > div:nth-of-type(1) header p {
	font-size:14px;
	line-height:22px;
	font-style:italic;
	color:#011A38;
	margin:unset;
}

main#flexBasis34 > div:nth-of-type(1) h1 {
	font-size:50px;
	font-weight:100;
	text-transform:unset;
	margin-bottom:18px;
}

main#flexBasis34 > div:nth-of-type(1) h1 em {
	white-space:nowrap;
	font-size:unset;
	font-weight:unset;
	text-transform:unset;
	display:unset;
	align-items:unset;
}
main#flexBasis34 > div:nth-of-type(1) h1 em b {
	font-weight:700;
}
main#flexBasis34 > div:nth-of-type(1) a {
	display:block;
	font-size:11px;
	letter-spacing:3px;
	font-style:normal;
	width:max-content;
	color:#fff;
	border-radius:5px;
	background-color:#27ADDD;
	margin-right:0;
	margin-left:auto;
	margin-bottom:18px;
	padding:11px;
	margin-top:30px;
}

main#flexBasis34 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
	position:relative;
}
main#flexBasis34 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) div {
	height:6px;
	background-color:#3B4B61;
	position:absolute;
	top:30px;
	left:75%;
	right:-34%
}

main ul {
	display:grid;
	grid-template-columns:15px 1fr;
	grid-gap:11px;
	font-size:13px;
	line-height:20px;
	color:#4B5C72;
	font-weight:300;
	margin-top:30px;
}
main ul img {
	margin-top:3px;
}


main > div:nth-of-type(2) {
	position:relative;
	flex-basis:34%;
	flex-shrink:1;
	flex-grow:1;
	height:100vh;
}

main#flexBasis34 > div:nth-of-type(2) {
	flex-basis:66%;
	height:auto;
	background-image:url('../images/eisberg.jpg');
	background-size:cover;
}


main > div:nth-of-type(2) > img:nth-of-type(1){
	position:fixed;
	margin-right:-100px;
	height:70%;
	width:auto;
	bottom:0;
}
main > div:nth-of-type(2) > img:nth-of-type(2){
	position:fixed;
	bottom:0;
	right:0;
	width:30%;
	height:auto;
}


@media (max-width:1149px) {
.top_header > div:nth-of-type(1) h1 {
	display:inline;
	font-size:25px;
	font-weight:100;
}
.top_header > div:nth-of-type(2) {
	font-size:32px;
	font-weight:900;
}


.top_header > div:nth-of-type(3) {
	text-transform:uppercase;
	font-size:20px;
	display:flex;
	align-items:center;
	font-weight:600;
}



h1 > em:nth-of-type(2) {
	font-size:32px;
}
.h1-em-2 {font-size:32px;font-weight:900}
h2 {
	font-size:15px;
}

p {
	font-size:14px;
}

blockquote p {
	width:unset;
}

	aside {
		z-index:10;
		width:100%;
		height:60px;
		justify-content:space-between;
	}
	aside > div:nth-child(1) {
		display:flex;
		flex-basis:unset;
		align-items:center;
		justify-content:space-between;
		background-color:#fff;
	}
	aside > div:nth-child(1) > div {
		justify-content:space-between;
	}


dl {
	grid-template-columns:1fr;
}
dd {
	margin-left:11px;
	margin-top:6px;
}


aside > div:nth-child(1) > div > div:nth-child(1) {
	display:flex;
	cursor:pointer;
}

aside > div:nth-child(1) > div > div > div:nth-child(1) {
		
		font-size:20px;
		
}

aside > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) {
	margin-top:-3px;
	height:5px;
	background-color:#011A38;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}


.hide-close-menu {
	cursor:pointer;
	display:none;
	margin-top:-3px;
	height:4px;
	background-color:#011A38;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.show-close-menu {
	display:block;
}







aside > div:nth-child(1) > div > div > div:nth-child(3) {
	margin-top:-7px;
	margin-left:1px;
	margin-right:12px;
	font-size:9px;
	color:#011A38;
	letter-spacing:unset;
}

/*
	aside > div:nth-child(2) {
		display:none;
		width:min-content;
	}
*/
	
	.hide-navigation {
		display:none;
		width:min-content;
	}
	
	.show-navigation {
		display:flex;
	}
	
	aside > div:nth-child(3) {
		display:none;
	}
	aside > div:nth-child(4) {
		display:none;
	}
	
	
	nav ul li {
		margin-bottom:unset;
		border-bottom:1px solid #fff;
	}
	nav#nav_SmallScreen:hover {
		cursor:pointer;
	}
	nav#nav_SmallScreen {
		display:block;
	}
	
	nav#nav_SmallScreen img {
		width:35px;
		height:auto;
	}
	nav#nav_SmallScreen > div > div:nth-of-type(2) {
		display:none;
	}
	nav#nav_SmallScreen ul {
		display:none;
		position:absolute;
		top:55px;
		left:0;
		right:0;
	}
	nav#nav_SmallScreen ul li {
		color:#011A38;
	}
	
	main {
		margin:0;
		flex-direction:column;
	}
	main > div:nth-of-type(1) {
		flex-basis:unset;
		padding:120px 30px 48px 30px;
	}
	
	main > div:nth-of-type(1) header p {
		margin-left:unset;
	}

	main > div:nth-of-type(1) header ul {
		margin-left:unset;
	}
	
	main > div:nth-of-type(1) > div:nth-of-type(1) article > img:nth-of-type(1) {
		display:block;
		margin:0 auto;
		width:66%;
		padding-bottom:48px;
	}
	
	figcaption span {
			padding:3px 3px 3px 11px;
			margin-bottom:5px
		}
	
	main > div:nth-of-type(1) > div:nth-of-type(1) article > figure > span {
		display:none;
	}
	
	main > div:nth-of-type(1) > div:nth-of-type(1) {
		margin-left:unset;
	}
	/*
	main > div:nth-of-type(1) > div:nth-of-type(1) {
		margin-right:48px;
	}
	*/
	
	main > div:nth-of-type(2) {
		padding-top:78px;
		background-position:bottom;
		background-image:url('../images/eisberg.jpg');
		background-size:cover;
	}
	
	main > div:nth-of-type(2) img {
		display:none;
	}
	
	main > div:nth-of-type(2) .telephone_privacy {
	display:block;
	width:100%;
	}
	main > div:nth-of-type(2) .telephone_privacy > div:nth-child(1){
		width:34%;
		margin:0 auto;
		margin-bottom:18px;
	}
	
	
	
	main#flexBasis34 > div:nth-of-type(1) {
		flex-grow:1;
		flex-basis:100%;
		padding-bottom:48px;
		text-align:center;
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	main#flexBasis34 > div:nth-of-type(1) a {
	margin:0 auto;
	margin-top:30px;
}
	main#flexBasis34 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) div {
		width:0;
		height:0;
	}
	main#flexBasis34 > div:nth-of-type(2) {
		flex-grow:1;
		background-position:bottom;
		min-height:200px;
	}
	main#flexBasis34 > div:nth-of-type(2) .telephone_privacy {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	}
	
}
@media (max-width: 1339px){
	main > div:nth-of-type(2) > img:nth-of-type(2) {
		right:-110px;
	}
}
@media (max-width: 560px) {
	main > div:nth-of-type(1) {
	min-width:unset;
	}
}

@media (max-width: 454px) {
.top_header > div:nth-of-type(1) h1 {
	display:inline;
	font-size:12px;
	font-weight:100;
}
.top_header > div:nth-of-type(2) {
	font-size:22px;
	font-weight:900;
}


.top_header > div:nth-of-type(3) {
	text-transform:uppercase;
	font-size:12px;
	display:flex;
	align-items:center;
	font-weight:600;
}
	
h1 > em:nth-of-type(1) {
	font-size:12px;
}
h1 > em:nth-of-type(2) {
	font-size:22px;
}
h1 > em:nth-of-type(3) {
	font-size:12px;
}
/*
.display-none {display:none}
.h1{display: flex;flex-direction:column;color:#011A38;margin-bottom:48px;text-transform:uppercase}
*/
.h1-em-1 {font-size:12px;font-weight:100}
.h1-em-2 {font-size:22px;font-weight:900}
.h1-em-3 {text-transform:uppercase;font-size:12px;display:flex;align-items:center;font-weight:600}
/*
.h1-em-3-span-1 {flex-basis: 30px;flex-grow:0;background-color:#000;height:3px}
.h1-em-3-span-2 {padding:0 6px}
.h1-em-3-span-3 {color:#037DBF}
.h1-em-3-span-4 {flex-grow:1;background-color:#011A38;height:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}
*/


	main#flexBasis34 > div:nth-of-type(1) header {
		margin:0 auto;
	}
	main#flexBasis34 > div:nth-of-type(1) h1 {
		font-size:30px;
		margin-right:unset;
		margin-left:unset;
	}
	 main#flexBasis34 > div:nth-of-type(2) .telephone_privacy a {
	 	padding:0 6px;
	 }
}