/* FONTS */
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
	url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Open Sans Italic'), local('OpenSans-Italic'),
	url('../fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/open-sans-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: bold;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/open-sans-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




html {font-size:16px;}
body {font-family: 'Open Sans', sans-serif;font-size: 16px;overflow-x: hidden;color:#000;}

.svg-inline--fa {height:1rem;width:auto;max-width:100%;display:inline-block;vertical-align: -0.1rem;margin-right:3px;}
	.fa-w-16 {height:16px;width:auto;}
	.fa-w-18 {height:18px;width:auto;}
	.fa-w-22 {height:22px;width:auto;}
.icon-more {height:30px;width:auto;}

@media (min-width:1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}
}


header {
	position: relative;
}
	
	#homeSlider {width:100%;;padding-bottom:1rem;background-color:#F79F00;/*height:50vh;position: relative;*/}
	/*
	@media (min-width: 768px) and (orientation: landscape)  {
		#homeSlider {height:60vh;}
	}
	*/
	
		#homeSlider .carousel-inner {width:100%;height:100%}
		#homeSlider .carousel-inner .carousel-item {width:100%;height:100%;position: relative;}
		#homeSlider .carousel-inner .carousel-item img {
			/*
			position: absolute;
		    top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100%;
			max-width: 100%;
			height: 100%;
			max-height: 100%;
			z-index: 0;
		    object-fit: cover;
		    object-position: center center;
		    */
		    /*
		    width:100%;
		    height:auto;
		    */
		}
		/*#homeSlider .carousel-indicators {margin-bottom:3rem;z-index:999;}*/
		.carousel-indicators {margin-bottom: 0.5rem;}
	
	.logo {height:90px;width:auto;}
	.navbar-brand img {height:65px;width:auto;}
	
	/* Menü */
	
	.navbar {padding:0px;}
	.navbar-nav {}
	.navbar-brand {}
	.navbar-brand img {}
	.navbar-toggler {border:none;}
	
	.navbar-nav .nav-link {}
	.navbar-nav .nav-link:hover {}
	.navbar-nav .nav-item.active, .navbar-nav .nav-item .nav-link.active {}
	.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item .nav-link.active {}

	.dropdown-item.active, .dropdown-item:active {background-color: transparent;color: #333;}
	.dropdown-toggle::after {border-top-color:#999;}

	/* Achtung! - 3. Ebene gleich sichtbar machen */
	.dropdown-menu .dropdown-menu.submenu {display: block;position: unset;}
	.dropdown-menu .dropdown-menu.submenu li:first-child {display:list-item;} /* 1. List-Item in Level2 immer versteckt - siehe Custom Navbar für Hover */
	
	
	#rootline {font-size: 0.9rem;color:#999;}
	#rootline a, #rootline a:hover {color:#999;}
	#rootline .breadcrumbSeparator {color:#F79F00;}
	

.orange {color:#F79F00;}
	

a {color:#F79F00;text-decoration: none;font-weight:normal}
a:hover {color:#F79F00;text-decoration: none;font-weight:normal}

#main {}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
}


h1 {font-weight:400;line-height: 130%;font-size:2.125rem;margin-bottom:2rem;}
	h1 strong {font-weight: 400;color:#F79F00}
h2 {font-size: 1.25rem;border-bottom: none;margin-top:18px;margin-bottom: 1.2rem;}
h3 {font-size: 1.25rem;margin-bottom:0.8rem}
h4, h5, h6 {margin-top: 9px;margin-bottom: 9px;}



.top {background-color:#bbb;color:#fff;height:30px;}
	.top a, .top a:hover {color:#fff;}

footer {color:#fff;}
	.footer-container {background-color:#666;}
	footer a {color:#fff;}
	footer a:hover {color:#F79F00;}
	footer h4 {color:#fff;font-weight: bold;font-size: 1rem;text-transform: uppercase;}
	footer ul {margin:0px;padding:0px;}
	footer li {list-style-type: none;padding:2px 0;}


/* Home */
.home-teaser .card {border:none;box-shadow: 3px 1px 10px rgba(190,210,217,1)}
.home-teaser .card .card-img-top {margin-top:0.5rem;margin-left: auto;margin-right: auto;width:50%;max-width:50%;height:auto;}
.home-teaser .card .card-body {position: relative;padding:1.5rem;padding-bottom:2rem;}
.home-teaser .card .card-body .btn-secondary {position: absolute;left:0;bottom:0px;width:100%;display:block;text-align: center;border-top-left-radius: 0px;border-top-right-radius: 0px;}



/* Subpages */



/* Media Queries */
@media (max-width:1199px) {
	
}

@media (max-width:992px) {
	.navbar-nav .nav-link {color:#000;border-bottom:1px solid #e5e5e5;padding:1rem;}
	.navbar-nav .nav-link:hover {}
	.navbar-nav .nav-item.active, .navbar-nav .nav-item .nav-link.active {color:#000;font-weight: 700;}
	.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item .nav-link.active {color:#000;}
}

/**** https://www.w3.org/TR/mediaqueries-4/#mq-min-max ****/
/*@media (width <= 768px) { */
@media (max-width: 767.98px) {
	
	h1 {font-size:1.3rem;}
	h2 {font-size: 1.2rem;}
	h3 {font-size: 1.2rem;}
	h4 {font-size: 1.125rem;}
	
	#main.subpage {box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.2) inset;}
	
}
@media (max-width: 767.98px) and (orientation: portrait)  {
	
}
@media (max-width: 991.98px) {
	.mobile-column-reverse {flex-direction: column-reverse;}

}



@media (max-width:400px) {
	
}
@media (max-width:320.01px) {
	
}


@media (min-width:576px) and (max-width: 991.98px) {
.container {max-width: 90%;margin-left:auto;margin-right:auto;}
}

@media (min-width: 640px) {
	
	
}

/* md Breakpoint */
@media (min-width: 768px) {

		
}
@media (min-width:992px) {
	
	.navbar-container {background-color:#F79F00;border-top:1px solid #F79F00;border-bottom:1px solid #F79F00;}
	.navbar-expand-lg .navbar-nav .nav-link {color:#fff;padding:0.75rem 1rem;line-height:1rem;}
	.navbar-expand-lg .navbar-nav .nav-link:hover {background-color: #fff;color:#F79F00;}
	.navbar-expand-lg .navbar-nav .nav-item.active, .navbar-expand-lg  .navbar-nav .nav-item .nav-link.active {color:#000;}


/***** Custom Navbar - Submenu on Hover for Desktops *****/
	
	/* Navbar Hover Menu - in Kombination mit Unterseiten, die auf Desktop ausgeblendet werden, aber auf Mobil auf die Oberseite weiterleiten
		-> erster Listeneintrag im Dropdown ist immer eine Rdeundanz für den Menü-Oberpunkt, der aus Desktops klickbar ist
	*/
	.dropdown-menu li:first-child {display:none;}
	
	.navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
        /*display: block !important;*/
        display: flex !important; /* Submenu List Items nebeneinander */
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav > .nav-item.dropdown > .dropdown-toggle::after {
        display: inline-block;
    }
    
/***** Custom Navbar END *****/

	.dropdown-menu {border:none;border-radius: 0px;box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);}
		.dropdown-menu .dropdown-menu.submenu {box-shadow: none;}
	.dropdown-menu .dropdown-item:hover {color:#F79F00;}
	
	/* Submenu List Items nebeneinander */
	.dropdown-menu {justify-content: flex-start;align-items: flex-start;align-content: flex-start;}
	.level2 {flex: 0 1 auto;width:200px;}

	.level2 .dropdown-toggle::after {display:none;}
	#pid3 .level2 > .dropdown-item, #pid27 .level2 > .dropdown-item {font-weight:bold;}
	
	.nav-item.dropdown:hover {background-color: #fff;}
	.nav-item.dropdown:hover > .nav-link {color: #F79F00;}
	
	
	/***** auf Unterseiten #main und Slider überlappen *****/
	#subSlider {position: relative;z-index: 0;background-color: #F79F00;}
		#subSlider .carousel-item img {margin-left:auto;margin-right:auto;}
	#main.subpage {position: relative;margin-top:-17.5vw;padding-bottom:-17.5vw;min-height:550px;}
	#main.subpage > .container {background-color: #fff;}

	
}


@media (min-width:1200px) {
	.footer-col1, .footer-col2, .footer-col3 {border-right:1px solid #bbb;}
	.footer-col2, .footer-col3, .footer-col4 {padding-left:1rem;}
}
@media (min-width:1400px) {
	
}
@media (min-width:1600px) {
	#homeSlider {padding-bottom:0px;}
	.carousel-indicators {margin-bottom: 1rem;}
}

/* @media (width > 768px) and (width < 1200px) { */
@media (min-width: 768px) and (max-width: 1199.98px) {
	
}


/* Content */



/* Bootstrap Multilevel Menu in Kombination mit Offcanvas */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	

@media (max-width: 991.98px) {
	.dropdown-menu .dropdown-menu, .dropdown-menu.submenu {
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
		border:none !important;
		word-wrap: break-word !important;
		white-space: normal !important;
		text-wrap-style: wrap;
		text-wrap-mode: wrap;
	}
	
	.dropdown-menu .dropdown-item {
		word-wrap: break-word !important;
		white-space: normal !important;
		text-wrap-style: wrap !important;
		text-wrap-mode: wrap !important;
	}
}


/* overwrite Bootstrap Styles */

.text-right {text-align: end;}

.btn-primary {background-color: #F79F00;border:none;color:#fff;border-radius: 0;border:1px solid #F79F00;}
.btn-primary:hover {background-color: #fff;border:none;color:#F79F00;border-radius: 0;border:1px solid #F79F00;}


.page-link, .page-link:hover a {color:#203A8F;}
.active>.page-link, .page-link.active {background-color: #203A8F;border-color:#203A8F;}

.carousel-control-bg {display: inline-block;padding:0.5rem;background-color: rgba(255,255,255,0.5);}
.carousel-control-next-icon, .carousel-control-prev-icon {width: 3rem;height: 3rem;}
.carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");}
.carousel-control-next-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}


/* Accordion  */
.accordion-item {border-color:#203A8F;}
.accordion-button {font-weight: bold;}
.accordion-button.collapsed {background-color:#f8f8f8;}
.accordion-button:not(.collapsed) {background-color:#DFF3FC;}



/****************************/
/*********** TYPO3 **********/
/****************************/

/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; max-width:50%;}

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 1px solid #ddd;
  		border-radius: 4px;
  		padding: 5px;
  		width: 150px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 15px;
        margin-top:4px;
    }
    .frame-type-gridelements_pi1 .ce-intext.ce-right .ce-gallery, .frame-type-gridelements_pi1  .ce-intext.ce-left .ce-gallery, .frame-type-gridelements_pi1 .ce-above .ce-gallery { margin-top:0px; }
    
    .ce-intext.ce-right .ce-gallery { margin-left: 30px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 30px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 15px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 15px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

	/***** Anpassung fuer minimale Responsivitaet bei Bildelementen ***********************************/

	.ce-gallery .ce-column {
	    margin: 0;
	    width: 100%;
		/* Abstand zwischen Bildern */
	    padding: 0px 0px 8px 0px;
	    box-sizing: border-box;
	}
	
	/* Fluid Image Tags */
	.ce-gallery img,
	.ce-gallery picture {
	    width: 100%;
	    max-width: 100%;
	    height: auto;
	}
	
	/* Spaltenbreiten je nach eingestellten Columns auf groesseren Geraeten */
	@media (min-width: 640px) {
		
		.ce-gallery .ce-column {
	    	padding: 0px 5px 8px 5px;
		}
		
		.ce-gallery[data-ce-columns="1"] .ce-column {
		    padding: 0px 0px 8px 0px;
		}
		
		.ce-gallery[data-ce-columns="2"] .ce-column {
		    width: 50%;
		}
		
		.ce-gallery[data-ce-columns="3"] .ce-column {
		    width: 33.33333333333333%;
		}
		
		.ce-gallery[data-ce-columns="4"] .ce-column {
		    width: 25%;
		}
		
		.ce-gallery[data-ce-columns="5"] .ce-column {
		    width: 20%;
		}
	}
	
	/* Bildgröße für Text+Bild-Element auf großen Geräten begrenzen */
	/* @media (width > 768px) { */
	@media (min-width: 768px) {
		.ce-textpic.ce-left.ce-intext .ce-gallery[data-ce-columns="1"] .ce-media {max-width: 400px;margin-top:5px;}
	}
	/* @media (width <= 768px) { */
	@media (max-width: 767.98px) {
		.ce-left .ce-gallery, .ce-right .ce-gallery { float: none; }
	}

	/*********************************************************************************/


    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    /*.frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }*/
    .frame-ruler-after { border-bottom: 1px solid rgb(175,161,150); }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

	
	.align-left {text-align: left;}
	.align-center {text-align: center;}
	.align-right {text-align: right;}
	.csc-frame-frame1 {background-color: #EDEBF1; border: 1px solid #333333;}
	.csc-frame-frame2 {background-color: #F5FFAA; border: 1px solid #333333;}
	.important {color: #8A0020;}
	.name-of-person {color: #10007B;}
	.detail {color: #186900;}
	.component-items {color: #186900;}
	.action-items {color: #8A0020;}
	.component-items-ordered {color: #186900;}
	.action-items-ordered {color: #8A0020;}
	
	.ce-table tr:nth-child(even) {background-color: rgb(253, 233, 191);}
	.ce-table tr:nth-child(odd) {background-color: rgb(251, 211, 128);}
	.ce-table tr:first-child, .ce-table th {background-color: rgb(247,166,0);}
	.ce-table th, .ce-table td {border-top: 1px solid #fff;}

/* individual stuff */
div.csc-textpic-intext-left .csc-textpic-imagewrap img, div.csc-textpic-intext-right .csc-textpic-imagewrap img { padding-top:3px; } /* Bei Text+Image-Elementen (nur wenn Bild links/rechts ausgerichtet ist) sollen Bild und Text auf einer horizontalen Linie beginnen */

.csc-textpic-imagewrap img {width:100%;height:auto;}

.image-caption {color:#999;}

.ce-div {border-top: 1px solid #F79F00 !important;margin:1.5rem 0rem !important;opacity: 1 !important;}

.company-img .ce-gallery[data-ce-columns="1"] .ce-column {padding-bottom: 0px !important;}
.company-img .ce-intext.ce-right .ce-gallery, .company-img .ce-intext.ce-left .ce-gallery, .company-img .ce-above .ce-gallery {margin: 0px  !important;}

.frame-type-menu_subpages ul {margin:0;padding:0;}
.frame-type-menu_subpages li {list-style: none;border-bottom: 1px solid #ccc;}

.home-teaser {font-weight: 700;}
.home-teaser .ce-textpic.ce-left.ce-above img {padding-left:1rem;max-width: 90%;}
.home-teaser .ce-textpic.ce-left.ce-above .ce-gallery, .home-teaser .ce-textpic.ce-center.ce-above .ce-gallery {margin-bottom:0px;}
.home-teaser .frame-layout-6 {padding: 1rem 1.25rem;background-color: #F79F00;}
.home-teaser strong {font-weight: 700;color: #FFF;}
.home-teaser table, .home-teaser tbody, .home-teaser tr, .home-teaser td {background-color: transparent !important;border:none !important;margin-bottom:0px !important;}
.frame-layout-6 table, .frame-layout-6 tbody, .frame-layout-6 tr, .frame-layout-6 td {background-color: transparent !important;border:none !important;margin-bottom:0px !important;}
.home-teaser td a.video {display:block;height:100%;}
.home-teaser .home-teaser-button {display:block;background-color: #fff;color:#F79F00;padding: 0.4375rem 0.6875rem;}
.home-teaser .home-teaser-button:hover {background-color: #000;color:#fff;}
@media (max-width: 767.98px) {
	.home-teaser .ce-textpic.ce-center.ce-above .ce-gallery {background-color: #F79F00;}
}

.frame-layout-7 {padding: 1rem 1.25rem;background-color: #F79F00;font-weight: 700;}
.frame-layout-7 img {width:100%;max-width:250px;height:auto;}
.frame-layout-7 table, .frame-layout-7 tbody, .frame-layout-7 td {background-color: transparent;border:none;margin-bottom:0px;}
.frame-layout-7 strong {font-weight: 700;color: #FFF;}
.frame-layout-7 a {display: inline-block;color: #000;font-weight:bold;background-image: url('../images/Dr-Kenndoff_Link-Arrow.svg');background-size: .6875rem auto;background-repeat: no-repeat;background-position: left .375rem;padding-left: 1rem;margin-left: .25rem;}


.frame-layout-9 {
    margin-top: 4.0625rem;
    margin-bottom:1.5rem
}
.frame-layout-9 .ce-bodytext {
    background-color: #F79F00;
    color: #000;
    padding:2rem 1.875rem 0rem 1.875rem
}
.frame-layout-9 .ce-bodytext ul {
    margin-left:0px;padding-left:0;padding-bottom: 1rem;
}
.frame-layout-9 .ce-bodytext ul li {
    list-style-type: none;
    padding-left:1rem;
    background: url('../images/Dr-Kenndoff_UL-LI_white.svg') 0rem .375rem no-repeat;
    background-size:auto .65rem;
    margin-bottom: 0.5rem;
}

@media (min-width:1200px) {
	.frame-layout-9 .ce-textpic {
	     display: flex;
	     flex-direction: row;
	     flex-wrap: nowrap;
	     justify-content: flex-start;
	     align-items: stretch;
	     align-content: stretch;
	}
	.frame-layout-9 .ce-gallery, .frame-layout-9 .ce-bodytext {
	    /*flex: 0 0 auto;*/
	}
	.frame-layout-9 .ce-gallery {
	    margin-right:2rem;
	}
}

a.video {display: inline-block;color: #F79F00;padding: 1.5rem 0rem 1.5rem 5.5rem;background: url('../images/Dr-Kenndoff_Icon-Video.png') top left no-repeat;background-size: auto 100%;}
.frame-layout-10, .frame-layout-12 {margin-top: 2rem;}
.frame-layout-10 a:hover, .frame-layout-12 a:hover, .frame-layout-10 a.act, .frame-layout-12 a.act {color: #F79F00 !important;background-color: #FFF;}
.frame-layout-10 a, .frame-layout-12 a {display: inline-block;padding: .5rem .625rem;color: #FFF;background-color: #F79F00;border: 1px solid #F79F00;margin-right: .5rem;}
.frame-layout-10 a.shopping {background-color: #000;border: 1px solid #000;}

@media only screen and (max-width: 750px) {
	.frame-layout-10 a, .frame-layout-12 a {display: block;margin-bottom: .875rem;}
}

.typo-area-nav {
    margin-top: 3.25rem;
    margin-bottom:1.5rem
}

.typo-area-nav a {
    display: inline-block;
    padding: .5rem .625rem;
    color: #FFF;
    background-color: #F79F00;
    border: 1px solid #F79F00;
    margin-right:.5rem
}

.typo-area-nav a:hover, .typo-area-nav a.act {
    color: #F79F00 !important;
    background-color:#FFF
}

#accordion {
    width:100%;
}

#accordion.melkverband {
    width:100%
}

#accordion .active {
    width: 4.166rem;
    height:4.166rem
}

.advantage_row_odd {
    background-color:#f7f7f7
}

#accordion h3 {
    font-size: 1.5rem;
    padding: .833rem 0rem .833rem 2.0833rem;
    margin-bottom: 1rem !important;
    font-weight:700 !important
}

@media only screen and (max-width: 750px) {
    #accordion h3 {
        font-size: 1.125rem;
        padding-left:1.875rem
    }
}

.accordion_pointer {
    cursor:pointer
}

#accordion > div {
    margin-bottom:.833rem
}

h3.ui-state-default {
    background-image: url('../images/Dr-Kenndoff_Arrow-Inact.svg');
    background-repeat: no-repeat;
    background-position: left top 1.125rem;
    background-size: auto 1.126rem;
    border-bottom:1px solid #ccc
}

h3.ui-state-hover {
    background-image: url('../images/Dr-Kenndoff_Arrow-Inact.svg');
    background-repeat: no-repeat;
    background-size: auto 1.126rem;
    background-position:left top 1.125rem
}

h3.ui-state-active {
    background-image: url('../images/Dr-Kenndoff_Arrow-Act.svg');
    background-repeat: no-repeat;
    background-position: left top 1.125rem;
    background-size: auto 1.125rem;
    border-bottom:1px solid #F79F00
}

@media only screen and (max-width: 750px) {
    h3.ui-state-default {
        background-size: auto 1rem;
        background-position:left top .875rem
    }

    h3.ui-state-hover {
        background-size: auto 1rem;
        background-position:left top .875rem
    }

    h3.ui-state-active {
        background-size: auto 1rem;
        background-position:left top .875rem
    }

    #accordion h3 {
        margin-bottom:0rem !important
    }
}

#accordion p {
    display:block
}

.advantage_first {
    float: left;
    box-sizing: border-box;
    width: 33%;
    padding: .5833rem;
    font-weight:700 !important
}

.advantage_first img {
    width:6.6875rem
}

.advantage-img-mobile {
    display:none
}

.advantage_second {
    float: left;
    box-sizing: border-box;
    width: 33%;
    padding:.5833rem
}

.advantage_third {
    float: left;
    box-sizing: border-box;
    width: 33%;
    padding:.5833rem
}

.melkverband .advantage_first {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding:.5833rem
}

.melkverband .advantage_second {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding:.5833rem
}

.advantage_header {
    display: block;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 4.163rem;
    padding-top: .833rem;
    font-style:italic
}

.advantage_header img {
    height: 1.9166rem;
    width:auto
}

.advantage_header .advantage_second, .advantage_header .advantage_third {
    padding-top:1rem
}

.advantage_second strong, .advantage_third strong, .advantage_second b, .advantage_third b {
    font-weight:400
}

@media only screen and (max-width: 750px) {
    .advantage_row_odd, .advantage_row_even {
        background-color:#fff
    }

    .advantage_first {
        float: none;
        width:100%
    }

    .advantage_first img {
        width:6.6875rem
    }

    .advantage-img-mobile {
        display:block
    }

    .advantage-img {
        display:none
    }

    .advantage_second {
        float: none;
        width: 100%;
        box-sizing:border-box
    }

    .advantage_third {
        float: none;
        width: 100%;
        box-sizing:border-box
    }

    .melkverband .advantage_first {
        float: none;
        width: 100%;
        box-sizing:border-box
    }

    .melkverband .advantage_second {
        float: none;
        width: 100%;
        box-sizing:border-box
    }

    .advantage_header {
        display: none;
        height:auto
    }

    .mobile_advantage_header {
        font-style: italic;
        padding:0.5833rem 0.5833rem 0.5833rem 0.5833rem
    }

    .mobile_advantage_header > span {
        display:block
    }

    .mobile_advantage_header img {
        display: none;
        width:8rem
    }

    .mobile_advantege_header_first {
        background-color:#F79F00
    }

    .mobile_advantage_header_second, .mobile_advantage_header_third {
        display: none;
        background-color: #EEE;
        border-bottom: 1px solid #FFF;
        padding-top: 0.5833rem;
        margin-top:.875rem
    }

    .advantage_first, .advantage_second, .advantage_third {
        float: none;
        width: 100%;
        box-sizing:border-box
    }

    .advantage_first {
        background-color: #EEE;
        border-bottom: 1px solid #CCC;
        border-top: none;
        font-weight:400 !important
    }

    .advantage_second, .advantage_third {
        display: none;
        background-color: #EEE;
        border-bottom:1px solid #666
    }
}


.typo-info-box {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFF;
    background-color: #F79F00;
    padding: 2.375rem 1.875rem 2.375rem 3.4375rem;
    border-left: 1.6875rem solid #FFF;
    margin:3.5rem 0rem 2.875rem 0rem
}

.typo-info-box-icon {
    position: absolute;
    top: -2.125rem;
    left: -2rem;
    width: 4.5rem;
    height: 4.5rem;
    background-image: url('../images/Dr-Kenndoff_Icon_Info-Box.svg');
    background-size: 100% auto;
    background-position: top left;
    background-repeat:no-repeat
}

.typo-info-box .frame p {
    margin: 0rem;
    padding:0rem
}

.typo-download-box-header {
    position: relative;
    background-color: #DDD;
    margin-left: 1.75rem;
    margin-top:3.5rem
}

.typo-download-box-header h2 {
    font-size: 1rem;
    font-weight: 700;
    border-bottom: none !important;
    padding: 2.875rem 2rem 2.375rem 2rem;
    margin-bottom:0rem !important
}

.typo-download-box-header .typo-download-box-header-icon {
    position: absolute;
    left: -2.125rem;
    top: -2.125rem;
    width: 4.5rem;
    height: 4.5rem;
    background-image: url('../images/Dr-Kenndoff_Icon_Download-Box.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size:100% 100%
}

.frame-layout-3 {
    background-color: #DDD;
    margin-left: 1.75rem;
    padding: 1.125rem 2rem 0rem 2rem;
    border-top:1px solid #FFF
}

.frame-layout-3 .ce-gallery {
    display: inline-block;
    width:5.1875rem;
    margin:0px !important;
}

.frame-layout-3 .ce-bodytext {
    position: relative;
    margin-left:7.375rem
}

@media only screen and (max-width: 991px) {
    .frame-layout-3 .ce-gallery {
        width:5.1875rem
    }

    .frame-layout-3 .ce-bodytext {
        margin-left:7.375rem
    }
}

@media only screen and (max-width: 750px) {
    .frame-layout-3 .ce-gallery {
        width: 5.1875rem;
        box-sizing: border-box;
        display:block
    }

    .frame-layout-3 .ce-bodytext {
        display: block;
        margin-top: 1rem;
        margin-left:0rem
    }
}

.frame-layout-3 .ce-bodytext p {
    position: relative;
    display: inline-block;
    margin-bottom: 0rem;
    top: -1.875rem;
    width:auto
}

.frame-layout-3 .ce-bodytext p:nth-child(1) {
    width:16.25rem
}

@media only screen and (max-width: 991px) {
    .frame-layout-3 .ce-bodytext p:nth-child(1) {
        width:13.25rem
    }
}

@media only screen and (max-width: 750px) {
    .frame-layout-3 .ce-bodytext p {
        top: 0rem;
        display:block
    }
}

.frame-layout-3 .ce-bodytext p:last-child {
    position: absolute;
    right:0rem
}

.frame-layout-3 .ce-bodytext p a {
    position: relative;
    display: inline-block;
    top: -.5rem;
    background-color: #F79F00;
    padding: .5rem 1rem;
    color:#FFF
}

.frame-layout-3 .ce-bodytext p a:hover {
    background-color: #000;
    color: #FFF;
    text-decoration:none
}

@media only screen and (max-width: 750px) {
    .frame-layout-3 .ce-bodytext p:last-child {
        position: relative;
        text-align:right
    }

    .frame-layout-3 .ce-bodytext p a {
        top: 0rem;
        margin-top: .5rem;
        margin-bottom:1.25rem
    }
}

.frame-layout-8  {
    margin-bottom:1rem
}

.frame-layout-8 img {
    width:16rem
}

@media only screen and (max-width: 750px) {
    .frame-layout-8 {
        margin-bottom:0.8rem
    }

    .frame-layout-8 img {
        width:55%
    }
}

@media only screen and (min-device-width: 320px) and(max-device-width: 750px) and(orientation: landscape) {
    .frame-layout-8 img {
        width:35%
    }
}

.typo-product-short-info {
    margin-top: 4.0625rem;
    margin-bottom:1.5rem
}

.typo-product-short-info .ce-gallery {
    float: left;
    width:55%
}

@media only screen and (max-width: 1200px) {
    .typo-product-short-info .ce-gallery {
        width:45%
    }
}

@media only screen and (max-width: 991px) {
    .typo-product-short-info .ce-gallery {
        width: 100%;
        margin-bottom:1.375rem
    }
}

.typo-product-short-info .ce-gallery img {
    width: 100%;
    height:auto
}

.typo-product-short-info .ce-bodytext {
    float: right;
    width: 26.75rem;
    position: relative;
    background-color: #F79F00;
    color: #000;
    padding:2rem 1.875rem 0rem 1.875rem
}

@media only screen and (max-width: 991px) {
    .typo-product-short-info .ce-bodytext {
        width: 100%;
        margin-bottom:1.375rem
    }
}

.typo-product-short-info .ce-bodytext ul li {
    background: url('../images/Dr-Kenndoff_UL-LI_white.svg') 0rem .375rem no-repeat;
    background-size:auto .65rem
}

.typo-product-short-info .ce-bodytext .typo-product-short-info-icon {
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    left: -2rem;
    top: -2rem;
    background-image: url('../images/Dr-Kenndoff_Icon_Product-Info.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position:top left
}

#main table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    padding:0
}

#main .ce-table table {
    width: 100%;
    margin-bottom:1rem
}

#main .ce-table th, #main .ce-table td {
    text-align: left;
    font-weight: 400;
    padding: .4rem .75rem;
    border-bottom: .0625rem solid #CCC;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    vertical-align:top
}

#main thead tr {
    background-color:#f7f7f7
}

#main thead tr th {
    font-weight:700
}

#main .ce-table tbody tr {
    background-color:#f7f7f7;
}

#main .ce-table tbody tr:nth-child(odd) {
    background-color:#FFF;
}

.frame-layout-6 .table {margin-bottom:0px;}

#main em {font-style: normal;color: #F79F00;}
#main .frame-layout-11 em {color: #999;font-style: italic;}

#main .frame ul {
	list-style: none;
	margin: 0rem;
	padding: 0rem;
	padding-bottom: 1.5rem;
}
.frame ul li {
	margin: 0rem;
	padding: 0rem 0rem .5rem 1.3125rem;
	background: url('../images/Dr-Kenndoff_UL-LI_orange.svg') 0rem .375rem no-repeat;
	background-size: auto .65rem;
}

.clear {
clear: both;
display: block;
height: 0;
line-height: 0;
text-indent: -99999px;
}

/* NEWS */
.news-category-select .dropdown-menu li:first-child {display:list-item;}
#main .frame .news-category-select ul {margin: 0;padding: 0;}
.frame .news-category-select ul li {background: none !important;}
.news-category-select button.btn-light {border-color:  #F79F00;}


/* PLUGINS */
.tx_evoweb_sfregister .form-check.privacy {padding-left:0;}


/* FORMS */

