@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
	font-size: 10px;
}

body {
	color: #000000;	
	font-family: 'Nunito', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #ffffff;
	line-height: normal;
	/*overflow-y: scroll;*/
}

strong {
	font-weight: 700;
	font-style: normal;
}



h3 {
	padding: 0px;
	margin: 0px;
	font-family: 'Kaushan Script', cursive;
	display: inline-block;
	letter-spacing: 0.1em;
	font-size: 4.2rem;
	font-weight: normal;
	color: #0066A4;
	font-style: normal;
	margin-bottom: 1rem;
	line-height: normal;
}



video {
	width: 100%;
	height: auto;
}

/* General Layout */

#logoframe_ct {
	position: fixed;
	width: 800px;
	height: 150px;
	top: 0;
	left: 0;
	z-index: 20;
	transition: all 1s;
}

.overscroll #logoframe_ct {
	left: -200px;
}

#logobg {
	width: 750px;
	height: auto;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));      
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
}

#logobg_svg .cls-1 {
	fill: #fff;	  
	transition: all 0.5s;
}

.overscroll #logobg_svg .cls-1 {
	fill: #0066A4;
}

.overscroll #logoidema_svg .cls-1, .overscroll #logoidema_svg .cls-2 {
	fill: #fff;
}


#logoidema_svg {
	position: absolute;
	height: 60px;
	width: auto;
	right: 120px;
	top: 20px;
	cursor: pointer;
	cursor: hand;
	transition: all 1s;
}

.overscroll #logoidema_svg {
	height: 50px;
	top: 25px;
}


#header_ct {
	position: relative;
	width: 100%;
	height: 70vh;
	background-image: url(/img/eer_bg1b.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header_inner {
	width: 100%;
	max-width: 1400px;
	display: inline-block;
	text-align: left;
	position: relative;
	height: 400px;
}


#logo_os {
	position: absolute;
	top: 100px;
	width: 390px;
}

#header_text {
	position: absolute;
	color: #fff;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	left: 450px;
	top: 120px;
	text-shadow: 0 0 10px #000000;
}

#htx1 {
	font-size: 7.8rem;
	letter-spacing: 0.1em;
}

#htx2 {
	font-size: 5.2rem;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	padding-left: 150px;
	padding-top: 20px;
}
#htx3 {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-left: 50px;
	padding-top: 30px;
}

.btn_ct {
	text-align: center;
	padding: 2rem;
}

.btn_frame {
	border: 3px solid #0066A4;
	padding: 1.3rem 3rem 1.5rem 3rem;
	color: #0066A4;
	background-color: #fff;
	font-weight: 900;
	font-style: italic;
	font-size: 2.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: all 0.5s;
	cursor: pointer;
	cursor: hand;
}

.btn_frame:hover {
	background-color: #0066A4;
	color: #fff;
}

.btn_down {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 4;
	cursor: pointer;
	cursor: hand;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.btn_down .hovline {
	opacity: 0;
	background-color: #00A0A4;
	transition: all 0.5s;
}

.btn_down .hl1 {
	position: absolute;
	width: 0%;
	height: 4px;
}
.btn_down:hover .hl1 {
	width: 100%;
	opacity: 1;
	background-color: #0066A4;
}

.btn_down .hl2 {
	position: absolute;
	width: 4px;
	height: 0%;
	right: 0;
}
.btn_down:hover .hl2 {
	height: 100%;
	opacity: 1;
	background-color: #0066A4;
}

.btn_down .hl3 {
	position: absolute;
	width: 0%;
	height: 4px;
	bottom: 0;
}
.btn_down:hover .hl3 {
	width: 100%;
	opacity: 1;
	background-color: #0066A4;
}


.btn_down .hl4 {
	position: absolute;
	width: 4px;
	height: 0%;
}
.btn_down:hover .hl4 {
	height: 100%;
	opacity: 1;
	background-color: #0066A4;
}

.btn_down .fas {
	font-size: 36px;
	margin-top: 35%;
	margin-left: 35%;
	color: #0066A4;
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	transition: all 0.5s;
}

.btn_down:hover .fas {
	color: #000;
	margin-top: 45%;
	margin-left: 45%;
}


#logo_socmed {
	position: absolute;
	font-size: 3rem;
	top: 22px;
	right: 500px;
	transition: all 1s;
}

#logo_socmed i {
	background-color: rgba(0,102,164,0.1);
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 100px;
border-radius: 100px;
	margin: 0 5px;
	color: #0066A4;
	-webkit-box-shadow:inset 0 0 0px 0 rgba(0,102,164,0);
