@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;	
}

body {
	color: #333333;
	font-size: 26px;
	font-family: "meta_regular", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	overflow-x: hidden;
	overflow-y: scroll;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}






/* Colors & Fonts */

@font-face {font-family: 'meta_medium';src: url('../fonts/edb10ad6-3b49-4999-b637-f8cd137c1aad.eot');src: url('../fonts/edb10ad6-3b49-4999-b637-f8cd137c1aad.eot?#iefix') format('embedded-opentype'),url('../fonts/5361a8da-2038-4b9f-b58e-060e60605608.woff2') format('woff2'),url('../fonts/407aae8b-c685-4c9e-8484-59ce8648be84.woff') format('woff'),url('../fonts/8347360b-ca68-493b-8aaa-a786cacc8be0.ttf') format('truetype');}

@font-face {font-family: 'meta_regular';src: url('../fonts/bf43edcd-8a86-4b4e-9e01-a678d1e1fd71.eot');src: url('../fonts/bf43edcd-8a86-4b4e-9e01-a678d1e1fd71.eot?#iefix') format('embedded-opentype'),url('../fonts/d7094d22-fbb3-45d1-844d-bdaf8dba6950.woff2') format('woff2'),url('../fonts/a84f9414-0a63-43c3-af4e-b539379a7663.woff') format('woff'),url('../fonts/e3753515-ab02-4ecb-87a5-f8cc051e5ed1.ttf') format('truetype');}


@font-face {
  font-family: 'BauerBodniBTWXX-Roman';
  src: url('../fonts/BauerBodniBTWXX-Roman/font.woff2') format('woff2'), url('../fonts/BauerBodniBTWXX-Roman/font.woff') format('woff');
}



h2 {
	font-family: 'meta_medium', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-weight: normal;
}

h3 {
	font-family: 'meta_medium', sans-serif;
	font-size: 34px;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-weight: normal;
	color: #395775;
	padding-bottom: 10px;
}

h4 {
	font-family: 'meta_medium', sans-serif;
	font-size: 23px;
	color: #395775;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-weight: normal;
}

.teaser_text {
	font-size: 23px;
	font-family: 'meta_medium', sans-serif;
}

strong {
	font-family: 'meta_medium', sans-serif;
	font-weight: normal;
}


/* Content */


.header_ct {
	position: fixed;
	width: 100%;
	height: 120px;
	top: 0;
	left: 0;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
	z-index: 10;
	background-color: #fff;
}

.header_inner {
	position: relative;
	width: 100%;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
	display: inline-block;
	text-align: left;
}

.menu_ct {
	position: absolute;
	right: 30px;
	top: 40px;
	transition: opacity 1s;
}

.menu_ct a {
	text-decoration: none;
	color: inherit;
}

.lang_mob {
	display: none;
}

.menuon .menu_ct {
	opacity: 1;
}

.menu_item {
	position: relative;
	font-family: 'meta_medium', sans-serif;
	font-size: 22px;
	margin-left: 20px;
	cursor: pointer;
	cursor: hand;
}

.menu_item:hover {
	color: #84A3C4;
}

.marr_box {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0px 1px 10px 10px;
	position: relative;
	top: -2px;
}

.menu_item.active {
	color: #84A3C4;
}

.menu_item:hover .marr_box .cls-1, .menu_item.active .marr_box .cls-1 {
	fill: #84A3C4;
}

.menu_item.active .marr_box {
	top: 2px;
	margin-left: 10px;
	margin-right: -10px;
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}


#m_top .marr_box {
	top: 8px;
	-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}


#logo {
	height: 56px;
	width: auto;
	position: relative;
	top: 30px;
}

#logo img {
	height: 100%;
	width: auto;
}


.intro_ct {
	position: relative;
	height: 100vh;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
	z-index: 5;
}

.intro_ct.insc {
	position: absolute;
	top: 100vh;
}

.intro_inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #84A3C4;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro_tx {
	width: 100%;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
}

.intro_tx1 {
	font-size: 124px;
	font-family: 'BauerBodniBTWXX-Roman';
	padding-bottom: 0.5em;
}

.intro_tx2 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 160%;
	font-size: 32px;
}



.block_ct {
	position: relative;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
}

.block_inner {
	display: inline-block;
	width: 100%;
	position: relative;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	 line-height: normal;
}


.block_cols {
	display: flex;
	width: 100%;
}

