/*

GREY WARM 0.6 == #E0D5C5
GREY WARM 0.2 == #F4F1EC

*/

@media screen {
	/* playpen-sans-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: 'Playpen Sans';
	  font-style: normal;
	  font-weight: 400;
	  src: url('/fileadmin/_shared/fonts/playpen-sans-v13-latin/playpen-sans-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	       url('/fileadmin/_shared/fonts/playpen-sans-v13-latin/playpen-sans-v13-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}
	
	/* playpen-sans-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: 'Playpen Sans';
	  font-style: normal;
	  font-weight: 600;
	  src: url('/fileadmin/_shared/fonts/playpen-sans-v13-latin/playpen-sans-v13-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	       url('/fileadmin/_shared/fonts/playpen-sans-v13-latin/playpen-sans-v13-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 {  }
.bg-warm-20p, 
.bg-light { background-color: #F4F1EC !important; }

.rounded-lg { border-radius: 0.75rem !important; }
.rounded-sm { border-radius: 0.40rem !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: url('../assets/bg__01.jpg') #F0F8E9 no-repeat center center; background-size: cover; margin: 0; padding: 0; }
body { background: url('../assets/bg__test.png') #549A68 no-repeat center center fixed; background-size: cover; }
body { background: url('../assets/bg--05a.png') #2B880A no-repeat center center fixed; background-size: cover; }
/*body { background: url('../assets/bg--22.jpg') #2B880A no-repeat center center fixed; background-size: cover; }*/
/*body { background: url('../assets/bg--05.png') #333 no-repeat center center fixed; background-size: cover; }*/

/* POSITIONIERUNGEN */
#canvas, #page, #main  { position: relative; }
#header, #nav { position: relative; }
#canvas { overflow-x: hidden; padding: 1px 0 0 0; }

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


#page { margin-top: 1rem; margin-bottom: 3rem; background: #fff; }

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

@media(min-width: 992px){
	#canvas { padding: 1px 2vw 0 2vw; }
}

/* === HEADER === */
#header { background: transparent; padding-top: 1.5rem; margin: 0 0 .75rem 0; }

/* 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: 0; white-space: nowrap; margin: 0; background: url('../assets/kpbl__logo.svg') #fff no-repeat center bottom; background-size:contain; }
.logo { transition: all .5s; max-width: 300px; }

.logo { background-size: contain; }


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

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

/* LOGO TRAD */
.logo { background-image: url('../assets/Logo--202.png'); max-width: 200px; }
.logo:after { padding-bottom: 59%; }


@media(min-width: 992px){
	.logo { max-width: 280px; background-size: 90%; }
	
	/* LOGO PULL TOP */
	#page { margin-top: 4rem; }
	.logo {	margin-top: -4rem; border-radius: 1rem; }	
}
	
	
/* = HEADER: MENU ========================================== */
.col--nav { position: static; }

@media (max-width: 991px) {
	#nav { /*position: absolute; z-index: 1; top: 0; bottom: auto; left: -20px; width: auto; right: -20px;*/ margin: .5rem 0 0 0; border-radius: .5rem; padding: 0 !important; background: #F3F3F3; --box-shadow: 0 0 15px rgba(0,0,0,.5); }
	/*
	#nav { 
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
	
		transform: translateX(120%);
		-webkit-transform: translateX(120%);
	}
	.menu--is-active #nav { 
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	*/
	
	#nav { max-height: 0; transition: max-height .5s; overflow: hidden; }
	.menu--is-active #nav { max-height: 600px }
	
	#primarynav { margin: .5rem 0; }
	
	
	
	#canvas #nav .tggl { display: block; position: absolute; right: 0; top: 5px; bottom: 0; width: 60px; height: auto; padding: 0; background: transparent; border: 0; border-left: 1px solid #ccc; text-indent:-999em; overflow: hidden; }
	#nav .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);
	}
	
	#nav .tggl:after {
		border-top: 0;
		border-left: none;
	}
	
	#nav .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);
	}
	
	#nav .l2 { max-height: 0; overflow: hidden; }
	#nav .opnd > .l2 { max-height: 1000px; }

	#nav .l3 { max-height: 0; overflow: hidden; }
	#nav .opnd > .l3 { max-height: 1000px; }
	
	
	#nav .l1 > li { color: #333 !important; }
	
	/**/
	.menu--primary > .menu__item > a { letter-spacing: 1px; }
	
}


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

		
/* NAVBAR TOGGLE */
.navbar-toggle {
	position: absolute;

	top: 30px;
/*	transform: translateY(-50%);*/
	right: 15px;
	z-index: 999;
	padding: 10px 13px;
	height: 50px;
	width: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #eee;
	background: #ddd;
	border-radius: 1rem;
	
	display: block;
	border: 0;
}