box-shadow:inset 0 0 0px 0 rgba(0,102,164,0);
	transition: all 1s;
}

#logo_socmed i:hover {
	-webkit-box-shadow:inset 0 0 0px 30px rgba(0,102,164,1);
box-shadow:inset 0 0 0px 30px rgba(0,102,164,1);
	
color: #fff;
}


.overscroll #logo_socmed {
	right: 390px;
}

.overscroll #logo_socmed i {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	-webkit-box-shadow:inset 0 0 0px 0 rgba(255,255,255,0);
	box-shadow:inset 0 0 0px 0 rgba(255,255,255,0);	
}

.overscroll #logo_socmed i:hover {
	color: #0066A4;
	-webkit-box-shadow:inset 0 0 0px 30px rgba(255,255,255,1);
	box-shadow:inset 0 0 0px 30px rgba(255,255,255,1);	
}



/* content */


.chapter {
	text-align: center;
}

.chap_left, .chap_right, .chap_full {
	width: 50%;
	float: left;
	font-size: 2rem;
	display: inline-block;
	line-height: 130%;
	text-align: left;
}

.chap_full {
	width: 100%;
	max-width: 1200px;
	display: inline-block;
	float: none;
}

.chapter_shadow {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	position: relative;
}

#chap1 {
	display: flex;
	align-items: center;
}

#chap1 .chap_left {
position: relative;
	padding: 10rem;
}

#chap1 .chap_left video {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

#chap1 .chap_right {
	position: relative;
	padding: 10rem;
}

#chap1 .chap_left video {
	float: left;
}

#chap2 {
	padding: 100px 0px;
}

#chap2 .btn_ct{
	padding: 2rem 0;
}

#chap2 .btn_frame {
	display: inline-block;
	width: 100%;
	font-size: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 700;
}



#bg_inner0 {
	background-image: url(/img/bg19_inner1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 50vh;
}






#bg_inner1 {
	background-image: url(/img/bg19_inner2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 50vh;
}



#chap3 {
	position: relative;
	align-items: center;
}

#chap3 .chap_left {
	position: relative;
	padding: 8rem 6rem;
	background-color: #fff;
}


#chap3  .chap_inner_bg {
	background-image: url(/img/cd_q1.jpg);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
}







#chap4 {
	display: flex;
	align-items: center;
}

#chap4 .chap_right {
	padding: 6rem 6rem;
	background-color: #fff;
}


#chap4 .chap_left {
	background-color: #0066A4;
	padding: 6rem 12rem;
	color: #fff;
	align-self: stretch;
	align-items: center;
	display: flex;
}

#chap4 .chap_left h3 {
	color: #fff;
}

#chap4 .chap_left a {
	color: #fff;
	text-decoration: none;
}
#chap4 .chap_left a:hover {
	border-bottom: 1px dotted #fff;
}



.intro_col {
	float: left;
	width: 30%;
	padding-bottom: 30px;
}



.intro_item {
	width: 100%;
	padding: 10px;
	text-align: center;
	margin: 10px 0px;
	background-color: rgba(0,102,164,0.5);
	color: #fff;
}

.intro_titel {
	background-color: rgba(0,102,164,1);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
}

.intro_col:nth-of-type(2) {
	margin: 0 5%;
}




#footer_ct {
	color: #fff;
	background-color: #333;
	padding: 6rem;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#footer_ct a {
	color: #fff;
	text-decoration: none;
}
#footer_ct a:hover {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}




.block_blue {
	background-color: #0066A4;
	color: #fff;
}

.block_blue h3 {
	color: #fff;
}

.block_blue .btn_frame {
	background-color: transparent;
	border: 3px solid #fff;
	color: #fff;
}

.block_blue .btn_frame:hover {
	background-color: #fff;
	color: #0066A4;
}




/* orbital subsite */

.orbital #header_text {
	position: absolute;
	color: #fff;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	left: 450px;
	top: 30px;
	text-shadow: 0 0 10px #000000;
}

.orbital #htx1 {
	font-size: 7.8rem;
	letter-spacing: 0.1em;
}

.orbital #htx2 {
	font-size: 5.2rem;
	letter-spacing: 0.1em;
	color: #009FFF;
	display: inline-block;
	padding-left: 150px;
	padding-top: 20px;
}
.orbital #htx3 {
	font-size: 5.2rem;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-left: 50px;
	padding-top: 30px;
}