.block_col.left {
	flex-grow: 1;
	flex-shrink: 1;
	padding-right: 100px;
}

.block_col.right {
	width: 700px;
	flex-grow: 0;
	flex-shrink: 0;
}

.block_col img {
	width: 100%;
	height: auto;
}



#block_kond .marr_box {
	width: 20px;
	height: 20px;
	padding: 0;
	margin-right: 4px;
	top: -4px;
	display: inline-block;
	position: relative;
}

#block_kond .kond_item .marr_box {
	position: absolute;
	left: 0;
	top: 8px;
}

#block_kond .marr_box .mbi {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

#block_kond .marr_box svg {
	height: 10px;
	width: auto;
	transition: all 0.5s;
}


#block_lead{
	padding-top: 4em;
	padding-bottom: 4em;
}


.line_spacer {
	display: inline-block;
	width: 110px;
	height: 3px;
	background-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#btm_spacer {
	height: 0px;
}


#block_kond {
	padding-top: 2em;
	padding-bottom: 6em;
	line-height: 150%;
	overflow-y: hidden;
	z-index: 4;
}

.kond_cat {
	padding-top: 2em;
}

#block_kond .block_inner {
	line-height: 150%;
}

#block_kond .block_col {
	position: relative;
}

.kond_sub {
	padding-left: 1em;
}

.kond_sub span {
	cursor: pointer;
}

.kond_sub.active span svg {
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}




.kond_items {
	padding-left: 2em;
	display: none;
}

.kond_item.lvl0 {
	margin-top: 2em;
}


.kond_item.lvl1 .left {
	margin-left: 1em;
}


.kond_item .left span {
	cursor: pointer;
	padding-left: 25px;
	display: inline-block;
}
.kond_item .left span:hover, .kond_item .left.active span, .kond_sub span:hover {
	color: #84A3C4;
}

.kond_item .left span:hover svg .cls-1, .kond_item .left.active span svg .cls-1, .kond_sub span:hover svg .cls-1 {
	fill: #84A3C4;
}

.kond_item .left .marr_box {
	transition: all 0.5s;
}

#block_kond .kond_item .left.active .marr_box {
	left: 90%;
}


.kond_item .kond_sub span svg {
	transition: all 0.5s;
}



.kond_text {
	position: absolute;
	width: 100%;
	top: 60px;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s;
}

.kond_text.active {
	top: 0;
	opacity: 1;
	z-index: 10;
}

.desk_view .kond_text {
	display: block !important;
}


.kond_liste {
	padding: 0;
	margin: 0;
	list-style: none;
}

.kond_liste li {
	padding-left: 1em;
	padding-bottom: 0.5em;
}

.kond_liste li::before {
	content: ">";
	position: absolute;
	margin-left: -1em;
}



.kond_table td{
	text-align: left;
	padding: 0.2em 2em 0.2em 0;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}

.kond_table.kt2col tr td:nth-of-type(1), .kond_table.kt3col tr td:nth-of-type(2){
	white-space: nowrap;
}

.kond_table.kt2col tr td:last-of-type, .kond_table.kt3col tr td:last-of-type, .kond_table.kt4col tr td:last-of-type {
	padding-right: 0;
}

.kond_table.cc2 tr td:nth-of-type(2), .kond_table.cc3 tr td:nth-of-type(3) {
	padding-right: 0.2em;
	text-align: right;
	padding-left: 2em;
}


.kond_link {
	color:  #84A3C4;
	cursor: pointer;
}

.kond_link:hover {
	text-decoration: underline;
}

.kond_dls {
	margin-top: 2em;
	padding-left: 25px;
	margin-left: 1em;
}

.ico_download {
	width: 30px;
	height: auto;
	display: inline;
	margin-left: -40px;
	position: absolute;
}

.kond_dl {
	padding-left: 25px;
	margin-left: 1em;
}

.kond_dl a {
	color: inherit;
	text-decoration: none;
}

.kond_dl a:hover {
	color: #84A3C4;
	text-decoration: none;
}

.chf_box {
	display: inline-block;
	text-align: right;
	width: 3.3em;
}







#block_footer {
	background-color: #84A3C4;
	color: #fff;
	position: relative;
	width: 100%;
}

#block_footer a {
	color: #fff;
	text-decoration: none;
}

#block_footer .block_inner {
	font-size: 16px;
	padding-top: 80px;
	padding-bottom: 120px;
}

