/*

ORANGE BG 0.2 == #F8F0E7 rgba(248, 240, 231,1)
ORANGE BG 0.2 == #EEE8E2

GREY WARM 0.5 == #ECE8E4
GREY WARM 0.6 == #E7E1DE
GREY WARM 0.7 == #DDD6D0

BLUE 1 == #81AEC5

GREEN 1 == #E6EBEA


*/

@media screenXXX {
	/* quicksand-regular - latin */
	@font-face {
	  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	  font-family: 'Quicksand';
	  font-style: normal;
	  font-weight: 400;
	  src: url('/fileadmin/_shared/fonts/quicksand-v31-latin/quicksand-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	       url('/fileadmin/_shared/fonts/quicksand-v31-latin/quicksand-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}

	/* quicksand-500 - latin */
	@font-face {
	  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	  font-family: 'Quicksand';
	  font-style: normal;
	  font-weight: 500;
	  src: url('/fileadmin/_shared/fonts/quicksand-v31-latin/quicksand-v31-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	       url('/fileadmin/_shared/fonts/quicksand-v31-latin/quicksand-v31-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}

	/* quicksand-600 - latin */
	@font-face {
	  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	  font-family: 'Quicksand';
	  font-style: normal;
	  font-weight: 600;
	  src: url('/fileadmin/_shared/fonts/quicksand-v31-latin/quicksand-v31-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	       url('/fileadmin/_shared/fonts/quicksand-v31-latin/quicksand-v31-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}
}

/* ======================= */
/* RESET BTSTRP */
body { line-height: inherit; font-weight: inherit; }

a { color: inherit; text-decoration: none; transition: color .5s; }
a:hover { color: inherit; text-decoration: underline; }

figure { margin-bottom: 0; }

.stretched-link--custom::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
}	


.border-top, .border-bottom { border-color: #F3F0EF !important;}
.border-top 	{ border-top-width: 4px !important;  }
.border-bottom 	{ border-bottom-width: 4px !important; }

.bg-light .border-top, .bg-light .border-bottom { border-color: #ECE8E4 !important;}

/*
.bg-primary,
.bg-dark 		{ background-color: #233255 !important; }
.bg-secondary 	{ background-color: #00A5B5 !important; }
.bg-light 		{ background-color: #D8DCE1 !important; }
.bg-light-50p 	{ background-color: #ECEEF0 !important; }
*/

.bg-warm { background-color: #CABA9E !important; }

.bg-warm-30p, 
.bg-light { background-color: #EFEAE2 !important; }

.bg-warm-20p { background-color: #F9F7F7 !important; }
.bg-warm-40p { background-color: #EAE3D9 !important; }


.bg-sec { background-color: #82A1A1 !important; }
.bg-sec-50p { background-color: #C1D0D0 !important; }
.bg-sec-25p { background-color: #E0E8E8 !important; }

.bg-dark { background-color: #00ACA8 !important; }

.rounded-lg { border-radius: 0.75rem !important; }
.rounded-sm { border-radius: 0.40rem !important; }
.rounded-xl { border-radius: 1.6rem !important; }

.text-highlight { color: #00ACA8 !important; }
.text-light 	{ color: #B4B4B4 !important; }
.text-light-darker 	{ color: #969696 !important; }
.text-primary 	{ color: #90B9AE !important; }
.text-secondary { color: #00ACA8 !important; }
.text-important { color: #509D8C !important; font-size: 1.1em; line-height: 0.9; }

@media(min-width: 576px){
	.border-sm-top-0 { border-top: 0 !important; }
}

.ctel.vw-100 { width: auto !important }

.container-fluid { max-width: 1300px; padding-left: 20px; padding-right: 20px; }
.container-fluid .container-fluid { padding-left: 0; padding-right: 0; }

@media(min-width: 767px){
	.container-fluid { padding-left: 30px; padding-right: 30px; }
}


/* === WEBSITE-LAYOUT GENERELL ========================================== */
body { overflow-y: scroll; background: #fff; margin: 0; padding: 0; }

/* POSITIONIERUNGEN */
#canvas, #page, #main, #footer  { position: relative; }
#header, #nav { position: static; }
#canvas { overflow: hidden; }

/* Z-INDEXES */
#header 	{ z-index: 2; }
#logo 		{ z-index: 2; }
#nav 		{ z-index: 1; }
#main 		{ z-index: 0; }
#footer 	{ z-index: 1; }


#canvas { padding: 0 0; }
@media(min-width: 768px){
	#canvas { padding: 0 0; }
}

#page { padding-top: 3rem; }
@media(min-width: 768px){
	#page { padding-top: 0; }
}


#footer { margin-bottom: 0; }
#main 		{ background: transparent; min-height: 50vw;}

/* === HEADER === */
#header { width: 100%; overflow: visible; }
/*.header__content { position: absolute; left: 0; right: 0; height: 0; z-index: 1; }*/

/* HEADER: MINIHEADER@SCROLL*/
@media(min-width: 1px){
	.header__fixed { position: absolute !important; top: 0; left: 0; right: 0; height: auto; z-index: 1; /*padding-left: 30px; padding-right: 30px;*/ }
	
	.header__fixed { transition: padding .5s; }
	.header__fixed .logo { transition: all .5s; }

	.isScrllng .header__fixed,
	.miniheader .header__fixed {  }
	
/*	.isScrllng #header .logo,*/
	.miniheader #header .logo { min-width: 150px; max-width: 150px; }	
}
@media(min-width: 768px){
	.header__fixed { position: fixed !important; }

/*	.isScrllng #header .logo,*/
	.miniheader #header .logo { min-width: 150px; max-width: 150px; padding: 1rem; }
}


/* HEADER: LOGO */
.logo { position: relative; top: 0; left: 0; margin: 0; text-transform: uppercase; text-align: center; }
.logo a:hover { text-decoration: none !important; }
.logo a:focus { outline: none; }

.logo { position: relative; top: 0; left: 10px; white-space: nowrap; max-width: 150px; margin: 0; padding: 1rem; }
.logo { background: #00ACA8; }

/*
.logo a { position: absolute; top: 0; left: 0; height: 100%; width: 100%; outline: 0; text-indent: -999px; overflow: hidden; }
*/
.logo:after { content: ''; display: block; width: 100%; height: 0; padding-bottom: 36.06%; background: center bottom no-repeat url('../assets/mondox__logo--white.svg') #00ACA8; background-size:contain; }
.logo:after { padding-bottom: 42%; background-image: url('../assets/mondox__logo--white-2.svg'); }

.logo {  }
.logo__title { margin: 0; }

.logo:before { content: ''; display: block; width: 15%; height: 2rem; background: transparent; position: absolute; top: 100%; left: 0;  }
.logo:before {
	background-repeat: no-repeat; 
	background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='5' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cpolygon points='0,0 10,0 0,5' style='fill:%2300ACA8'/%3E%3C/svg%3E");
	background-size: contain;
 }


@media(min-width: 768px){
	.logo { max-width: 200px; padding: 2rem; left: 1rem; }
}

@media(min-width: 1100px){
	.logo { max-width: 250px; }
}



/* = HEADER: MENU ========================================== */
/* PRIMARYNAV */
.menu--contacts { 
	position: absolute !important;
	z-index: 999;
	top: 1rem;
	right: 1.5rem;
	margin: 0 -.25rem !important;
}

.menu--contacts > li { padding: 0 .25rem; }

.btn-toggle { 
	padding: 15px;
	height: 60px;
	width: 60px;
	margin: 0;
	border-radius: 12%;
	background: rgba(255,255,255,1);
	
	display: block;
	border: 0;
}

.btn-toggle .icon, 
.btn-toggle .icon:before { margin: 0; display: block; }
	
.navbar-toggle {
	/*
	position: absolute;
	top: .5rem;
	right: 1rem;
	z-index: 999;
	*/
	padding: 15px;
	height: 60px;
	width: 60px;
	margin: 0;
	border-radius: 12%;
	background: rgba(255,255,255,1);
	
	display: block;
	border: 0;
}

@media (min-width: 767px) {
	.navbar-toggle {
		top: 2rem; 
	}	
}

.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: auto;
	height: 5px;
	border-radius: 2px;
	background: #1AACA7;
	transition: all .3s;
	position: relative;
	opacity: 1;
	transform: rotate(0) translateY(0);	
}

.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }

.menu--is-active .navbar-toggle .icon-bar { opacity: 0; /*background: #666;*/  }
.menu--is-active .navbar-toggle .sr-only + .icon-bar 		{ opacity: 1; transform: translateY(9px) rotate(45deg) }
.menu--is-active .navbar-toggle .icon-bar:last-child 		{ opacity: 1; transform: translateY(-9px) rotate(-45deg)  }


#nav { padding: 90px 10px 0 10px; left: 0; }
#nav { background-color: rgba(0,172,168,.98); background-color: #EFEAE2; box-shadow: 0 0 20px rgba(0,0,0,0.15); position: fixed; top: 0; bottom: 0; right: 0; text-align: left; margin: 0; overflow: auto; width: auto; max-width: none; }
#nav { 
	-webkit-transition: -webkit-transform .3s ease .3s;
	transition: transform .3s ease .3s;
	
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
}
.menu--is-active #nav { 
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;

	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media (min-width: 576px) {	
	#nav { left: 60%; padding: 90px 15px 0 15px; }
}

@media (min-width: 992px) {
	#nav { left: 75%; }
}



/* HEADER: MENU */
.menu, .menu ul { list-style: none; margin: 0; padding: 0; line-height: 1; position: relative;  }
.menu__item { margin: 0; padding: 0; }
.menu__item { position: relative; }
.menu__item a { text-decoration: none; display: block; position: relative; }
.menu__item b { font-weight: inherit; }

.menu--primary { font-size: 18px; letter-spacing: .03em; font-weight: 400; /*color: #FFFFFF;*/}
.menu--primary a { transition: color .3s; white-space: nowrap; text-transform: none; }
.menu--primary a:hover { text-decoration: none; color: inherit; }

.menu--primary a { display: block; padding: .65em 5px;}
@media (min-width: 1100px) {
	.menu--primary a { padding: 1em 5px; }
}
.menu--primary b { position: relative; display: block; padding: 0 0; }


.menu--primary.l1 > li > a b { padding: 0 0; position: relative; }
.menu--primary.l1 > li > a b b { position: absolute; left: 0; top: 120%; width: 0; height: 2px; background: #DDD6D0; text-indent: -999em; overflow: hidden; display: none; }



/* ALL LEVELS */
.menu--primary .act > a, 
.menu--primary .cur > a { font-weight: 800; }

/* LEVEL 1 */
.menu--primary > .menu__item { position: relative; }
.menu--primary > .menu__item > a { text-transform: uppercase; }
.menu--primary > .act > a, 
.menu--primary > .cur > a {  }

.menu--primary > li > a:hover {  }
.menu--primary > li > a,
.menu--primary > li > ul {
	border-bottom: 1px solid #FFFFFF;
}


/* LEVEL 2 */
.menu--primary .l2 { font-size: 16px; }
.menu--primary .l2 a { padding: .5rem 2rem; }
.menu--primary .l2 > .menu__item > a {  }
.menu--primary .l2 > .menu__item:last-child > a { border-bottom: none; }

.menu--primary .l2 .act > a, 
.menu--primary .l2 .cur > a {  }

/* LEVEL 2: TOGGLE */
#canvas #primarynav .tggl { display: none; }
@media (max-width: 9910px) {	
	#canvas #primarynav .tggl { display: block; position: absolute; right: 0; top: 0; bottom: 0; width: 60px; height: auto; padding: 0; background: transparent; border: 0; text-indent:-999em; overflow: hidden; }
	#primarynav .tggl:after {
		content: '';
		border: 4px solid #fff;
		display: block;
		width: 12px;
		height: 12px;
		margin-bottom: -4px;
		position: absolute;
		bottom: 50%;
		left: 50%;
		margin-left: -6px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#primarynav .tggl:after {
		border-top: 0;
		border-left: none;
	}
	
	#primarynav .opnd > a > .tggl:after {
		margin-bottom: -10px;
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	
	/*
	#primarynav .l2 { max-height: 0; overflow: hidden; }
	#primarynav .opnd > .l2 { max-height: 1000px; }

	#primarynav .l3 { max-height: 0; overflow: hidden; }
	#primarynav .opnd > .l3 { max-height: 1000px; }
	*/
	
}

/* ================ */

	
/* BODYTEXT */
/* === TEXTSTILE ======================================= */
body, 
.font-weight-normal, 
.font-weight-light { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #313131; font-family: quicksand, Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: 400 !important;
}

.text-default { color: #313131 !important; }

.h1, h1, 
.btn--1, 
.font-weight-bold, 
strong { 
	font-family: quicksand, Arial, Verdana, Tahoma, Helvetica, sans-serif; font-weight: 600 !important;
}


/* FONTSIZES ALL TOGETHER */
html 		{ font-size: 16px; line-height: 1.45; font-weight: 400; }
@media(min-width: 576px){
	html 		{ font-size: 16px; }
}
@media(min-width: 992px){
	html 		{ font-size: 18px; }
}

.text-size--xxl { font-size: 2.30rem; }
.text-size--xl 	{ font-size: 1.40rem; line-height: 1.3; }
.text-size--l 	{ font-size: 1.06rem; }
@media(min-width: 992px){
	.text-size--xl 	{ font-size: 1.50rem; }
	.text-size--xs 	{ font-size: 0.72rem; }	
}

.text-size--s, 
.imgwrap figcaption 	{ font-size: 0.9rem; }
@media(min-width: 576px){
	.text-size--s, 
	.imgwrap figcaption 	{ font-size: 0.866667rem; }
}	


.text-size--rel { font-size: 1vw; }
.text-size--rel .text-size--xxl { font-size: 2.50em; }
.text-size--rel .text-size--xl 	{ font-size: 1.50em; }
.text-size--rel .text-size--l 	{ font-size: 1.30em; }
.text-size--rel .text-size--s 	{ font-size: 0.72em; }
.text-size--rel .text-size--xs 	{ font-size: 0.72rem; }

/*
@media(min-width: 1680px){
	.text-size--rel { font-size: .9rem; }
}
*/

@media(max-width: 767px){
	.text-size--rel { font-size: 2vw; }
}


/* HEADINGS */
.header { line-height: 1; margin-bottom: 1rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: .5em; font-weight: 400; }

.h1, h1 { color: #00ACA8; font-size: 2.00rem; text-transform: uppercase; }
.h2, h2 { color: #025F59; font-size: 1.80rem; text-transform: uppercase; }
.h3, h3 { color: inherit; font-size: 1.40rem; text-transform: none; }
.h4, h4 { font-size: 1em; line-height: 1.5; font-weight: 500; }

.ctype-header .header, 
.ctype-header .header * { margin-bottom: 0; }

.ctel.text-white .header * {  color: #fff !important; }
.text-white > .header * {  color: #fff !important; }

.text-justify .header { text-align: center; }

.header__heading { margin-bottom: 0; }
.header__preheading, 
.header__subheading {  }

.header__preheading { margin-bottom: 1rem; margin-top: 0; }
.header__subheading { margin-bottom: 0; margin-top: .2rem; }


.h1, h1 { 
	font-weight: 600 !important;
	text-transform: uppercase;
	font-size: 2.0rem !important;
	line-height: 0.95 !important;
	letter-spacing: 1px;
}

@media(min-width: 767px){
	.h1, h1 { font-size: 3.0rem !important; }
}


.h1 + .header__subheading, h1 + .header__subheading { 
	font-size: 1.5rem !important;
}

.header-rotate .row > .header {
	position: relative;
}

.header-rotate h1 { 
	position: absolute; 
	transform: rotate(-4deg) translateY(calc(-100% - 1.0rem));
	font-size: 4.0rem !important;
	line-height: 0.85 !important;
}

@media(min-width: 767px){
	.header-rotate .row > .header {	
	}
	.header-rotate h1 { 
		transform: rotate(-4deg) translateY(calc(-100% - 2.5rem));
		font-size: 6.0rem !important;
	}
}




/*
.h2 b, h2 b { 
	font-weight: inherit;
	border-bottom: 2px solid #ccc;
	padding-bottom: .2rem;
}
*/


/* === CTEL === */
.ctel { position: relative; z-index: 1; }
.ctel--vh100 .ctel__layout { height: 100vh; max-height: -webkit-fill-available !important; }

.ctel__layout { /*padding-bottom: 0; padding-left: 3em; padding-right: 3em; overflow: hidden;*/ }

.text-justify p { -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
.hyph-off { word-wrap: unset; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none; text-align: left; } 

p { margin-bottom: 1.0rem; }

/* TABLES */
.table { color: inherit; margin-bottom: 1em; }
.table td, .table th { padding: 0; vertical-align: top; }
.table thead th, .table td, .table th { border: 0; background:transparent; }
.table td.label,
.table .table__label { padding-right: 1em; width: 1%; }
/*@media(min-width: 768px){*/
	.table td.label,
	.table .table__label { white-space: nowrap; }
/*}*/
.table caption { text-align: left; caption-side: top; color: inherit; padding-top: 0; padding-bottom: 0; }
.table--1 caption, 
.table--1 tbody { float: left; margin-right: 1rem; }

.table .table__label-section { padding-top: .25rem; }

/* AUFLISTUNGEN IN CONTENT-ELEMENTEN */
ul,ol { padding: 0; margin-bottom: 1.0rem; }
li { padding: 0; margin: 0; }

.csc-text-text :first-child { margin-top: 0; }
.csc-text-text li p { margin-bottom:0; }
.csc-text-text li p + p { margin-top:1.5rem; }
.csc-text-text ul li, 
.csc-text-text ol li { margin-left: 0; padding-left: 1.5em; margin-bottom: .3em; position: relative; }
.csc-text-text ul li { list-style: none; }
.csc-text-text ul li:before {
	content:"";
	overflow: hidden;
	position: absolute;
	width: .4em;
	height: 8px;
	left: 0;
	top: .25em;
	font-size: 2.0em;
	line-height: 1;
	background-color: #BBAE9B;
	opacity: 1;
	border-radius: 4px;
}
.csc-text-text ul.list-unstyled { margin-bottom: 0; }
.csc-text-text ul.list-unstyled li { padding-left: 0; position: static; }
.csc-text-text ul.list-unstyled li:before { content: none; }

.csc-text-text ul.list--1 { padding-left: 0; list-style: none; position: relative;  }
.csc-text-text ul.list--1 li {  }
.csc-text-text ul.list--1 li:before { content:"";
	overflow: hidden;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	left: 0;
	top: .15em;
	font-size: 1em;
	line-height: 1;
/*	background-color: #BBAE9B;*/
	
	opacity: 1;
	border-radius: 0;
	
	background: no-repeat transparent; 
	background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='10' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cpolyline style='fill:none; stroke:%2383D6D3; stroke-width:2; stroke-linecap:round; stroke-linejoin:round' points='3,5 4.5,7 7,3'/%3E%3C/svg%3E");
		
	
	background-size: 100% 100%;
	
}

.csc-text-text ul.list--2 { padding-left: 2rem; list-style: none; position: relative;  }
.csc-text-text ul.list--2:before { content: ''; background: #A4D6D5; width: 1.2rem; height: 100%; border-radius: .45rem; position: absolute; left: -.3rem; }
.csc-text-text ul.list--2 li { padding-left: 0; position: static; }
.csc-text-text ul.list--2 li:before { display: none; }

.csc-text-text  ol {counter-reset: root; padding-left: 0;}
.csc-text-text  ol > li { display: block; margin-left: 0; position: relative; padding-left: 1.6em; }
.csc-text-text  ol > li:before { position: absolute; line-height: inherit; left:0; top: 0; content: counter(root) ". "; counter-increment: root; }

.csc-text-text ol.ol--big-numbers > li { padding-left: 2.4em; }
.csc-text-text ol.ol--big-numbers > li:before { color: #f9b82b; font-size: 2em; }



/* BTNs */
.btn--1 { background: #F3F0EF; display: inline-block; padding: .7em 1em; margin: 0.2em 0; line-height: 1; text-align: center; border-radius: 0; text-decoration: none !important; transition: all .3s; border: 0 !important; letter-spacing: 1px; text-transform:uppercase;  }
.btn--1 { word-wrap: break-word; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none; } 
.btn--1, .btn--1:link, .btn--1:visited, .btn--1:active { color: #313131 !important; }
.btn--1:hover { text-decoration: none; }

.ctel--links-dark .btn--1, 
.btn--1-dark { background: #AE9271; }
.ctel--links-dark .btn--1, .ctel--links-dark .btn--1:link, .ctel--links-dark .btn--1:visited, .ctel--links-dark .btn--1:active { color: #fff !important; }
.ctype-gridelements_pi1.ctel--links-dark .btn--1 { margin: 5px; }

/* LINKS */
.link-internal::after, .link-internal-new-window::after, .link-external::after, .link-external-new-window::after, .download::after, .mail::after, .link-down::after, .link-download::after {
	background: transparent;
	width: 1em;
	margin-right: 0;
	margin-left: .4em;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none !important;
	color: inherit;
	font-size: .8em;
	font-family: 'fontello' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	transition: all .2s;
}


.link-internal { text-decoration: none !important; border-bottom: 1px dotted #aaa; }

.link-internal::after, 
.link-down::after { content: '\e833'; margin-top: -.1em; margin-left: 0.1em; transform: translateX(.0001em); }

.link-down::after { font-size: 1.2em; position: relative; }

.btn--1.link-internal:hover::after { transform: translateX(.3em); }

.link-down::after { transform: rotate(90deg); }

.ctel a { text-decoration: underline; }
.link-external::after, 
.link-internal-new-window::after { margin-top: -.1em;  content: '\2389'; }

.link-download::after { content: '\f02e'; }

.link-internal:after {
/*	font-size: 1.2rem;*/
	/*
	width: 4em;
	height: 1em;
	content:'';
	background: transparent no-repeat center center;
	background-size: contain;
	background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='11px' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cpolygon fill='%23ffffff' points='17.166,0 16.601,0.565 20.714,4.678 0,4.678 0,5.478 20.714,5.478 16.601,9.59 17.166,10.156 22.244,5.078'/%3E%3C/svg%3E");
*/
}

/* CTEL: IMAGES */
.ctel figcaption { margin-top: .75rem; }

figcaption { position: relative; z-index: 1; }
.type-picture figcaption, .npgs-teaser figcaption { margin-top: 0; }

figcaption .caption__copyright { position: absolute; transform: translateY(-100%); top: 0; left: auto; right: 0; color: #fff; text-shadow: 0 0 3px #000; padding: 1em 1em 0.5em 1em; }

@media(max-width: 768px){
	.ctel.type-picture .ctel__layout { height: auto !important; }
}


/* CTEL: DECORATION */
/* PEARLS */ 
.decoration--pearls-above { position: relative; }
.decoration--pearls-above::after {  content: ''; position: absolute; height: 70px; width: 18px; left: 50%; top: 0; margin-top: -35px;
	background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='4' height='6' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-width='3' stroke-linecap='round' x1='2' y1='2' x2='2' y2='2'/%3E%3C/svg%3E");
	background-size: contain;
}

.decoration--pearls-below { position: relative; }
.decoration--pearls-below::after {  content: ''; position: absolute; height: 70px; width: 18px; left: 50%; bottom: 0; margin-bottom: -35px;
	background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='4' height='6' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-width='3' stroke-linecap='round' x1='2' y1='2' x2='2' y2='2'/%3E%3C/svg%3E");
	background-size: contain;
}

/* DIVIDER LINE */
.decoration--divider-above { position: relative; }
.decoration--divider-above::before {  content: ''; position: absolute; z-index: 1; top: -8vh; right: -5vw; left: -5vw; height: 25vh; background: rgba(255,255,255,.3); transform: rotate(4deg); }

@media(min-width: 768px){
	.decoration--divider-below { position: relative; }
	.decoration--divider-below::before {  content: ''; position: absolute; z-index: 1; top: auto; bottom: -8vh; right: -5vw; left: -5vw; height: 25vh; background: rgba(255,255,255,.3); transform: rotate(4deg); }
}

.decoration--divider-above-1 { position: relative; }
.decoration--divider-above-1::before {  content: ''; position: absolute; z-index:-1; top: 0; right: 0; left: 0; height: 7vw; background: rgba(255,255,255,1); transform: translateY(-50%) scale(101.2%) rotate(-4deg); }
.decoration--divider-above-1::before { transform: translateY(-50%)  skewY(-4deg); }

.decoration--divider-below-1 {  }
.decoration--divider-below-1::after {  content: ''; position: absolute; z-index: 0; top: auto; bottom: -8vh; right: -5vw; left: -5vw; height: 25vh; background: rgba(255,255,255,1); transform: rotate(-3deg); }

.decoration--cut-prev {  }
.decoration--cut-prev::before {  content: ''; position: absolute; z-index: 0; top: 10vh; right: -1px; left: -1px; height: 10vh; 
	background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100' height='100' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cpolygon points='0,100 100,100 100,0' style='fill:%23ffffff' /%3E%3C/svg%3E");
	background-size: 100% 100%;
	
}

/* ================== */
.decoration--border-below { position: relative; border-bottom: #00ACA8 3rem solid; }
/*
.decoration--border-below::after {  content: ''; position: absolute; height: 1.6rem; left: 0; top: auto; right: 0; bottom: -.75rem; z-index: 0; border-radius: 0 0 1.6rem 1.6rem;
	background: #fff;
}
*/



/* CTEL: TEASER */
.teaser { position: relative; z-index: 0; /*overflow: hidden;*/ width: 100%; height: 100%; }
.teaser__images { position: relative; z-index: 1; }
.teaser__images figure { margin: 0; }

/*
.teaser__content { padding: 0; background: transparent; line-height: 1.4; }
.teaser__content { position: absolute; top: 1em; left:1em; right: 1em; bottom: 1em; background: rgba(255,255,255,0.9); z-index: 1; padding: 1em; }
.teaser__content * {  }
*/

.teaser .header { line-height: 1.2; }
.teaser .header * { margin-bottom: 0; }

.teaser__heading { /*margin: 0;*/ line-height: 1.3; margin:0; }
.teaser__preheading { margin-bottom: .35rem; }
.teaser__subheading {  }

.teaser__links {  }
.teaser .teaser__links { }

.teaser__links a { text-decoration: none; color: inherit; margin: 0; }

.teaser--hide-link .teaser__links { padding: 0; height: 0; overflow: hidden; }
.teaser--hide-link .teaser__content { }
.teaser--hide-link .btn--1 { padding: 0; }
.teaser--hide-link .btn--1:hover { padding-left: 3em; }
.teaser--hide-link:hover .teaser__content { }



/* TEASER W ICONS */
.teaser--icons .teaser__images { padding: 2rem 1rem; margin-top: auto; }
.teaser--icons .teaser__images img { width: 100%; object-fit: contain; height: 4.5rem; }



/* === POSTER === */
.ctel.text-over-img { padding: 0;  }
.ctel.text-over-img .container-fluid { height: 100%; }

@media(min-width: 768px){
	.poster { position: relative; display: flex; flex-flow: column; justify-content: center; height: 100%; }
	.poster__images { position: absolute; z-index: 0; right: 0; left: 0; bottom: 0em; top: 0; background: transparent; overflow: hidden; }

/*	.poster__images { position: absolute; z-index: 0; right: 0; left: 0; bottom: auto; top: 0; }*/
}

.poster__content { position: relative; z-index: 1; /*background: linear-gradient(180deg,rgba(0,76,157,.7), rgba(34,65,121,.7)); padding: 4vw 1em;*/ }
.poster__content p { /*text-shadow: 0 2px 2px rgba(0,0,0,.15), 0 0 20px rgba(0,0,0,.3);*/ }

.poster__images {  }
.poster__image { }

.poster__images .imgwrap { height: auto; margin-bottom: 0 !important; }
.poster__images, .poster figure, .poster .img { height: 100%; }
.poster__images, .poster figure, .poster .img { margin: 0 !important; }
.poster figure img { width: auto; max-width: unset; width: 100%; height: 100%; object-fit: cover; object-position: center center; --image-rendering: optimizespeed }

.text-over-img--top .poster { justify-content: flex-start; } 
.text-over-img--bottom .poster { justify-content: flex-end; } 

.text-over-img--bottom-center .poster__content { align-self: center; margin-bottom: 3em; } 
	

@media(max-width: 767px){
	.ctel.text-over-img > div { height: auto !important; }
	.poster__content { background: #DCEAF4; }
	.poster__content * { color: #313131; text-shadow: unset !important; }
}

/* === FOOTER === */
#footer { margin-top: 0; }
#footer {  }
#footer p, 
#footer table { margin-bottom: .6em; }

.footer__content, .footer__footer {  }
.footer__content {  }
.footer__content a { color: inherit; text-decoration: underline; }

.footer__content .table td, .footer__content .table th { padding: 0 inherit 0 0; }

/* LEGAL */
.menu--mn { color: #fff; margin-left: -1em; margin-right: -1em; }
.menu--mn li { position: relative; display: inline-block; margin-left: 0 !important; padding-left: 0 !important; }
.menu--mn a { display: block; padding: 1.5em 1em; }


/* TOPLINK*/
#toTopLink { 
	position: fixed; left: auto; right: -2.5em; top: auto; bottom: 2em; z-index: 100;
	text-indent: 0; display: block; font-size: .9em; line-height: 1.5; text-transform: uppercase;

	transition: all .3s; 
	transform: scale(1);
	opacity: 1;
	
	background: #F3F0EF;
	padding: .5em;
	width: 2.5em;
	overflow: hidden;
	border-radius: 5px;
		
}

#toTopLink b { font-weight: 400; white-space: nowrap; float: right; }

#toTopLink b:after { content: '';
	display: inline-block; vertical-align: middle;
	width: 1.5em; height: 1.5em; margin-left: 1em; margin-top: 0em; border-radius: 50%; 
	border: 0;
	background: transparent no-repeat center center;
	outline: 0; 
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='8px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23444444;stroke-width:1;stroke-linecap:round' points='1,7 8,1 15,7'/%3E%3C/svg%3E");
	background-size: 100%;
	
}
html.miniheader #toTopLink { opacity: 1; right: 2.5em; }


@media(max-width: 767px){
	#toTopLink { width: 32px; height: 30px; text-indent: 200px; }
	#toTopLink:after { position: absolute; top: 5px; left: 5px; margin: 0; }
	html.miniheader #toTopLink { right: 1em; }
}

/* ============================================== */


/* GRID */
.l-grid { list-style:none; }

/* REVEAL@SCROLL */
/* TRANSTION FADE */
.js-reveal-top { transition: all .7s; }
.js-reveal-top { transform: translateY(0); opacity: 1; }

.js-reveal-top.js-reveal--hidden { transition: none; }
.js-reveal-top.js-reveal--hidden { transform: translateY(10vh); opacity: 0; }

/* TRANSTION FADE OPACITY */
.js-reveal-fade { transition: all 1.5s; }
.js-reveal-fade { opacity: 1; }

.js-reveal-fade.js-reveal--hidden { transition: none; }
.js-reveal-fade.js-reveal--hidden { opacity: 0; }


.l-grid > * { transition: all 1s; }
.l-grid > * { opacity: 1; }
.js-reveal--hidden.l-grid > * { opacity: 0; }

/* === IMAGE-GRID === */
.grid-sizer { width: 0.08%; }
.grid-item { width: 33.3%; overflow: hidden; }
.grid-item--width33 { width: 33.3%; }
.grid-item--width66 { width: 66.6%; }

.grid-item--width50 { width: 50%; }
.grid-item--width25 { width: 25%; }

.grid-item > div { background: transparent; position: relative; overflow: hidden; height: 0; padding-bottom: 60%; }
.grid-item--width66 > div { padding-bottom: 59.909%;  /* (66/67) * 60% */ padding-bottom: 60%; }
.grid-item--width50 > div { padding-bottom: 39.96%; }
.grid-item--width25 > div { padding-bottom: 80%; }

.grid-item--height2 > div { padding-bottom: 120%; }
.grid-item--height1 > div { padding-bottom: 30%; }

.grid-item img { margin: 0 auto; object-fit: cover; width: 100%; height: 100%; /*display: none;*/ }


.gallery.grid { margin-left: -6px; margin-right: -6px; }
.grid-item > div img { position: absolute; top: 0; left: 0;  }
.grid-item > div > div { position: absolute; top: 6px; left:6px; right: 6px; bottom: 6px; overflow: hidden; background: #eee; }

@media(max-width: 1023px){
	.gallery.grid { margin-left: -4px; margin-right: -4px; }
	.grid-item > div > div { top: 4px; left:4px; right: 4px; bottom: 4px; }
}

@media(max-width: 767px){
	.gallery.grid { margin-left: -3px; margin-right: -3px; }
	.grid-item > div > div { top:3px; left:3px; right:3px; bottom:3px; }
	
	.grid-item { width: 100% !important; }
}

/* === JQUERY UI === */
.acc { }
.acc > .header { padding: .8em 3.5em .8em 1em; margin: .2em 0 .2em 0 !important; 
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	
	background: #EFEAE2;
 }
.acc > .header * { /*font-weight: 600;*/ } 


.ui-accordion .ui-state-focus { outline: 0; }

.ui-accordion .ui-accordion-header { display: block; position: relative; }
.ui-accordion .ui-accordion-header { cursor: pointer; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; height: 1.5rem; width: 1.5rem; right: .8rem; left: auto; top: 50%; margin-top: -.75rem; 
	background: transparent no-repeat center center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='10px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23BBAE9C;stroke-width:3;stroke-linecap:round' points='3,3 8,8 13,3'/%3E%3C/svg%3E");
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='16px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23BBAE9C;stroke-width:3;stroke-linecap:round' points='3,3 8,8 3,13'/%3E%3C/svg%3E");
	background-size: 100%;

	background-size: contain;
	overflow: hidden; 
	opacity: 1;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon { transition: transform .2s; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { /*transform: scaleY(1);*/ transform: rotate(0); }
.ui-accordion .ui-state-active .ui-accordion-header-icon { 
   /*
    -moz-transform: scaleY(-1);
     -o-transform: scaleY(-1);
     -webkit-transform: scaleY(-1);
     transform: scaleY(-1);
     filter: FlipV;
     -ms-filter: "FlipV";
   */
   
   transform: rotate(90deg);
 }

.ui-accordion .ui-accordion-content { padding: 0; margin: 0 0 0 0; border-top: 0; overflow: hidden; }
.ui-accordion .ui-accordion-content > div { padding: 1rem; }

.ui-accordion .ui-accordion-header * { margin-bottom: 0; transition: color .3s; line-height: 1.2; text-transform: none; }


/* BG-DARK */
.bg-dark .acc > .header  { background: transparent; padding: .8em 3.5em .8em 0; margin: .2em 0 .2em 0 !important;}
.bg-dark .acc > .header * { font-weight: 600; }

.bg-dark .ui-accordion .ui-accordion-header .ui-accordion-header-icon { 
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='16px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%2386D6D2;stroke-width:3;stroke-linecap:round' points='3,3 8,8 3,13'/%3E%3C/svg%3E");
}

/* === FANCYBOX ===*/
.fancybox-bg {  background: rgba(50,50,50,.8); }
.fancybox-is-open .fancybox-bg { /*opacity: 1;*/ }

.fancybox-stage { 
	overflow-y: auto !important;
}

.fancybox-slide--html {
    padding: 44px 10px;
	height: auto;
	left: 10px;
	right: 10px;
	width: auto;
}

.fancybox-slide--html .fancybox-content {
/*	min-width: 600px;*/
	max-width: 1000px;	
	max-height: 100% !important;
	
	margin: 0 auto !important;
	overflow: auto;
	background: #FFF;
}

.fancybox-slide--iframe {
    padding: 44px 0;
/*	height: auto;*/
	left: 0;
	right: 0;
	width: auto;
}

.fancybox-slide--iframe .fancybox-content {
	max-width: 600px;	
/*	max-height: 100% !important;*/
	
	margin: 0 auto !important;
	overflow: auto;
	background: #FFF;
}

.fancybox-button--custom-close { position: absolute; top: 0; right: 0; padding: .8em; background: transparent; border: 0; font-weight: 600; }

/**/
/* === INFOBAR =========================== */
/*
#infobar .header--section {
	cursor: pointer;
	white-space: pre;
	text-transform: uppercase;
	
	margin-bottom: 0;	
	color: #fff; 
	font-size: inherit; text-align: center;
}

#infobar .header--section .header__heading {
	line-height: 1; letter-spacing: 1px;
	margin: 0; padding: 0; border: 0;
}
*/

@media(max-width: 575px){
	#infobar { 
		position: relative; background: #283B51; overflow: hidden;
	}
	
	/*
	#infobar .header--section { padding: 1rem 1rem 1rem 1rem; }
	#infobar .header--section .header__heading { font-size: 1rem; text-transform: uppercase; }
	*/
	
	.infobar__content { 
		height: auto;
		max-height: 0;
		overflow: hidden;
	}
	
	.infobar--active .infobar__content {
		max-height: 900px;
	}
	
	.infobar__content { 
		-webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
		transition: max-height 1s cubic-bezier(0, 1, 0, 1);
	}

	.infobar--active .infobar__content {
		-webkit-transition: max-height .5s ease-in-out; 
		transition: max-height .5s ease-in-out;
	}
	
	/* CLOSE@INFOBAR */
	.infobar__close { 
		position: absolute; top: 0; right: .75rem; width: 3rem; height: 3rem;
		transform: rotate(0); -webkit-transform: rotate(0);
	
		background: no-repeat center center;
		cursor: pointer;
		
		background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='10px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:2;' points='1,1 8,8 15,1'/%3E%3C/svg%3E");
	}
	.infobar--active .infobar__close { 
		-webkit-transform: rotate(180deg); transform: rotate(180deg); 
	}
}

@media(min-width: 576px){
	#infobar { 
		position: fixed; top: 0; bottom: 0;
/*		right: -350px; width: 350px;*/
		right: 0; width: 25%;
		transform: translateX(105%);
		padding: 0;
		box-shadow: 0 0 20px rgba(0,0,0,0.15);
	    z-index: 50;
	    -webkit-transition: transform .5s;
	    transition: transform .5s;
	    -webkit-transition-delay: .2s;
	    transition-delay: .2s;
	}
	
	.infobar--active #infobar {
		transform: translateX(0);
		z-index: 3;
	}
	
	.infobar--active .fancybox-active #infobar {
		opacity: 0;
	}
	
	.infobar__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		
		height: 100%;
	}

	#infobar .header--section { padding: 1.5rem 1rem 1.5rem 1rem; }
	#infobar .header--section .header__heading { font-size: 1.3rem; }
	
	/* TOGGLER@INFOBAR */
	#infobar .header--section, 
	.miniheader.infobar--active #infobar .header--section {
		position: absolute;
		z-index: 0;
		width: auto;
		height: auto;
		top: 50vh;
		left: 0;
	
		transform: rotate(-90deg);
		transform-origin: left bottom;
	
		background: #EEE;
		border-radius: 10px 10px 0 0;
	
		transition: all .3s;
		opacity: 1;
	}
	
	.miniheader #infobar .header--section { left: 0; opacity: 0; pointer-events: none; }
	
	/* CLOSE@INFOBAR */
	.infobar__close { 
		position: absolute; top: 1rem; right: 1rem; width: 4rem; height: 4rem;
		transform: rotate(45deg); -webkit-transform: rotate(45deg);
	
		background: transparent no-repeat center center;
		cursor: pointer;
	}
	.infobar__close:before, 
	.infobar__close:after { content: ''; position: absolute; top: 50%; left: 50%; width: 50%; height: 5px; border-radius: 3px; background: #FFFFFF; transform: translate(-50%, -1px); }
	.infobar__close:after { transform: translate(-50%, -1px) rotate(90deg);}
}
	

.infobar-hidden #infobar { display: none; }





/* CONTENT@INFOBAR */
.infobar__content { overflow: auto; background: #CCC; line-height: 1.2; min-width: 100%;  }
/*.infobar__content .btn--1 { background: #283B51; }*/

.infobar__content .header { margin-bottom: 0;} 

.infobar__content .bg-warm { background: transparent !important; color: #929CA7 !important; }
.infobar__content a { text-decoration: none !important; }
.infobar__content h4 { border-bottom: 2px solid #86D6D2; padding-bottom: .3rem; margin-bottom: .3rem; }
.infobar__content h4 { font-family: inherit; font-size: 1rem; font-weight: 600 !important; text-transform: uppercase;  }

/*
.infobar__content .btn--1 { background: transparent; display: block; border: 2px solid #667483 !important; color: #C6CBD0 !important; padding: .5rem 1rem; border: 0; font-weight: 500 !important;  }
.infobar__content .btn--1:hover { color: inherit !important;  }
*/

@media(max-width: 576px){
	#infobar { z-index: 1; }
/*	#infobar .header--section { padding: 1.5rem 1rem 2rem 1rem; }*/
}