.orbital #header_ct {
	position: relative;
	width: 100%;
	height: 70vh;
	background-image: url(/img/bg_header3.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.orbital #chap1 {
	display: flex;
	align-items: center;
}

.orbital #chap1 a {
	color: #fff;
}

.orbital #chap1 .chap_left {
position: relative;
	padding: 10rem;
}

.orbital #chap1 .chap_left video {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.orbital #chap1 .chap_right {
	position: relative;
	padding: 10rem;
}

.orbital #chap1 .chap_left video {
	float: left;
}


.orbital #bg_inner0 {
	background-image: url(/img/bg_inner0.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 50vh;
}


.orbital #chap2 {
	display: flex;
	padding: 0;
}

.orbital #chap2 .chap_left {

	padding: 8rem 6rem;

}



.orbital #chap2 .chap_right {
	position: relative;
	background-image: url(/img/Banner_2in1box.jpg);
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.orbital #chap2 .chap_right .chap_inner {
	position: absolute;
	width: 100%; 
	height: 100%;	
	top: 0;
	left: 0;
}

.orbital #chap3b .chap_right .chap_inner {
	position: absolute;
	width: 100%; 
	height: 100%;	
	top: 0;
	left: 0;
	background-image: url(/img/bg_katalog_teaser.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


.orbital #bg_inner1 {
	background-image: url(/img/bg_inner1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 50vh;
}


.orbital #bg_inner1b {
	background-image: url(/img/bg_os_1907_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 50vh;
}


.orbital #chap3 {
	display: flex;
	align-items: center;
}

.orbital #chap3 .chap_left {
	position: relative;
	padding: 2rem 6rem;
	background-color: #fff;
}


.orbital #chap3 .chap_right {
	background-color: #0066A4;
	padding: 6rem 6rem;
	color: #fff;
}

.orbital #chap3 .chap_right h3 {
	color: #fff;
}







.orbital #chap3b {
	display: flex;
}

.orbital #chap3b .chap_left {
	position: relative;
	padding: 2rem 6rem;
	background-color: #fff;
}


.orbital #chap3b .chap_right {
	background-color: #0066A4;
	padding: 6rem 6rem;
	color: #fff;
}

.orbital #chap3b .chap_right h3 {
	color: #fff;
}








#chap4 {
	display: flex;
	align-items: center;
}

#chap4 .chap_right {
	padding: 6rem 6rem;
	background-color: #fff;
}


#chap4 .chap_left {
	background-color: #0066A4;
	padding: 6rem 6rem;
	color: #fff;
	align-self: stretch;
	align-items: center;
	display: flex;
}

#chap4 .chap_left h3 {
	color: #fff;
}

#chap4 .chap_left a {
	color: #fff;
	text-decoration: none;
}
#chap4 .chap_left a:hover {
	border-bottom: 1px dotted #fff;
}






/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 8px 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}



#lba_prev, #lba_next, #lba_close {
	position: absolute;
	z-index:500;
	transition: all 0.5s;
	color: #b59e94;
	cursor: pointer;
	cursor: hand;
}

#lba_prev:hover, #lba_next:hover, #lba_close:hover {
	color: #b59e94;
}


#lba_prev {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: -45px;
}

#lba_next {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	right: -43px;
}

#lba_close {
	font-size: 40px;
	top: 10px;
	right: -45px;
	margin-top: -20px;
}


#thumbbox {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	z-index: 10;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

#lightbox_image_ct:hover #thumbbox {
	opacity: 1;
}

#thumbbox div {
	position: relative;
	display: inline-block;
	width: 90px; 
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 1px;
	opacity: 0.6;
	cursor: pointer; 
	cursor: hand;
	transition: all 0.5s;
}

#thumbbox div.active {
	opacity: 1;
	width: 120px;
	height: 80px;
	margin: 10px 5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}

#lb_projekttitel {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	background-color: rgba(0,78,131,0.8);
	color: #fff;
	padding: 10px;
}



#form_inner a {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted #333333;
}

#form_inner a:hover {
	border-bottom: 1px solid #333333;
}

/* Kontakt Formular */


#form_inner_cks1, #form_inner_cks2 {
	width: 50%;
	float: left;
	display: inline-block;
}

.page-kontakt .col_left {
	width: 630px;
	padding: 0;
	min-height: 520px;
}

.page-kontakt .col_right {
	width: 370px;
	padding-left: 120px;
}

.cont_row {
	border-bottom: 1px solid rgb(88,89,91);
}