.icon_scroll_ct {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 2vh;
	width: 100px;
	height: 80px;
	z-index: 12;
	cursor: pointer;
	cursor: hand;
	opacity: 1;
	transition: all 0.5s;
}


.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -15px;
  top: 50%;
  margin-top: -25px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  margin-left: -3px;
  top: 4px;
  border-radius: 8px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}



/* Media Queries */


@media only screen and (max-width : 1340px), screen and (max-height : 800px)  {
	
		

}


@media only screen and (max-width : 1500px)  {
	
	body {
		font-size: 24px;
	}
	
	.block_inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.block_col.right {
		width: 50%;
	}
	
	
}



@media only screen and (max-width : 1360px)  {
	
	body {
		font-size: 21px;
	}
	
	.intro_ct, .block_ct, .header_ct {
		padding-left: 30px;
		padding-right: 30px;
	}
	.intro_ct {
		padding-bottom: 30px;
	}
	
	.intro_tx1 {
		font-size: 96px;
	}
	
	.intro_tx2 {
		font-size: 24px;
	}
	
	.block_col.left {
		padding-right: 50px;
	}
	
	#block_kond .marr_box svg {
		height: 8px;
	}
	
	#block_kond .kond_item .marr_box {
		top: 4px;
	}
	
	
}

@media only screen and (max-width : 1020px)  {
	
	body {
		font-size: 18px;
	}
	
	.intro_tx1 {
		font-size: 64px
	}
	
	.intro_tx2 {
		font-size: 18px
	}
	
	#logo {
		height: 45px;
		top: 36px;
	}
	
	.ico_download {
		width: 25px;
		margin-left: -35px;
	}
	
	.block_cols {
		flex-direction: column;
	}
	
	.block_col.left {
		padding-right: 0;
		width: 100%;
	}
	
	.block_col.right {
		width: 100%;
	}
	
	#block_kond {
		overflow-y: initial;
		overflow-x: hidden;
	}
	
	#block_lead {
		padding-bottom: 2em;
	}
	
	#block_lead .block_col.left {
		padding-bottom: 4em;
	}
	
	#block_lead .block_col.right {
		text-align: center;
	}
	
	#block_lead .block_col.right img {
		max-width: 500px;
	}
	
	.kond_item .block_col.right {
		padding-left: 25px;
	}
	
	.kond_text {
		position: relative;
		padding: 1em 0;
		margin-bottom: 1em;
		top: auto;
		opacity: 1;
		display: none;
		transition: none;
		border-bottom: 2px solid #84A3C4;
	}
	
	#block_kond .kond_item .left.active .marr_box {
		left: 0;
			-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
	}
	
}


@media only screen and (max-width : 760px)  {
	
	
	body {
		font-size: 16px;
		overflow-x: hidden;
	}
	
	.intro_ct, .block_ct, .header_ct {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header_ct {
		height: 90px;
		position: absolute;
	}
	
	#logo {
		height: 35px;
		top: 30px;
	}
	
	.menu_item {
		font-size: 21px;
	}
	
	.intro_ct {
		padding-top: 90px;
		height: 150vw;
	}
	
	.header_inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.menu_ct {
		right: 0;
		top: 30px;
	}
	
	.intro_tx {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 4em;
	}
	
	.intro_tx1 {
		font-size: 36px
	}
	
	.intro_tx2 {
		font-size: 12px
	}
	
	.lang_def {
		display: none;
	}
	
	.lang_mob {
		display: inherit;
	}
	
	.kond_items {
		padding-left: 0;
	}
	
	.kond_item .block_col.right {
		padding-left: 18px;
	}
	
	.kond_item .block_col.left {
		margin-left: 2.1em;
		padding-right: 2.1em;
	}
	
	.kond_item.lvl1 .block_col.left {
		margin-left: 1em;
		padding-right: 0em;
	}
	
	#block_lead {
		padding-top: 2em;
	}
	
	#block_kond .marr_box {
		top: -1px;
	}
	
	#block_kond .kond_item .marr_box {
		top: 1px;
	}
	
	.kond_table td {
		padding-right: 0.5em;
	}
	
	.kond_table.cc2 tr td:nth-of-type(2) {
		padding-left: 0.5em;
	}
	
	.kond_table.cc3 tr td:nth-of-type(3) {
		padding-left: 1em;
	}
	
}














