
@media screen {
	/* lato-300 - 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: 'Lato';
	  font-style: normal;
	  font-weight: 300;
	  
	  src: url('/fileadmin/_shared/fonts/lato-v20-latin/lato-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	       url('/fileadmin/_shared/fonts/lato-v20-latin/lato-v20-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}

	/* lato-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: 'Lato';
	  font-style: normal;
	  font-weight: 400;
	  
	  src: url('/fileadmin/_shared/fonts/lato-v20-latin/lato-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	       url('/fileadmin/_shared/fonts/lato-v20-latin/lato-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}
	
	/* lato-700 - 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: 'Lato';
	  font-style: normal;
	  font-weight: 700;
	  
	  src: url('/fileadmin/_shared/fonts/lato-v20-latin/lato-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	       url('/fileadmin/_shared/fonts/lato-v20-latin/lato-v20-latin-700.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: #CCC !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: #CCC !important;}

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

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

.text-highlight { color: #EC6501 !important; }
.text-important { color: #EC6501 !important; }
.text-focus		{ color: inherit; letter-spacing: 1px; }

.text-light 	{ color: #B4B4B4 !important; }

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

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

.container-fluid { max-width: 1260px; 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: relative; }
#canvas { overflow-x: hidden; }

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


#page { padding-top: 70px; }
@media(min-width: 992px){
	#page { padding-top: 160px; }
}

@media(min-width: 1100px){
	#page { padding-top: 175px; }
}



#footer { background: #236AAD; color: #fff; }
#main 		{ background: transparent; min-height: 50vw; padding-top: 1px;}

/* === HEADER === */
#header { position: fixed; top: 0; left: 0; right: 0; }
#header { background: #EBEEF9; margin: 0; padding-top: 110px; padding-bottom: 0; }


/* PLUS-SIGN */
#header::before { content:''; position: absolute; left: -20px; top: 10px; height: 175px; width: 175px; z-index: 10;
	background: left top no-repeat transparent;
	/* BACKGROUND_IMAGE INLINE-SVG -> SEE END OF THIS FILE */
	background-size:cover;

	opacity: 1;
	transition: all .3s
}
.miniheader #header::before { opacity: 0; top: -200px;  }


/* HEADER: LOGO */
.col--logo { max-width: 150px; padding-right: 0; position: relative; z-index: 2; }

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

.logo { position: relative; top: 0; left: 0; white-space: nowrap; margin: 0; background: center bottom no-repeat url('../assets/bock-haun__logo.svg') transparent; background-size:contain; }
.logo { transition: all .3s; }

.logo a { position: absolute; top: 0; left: 0; height: 100%; width: 100%; text-indent: -999px; overflow: hidden; }
.logo:after { content: ''; display: block; width: 100%; height: 0; padding-bottom: 33.85%; }

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

@media(min-width: 992px){
    .col--logo { max-width: 230px; padding-right: 30px; position: relative; z-index: 2;  }
	.logo { top: -1.5rem; }
	
	/* HEADER: MINIHEADER@SCROLL*/
	#header { transition: padding .3s, background-color 0s; }
	.miniheader #header { transition: padding .3s, background-color 0s linear .3s; }
	
	#nav::before { transition: opacity .2s; }
	
	.miniheader #header { padding-top: 0 !important; background: transparent; }
	
	.miniheader .logo { width: 110px; top: -.5rem; }
	.miniheader #nav::before { opacity: .8; }
}

@media(min-width: 1100px){
	.col--logo { max-width: 300px; padding-right: 50px; }
	.miniheader .logo { top: -1rem; }
	
}



/* = HEADER: MENU ========================================== */
.col--nav { position: static; }

#nav::before {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	width: 300vw;
	left: -100vw;
	height: auto;
	background: #FFFFFF;
	z-index: 0;
	opacity: 1;
}


@media (max-width: 1px) {
	#nav { margin: .5rem 0 0 0; border-radius: .5rem; padding: 0 !important; background: #F3F3F3; }	
	#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; }
	
}


		
/* === MENU ========================= */
/* ==================================== */
.navbar-toggle {
	position: absolute;
	top: 1rem;
	right: 20px;
	z-index: 999;
	padding: 10px;
	height: 40px;
	width: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #FFFFFF;
	border: 1px solid #4d4d4d;
	border-radius: 2px;
	
	display: block;
	border: 1px solid #5682C1;
}

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


.navbar-toggle { 
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu--is-active .navbar-toggle {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);
}


.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: auto;
	height: 3px;
	border-radius: 0;
	background: #5682C1;
}
.navbar-toggle .icon-bar + .icon-bar { margin-top: 2px; }