input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	margin-right: 20px;
	line-height: 175%;
}



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 15px;
	height: 15px; 
	background-color: #fff; 
	border: 1px solid rgb(88,89,91);
	border-radius: 0px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 4px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}

input[type="checkbox"] + label span {
	border-radius: 0px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	/*background-image: url(ico_check.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4da8d9;
}

input[type="text"], textarea, select {
	padding: 10px 10px 10px 10px;
	width: 100%;
	background-color: rgba(255,255,255,0);
	border: 2px solid #0066A4;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-top: 2rem;
	color: #000;
}

textarea {
	width: 100%;
}

#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}

input[type="text"]:focus, textarea:focus {
	background-color: rgba(255,255,255,0);
}

input[type="submit"], input[type="reset"] {
	background-color: #333333;
	color: #fff;
	border: none;
	padding: 5px 15px;
	float: right;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #0066A4;
}


form input.hlt, form select.hlt {
	background-color: rgba(255,0,0,0.2);
}

.hpt {
	display: none;
}

#mob_vis {
	display: none;
}



#langsw {
	position: absolute;
	width: 80px;
	height: 40px;
	right: -50px;
	top: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

#langsw a {
	color: inherit;
}

#langsw .lang {
	display: inline-block;
	width: 50%;
	height: 100%;
	background-color: rgba(0,102,164,0.3);
	float: left;
	cursor: pointer;
	cursor: hand;
	padding: 10px;
}

#langsw .lang:hover {
	background-color: rgba(0,102,164,1);
}

#langsw .lang.active {
	background-color: #fff;
	color: rgba(0,102,164,1);
}



.cont_box_ct {
	float: left;
	width: 30%;
	margin-right: 5%;
	padding-top: 0.5em;
}




/* Media Queries */


@media only screen and (max-width : 1400px)  {

	.chap_left, .chap_right, .chap_full {
		padding: 6rem 4rem !important;
	}
	
	#chap2 {
		padding: 0;
	}
	
	#header_ct, .orbital #header_ct {
		 justify-content: center;
  align-items: center;
		align-content: center;
	}
	
	#header_inner, .orbital #header_inner {
		text-align: center;
		height: auto;
		
	}
	#header_text, .orbital #header_text {
		left: auto;
		top: auto;
		display: inline-block;
		text-align: left;
		position: relative;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.cont_box_ct {
		width: 100%;
		right: 0;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	
}

@media only screen and (max-width : 980px)  {
	
	#htx1, .orbital #htx1 {
		font-size: 3.9rem;
		padding-left: 40px;
	}
	
	#htx2, .orbital #htx2 {
		font-size: 2.6rem;
		padding-left: 80px;
	}
	
	#htx3, .orbital #htx3 {
		font-size: 1.6rem;
	}
	
	.chap_left, .chap_right, .chap_full {
		padding: 4rem 2rem !important;
		width: 100%;
	}
	
	.btn_down {
		display: none;
	}
	
	#chap1, #chap4, .orbital #chap1, .orbital #chap2, .orbital #chap3, .orbital #chap3b  {
		display: block;
	}
	
	.orbital #chap2 .chap_right {
		height: 250px;
	}
	
	.orbital #chap2 .chap_right .chap_inner {
		position: relative;
	}
	
	#logoframe_ct {
		width: 340px;
		height: 60px;
	}
	
	#logobg {
		width: 340px;
	}
	
	#logoidema_svg, .overscroll #logoidema_svg {
		height: 32px;
		top: 8px;
		right: 30px;
	}
	
	#logo_socmed {
		font-size: 2rem;
		right: 180px;
		top: 5px;
	}
	
	#logo_socmed i {
		width: 36px;
		height: 36px;
	}
	
	.overscroll #logoframe_ct {
		left: 0;
	}
	
	.overscroll #logo_socmed {
		right: 180px;
	}
	
	
	h3 {
		font-size: 3rem;
	}
	
	.btn_frame {
		font-size: 1.8rem;
	}
	
	#chap3 .chap_inner_bg {
		position: relative;
		width: 100%;
		height: 200px;
		left: 0;
	}
	
	.orbital #chap3b .chap_right {
		min-height: 50vh;
	}
	
	#langsw {
		width: 40px;
		height: 80px;
		top: 50px;
		right: auto;
	}
	
	#langsw .lang {
		width: 100%;
		height: 50%;
	}
	
	
}



@media only screen and (max-width : 760px)  {
	
	.intro_col {
		width: 100%;
		margin: 40px 0 !important;
		padding-bottom: 0;
	}
	
}



@media only screen and (max-width : 540px)  {

	
	
	
}