.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: 2px;
	background: #CABB9F;
	background: #FFF;
	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;  }
.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(7px) rotate(45deg) }
.menu--is-active .navbar-toggle .icon-bar:last-child 		{ transform: translateY(-7px) rotate(-45deg)  }



/* HEADER: MENU */
.menu, .menu ul { list-style: none; margin: 0; padding: 0; line-height: 1;   }
.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: 1.0rem; font-family: 'Playpen Sans'; font-weight: 400; color: #333333; background: transparent; position: relative; }
.menu--primary a { transition: color .3s; text-transform: none; }
/*.menu--primary a:hover { color: #00A5B5; }*/

.menu--primary a { display: block; padding: 1rem 1rem;}
@media (min-width: 1100px) {
	.menu--primary a { padding-top: 1rem; padding-bottom: 1rem; }
}
.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; }


/* ALL LEVELS */
.menu--primary .act > a, 
.menu--primary .cur > a {  }

/* LEVEL 1 */
.menu--primary > .menu__item { /*border-left: 1px solid #CCC;*/ }
.menu--primary > .menu__item:first-child { border-left: 0; }
.menu--primary > .menu__item > a { color: #27460B; color: #549A68; color: #444; }
.menu--primary > .act > a, 
.menu--primary > .cur > a { color: #549A68; color: #F28B51 !important; font-weight: 600;}

.menu--primary > .sub a {  }

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


/* LEVEL 2 */
.menu--primary .l2 { /*position: absolute; top: 100%; left: 0; right: 0; padding: 0;*/ background: #FFFFFF; }

.menu--primary .l2 { font-size: 1rem; line-height: 1.5; }
.menu--primary .l2 a { padding: .5rem .5rem .5rem 2rem; }
.menu--primary .l2 > .menu__item > a { color: #333; text-transform: none; letter-spacing: 0px; white-space: nowrap; }

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

.menu--primary .l2 .act > a b, 
.menu--primary .l2 .cur > a b { text-decoration: underline; }


/* LEVEL 3 */
.menu--primary .l3 {  }

.menu--primary .l3 { font-size: .85rem; line-height: 1; }
.menu--primary .l3 a { padding: .2rem .5rem; hyphens: auto; }
.menu--primary .l3 > .menu__item > a {  }

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


/* ================ */
@media (min-width: 576px) {
/*	.menu--primary .l2 a { padding-left: 3rem; }*/
}
	

@media(min-width: 992px){
	#nav { display: block; }

	.menu--primary { margin-left: 0; margin-right: 0; }
	.menu--primary a { padding: 1em 0.5em;}

	.menu--primary .l2 a { padding: .5rem .5rem }

	.menu--primary.l1 > li > a { text-align: center; }
	.menu--primary.l1 > li > a:hover, 
	.menu--primary.l1 > li:hover > a, 
	.menu--primary.l1 > li:focus-within > a { ;}
	
	.menu--primary > li.sub > a b { position: relative; display: inline-block }
	.menu--primary > li.sub > a b:before { content:''; display:block; position: absolute; right: -1em; top: 55%; transform: translateY(-50%) rotate(-90deg); width: 14px; height: 20px; transition: transform .3s; }
	.menu--primary > li.sub > a b:before { 
		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='22px' height='16px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23333333;stroke-width:2;stroke-linecap:round' points='4,4 11,11 18,4'/%3E%3C/svg%3E");
		background-size: contain;
	}

/*	.menu--primary > li.sub.cur > a b:before,
	.menu--primary > li.sub.act > a b:before,
*/	.menu--primary > li.sub > a:active b:before, 
	.menu--primary > li.sub > a:focus b:before, 
	.menu--primary > li.sub:hover > a b:before { 
		transform: translateY(-50%) rotate(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='22px' height='16px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23E7B72A;stroke-width:4;stroke-linecap:round' points='4,4 11,11 18,4'/%3E%3C/svg%3E");*/
	}
	
	
	
	/* L2@DROPDOWN */
	.menu--primary .l2 { 
		position: absolute; top: 100%; left: 0; width: auto; padding: 1.5rem 1rem 1.5rem 1rem; margin: 0 auto;;
		background: #F4F1EC; background: #eee; border-radius: 0; min-width: 250px;
	 }

	.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; }
	
	.menu--primary .l3 { height: auto; }
	
	.menu--primary .tggl { display: none; }
	
}
	
/* BODYTEXT */
/* === TEXTSTILE ======================================= */
body { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #313131; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

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

/* WEIGHTS */
body { font-weight: 400 !important; } 
.font-weight-normal, 
.font-weight-light { 
	font-weight: 400 !important;
}


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


/* FONTSIZES ALL TOGETHER */
html 		{ font-size: 16px; 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.70rem; }
.text-size--xl 	{ font-size: 1.20rem; }
.text-size--l 	{ font-size: 1.06rem; }
@media(min-width: 992px){
	.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.4; margin-bottom: 1rem; overflow: --hidden; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 0; font-weight: 300; line-height: inherit; }

.h1, h1 { color: inherit; font-size: 2.00rem; text-transform: none; letter-spacing: 3px; }
.h2, h2 { color: #F28B51; font-size: 1.80rem; text-transform: none; font-family: 'Playpen Sans'; }
.h3, h3 { color: inherit; font-size: 1.20rem; text-transform: none; font-family: 'Playpen Sans'; }
.h4, h4 { color: #F28B51; font-size: 1em; line-height: 1.5; font-weight: 600; margin-top: 2rem; }

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

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

.l-grid--contacts .header { margin: 0; }
.l-grid--contacts .header h4 { margin: 0; }
.bg-light .header h4 {  color: inherit; }

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

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

.header__heading {  }
.header__preheading, 
.header__subheading {  }

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


.h1 b, h1 b { font-weight: inherit; }

/*
.h1, h1 { 
	font-weight: 500 !important;
	text-transform: uppercase;
	font-size: 4.0rem !important;
	line-height: 1.1 !important;
	letter-spacing: 1px;
}

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

.csc-text-text h3, .csc-text-text .h3 { margin-bottom: .25rem; }

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

.ctel__layout {  }

@media(max-width: 576px){
/*	.ctel__layout { margin-left: 0 !important; }*/
}

.ctel__layout--intro-xl { background: #F0ECEA no-repeat 70% 20vw url('../assets/p_ffffff_flip.svg'); background-size: 110%; min-height: 35vw; }
@media(min-width: 767px){
	.ctel__layout--intro-xl {
		background-image: url('../assets/p_ffffff.svg');
		background-size: 75vw;
		background-position: 15% 15vw;
	}
}

.ctel__layout--intro { background: #F0ECEA no-repeat 95% 10vw url('../assets/p_ffffff_flip.svg'); background-size: 60%; }
@media(min-width: 767px){
	.ctel__layout--intro {
/*		background-image: url('../assets/p_ffffff.svg');*/
		background-size: 45%;
		background-position: 85% 45%;
	}
}

.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; line-height: 1.7; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

/* 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, 
.list > li { margin-left: 0; padding-left: 1.4em; margin-bottom: .3em; position: relative; }
.csc-text-text ul li, ul.list > li { list-style: none; }
.csc-text-text ul li:before, ul.list > li:before {
	content:"";
	overflow: hidden;
	position: absolute;
	width: 7px;
	height: 7px;
	left: 0;
	top: .40em;
	font-size: 1.2em;
	line-height: 1;
	background-color: #D8CEBE;
	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--2 { padding-left: 2rem; list-style: none; position: relative;  }
.csc-text-text ul.list--2:before { content: ''; background: #F4F1EC; width: 1rem; height: 100%; border-radius: 1px; position: absolute; left: -.1rem; }
.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 ul.list--1 { margin: 0 0;  }
.csc-text-text ul.list--1 li { border-bottom: 3px solid #F4F1EC; padding: .5rem 0 .5rem 0; margin-bottom: .2rem; }
.csc-text-text ul.list--1 li:before { margin-top: 1rem; margin-left: 3rem; 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 */
.link-btn { background: #F28B51; display: inline-block; padding: .4em 1em; margin: 0.2em 0; text-align: center; border-radius: 50rem; transition: all .3s; border: 0 !important; }
.link-btn { line-height: 1; letter-spacing: .005rem; font-weight: 600; word-wrap: break-word; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none; } 
.link-btn, .link-btn:link, .link-btn:visited, .link-btn:active { text-decoration: none; color: #FFF;  }
.link-btn:hover { text-decoration: none; }

.ctel--links-dark .btn--1, 
.btn--1-dark { background: #233255; }
.ctel--links-dark .btn--1, .ctel--links-dark .btn--1:link, .ctel--links-dark .btn--1:visited, .ctel--links-dark .btn--1:active { color: #FFFFFF !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; }


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

.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: -8vh; right: -5vw; left: -5vw; height: 25vh; background: rgba(255,255,55,1); transform: rotate(-3deg); }

.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='50' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cpolygon points='0,50 100,50 100,0' style='fill:%23cccccc' /%3E%3C/svg%3E");
	background-size: 100% 100%;
	
}


/* 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 0 0 0;  }
.teaser__content * {  }

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

.teaser__heading { /*margin: 0;*/ line-height: 1.3; margin:0; font-weight: 500; }
.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; }


/* LINKS MENU*/
ul.links--menu { margin: 0 -.5rem; }
ul.links--menu li { position: relative !important; margin: 0 .5rem; display: inline-block; }

.links li + li, 
.teaser__links li + li  { margin-top: .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; }
.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; }
}

/* === VITA === */
.vita {  }
.vita ul ul li {  }


/* === 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: #666; margin-left: -1em; margin-right: -1em; font-size: .8rem; }
.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; text-decoration: none; }


@media(min-width: 992px){
	.menu--mn { position: absolute; top: -2.5rem; right: 1rem; text-transform: uppercase; color: #27460B; font-weight: 400;  }
}

/* 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: .4em 3.5em .4em 0; margin: .5em 0 .5em 0 !important; 
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
 }
.acc > .header * { font-weight: 600; color: #549A68; } 


.ui-accordion .ui-state-focus { outline: 0; }
.news .head, 
.ui-accordion .ui-accordion-header { display: block; position: relative; zoom: 1; border-bottom: 2px solid #DDEBE1 }
.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:%23549A68;stroke-width:1' points='1,1 8,8 15,1'/%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); }
.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";
 }

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

.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, 
.ui-accordion .ui-accordion-header div { font-weight: 400; margin-top: 0em; max-height: 10em !important; opacity: 1; transition: all .2s linear; }
.ui-accordion .ui-accordion-header.ui-state-active p,
.ui-accordion .ui-accordion-header.ui-state-active div { max-height: 0 !important; opacity: 0 !important; }

.ui-accordion .ui-accordion-header div { overflow: hidden;}
.ui-accordion .ui-accordion-header div > * { margin-top: 1rem; margin-bottom: 1rem; }
.ui-accordion .ui-accordion-header li { margin-bottom: .2rem; }
*/

.ctel .ui-accordion .ui-accordion-content { padding: 1px 0; margin: 0 0 0 0; }

/* === JQUI: TABS === */
/*.ui-tabs { min-height: 100vh; }*/
.ui-tabs-nav { border-bottom: 2px solid #E9E9E9; }
.ui-tabs-tab { border-bottom: 2px solid #E9E9E9; top: 2px; position: relative; }
.ui-tabs-tab.ui-state-active { border-bottom: 2px solid #333; color: #333; }
.ui-tabs-tab a { text-decoration: none !important; }
.ui-tabs-nav a:focus { outline: 0; }


@media(max-width: 767px){
	#content > .ctel.mt-7 { margin-top: 3rem !important; }
}