.navbar-toggle:hover,
.navbar-toggle:focus {
/*  background-color: #005C59;*/
}



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

/* ALL LEVELS */
.menu--primary { font-weight: 400; color: #4d4d4d; }
.menu--primary a { transition: color .3s; }
.menu--primary a:hover { color: #000; }

.menu--primary a { display: block; padding: 1rem 30px; text-transform: uppercase;}

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

/* LEVEL 1 */
.menu--primary > .menu__item { position: relative; }
.menu--primary > .menu__item > a { letter-spacing: 2px; }
.menu--primary > .act > a, 
.menu--primary > .cur > a { color: #000; }

.menu--primary > li > a:hover { }
.menu--primary > li > a,
.menu--primary > li > ul { }

@media (min-width: 992px) {
	.menu--primary { margin-left: -1.5rem; margin-right: -1.5rem; margin-bottom: 0; text-align: right; white-space: nowrap; }
	.menu--primary a { padding: 0 .5rem; }
	
/*	.menu--primary > .menu__item { display: inline-block; }*/
	
	.menu--primary b { position: relative; padding: 1rem 0 1.35rem 0; font-weight: 400; display: inline-block; }
	.menu--primary b b  { position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #EC6501; overflow: hidden; text-indent: -999em; text-align: left; padding: 0;
		-webkit-transition: height 0.4s;
		   -moz-transition: height 0.4s;
		     -o-transition: height 0.4s;
		        transition: height 0.4s;
	}

	.menu--primary a.active b b { height: 8px; }
	
}
@media (min-width: 1100px) {
    .menu--primary b { padding: 1.5rem 0;}
}
    
/* ================ */

	
/* BODYTEXT */
/* === TEXTSTILE ======================================= */
body { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4d4d4d; font-family: 'Lato', Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

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

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


.link-btn, 
.font-weight-bold, 
strong { 
	font-weight: 700 !important;
}


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

.text-size--xxl { font-size: 2.00rem; }
.text-size--xl 	{ font-size: 1.20rem; }

@media(min-width: 576px){
	.text-focus, 
	.text-size--l 	{ font-size: 1.17rem; }
}

.link-btn, 
.imgwrap figcaption, 
.text-size--s 	{ font-size: 0.9rem; }

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

@media(min-width: 992px){
	.link-btn, 
	.text-size--xs 	{ font-size: 0.76rem; }	
}


/* HEADINGS */
.header { line-height: 1.2; margin-bottom: 1rem; }
@media(min-width: 576px){
	.header { margin-bottom: 2rem; }
}

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

.h1, h1 { color: #666666; font-size: 1.76rem; text-transform: uppercase; margin-bottom: 4rem; }
.h2, h2 { color: #F49854; font-size: 1.76rem; text-transform: none;}
.h3, h3 { color: #F49854; font-size: 1.17rem; text-transform: none; font-weight: 700;  }
.h4, h4 { font-size: 1em; line-height: 1.5; }

.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 {  }
.header__preheading, 
.header__subheading {  }

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

@media(min-width: 576px){
	.header span { display: block; }
}

/* === 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, table { margin-bottom: 1.2rem;   }
/* 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: .50em;
	font-size: 1.2em;
	line-height: 1;
	background-color: #CCC;
	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 li { margin-bottom: 1em; }

.csc-text-text ul.list--1 {  }
.csc-text-text ul.list--1 li {  }
.csc-text-text ul.list--1 li:before { font-family: 'fontello' !important; content: '\e833'; width: auto; height: auto; background: transparent; top: .15em; }

.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: #EC6501; display: inline-block; padding: .75em 1em; margin: 0.2em 0; line-height: 1; text-align: center; border-radius: 0; text-decoration: none; transition: all .3s; border: 0 !important; letter-spacing: 2px; text-transform:uppercase; }
.link-btn { word-wrap: break-word; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none; } 
.link-btn, .link-btn:link, .link-btn:visited, .link-btn:active { color: #FFFFFF !important; }
.link-btn:hover { text-decoration: none; }

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

/* LINKS */
.link-up::after, .link-down::after, 
.link-internal::after, .link-internal-new-window::after, .link-external::after, .link-external-new-window::after, .download::after, .mail::after, .link-download::after, .link-mail::after, .link-email::after {
	background: transparent;
	width: 1em;
	margin-right: 0;
	margin-left: .4em;
	margin-top: -.1em;
	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::after, 
.link-up::after, 
.link-down::after { content: '\e833'; margin-top: -.2em; margin-left: 0.1em; transform: translateX(.0001em); }

.link-up::after, 
.link-down::after { font-size: 1.2em; line-height: 0.833; position: relative; }

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

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

/*
.ctel a { text-decoration: none; color: #000; }
.ctel a:hover { text-decoration: underline; color: #111; }
*/

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

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

.link-internal:after {
	font-size: 1em;
	margin-top: -0.3em;
}

.mail::after, .link-email::after, .link-mail::after { content: '\e82d';}

/* */
a:focus-visible { outline: 3px solid #666;}

/* CTEL: IMAGES */


/* CTEL: DECORATION */

/* CTEL: TEASER */
/*
.teaser { position: relative; z-index: 0;  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 * {  }

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

.teaser__heading { 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 .link-btn { padding: 0; }
.teaser--hide-link .link-btn:hover { padding-left: 3em; }
.teaser--hide-link:hover .teaser__content { }
*/


.teaser h3 { line-height: 1.2; margin-top: 1rem; }


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


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

.ctel.text-over-img .ctel__layout { display: flex; flex-direction: column; }

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

.poster__content { position: relative; z-index: 1;  }
.poster__content p { }

.poster__images {  }
.poster__image { }

.poster__images .imgwrap { height: 100%; }
.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 { background: #EBEEF9; }
	
	.poster__content { /*padding-top: 3rem; padding-bottom: 3rem;*/ }
	.poster__content * { }
}

/* Grad */
.poster .poster__images::before { content:''; position: absolute; left: 0; top: 0; height: 100%; width: 65%; z-index: 1;
	background: linear-gradient(to right, rgba(255,255,255,1) 5%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0)); left top no-repeat;
}

.poster__content .header { margin-bottom: 1rem; }



/* === SLIDESHOW FROM IMAGES === */

.slideshow__slide { position: relative; }
.slideshow__slide > picture { position: absolute; width: 100%; height: 100%; padding-bottom: 0 !important; background: #838588; }
.slideshow__slide img { object-fit: cover; width: 100%; height: 100%; }
.slideshow__slide.slideshow__slide--portrait img { object-fit: cover !important; object-position: 0 0; }

/* === 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 { margin-left: -1em; margin-right: -1em; }
.menu--mn li { position: relative; margin-left: 0 !important; padding-left: 0 !important; }
.menu--mn a { display: block; padding: 1em 1em; text-decoration: none; }

@media(min-width: 768px){
	.menu--mn {  }
	.menu--mn li { display: inline-block;  }
	.menu--mn li::before{content:'';position:absolute;left:0;right:auto;top:50%;margin-top:-.42em;height:1em;width:1px;background:#fff;opacity:.9;}
	.menu--mn a { padding: 2.5em 1em;  }
}
	

/* TOPLINK*/
#toTopLink { position: absolute; top: 0; right: 0; height: 100%; padding: 1.7rem 1.5rem; background: #EC6501; text-transform: uppercase; text-align: center;  }
#toTopLink .link-up { line-height: 0; }

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


/* === SLIDE CONTENT MORE/LESS === */
.slideopen {  }

.js-toggle-next b { text-transform: uppercase; font-size: 81.81% !important; line-height: 125% !important; }
.js-toggle-next > b { display: inline-block; padding: 10px 22px 7px 35px; position: relative;
	background: #FFFFFF;
}

.js-toggle-next b b { 
	position: absolute; left: 13px; top: 50%; margin-top: -4px;
	height: 12px; width: 10px;
	background: transparent no-repeat;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="10px" height="10px" viewBox="0 0 10 10" enable-background="new 0 0 10 10" xml:space="preserve"><polygon fill="%23F49854" points="1.185,10 0,8.812 3.812,5 0,1.185 1.185,0 6.186,5 "/></svg>');
	overflow: hidden; 
	opacity: 1;
	
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.js-toggle-next.is-active b b { 
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);
}


.js-toggle-next { 
	color: #4d4d4d; font-weight: normal; cursor: pointer; position: relative; display: block; top: -5px; overflow: hidden; text-align: center; margin: 0 auto;
	background: #FFF; padding: 0; border: 0;
}

.js-toggle-next b { pointer-events: none; }

/*
.js-toggle-next > b  { position: absolute; right: 2rem; top: 50%; margin-top: -.5rem; width: 1rem; height: 1rem; text-indent: -3em; overflow: hidden; }

.is-json .js-toggle-next > b:before, 
.is-json .js-toggle-next > b:after { position: absolute; content:'+'; text-indent: 0; text-align:center; left: 0; width: 100%; height: 100%; }
.is-json .js-toggle-next > b:after { content:'–'; opacity: 0; }

.is-json .js-toggle-next.is-active > b:before { opacity: 0; }
.is-json .js-toggle-next.is-active > b:after { opacity: 1; }
*/

.is-json .js-toggle-next + * { max-height: 0; overflow: hidden; }
.is-json .js-toggle-next.is-active + * { max-height: 50em; }

.is-json .js-toggle-next + * { 
	-webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1) .3s;
	transition: max-height 1s cubic-bezier(0, 1, 0, 1) .3s;
}

.is-json .js-toggle-next.is-active + * {
	-webkit-transition: max-height 1s ease-in-out; 
	transition: max-height 1s ease-in-out;
}



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

/* REVEAL@SCROLL */
/* TRANSITION 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; }

/* TRANSITION FADE */
.js-reveal-left { transition: all .7s; }
.js-reveal-left { transform: translateX(0); opacity: 1; }

.js-reveal-left.js-reveal--hidden { transition: none; }
.js-reveal-left.js-reveal--hidden { transform: translateX(-5rem); 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; }


/* === 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.has-iframe {
 padding: 44px 0;
/*	height: auto;*/
left: 0;
right: 0;
width: auto;
}

.fancybox__slide.has-iframe .f-html { 
max-width: 900px;	
max-height: 600px;

margin: 0 auto !important;
background: #FFF;
}

@media(min-width: 576px){
	.fancybox__slide.has-iframe .f-html { width: 70%; }
}


/* === MAILFORM ========================== */
#tbKontakt {  }

#tbKontakt fieldset {
	border: 0;
	background: transparent;
    display: block;
    margin: 0;
    padding: 0;
}
#tbKontakt legend { padding: 5px 10px; background: #f3f3f3; text-transform: uppercase }
#tbKontakt .frow { padding: 0 0 1em 0; position: relative; } 

#tbKontakt label {  }

#tbKontakt input[type=text], #tbKontakt select { color: #222; } 
#tbKontakt select { border: 0; margin-top: .2em; padding: 8px; width: 100%; font-family: Arial, sans-serif;
	-webkit-appearance:none; 
}

#tbKontakt input[type=text], 
#tbKontakt textarea { border: 0; padding: 5px 5px; margin: .2em 0 0 0; width: 100%;  }

#tbKontakt textarea { height:285px; }

#tbKontakt input[type=submit] { /*font-size: 81.81% !important; line-height: 125% !important; text-align: center; display: block; color: #FFFFFF; text-transform:uppercase; white-space: nowrap; padding: 20px; margin-bottom: 0; border:0; width:100%;*/ }
#tbKontakt input[type=submit]:hover { text-decoration: none; color: #fff }

#tbKontakt .check { padding: 2em 0 0 0; }

#tbKontakt .check label { padding-right: 0; margin-right: 0; display: inline-block; }
#tbKontakt .check label input { margin-right: 0.5em; }

#tbKontakt table 	{ width: 100%; }
#tbKontakt table.autowidth 	{ width: auto; }
#tbKontakt td 		{ vertical-align: middle; text-align: left; padding: 10px 20px 0 0;  }
#tbKontakt td input[type=text] { margin:0; }

#tbKontakt .cb {  }

input:required:valid { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=); background-position: right  center; background-repeat: no-repeat; }

#tbKontakt .has-error input, 
#tbKontakt .has-error #datenschutz  { background: #FDF1E7; }


::-webkit-input-placeholder{ color:#999; }
    :-ms-input-placeholder { color:#999; }
        ::-moz-placeholder { color:#999; }
         :-moz-placeholder { color:#999; }

.row_tasty { display: none; }
@media (max-width: 767px) {
	#tbKontakt fieldset {
		padding: 0.35em 5px 0.75em;
	}
	
	#tbKontakt td {
		padding: 10px 5px 0 0;
	}
	
	#tbKontakt select {
		font-size: 12px;
	}
}

/* === FORM : FEEDBACK === */
.fh--feedback { }
.fh--feedback fieldset { padding: 0; }
.fh--feedback legend { margin-bottom: 0.5em; font-size: 1rem; }

.fh--feedback .frow { padding: .2em 0; border-bottom: 2px solid #D7DDF1; }

.fh--feedback textarea { border: 0; padding: .3em; margin: .2em 0 0 0; width: 100%; }

.fh--feedback .radio label { width: 2.6em; padding: .3em; margin: 0 0.2em; display: inline-block; text-align: center; }
.fh--feedback .radio label, .fh--feedback .radio label * { cursor: pointer; }
.fh--feedback .radio .label { padding-top: .3em; padding-bottom: .3em; hyphens: auto; }
.label__icon { width: 1.5em; height: 1.5em; margin: 0 0.75em; }

.form__row--buttons { margin-top: 1em; } 

.fh--feedback .has-error { color: #EC6501; }
.fh--feedback .big { vertical-align: top; }

@media(min-width: 768px){
	.fh--feedback { font-size: 16px; line-height: 1.2; }
	.fh--feedback label img { display: none; }
	.fh--feedback textarea { height: 7.8em; }
}

@media(max-width: 767px){
	.fh--feedback { font-size: 14px; line-height: 1.1; }
	
	.fh--feedback .label + div { display: flex; }
	.fh--feedback label { flex: 1; margin: 0 .2em; padding: 0; }
	.fh--feedback label img { padding: .2em .3em; margin: 0; width: 100%; max-width: 3em; height: auto; border-radius: 3px; overflow: hidden; }
	
	.fh--feedback input[type=radio] { display: none; }
	.fh--feedback input[type=radio]:checked + img { background: #D7DDF1; }
	
	.fh--feedback textarea { height: 7.2em; }
}


/* === RESPONSIVE ========================= */
@media (max-width: 1530px) {
	#header::before { display: none; }
	
}

@media(max-width: 991px){
	#header { padding-top: 1rem; padding-bottom: 1rem; }
	
	#nav::before { display: none; }
	#primarynav .l1 { margin-top: 8rem; text-align:center; }
	.menu--primary a { padding: 1.2rem 20px; }
	
	/* = PRIMARYNAV ========================================== */
	.navbar-toggle { display: block; }

	#nav { position: fixed; left: 0; top: 0; width: 100%; background: rgba(255,255,255,0.9); padding: 0 !important; margin: 0 !important; }
	#nav { transition: height .5s }
	#nav { height: 0; padding-top: 1px; overflow: hidden; margin: 0;
		-webkit-transform: translateZ(0);
	}
	.menu--is-active #nav { height: 100%; }

	/*
	#primarynav .l1 { display: block; margin-top: 70px; }
	#primarynav .l1 > li { display: block;  -webkit-flex-grow: 0; flex-grow: 0; width: auto; }
	*/

	#primarynav b b { display:none; }
	
	#primarynav .active { color: #111; font-weight: 700;  }
}



/* ======================= */
/* === ADD INLINE SVGS FOR OFTEN USED ELEMENTS === */

#header::before { 
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='256' style='fill:%23EBEEF9'/%3E%3Ccircle cx='256' cy='256' r='206.2' style='fill:%23fff'/%3E%3Cpath d='M286 242h-5 5l-2-3h-3v5l-6-2 3 5-6-3-2-2-3-6v-3l-3-5 3-9v-14l3-19c5 3 5-6 8-8v8l3-14h3v-3l2-2-2-6v-8l-3-3v-6 3l-3-6-3-2v-9l-3 3v-5c3-3 0-3-2-6l2-11v-8l-2-3v-3h2c0-3-2-8-5-6l-6-5v3s0 2 0 0l-5 2h5c-2 6-2 0-2 0l2 3h-2v3c-6-3-6 0-6 3l-6 5-11 17c0 3-5 3-5 8v31l-6 44v25c0 6-5 6-3 9h-8v3l-3-3h-16l-20 3h-50 3c3-3-3-6-6-6-2-6-5 0-5 0 3 3 0 6-3 6h3l-6 2-3 6-8 8-3 6c-2 5-8 8-8 14-3 5 6 5 8 8l6 3 8 3 11 5h17l6-3c5 0 0 0 2-2h14l3-3h14l11-3h11l8-3h14c0 3-5 9-2 11l2-5v11l-2 8 2 17v5l-2 3v6c5 8 2 22 2 30l3 17s6-3 3-5v-28l3 14v8l2 8h-2 2v6c0 3-5 3 0 3v5c0 3 3 6 6 0 0 3 0 11 3 9l3 5c0 3 0 6 2 3l3 3v-11l6 8v3h8l3-9v-94l-3-14v-11l3-6v-5h8l9-3h80l17 3h8l6-3 2 3h17v-3 3h8l3-6v3h3l3 3v-3 3h3v-3h5-3v-3h-2v-3h-3l-3 3h-3l-5-3-3-2h-8c0-3 0-6-3-3h-11l-3-3h-3l-5-6-6 3s-3 6-3 0l-3 3v-3l3-3-3-2h-33l-8-3h-9l-5-3s-3 0 0 0v-3h-3v-2 2h-3 3l-3-2h-2l-3-3h-3v-3h-6l-2 3h2-2l2 3-2-3h-3c-3 0 0 0 0 0h-3l-3 3Z' style='fill:%23EBEEF9'/%3E%3C/svg%3E");
}