@media all {
	/* font-family:'Core Mellow W01'; 200,300,400,500 */
	/* font-family:'Core Sans DS W01'; 300 */
}	

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

sub { font-size: 66%; bottom: 0; }

figure { margin-bottom: 0; }

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

.text-highlight { color: #555555 !important; }
.text-light 	{ color: #999999 !important; }
.text-secondary { color: #666666 !important; }
.text-important { color: inherit !important; font-size: 1.3rem !important; font-weight: 400; line-height: 1.8; }

.bg-light {  background-color: #eef !important; }
.bg-light-2 {  background-color: #dee !important; }

.bg-warm { background-color: #CBBA9D !important; }
.bg-warm-50p { background-color: #E5DDCD !important; }
.bg-warm-40p { background-color: #EAE4D8 !important; }
.bg-warm-30p { background-color: #EEEBE1 !important; }
.bg-warm-20p { background-color: #F4F1EB !important; }
.bg-warm-10p { background-color: #F9F7F4 !important; }

.bg-blue { background-color: #8CB2BF !important; }
.bg-blue-30p { background-color: #DDE7EB !important; }
.bg-blue-20p { background-color: #E7F0F2 !important; }

img.border { border: 1px solid #859eb5 !important }

.bg-deep-sea { 
	background-color:#8CB2BF !important; 
	background-image: linear-gradient(180deg, rgba(103,145,163,0) 60%, rgba(103,145,163,1) 100%), url('/fileadmin/kjpcwh/media/kjpcwh__polylines_1.svg'), url('/fileadmin/kjpcwh/media/kjpcwh__polylines_2.svg');
	background-position:  top left, -20% 21vw, 70vw 20vw;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, 50vw, 50vw;
}

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

.container-fluid { max-width: 1200px; padding-left: 1rem; padding-right: 1rem; }
@media(min-width: 768px){
	.container-fluid { padding-left: 30px; padding-right: 30px; }
}
.container-fluid .container-fluid { padding-left: 0; padding-right: 0; }


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

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

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

#canvas { overflow-x:hidden; }
#page 	{ 
	margin-left: auto; 
	margin-right: auto; 
	background: #fff; 
	padding: 0 !important;
}

#main { margin-top: -4rem; min-height: 75vh; }

@media(min-width: 768px){
	#main { margin-top: -7rem; }
}


/* === HEADER === */
#header { height: auto; }

/* HEADER: LOGO */
.logo { position: relative; margin: 0; padding: 0; }
.logo { border-bottom: 8px solid #fff;}

.logo__title { margin: 0; background: left top no-repeat url('../img/kjpcwh__logo.svg') transparent; background-size: contain; }
.logo__title a { position: absolute; top: 0; left: 0; height: 100%; width: 100%; outline: 0; text-indent: -999px; overflow: hidden; }
.logo__title:after { content: ''; display: block; width: 100%; height: 0; padding-bottom: 18.105%; }


.logo a:hover { text-decoration: none !important; }
.logo a:focus { outline: none; }


@media(max-width: 575px){
	.logo { margin-right: 5rem !important; }
}

/* HEADER: MENU */
#nav {  }
#primarynav {  }
 
.menu { text-transform:none; font-family:'Core Mellow W01', Arial, sans-serif !important; }

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

.menu--primary { padding: 0; position: relative; color: #999999; margin: 0; font-size: 16px; font-weight: 300 !important; text-transform:uppercase;  }

.menu--primary a {  outline: 0; }
.menu--primary a:hover { text-decoration: none; color: inherit; }
.menu--primary a { padding: .5rem 20px; }
.menu--primary a b { position: relative; display: block; padding: .5rem 0; }

.menu--primary b + b { display: none; }



@media(max-width: 991px){
	/* PRIMARYNAV */
	.navbar-toggle { display: block !important;}
	
	#nav { 
		position: absolute; z-index: 4; top: 100%; bottom: auto; left: 0; width: auto; right: 0; margin: 0 0 0 0; padding: .5rem 2rem; background: #8CB2BF;
	}
	#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 { color: #fff;   }
}


@media(min-width: 992px){ 
	.menu--primary { margin: 0 -.8rem; font-size: 19px; }
	.menu--primary a { padding: 1.0rem .8rem; }
	
	.menu--primary li b + b  { position:absolute; top: 50%; right:0; height:16px; margin: -7px 0 0 0 !important; width:1px; background: #666; border: 0 !important; overflow: hidden; padding:0 !important; }
	.menu--primary li:last-child b + b { display: none !important; }
	/*
	
	.menu--primary a b { border-bottom: 1px solid #004064; padding: 0 0 10px 0; }
	.menu--primary a:hover b { border-bottom: 1px solid #ccd9e0; padding: 0; }
	.menu--primary a b { 
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}

	.menu--primary .act a b { border-bottom: 1px solid #EC1A3B; padding-bottom: 0; }
	.menu--primary a b { display: block; line-height: 90%; margin-bottom: -10px;  }
	.menu--primary a:hover b { margin-bottom: 0; }
	.menu--primary a b + b { display: inline; }
	.menu--primary .act a b { margin-bottom: 0; }
	*/
	
	.menu--primary a b:before { position: absolute; bottom: 0; height: 2px; left: 0; right: 0; overflow: hidden; content:''; border-radius: 1px; background: #8CB2BF; transition: all .3s; opacity: 0; transform: scaleX(0); transform-origin: center 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 li.act > a, 
	.menu--primary li.cur > a { color: #111; }
}


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

	top: -.5rem;
	right: 1rem;
	z-index: 999;
	padding: 15px 17px;
	height: 60px;
	width: 60px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: transparent;
	border-radius: 0;
	
	display: none;
	border: 0;
}

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

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

.navbar-toggle .icon-bar {
	display: block;
	width: auto;
	height: 3px;
	border-radius: 0;
	background:  #7b9e65;
	background:  #555555;
	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)  }


/* === FOOTER === */
#footer { color: #fff; }
#footer { background-color:#8CB2BF !important; }

#footer { 
	background-image: url('/fileadmin/kjpcwh/media/kjpcwh__polylines_1.svg'), url('/fileadmin/kjpcwh/media/kjpcwh__polylines_3.svg');
	background-position:  -10% 20%, 120% 90%;
	background-repeat: no-repeat, no-repeat;
	background-size: 42vw, 50vw;
}


.footer__content, .footer__footer {  }
.footer__content { position: relative; }
.footer__content a { color: inherit; }
.footer__content a:hover { text-decoration: underline; }
footer * { color: #ffffff; margin: 0.2em 0; }
footer div { margin: 0 }
footer a:hover { color: #ffffff;  }
footer b.hd { font-weight: 300; }
:lang(de) footer b.hd { position: static; }


/* METANAV */
.menu--mn { font-weight: 500 !important; text-transform: uppercase; }


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

	transition: all .3s; 
	transform: scale(1);
	opacity: 1;
	
	background: #8CB2BF;
	padding: 0 .2em;
	width: 1.4em;
	overflow: hidden;
	border-radius: 50%;
}

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

#toTopLink b:after { content: '';
	display: inline-block; vertical-align: top;
	width: 1em; height: 1em; margin-left: 2em; margin-top: -.1em; 
	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='12px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round' points='2,9 8,4 14,9'/%3E%3C/svg%3E");
	background-size: 100%;
	
}
html.miniheader #toTopLink { opacity: 1; right: .5em; }

@media(min-width: 1200px){
	html.miniheader #toTopLink { right: 2em; }
}

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



/* BODYTEXT */
/* === TEXTSTILE ======================================= */
body { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333; font-family: 'Core Sans DS W01', Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

.font-weight-bold, 
strong,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, 
.btn--1 { 
	font-weight: 500 !important;
	font-family: 'Core Mellow W01', Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* FONTSIZES ALL TOGETHER */
html 		{ font-size: 16px; line-height: 1.4; font-weight: 300; }

@media(min-width: 992px){
	html 		{ font-size: 18px; }
}

.text-size--xxl { font-size: 2.00rem; }
.text-size--xl 	{ font-size: 1.50rem; }
.text-size--l 	{ font-size: 1.06rem; }
@media(min-width: 1px){
	.text-size--s 	{ font-size: 0.85rem; }
}
@media(min-width: 992px){
	.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: 0.7em; font-weight: 500; }

.h1, h1 { color: inherit; font-size: 2.10rem;  }
.h2, h2 { font-size: 1.5rem; line-height: 1.0; text-transform: uppercase; letter-spacing: 0.05em; color: #5985A0; }
.h3, h3 { font-size: 1rem; margin-top: 1.5em;  text-transform: uppercase; color: #5985A0; }
.h4, h4 { font-size: 1em; font-weight: normal; line-height: 1 }

.csc-text-text h2 { margin-top: 2rem; }


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

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

.wsh { font-weight: 300; }
.wsh * { margin-top:0; }
.wsh p { margin-bottom: .4em; }

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

/* === CTEL === */
.ctel { }
.ctel__layout {  }

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

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

/* PARAGRAPHS */
p { margin-bottom: .6em; }

/* AUFLISTUNGEN IN CONTENT-ELEMENTEN */
ul,ol { padding: 0; margin-bottom: .8em; }
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: #8DB9AF;
	color: #8CB2BF;
	opacity: 1;
}
.csc-text-text ul.list-unstyled { margin-bottom: 0; }
.csc-text-text ul.list-unstyled li { padding-left: 0; position: static; }
.csc-text-text ul.list-unstyled li:before { content: none; }

.csc-text-text ul.list--1 { margin: 0 -3rem; font-weight: 600;  }
.csc-text-text ul.list--1 li { border-top: 3px solid #E5E4E2; padding: 1rem 3rem 1rem 4.8rem; margin-bottom: 0; }
.csc-text-text ul.list--1 li:before { margin-top: 1rem; margin-left: 3rem; }

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

/* TABLE */
.table { color: inherit; margin-bottom: 1em; }
.table td, .table th { padding: .2em 0 .2em 0; }
.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; }


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

.ctel--links-dark .btn--1, 
.bg-blue-20p  .btn--1,
.btn--1-dark { background: #8CB2BF; color: #fff !important; }
.ctype-gridelements_pi1.ctel--links-dark .btn--1 { margin: 5px; }

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


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

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

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

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

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

.link-external {  }
.link-external::after { content: '\f08e'; }

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

.mail::after { content: '\e826'; }

/*  IMG-EFFECTS */
.img-effect--overlay-blue-20 { mix-blend-mode: overlay }

/* LIST@TEAM */
.profile__images { max-width: 190px !important; }
.profile__text { line-height: 1.2; margin-top: 1rem; }

.profile__title { font-weight: 700; margin: 0 0 0 0; }

.profile--person .profile__images img {  border: 1px solid #859eb5 !important }

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

.fancybox-slide--html {
    padding: 10px;
}

.fancybox-slide--html .fancybox-content {
	margin: 3em auto !important;
	overflow: hidden;
	background: #ffffff;
}

@media(min-width: 768px){
	.fancybox-slide--html .fancybox-content { width: 768px; }
	.fancybox-slide--html .fancybox-content { padding: 44px 44px !important; }
	
}

/* CTEL: DECORATION */
/* PEARLS */ 
.decoration--pearls-above { position: relative; }
.decoration--pearls-above::after {  content: ''; position: absolute; height: 70px; width: 10px; left: 50%; top: 0; margin-top: -35px; margin-left: -5px;
	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='%238CB2BF' 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: 10px; left: 50%; bottom: 0; margin-bottom: -35px; margin-left: -5px;
	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='%238CB2BF' stroke-width='3' stroke-linecap='round' x1='2' y1='2' x2='2' y2='2'/%3E%3C/svg%3E");
	background-size: contain;
}


/* === OSM === */
#osm_1468	 { width: 100% !important; height: 40vw !important; min-height: 360px !important; z-index: 0;}

/* === SLICK SLIDES === */
.slick-slider {  }
.slick-dots { position: static; margin-top: 0;  }
.slick-dots li button::before { content: none; }

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: .75rem 1rem;
  width: auto;
  height: auto; 
}
.slick-dots li button {
	    font-size: 0;
	    line-height: 0;
		
  width: 1em;
  height: 1em;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  padding: 5px;
  
  vertical-align: middle;
  color: #fff;
  background-color: #004064;
  transition: all 0.3s ease;
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #EC1A3B;
  background: #dc3545;
  opacity: 1;
}

/* === 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='%238CB2BF' d='M15,17.153L0,6.535V0l15,9.653L30,0v6.535L15,17.153z'/%3E%3C/svg%3E");
	background-size: contain;
	overflow: hidden; 
	opacity: 1;
	
	background:transparent;
	
	border-radius: 50%;
	overflow: hidden;
	border: 0;
	margin-left: .5em;
}

.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: #5985A0; 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: #F4F1EB; border-radius: 0; overflow: hidden; padding: .7em .7em .7em 2.5em; margin: 2px 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 1em; 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; }




/* === IMAGE-GRID === */
.grid-sizer { width: 0.1%; }
.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; }
}

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

/* -- */
/*
.miniheader #c1464 .imgwrap { transition: all 1.0s; }
.miniheader #c1464 .imgwrap { opacity: 1; }

#c1464 .imgwrap { transition: none; }
#c1464 .imgwrap { opacity: 0; }
*/
	
/* === SLIDE CONTENT MORE/LESS === */
.slide {  }
.slideToggle { color: #0a3c8c; font-weight: normal; cursor: pointer; position: relative; padding-left: 1em; padding-right: 1em; display: inline-block; position: relative; top: -5px; overflow: hidden; border-radius: 50rem; }
.slideToggle:hover {  }

.slideToggle:before {
	content: "›";
	background: transparent;
	width: 1em;
	height: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none !important;
	color: inherit;
	font-size: 1.5em;
	line-height: .8;
	top: .05em;
	/*
	font-family: 'fontello' !important;
	*/
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	
	transition: all .2s;
	transform:rotate(0);
}


.slideToggle.act:before { transform:rotate(90deg); }


/* === MAILFORM ========================== */
@media screen {
	#contact {  }

	#contact fieldset {
		border: 0;
		background: transparent;
	    display: block;
	    margin: 0
	    padding: 0;
	
	}
	#contact legend {
	/*	font-size: inherit;*/
		margin: 1em 0;
		font-weight: bold;
		float:left;
	}
	#contact .row, 
	#contact .frow { clear: left;  }
	#contact .frow { padding: 0 0 .5em 0; position: relative; } 

	#contact label { font-weight: 400; margin-bottom: 0; }

	#contact input[type=text], 
	#contact select, 
	#contact textarea { padding: 5px 5px; margin: .2em 0 0 0; width: 100%; background: #fafafa; border-radius: 5px; }

	#contact textarea { height:auto; }

	#contact input[type=submit] { border: 0; }
	#contact input[type=submit]:hover { text-decoration: none; color: #fff }
	
	#contact input.input--autowidth { width: auto; } 
	#contact input.input--readonly { outline: 0; border: 0 !important; background: transparent; pointer-events: none; } 

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

	.row_tasty { display: none; }

	#contact input[type=text], #contact textarea, 
	#contact select {
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
		transition: all 0.30s ease-in-out;
		outline: 0;
		border: 1px solid #ccc;	
	}
 
	#contact input[type=text]:focus, #contact textarea:focus {
	  outline: 0 !important;
	  border: 1px solid #555;
	  background: #fff;
	}



	/*
	#contact select {
		border: 0;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		padding: .5em 3em .5em 1em;
		box-shadow: none;
	
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 90% center;
		background-size: 15px;
		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='20px' height='10px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%237698c4;stroke-width:2;stroke-linecap:round' points='2,2 10,9 18,2'/%3E%3C/svg%3E");
	
	}
	*/



	#contact .has-error label { color:#EC6501; }
	#contact .has-error a { text-decoration: none; }
	#contact .big { vertical-align: top; }
	
	
	/* FIELD SHOW/HIDE */
	.row_kk { max-height: 0.001rem; opacity: 0; overflow: hidden; transition: max-height .5s, opacity .5s }
	.row_billing[data-v="v-privatversichert"] + .row_kk { max-height: 5rem; opacity: 1; overflow: visible; }
	

	@media(max-width: 767px){


	}
}
