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

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

figure { margin-bottom: 0; }
/*
.border-top, .border-bottom { border-color: #B3CDC4 !important;}
.border-top 	{ border-top-width: 2px !important; border-top-style: dotted !important;  }
.border-bottom 	{ border-bottom-width: 2px !important;  border-bottom-style: dotted;  }
*/

.border-top, 
.border-bottom { position: relative; border: 0 !important; }
.border-top:before,
.border-bottom:after {  content: ''; position: absolute; height: 2px; width: auto; left: 0; right: 0;
	background: transparent repeat-x;
	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='22' height='2' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cline fill='none' stroke='%2341271C' stroke-width='1' stroke-dasharray='10, 4, 4, 4' x1='1' y1='1' x2='22' y2='1'/%3E%3C/svg%3E");
	background-size: contain;
}
.border-top { padding-top: 20px; }
.border-top:before { top: 5px; bottom: auto; }
.border-bottom { padding-bottom: 20px; }
.border-bottom:after { top: auto; bottom: 5px; }


.rounded-lg { border-radius: .6rem !important; }

.text-highlight { color: #555555 !important; }
.text-important { color: #E60064 !important; }
.text-focus 	{ color: #FFFFFF !important; background: #666 !important; font-weight: bold; padding: 0 .5em; }

.text-light 	{ color: #786753 !important; }
.text-secondary { color: #90B9AE !important; }
.text-dark 		{ color: #41271C !important; }

.text-normal { text-transform: none !important; }

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

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

.bg-light { background-color: #E7DCCA !important; }
.bg-light-light { background-color: #F1EADF !important; }

/* GRID */
.row { margin-right: -30px; margin-left: -30px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 30px; padding-right: 30px;
}

/*@media(max-width: 1024px){
	.row { margin-right: -10px; margin-left: -10px; }
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 10px; padding-right: 10px;
	}
}
*/

.container-fluid { max-width: 1100px; padding-left: 1.5rem; padding-right: 1.5rem; }
.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: #FFFFFF; margin: 0; padding: 0; }
#page { }
/* POSITIONIERUNGEN */
#canvas, #page, #header, #main, #footer  { position: relative; }
#nav { position: static; }


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


#canvas { overflow: hidden;  }
#page 	{  }
#footer {  }

#main 		{ background: transparent; }


/* === HEADER === */
#header { width: 100%; top: 0;  }
/*.header__content { position: relative; left: 0; right: 0; height: 0; padding-top: 1px; z-index: 1; }*/

/* 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 { background: left top no-repeat #ecc; background-size: contain; min-width: 110px;}

.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: 81%; }

.logo__title { margin: 0; }


/* HEADER: MENU */
#nav {  }

@media(max-width: 767px){
	#nav { font-size: 1.1rem; }
	#nav { position: absolute; z-index: 1; top: 100%; bottom: auto; left: auto; width: 100%; right: 0; margin: 0 0 0 0; padding: 0 0 !important; }
	#nav { 
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
	
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
	}
	.menu--is-active #nav { 
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.menu--primary { background: #f5f5f5; }
	.menu--primary .l2 { padding: 0; }
	.menu--primary .l2 > .menu__item { border-bottom: 1px dotted #DADADA; }
	
	.menu--primary  a { padding: .5rem 1rem !important; }
	.menu--primary > li > a { border-bottom: 1px dotted #DADADA; }
}

/*
#nav { background: rgba(0,0,0,.5); position: fixed; z-index: 1; top: 0; height: 100vh; bottom: auto; left: 0; right: 0; margin: 0 0 0 0; padding: 60px 0 200px 0 !important; overflow-y:scroll; }
#nav { 
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	
	transform: translateX(105%);
	-webkit-transform: translateX(105%);
}
.menu--is-active #nav { 
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media(max-width: 499px){
	.menu--is-active body { overflow: hidden; position:fixed--; width: 100%; height: 100%; touch-action: none; }
}

@media(min-width: 500px){
	#nav { background: #fff; top: 0; padding-top: 3.5rem !important; width: 50%; max-width:350px; position: fixed; left: auto; bottom: 0; height: auto; }
	#page { transition: padding .3s; }
	.menu--is-active #page {  padding-right: 350px; }
}
*/

.menu { color: #333333;  }

.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 { padding: 0 0 0 0; position: relative; font-size: 18px; }

.menu--primary a { transition: color .3s; white-space: nowrap; text-transform: none; font-weight: 400; }
.menu--primary a:hover { text-decoration: none; color: inherit; }
.menu--primary li.act > a, 
.menu--primary li.cur > a { }

.menu--primary li.act > a b, 
.menu--primary li.cur > a b {  }


@media(min-width: 992px){
	.menu--primary { margin-left: -1em; margin-right: -1em; margin-bottom: -1em; }
}
.menu--primary a { display: block; padding: .5em 1em;}
.menu--primary b { position: relative; display: inline-block; padding: .5em 0; }

.menu--primary.l1 > li > a { font-weight: 400; /*text-transform: uppercase;*/ }



/* LEVEL 2 */
.menu--primary .l2 { font-size: .9em; color: #666; }
.menu--primary .l2 a {  }
.menu--primary .l2 a:hover { color: #333; z-index: 2; text-decoration: none; }

.menu--primary .l2 > .act > a { color: #333; }
.menu--primary .l2 > .cur > a {  }

.menu--primary .l2 a b:before { content: ' '; display: inline-block; margin-right: .5em; font-size: 18px; text-indent: 0; }
.menu--primary .l2 > .act a b:before { font-weight: 600; }
.menu--primary .l3 > .act a b:before { font-weight: 600; }

.menu--primary .l2 b { padding: .3em 0 .3em 1em; text-indent: -1em; }

/* LEVEL 3 */
.menu--primary .l3 a { padding: .4em 0 .4em 1.8em; }
.menu--primary .l3 a:hover { color: #333; z-index: 2; text-decoration: none; }

.menu--primary .l3 > .act > a { color: #333; }
.menu--primary .l3 > .cur > a {  }


/*.menu--primary > * + * a { border-top: 1px solid #ccc; }*/

/*
.menu--primary .l2 a { padding-left: 0; margin-left: 1em; }
.menu--primary .l2 a { border-top: 0 !important; }
*/

@media(max-width: 575px){
	.menu--primary:before { content: ''; position: absolute; z-index: 999; top: 100%; left: 0; right: 0; height: 20px; background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0)); pointer-events: none; }
}
@media(min-width: 576px){
/*	#nav:before { content: ''; position: absolute; z-index: 999; top: 0; bottom: 0; left: -10px; width: 10px; background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0)); pointer-events: none; }*/
/*	#nav { box-shadow: 0 0 15px rgba(0,0,0,.5); }*/
}

@media(min-width: 768px){
	/*
	.menu--primary > li:before { content:''; display:block; position: absolute; left: -3px; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #5C5C5C;  }
	.menu--primary > li:first-child:before { content: none; }
	*/
	
	.menu--primary a b:before { position: absolute; bottom: 0; height: 2px; left: 0; right: 0; overflow: hidden; content:''; border-radius: 1px; background: #90B9AE; transition: all .3s; opacity: 0; transform: scaleX(0); transform-origin: left center; }
	.menu--primary a:focus b:before,
	.menu--primary a:hover b:before { transform: scaleX(1); opacity: 1; }

	.menu--primary li.act > a b:before, 
	.menu--primary li.cur > a b:before { transform: none; opacity: 1; }
	
	
	.menu--primary .l2 { position: absolute; top: 100%; right: 0; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.2); padding: 1em 0; min-width: 150%; margin-top: 0; border-radius: 0 0 5px 5px;  }
/*	.menu--primary a { text-align: center; }*/
	
	.menu--primary .l2 a:after { content: none; position: absolute; bottom: 0; left: 1em; right: 1em; height: 1px; background: #cccccc;  }
	.menu--primary .l2 li:last-child a:after { display: none;  }

	.menu--primary .l2 { left: -999em; right: auto; opacity: 0; transform: translateY(10px); }
	.menu--primary li:hover .l2 		{ left: 0; opacity: 1; transform: translateY(0); }
	.menu--primary li:focus-within .l2  { left: 0; opacity: 1; transform: translateY(0); }

	.menu--primary .l2 { transition: left 0s linear 0.5s, opacity .5s, transform .5s; }
	.menu--primary li:hover .l2  		{ transition: left 0s, opacity .5s, transform .5s; }
	.menu--primary li:focus-within .l2 	{ transition: left 0s, opacity .5s, transform .5s; }
}


#canvas #primarynav .tggl { display: none; }
@media (max-width: 575px) {
	.menu--primary .sub > a > b { padding-right: 60px; }
	
	#canvas #primarynav .tggl { display: block; position: absolute; right: 0; top: 0; width: 60px; height: 100%; padding: 0; background: transparent; border: 0; border-left: 1px solid #ccc; text-indent:-999em; overflow: hidden; }
	#primarynav .tggl:after {
		content: '';
		border: 2px solid #999;
		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, 
	#primarynav li:hover > .l2 { max-height: 1000px; }

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

/* ==================================== */
.navbar-toggle {
	position: fixed;

	top: -1px;
	right: 0;
	z-index: 999;
	padding: 15px 20px;
	height: 60px;
	width: 70px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: transparent;
	border-radius: 0;
	
	display: block;
	border: 0;
	transition: all .3s
}

@media (min-width: 768px) {
	.navbar-toggle { display: none; }
}

/*.menu--is-active .navbar-toggle {  right: 6em;}*/

.navbar-toggle:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0); z-index: 2; }
.menu--is-active .navbar-toggle:before { left: 99%; }

.navbar-toggle:focus { outline: 0; }

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

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

.menu--is-active .navbar-toggle .icon-bar { opacity: 0; background-color: #666;  }

.menu--is-active .navbar-toggle .sr-only + .icon-bar,
.menu--is-active .navbar-toggle .icon-bar:last-child 		{ opacity: 1; }
.menu--is-active .navbar-toggle .sr-only + .icon-bar 		{ transform: translateY(8px) rotate(45deg) }
.menu--is-active .navbar-toggle .icon-bar:last-child 		{ transform: translateY(-8px) rotate(-45deg)  }

/* TOGGLE WITH "MENU"-LABEL */
/*
.navbar-toggle:after {
	content: 'Menü';
	display: inline-block; color:#45C1C3;
	position: absolute; top: 50%; left: 80%;
	font-size: 2rem; line-height: 0; text-transform: uppercase;
	opacity:0;
	transition: opacity .5s;
}
.menu--is-active .navbar-toggle:after { opacity:1; }
*/

/* BODYTEXT */
/* === TEXTSTILE ======================================= */
body { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #444; font-family: 'Aller W01', Arial, Tahoma, Verdana, Helvetica, sans-serif; font-weight: 400;
}

.font-weight-bold, 
strong { 
	font-weight: 400 !important;
}

/* FONTSIZES ALL TOGETHER */
html 		{ font-size: 15px; line-height: 1.4; }
@media(min-width: 576px){
	html 		{ font-size: 16px; }
}
@media(min-width: 992px){
	html 		{ font-size: 17px; }
}

.text-size--xxl { font-size: 2.00rem; }
.text-size--xl 	{ font-size: 1.50rem; }
.text-size--l 	{ font-size: 1.06rem; }
@media(min-width: 768px){
	.text-size--s 	{ font-size: 0.82rem; }
	.text-size--xs 	{ font-size: 0.72rem; }	
}


.text-size--rel { font-size: 1vw; }
.text-size--rel .text-size--xxl { font-size: 2.00em; }
.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; font-weight: 400;  }

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

.h1, h1 { color: inherit; font-size: 2.50rem; text-transform: uppercase; line-height: 1 }
.h2, h2 { color: #666; font-size: 2.00rem; text-transform: uppercase; line-height: 1 }
.h3, h3 { color: #666; font-size: 1.30rem; text-transform: uppercase; margin-top: 1.5em; }
.h4, h4 { font-size: 1.2rem; line-height: 1.2 }

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

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

.wsh { margin-bottom: 1em; }
.wsh * { margin-bottom:0; }
.wsh p { margin-top: .2em; text-transform: uppercase; }

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

/* === CTEL === */
.ctel { }
.ctel__layout { /*padding-bottom: 0; padding-left: 3em; padding-right: 3em; overflow: hidden;*/ }
/*#content [class^="bg-"], #content [class*=" bg-"] { padding: 3em; }*/


/*[class^="icon-"]::before, [class*=" icon-"]::before { vertical-align: middle; font-size: 1.2em; }*/

.icon-block { display: flex; align-items:baseline; position:relative; margin-bottom: 1rem; }
.icon-block .label {
	font-size: 1.1em;
	padding-right: 1.2em;
	min-width: 1px;
}
.icon-block .label:before {
	margin: 0;
	position: relative;
/*	top: .2em;*/
}

.icon--block p { margin-bottom: 0; }
.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; } 

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

.csc-text-text ul li, 
.csc-text-text ol li { margin-left: 0; padding-left: 1.2em; margin-bottom: .3em; position: relative; }
.csc-text-text ul li { list-style: none; }
.csc-text-text ul li:before {
	content:"•";
	font-family: Arial;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -.03em;
	font-size: 1.6rem;
	line-height: 1;
	color: #ccc;
	opacity: 1;
}

.csc-text-text ul li p { margin-bottom: 0; }
.csc-text-text ul li p + p  { margin-bottom: .5rem; }

ul.list-unstyled { margin-bottom: 0; }
ul.list-unstyled li { padding-left: 0; position: static; }
ul.list-unstyled li:before { content: none; }

.csc-text-text ul.list--1 { margin: 0 0; }
.csc-text-text ul.list--1 li { border-bottom: 2px solid #f0f0f0;  padding: 1rem 0 1rem 1.8rem; margin-bottom: 0; }
.csc-text-text ul.list--1 li:last-child { border-bottom: 0 }
.csc-text-text ul.list--1 li:before { margin-top: 1rem; margin-left: 0; }

.csc-text-text ul.list--2 { margin: 0 0; color: #fff; font-weight: bold; }
.csc-text-text ul.list--2 li { padding: 1rem 0 1rem 1.8rem; margin-bottom: .25rem; background: #777; }
.csc-text-text ul.list--2 li:last-child { }
.csc-text-text ul.list--2 li:before { margin-top: 1rem; margin-left: .25rem; color: #fff; }


.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; font-weight: 600;}

.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 { display: inline-block; padding: .5em 1.5em .5em 1.5em; margin: 0.2em 0; line-height: 1; text-align: center; border-radius: 0; background: #8EB935; text-decoration: none; transition: all .3s; border: 0 !important; letter-spacing: 1px; font-family: 'myriad-pro-condensed', sans-serif; }
.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: inherit !important; font-weight: 600; font-size: 1em; }
.btn--1:hover { text-decoration: none; }

.ctel--links-dark .btn--1, 
.btn--1-dark { background: #718B8B; }
.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; padding-bottom: .3em; }

.link-internal::after, 
.link-down::after { content: '\e81f'; top: -.07em; margin-left: 0.5em; }

.btn--1.link-internal::after, 
.link-down::after { font-size: 1.2em; position: relative; color: #fff; }

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

.link-down::after { transform: rotate(90deg); }
.link-external::after { content: '\f08e'; }

.link-download::after { content: '\e820'; color: #fff; }


/* CTEL: TEASER */
.teaser { position: relative; z-index: 0; /*overflow: hidden;*/ width: 100%; height: 100%; }
.teaser__images { position: relative; z-index: 1; /*opacity: .7; filter: grayscale(.5);*/ }
.teaser__images figure { margin: 0; }

.teaser__content { padding: 0; background: transparent; line-height: 1.2; }
.teaser__content * {  }

.teaser__meta { margin-bottom: .5rem; }
.teaser__meta p { margin-bottom: 0 !important; display: block !important; } 
.teaser__meta b { color: #786753 !important; }


.teaser__content > p { font-family: 'myriad-pro-condensed'; font-size: 1.1rem }

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

.teaser__heading { /*margin: 0;*/ text-align: center; text-transform: uppercase; line-height: 1.3; margin:0; }
.teaser__preheading { margin-bottom: .35rem; }
.teaser__subheading { text-align: center; }

.teaser__links { padding-top: 1.5rem; }
.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: 10rem; }

/* TEASER NEWS */
.teaser--news .teaser__heading { text-align: left; text-transform: none; }

/* TEASER HORIZONTAL */
.teaser--horizontal .teaser__images img { width: 100%; object-fit: contain; height: 4.5rem; max-width: 4.5rem; }




/* CTEL: atmo */
.ctel.text-over-img { padding: 0;  }

.atmo__images {  }
.atmo__content { position: relative; z-index: 1; width: 100%; max-width: auto; margin: 0 auto; }

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

@media(min-width: 768px){
	.atmo { height: 250px !important; padding: 5em }
}


.atmo__images, .atmo__images .imgwrap, .atmo figure, .atmo .img { height: 100%;  }
.atmo__images, .atmo figure, .atmo .img { margin-top: 0 !important; margin-bottom: 0 !important; }

/* TO DO: ALIGN IMAGES */
/*.atmo figure img { width: auto; max-width: unset; width: 100%; height: 100%; object-fit: contain; object-position: left center; image-rendering: optimizespeed }*/

.atmo__images img { width: auto; max-width: unset; width: 100%; height: 100%; object-fit: cover; object-position: center center; }

.atmo__content img { max-height: 150px; }

/* 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;
}

/* === FOOTER === */
#footer { background:#fafafa; margin-top: 3px; }

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

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


#footer { color: #333333; }
#footer p, 
#footer table { margin-bottom: .6em; }
#footer .border-bottom { padding-bottom: .3em; }

/* LEGAL */
.menu--mn { margin-left: -1em; margin-right: -1em; }
.menu--mn li { position: relative; display: inline-block; margin-left: 0 !important; padding-left: 0 !important; }
.menu--mn > li:before { background: #FFFFFF; transform: translateY(-55%); width: 3px; height: 3px; left: -2px;  }

.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: #fff;
	padding: .5em;
	width: 2.5em;
	overflow: hidden;
	border-radius: 5px;
	
/*	display: none;*/
	
}

#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:%23999999;stroke-width:1' 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; }
}

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

/* === JQUERY UI === */
.acc { }
.acc .header { text-align: left; }

.ui-accordion .ui-state-focus { outline: 0; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; line-height: 1.2; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; height: 1.5em; width: 1.5em; right: auto; left: 0; top: 50%; margin-top: -0.75em; 
	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='30px' height='18px' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M15,17.153L0,6.535V0l15,9.653L30,0v6.535L15,17.153z'/%3E%3C/svg%3E");
	background-size: contain;
	overflow: hidden; 
	opacity: 1;
	
	background: #ccc;
	
	border-radius: 50%;
	overflow: hidden;
	border: 0;
	margin-right: 1em;
}

.ui-accordion .ui-accordion-header-icon:before, 
.ui-accordion .ui-accordion-header-icon:after { content: ''; position: absolute; top: 50%; left: 50%; width: 50%; height: 2px; background: #ffffff; transform: translate(-50%, -1px); }

.text-white .ui-accordion-header-icon { border-color: #FFFFFF !important; }
.text-white .ui-accordion-header-icon:before, 
.text-white .ui-accordion-header-icon:after { background: #FFFFFF !important; }

.ui-accordion .ui-accordion-header-icon:after { transform: translate(-50%, -1px) rotate(90deg);}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon { transition: transform .2s; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { transform: rotate(0deg); -webkit-transform: rotate(0deg); }
.ui-accordion .ui-state-active .ui-accordion-header-icon { transform: rotate(45deg);  -webkit-transform: rotate(45deg); }

.ui-accordion .ui-accordion-content { padding: 1px 0 1px 0; border-top: 0; overflow: hidden; }

.ui-accordion .ui-accordion-header {  text-transform: none; background: transparent; border-radius: 0; overflow: hidden; padding: .7em 0 .7em 3.5em; margin: 1em 0 0 0 !important;  }
.ui-accordion .ui-accordion-header:first-child { margin-top: 0 !important; }

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

.ui-accordion .ui-accordion-header p { font-weight: 400; margin-top: 0em; }
 
/*.ui-accordion .ui-accordion-header.ui-state-active * { color: #333333; }*/
.ui-accordion .ui-accordion-header.ui-state-active p { }
.ctel .ui-accordion .ui-accordion-content { padding: 1px 0; margin: 0 0 0 0; background-color: transparent; }


.ui-accordion .header.dsbld { cursor: default; pointer-events: none; }
.ui-accordion .header.dsbld .ui-accordion-header-icon { display: none; }

.ui-accordion .csc-text-text { padding: 1em 0 1em 0 !important; }

/* === JQUI: TABS === */
.ui-tabs-nav { list-style: none; }
.ui-tabs-tab { margin: 0; padding:0; display: inline-block; position: relative; }
.ui-tabs-nav { border-bottom: 2px solid #E9E9E9; }
.ui-tabs-tab { border-bottom: 2px solid #E9E9E9; top: 2px; }
.ui-tabs-tab.ui-state-active { border-bottom: 2px solid #333; color: #333; }
.ui-tabs-tab a { text-decoration: none !important; padding: .5rem 2rem; }
.ui-tabs-nav a:focus { outline: 0; }



/* === IMAGE-GRID === */
.grid-sizer { width: 0.05%; }
.grid-item { width: 33.333%; overflow: hidden; }
.grid-item--width33 { width: 33.33%; }
.grid-item--width66 { width: 66.66%; }

.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--height2 > div { padding-bottom: 120%; }

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


.gallery.grid { margin-left: -8px; margin-right: -8px; }
.grid-item > div img { position: absolute; top: 0; left: 0;  }
.grid-item > div > div { position: absolute; top: 8px; left:8px; right: 8px; bottom: 8px; 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; }
}


/* === SLIDE CONTENT MORE/LESS === */
.slide {  }
.slideToggle { color: #0a3c8c; font-weight: normal; cursor: pointer; position: relative; padding-left: 1.2em; display: inline-block; position: relative; top: -5px; overflow: hidden; }
.slideToggle:hover {  }

.slideToggle b { position: absolute; height: 12px; width: 10px; left: 0; top: 50%; margin-top: -4px !important; 
	background: transparent url('../../media/gfx/layout/sprite_arrows.svg') no-repeat;
	background-position: 0 -138px;
	overflow: hidden; 
	opacity: 1;
}

.slideToggle.act b { background-position: -1px -158px; }

/* === OSM === */
#osm_994 { width: 100% !important; height: 30vw !important; min-height: 360px !important;}

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

/* === NEWS === */
.blog .meta b:before { color: #666; }
.blog .meta p { margin-right: 1rem; }

/* === BREADCRUMBS === */
.home .breadcrumbs { height: 0; overflow: hidden; margin-bottom: 0 !important; }
/*@media(max-width: 768px){ .breadcrumbs  { display: none !important; } }*/

.breadcrumbs { white-space: nowrap; overflow: auto; position: relative; left: -.5em; }
.breadcrumbs li { display: inline-block; margin-right:2px; position: relative;  }
.breadcrumbs li a { display: block;  }
.breadcrumbs li a:after { content: '›'; position: absolute; top: 0.45em; right: 0; font-size: 1.2em; line-height: 1; /*font-weight: 400;*/ }

.breadcrumbs li a, .breadcrumbs li.nolink { padding: .5em 1em .5em .5em; }
.breadcrumbs .nolink { color: #313131; }


/* RTE CKE */
.div-two-col { column-count:1 !important; }
@media(min-width: 767px){
 .div-two-col { column-count:2 !important; column-gap:4rem !important; }
}

/* 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; }


/* ==== PAGEBROWSER === */
.nav--pb { text-align:center; line-height: 1.9; }
.nav--pb li { margin: 0 1px 2px 1px; width: 3em; display: inline-block; text-align: center; }
.nav--pb a { display: block; width: 2em; height: 2em; margin: 0 auto; text-decoration: none; background: #ccc; border-radius: 50%; color: #fff; font-weight: bold;  }
.nav--pb a {
	transition: background .3s;
}
.nav--pb a:hover { background: #aaa; }
.nav--pb .act a { background: #eee;  }

.acc + .nav--pb { margin-top: 1rem; padding-top: 2rem; }


/*=== MAGAZINE ISSUES ==================================*/
.magazineIssueGallery {  }
.magazineIssueGallery .list-item {  padding: 0; margin: 1px 0; height: 260px; }
.magazineIssueGallery .list-item .wrap { padding: 5px }
.magazineIssueGallery .image { text-align: center; padding: 0 0 17px 0; margin-bottom: 0;  /* background: url("../../media/gfx/layout/right_bg.png") no-repeat scroll center bottom transparent; background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7EE 100%);*/ }
.magazineIssueGallery .image img.border { padding: 0; border: 3px solid #fff; /*box-shadow: 0 0 5px #ccc*/ }
.magazineIssueGallery .text .header { margin: 0 0 0 -2px; padding-left: 2px; }
.magazineIssueGallery .text p { margin: 2px 0; }
.magazineIssueGallery .text .issue 		{  }
.magazineIssueGallery .text .title 		{  }
.magazineIssueGallery .text .subtitle	{  }
.magazineIssueGallery .text .issue,
.magazineIssueGallery .text .subtitle 	{ font-size: 11px; }

/* === */
.magazineIssueSingle {  }
.magazineIssueSingle .image { float: right; padding-left: 20px; padding-bottom: 0; background: #fff; z-index: 1; }
.magazineIssueSingle .image img.border { padding: 0; border: 3px solid #fff; }

.magazineIssueSingle .text .subtitle { font-style: italic; margin: -6px 0 12px 0; }
.magazineIssueSingle .text .reviewer { font-style: italic; }
.magazineIssueSingle .summary .title { font-weight: bold; }

.magazineIssueSingle .text table.contents { width: 100%; margin-top: 0 }
.magazineIssueSingle .text table.contents caption { font-family: 'myriad-pro-condensed'; font-weight: 600; color: #665249; letter-spacing: 1px; text-align: left; text-transform: uppercase; background: #f7f7ee; padding: 6px 10px; border-bottom: 1px solid #eee; caption-side: top; font-size: .9rem; }
.magazineIssueSingle .text table.contents td { padding: 5px 10px 3px 10px; border-bottom: 1px solid #eee; /*background: url("../../media/gfx/layout/dots_bg.png") repeat-x left bottom transparent;*/ }
.magazineIssueSingle .text table.contents td.pagenum{ width: 25px; text-align: right; background: none; borderXXX: 0; }
.magazineIssueSingle .text table.contents a { font-weight: 500 !important; text-decoration: underline; }

/* === */
.magazineIssueTeaser .wrap { position: relative; padding: 5px; }
.magazineIssueTeaser .image { text-align: center; padding: 0; margin-bottom: 8px; }
.magazineIssueTeaser .image img.border { padding: 0; border: 3px solid #fff;  }
.magazineIssueTeaser .text .header { margin: 0 0 0 -2px; padding-left: 2px;  }
.magazineIssueTeaser .text p { margin: 2px 0; }
.magazineIssueTeaser .text .title		{  }
.magazineIssueTeaser .text .issue,
.magazineIssueTeaser .text .subtitle 	{ font-size: 11px; }


@media(min-width: 992px){
	.fancybox-content { min-width: 600px; }
}
.fancybox-content .breadcrumbs { display: none !important; }
@media(max-width: 992px){
	.fancybox-content { padding: 44px 10px !important; }
}
	
