/* @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700'); */

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/theme/fonts/OpenSansCondensed-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/fonts/OpenSansCondensed-Light.woff') format('woff'); /* Modern Browsers */

}


@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/theme/fonts/OpenSansCondensed-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/fonts/OpenSansCondensed-Bold.woff') format('woff'); /* Modern Browsers */
 
}

.consentYoutubeOK
{
display:none;
}


/*
 * Farben 
 *
 * graublau	dunkel	#617d9d		kleine Flächen
 * blau
 * schwarzblau		#21365f		Schrift
 * hellblau			#2774b9		Schrift // 2a75be
 * graublau hell	#ced6e0		Fläche Menüpunkte, Sidebar Blöcke 
 *  
 */


*, iframe * {
	box-sizing: border-box;
	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #21365f;
	height: 100.1%;
}

@media screen and (max-width: 991px) {
	body {
		font-size: 11px;
		line-height: 15px;
	}
}

/*@media screen and (max-width: 768px) {
	body {
		font-size: 9px;
		line-height: 12px;
	}
}*/


h1, h2, a h1, a h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: none;
	font-size: 1.846em;
	margin-top: 0.625em;
	margin-bottom: 0.833em;
}

h3, a h3 {
	font-size: 0.923em; /* 12px */
	line-height: 1.5em; /* 18px */
	text-transform: uppercase;
	margin-top: 0;
}

h4, a h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.308em;
	line-height: 1.276em;
	margin-top: 0;
	text-transform: none;
}

h2 + h4 {
	margin-top: -1.176em;
}

a, a:focus {
	font-size: 0.923em;
	line-height: 1.833em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2774b9;
	text-decoration: none;
	border: none;
	outline: none;
}

a[href^="mailto:"] {
	font-size: 1em;
	text-transform: none;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
}

a[href^="mailto:"]:after {
	content: none !important;
}

a p {
	text-transform: none;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	border: 0;
}

.container.full {
	padding-right: 15px;
	padding-left: 15px;
}


.notrans {
	transition-duration: 0 !important;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
}


.single-link {
	display: block;
	margin: 0;
	margin-bottom: 20px;
}

#sitewrap {
	min-height: 50%;
}

.invis {
	display: none;	
}


.noscript .ns_invis {
	display: none;
}

.oh {
	overflow: hidden;
}

.highlight {
    background-color: #FFFF00;
}

/*.bg_verlauf {
	background: linear-gradient( to left, #9cadc2 0%, #9cadc2 50%, #ced6e0 50%, #ced6e0 100% );
}*/

@media screen and (min-width: 992px ) {
    .bg_verlauf_23,
    .bg_verlauf {
        background: linear-gradient( to left, #9cadc2 0%, #9cadc2 66.667%, #ced6e0 66.667%, #ced6e0 100% );
    }
}

.bg_verlauf_23,
.bg_verlauf {
	background-color: #9cadc2;
}

 

.bg_blau_weiss {
	background: rgba(39,117,185,1);
	background: -moz-linear-gradient(top, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,117,185,1)), color-stop(50%, rgba(147,186,220,0.6)), color-stop(100%, rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(top, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(top, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to bottom, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2775b9', endColorstr='#ffffff', GradientType=0 );
}


.nolabel label {
	display: none;
}

.row.linkboxen {
	margin-bottom: 20px;
}

.linkbox .link {
	display: block;
	color: #fff;
	background-color: #617d9d;
	text-align: center;
	padding: 5px;
	margin-top: 3px;
}

.texteditor {
	margin-bottom: 20px;
}

.texteditor h1:first-child {
	margin-top: 0;
}

.arrow_icn, .dl_icn, .form_icn {
	margin-left: 5px;
}

.mb20 {
	margin-bottom: 20px;
}

.container {
	width: auto;
}

.container.main {
	/*position: relative;*/
}

@media (min-width: 992px) {
	.container {
	    width: 100%;
	    max-width: 1278px;
		padding-left: 2%;
		padding-right: 2%;
    	margin: 0 auto;
	}

}


@media (min-width: 1200px) {
	.container {
		padding-right: 72px;
    	padding-left: 72px;
    }
}

#sitewerap {
	width: 100%;
	/*max-width: 1278px;
	margin: 0 auto;*/
}

.group:after { /* ersetzt clearfix */
	content: "";
	display: table;
	clear: both;
}

/* ********************** SIDEBAR ******************* */

.box {
	
}

.box .boxtitel {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.846em; /*24px;*/
	line-height: 1.042em; /* 25px; */
}


.box .boxtext {
	
}

.teaser .daten {
	margin-bottom: 20px;
}

.teaser .daten.link {
	margin-top: 50px;
}

.teaser .daten .col-xs-10 {
	padding-left: 0;
    margin-left: -12px;
    margin-right: -20px;
    padding-right: 0;
}

.bildbox {
	margin-bottom: 20px;
}

.sidebar .teaser {
	margin-bottom: 20px;
}

.sidebar .teaser a:after {
	display: inline-block;
	content: '';
	width: 15px;
	height: 18px;
	position: relative;
	bottom: -5px;
	background-image: url('/assets/design/icn_arrow_hb.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.sidebar .teaser .newslink a:after {
	display:none;
}

.sidebar .infoblock {
	margin-top: 0;
}

/* ********************** SLIDER ******************* */

.sliderbox,
.sliderbox .stextbox {
	overflow: hidden;
}

.sliderbox {
	font-size: 1em;
	padding-bottom: 7.5em;
	position: relative;
	margin-bottom: 50px;
}

.sliderbox a {
	font-size: 1em;
}

.sliderbox img {
	max-width: 100%;
	height: auto;
}

.sliderbox .container.stexte {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000; /* für die navi */
}



.sliderbox .slidewrap .slide,
.sliderbox .stextbox .stextwrap .stext {
	/*display: none;*/
	float: left;
}

.sliderbox .slidewrap .slide.aktiv,
.sliderbox .stextbox .stextwrap .stext.aktiv {
	/*display: block;*/
	float: left;
}

.sliderbox .stextbox {
	text-align: center;
	background-color: rgba(0, 51, 102, .6);
	
}


.sliderbox .stextbox .nav.snav {
	padding: 10px 0;
	/*text-align: center;*/
}

.sliderbox .stextbox .nav.snav .vor,
.sliderbox .stextbox .nav.snav .zurueck {
	display: inline-block;
	cursor: pointer;
	height: auto;
	width: 5em;
}

.sliderbox .stextbox .stextwrap .stext {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 2.692em; /* 35px; */
	line-height: 1.2em;
	color: #fff;
	padding: 30px 0;
}

.sliderbox .container.sbereiche {
	position: absolute;
	bottom: 0px;
}


.sliderbox .sbereich .sboben {
	border-top-right-radius: 12px;
	background-color: rgba(255, 255, 255, .6);
	height: 92px;
	overflow: hidden;
}

.sliderbox .sbereich.aktiv .sboben,
.sliderbox .sbereich:hover .sboben {
	background-color: rgba(0, 51, 102, .6);
}



.sliderbox .sbereich .sbtitel {
	color: #21365f;
	font-size: 1.23em;
	text-align: right;
	padding: 10px 15px 0 0;
}

.sliderbox .sbereich.aktiv .sbtitel,
.sliderbox .sbereich:hover .sbtitel {
	color: #fff;
}

.sliderbox .sbereich .sicon {
	/*height: 97px;*/
	padding-left: 15px;
}

.sliderbox .sbereich .sbtext {
	color: #21365f;
	font-size: 1em;
	line-height: 1.7em;
	text-transform: none;
	padding: 15px;
	padding-right: 50px;
	background-color: #ced6e0;
	font-weight: 300;
	height: 7.5em;
}

.sliderbox .sbereich .sbtext span {
	font-size: 0.923em;
	position: relative;
}

.sliderbox .sbereich .sbtext .arrow {
	position: absolute;
	right: 30px;
	bottom: 15px;
}


@media screen and (min-width: 992px) and (max-width: 1278px) {
	
	.sliderbox {
		padding-bottom: 9.5em;
	}
	
	.sliderbox .sbereich .sbtext {
		height: 9.5em;
		line-height: 1.667em;
	}
}


@media screen and (min-width: 992px) and (max-width: 1024px) {
	.sliderbox .stextbox .stextwrap .stext {
		font-size: 2.4em;
	}
	
	.sliderbox .sbereich .sbtitel {
	    font-size: 1.15em;
	}
}
	

@media screen and (max-width: 991px) {
	
	.sliderbox .sbereich {
		margin-bottom: 20px;
	}
	
	.sliderbox {
		margin-bottom: 0;
		padding-bottom: 1px;
	}
	
	.sliderbox .container.sbereiche {
		position: static;
	}
	.sliderbox .sbereich .sboben {
		background-color: #f1f7fb;
	}
	
	.sliderbox .sbereich .sbtext {
		line-height: 1.5em;
		padding: 5px;
		padding-right: 40px;
	}
	
}



/* ************************ KOPF / FUSS *********************** */

#header,
#footer {
	
}

#header {
	/*padding: 20px 0;*/
	position: relative;
	z-index: 1500;
	padding-bottom: 50px;
}

.startseite #header {
	padding-bottom: 20px;
}

#header .left {
	float: left;
	width: 45%;
}

#header .logozeile .left {
	padding: 20px 0;
}

#header .navigation #nav {
	margin-top: 0;
}

#header .left .infos {
	width: 100%;
}

#header .logo {
	float: left;
	width: 40%;
	text-align: right;
}

#header .logo img {
	width: 100%;
	height: auto;
	max-width: 350px;	
}


#header .left .infos .telefon {
	color: #2774b9;
	font-size: 1.4em; /* 16px */
	font-weight: 700;
	width: auto;
	padding-right: 40px;
	display: inline-block;
}

@media screen and (max-width: 750px) {
	#header .left .infos .telefon img {
		width: 20px;
		height: 20px;
	}
	#footer .telefonbox .telefon {
		font-size: 0.85em;
	}
}

#footer {
	background-color: #ced6e0;
	padding-top: 30px;
	margin-top: 30px;
}


#footer .telefonbox {
	background-color: #617d9d;
	color: #fff;
	border-top-right-radius: 12px;
	padding: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.846em; 
}


#footer .telefonbox .telefontext {
	line-height: 2em;
}


#footer .finfos {
	text-align: right;
}


#footer .finfos .ftext,
#footer .finfos a.logo {
	display: inline-block;
	text-align: left;
}


#footer .finfos a.logo {
	/*float: left;*/
	margin-right: 30px;
}


#footer .finfos .ftext {
	/*float: right;*/
	font-size: 0.923em;
	padding-top: 20px;
}


@media screen and (max-width: 1278px) {
	#footer .telefonbox {
		font-size: 1.75em;
		padding: 30px 20px;
	}
}

@media screen and (max-width: 991px) {
	#footer {
		padding-top: 0;
	}
	
	#footer .telefonbox {
		margin: 0 -15px;
		border-radius: 0;
		border-bottom: 5px solid #fff;
		text-align: center;
		font-size: 1.85em;
		padding: 10px;
	}
	
	#footer .telefonbox br {
	    content: " ";
	    display: none;
	}
	
	#footer .telefonbox .telefon {
		margin-left: 10px;
	}
	
	#footer .finfos {
		text-align: center;
	}
	
	#footer .finfos .ftext {
		padding-top: 0;
		margin-bottom: 5px;
	}
	
	#header {
		padding-bottom: 0;
	}
	
	#header .left .infos .telefon {
		padding-right: 10px;
	}
	
}

@media screen and (max-width: 768px) {
	#header .logo {
		margin-top: 10px;
	}
}

@media screen and (min-width: 992px) {
	
	#header .left .infos .telefon {
		padding-right: 40px;
	}
	
	#header .logo {
		width: 25%;
		float: right;
	}
	
	#header .left {
		width: 75%;
	}
}


/* ********************** NAVIGATIONEN ******************** */

ul.sprachwahl li, ul.sprachwahl {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}


ul.sprachwahl {
	width: auto;
	margin-right: 40px;
}


ul.sprachwahl a {
	text-transform: lowercase;
}

ul.ebene2 li a {
	text-transform: none;
}


/*#header #nav {
	margin-top: 20px;
}*/


#header #nav ul,
#header #nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}


#header #nav ul li {
	display: inline-block;
	padding-right: 3em;
}

/*#header #nav > ul > li:first-child {
	padding-left: 0;
}*/

#header #nav > ul > li:last-child {
	padding-right: 0;
}


#header #nav ul li a,
ul.sprachwahl li a {
	position: relative;
	display: block;
	line-height: 2em;
	color: #21365f;
	font-size: 1em;
}

ul.sprachwahl li {
	font-size: 1.2em;
}


#header #nav ul li.aktiv > a,
ul.sprachwahl li.aktiv a,
#footer .nav.flinks ul li.aktiv a,
#header #nav ul li > a:hover,
ul.sprachwahl li a:hover,
ul.sprachwahl li.aktiv a,
#footer .nav.flinks ul li a:hover {
	color: #2774b9;
}

@media screen and (min-width: 992px) {

	#header #nav > ul > li > a:after {
	    content: "";
	    position: absolute;
	    bottom: 0px;
	    width: 0px;
	    height: 3px;
	    margin: 3px 0 0;
	    transition: all 0.2s ease-in-out;
	    transition-duration: 0.75s;
	    opacity: 0;
	    left: 0;
	    background-color: #2774b9; /*#d34eb4*/
	   	z-index: 1000;
	}
	
	
	#header #nav > ul > li > a:hover:after,
	#header #nav > ul > li.aktiv > a:after {
		width: 100%;
	    opacity: 1;
	}
	
	#header #nav > ul > li:hover ul {
		display: block;
		z-index: 999;
	}
}


#header #nav > ul > li ul {
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255, .85);
	padding-top: 5px;
	padding-left: 1em;
	
	/*background: rgba(39,117,185,1);
	background: -moz-linear-gradient(top, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,117,185,1)), color-stop(50%, rgba(147,186,220,0.6)), color-stop(100%, rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(top, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(top, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to bottom, rgba(39,117,185,1) 0%, rgba(147,186,220,0.6) 50%, rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2775b9', endColorstr='#ffffff', GradientType=0 );*/

	/*background: rgba(206,214,224,1);
	background: -moz-linear-gradient(top, rgba(206,214,224,1) 0%, rgba(231,235,240,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,214,224,1)), color-stop(50%, rgba(231,235,240,0.6)), color-stop(100%, rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(top, rgba(206,214,224,1) 0%, rgba(231,235,240,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(top, rgba(206,214,224,1) 0%, rgba(231,235,240,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(206,214,224,1) 0%, rgba(231,235,240,0.6) 50%, rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to bottom, rgba(206,214,224,1) 0%, rgba(231,235,240,0.6) 50%, rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced6e0', endColorstr='#ffffff', GradientType=0 );*/
}


#header #nav > ul > li ul li {
	display: block;
}


#footer .nav.flinks {
	text-align: right;
	margin-bottom: 20px;
}

#footer .nav.flinks ul {
	padding: 0;
}

#footer .nav.flinks ul li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
}

#footer .nav.flinks ul li a {
	color: #21365f;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
}


/* ************************* SIDENAVI ******************* */

#sidenavi {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3010;
	/*height: 150px;*/
	height: 180px;
	min-width: 40px;
	max-width: 100%;
}


#sidenavi .box,
#sidenavi a {
	display: block;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 5px;
    color: #fff;
}

#sidenavi a.imglink {
	padding: 0;
	margin-bottom: 0;
}

#sidenavi a[href^="mailto:"] {
	padding: 0;
}


#sidenavi .box {
	background-color: #2774b9;
}



#sidenavi .fancybox_link.box:nth-child(1) { top: 0; }
#sidenavi .fancybox_link.box:nth-child(2) { top: 45px; }
#sidenavi .fancybox_link.box:nth-child(3) { top: 90px; }
#sidenavi .fancybox_link.box:nth-child(4) { top: 135px; }
#sidenavi .fancybox_link.box:nth-child(5) { top: 180px; }

#sidenavi .box:after {
	clear: both;
}

#sidenavi .fancybox_link.box {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	z-index: 1000;
}

#sidenavi .infobox,
#sidenavi .sideinfos {
	width: 360px;
	max-width: 100%;
	height: auto;
}

#sidenavi .sideinfos {
	position: relative;
	z-index: 1010;
	overflow: auto;
}


#sidenavi .sideinfos form a {
	color: #fff;
	margin-bottom: 0;
}

#sidenavi .sideinfos .kzeile {
	padding: 25px 30px;
	background-color: #ced6e0;
	position: relative;
}

#sidenavi .infobox .kzeile h2 {
	line-height: .75em;
}

#sidenavi .sideinfos .kzeile .fancybox-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background-color: transparent;
}


#sidenavi .infobox .infos {
	padding: 25px 10px;
	color: #fff;
	background-color: #9cadc2;
	margin-top: 5px;
}

#sidenavi .infobox .infos .left {
	padding-right: 0;
}

#sidenavi .infobox .right {
	padding-left: 0;
}

#sidenavi .infobox .fusslink {
	margin-top: 5px;
	background-color: #2774b9;	
}

#sidenavi .infobox .fusslink a {
	color: #fff;
}

#sidenavi .infobox .infos .fdl {
	overflow: hidden;
	background-color: transparent;
	color: #fff;
}


/* ************************* ENDE SIDENAVI ******************* */

#blende {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3000;
	background-color: rgba(0,0,0,.4);
}

.infobox .kzeile {
	height: 130px;
	background-size: cover;
}

.infobox .infos {
	
}

@media screen and (max-width: 991px) {
	#main_nav {
		display: none;
	}
	
	
	#footer .nav.flinks {
		text-align: center;
		margin-bottom: 0;
		margin-top: 5px;
	}
	
	
	#header #nav > ul > li {
		display: block;
	}
	
	#header #nav > ul > li a,
	#header #nav > ul > li > ul,
	#header #nav > ul > li > ul > li{
/* cb		display: inline-block; */
display: block;
position: relative;
	}
	
	#header #nav > ul > li > ul > li a{
	line-height:1.2em !important;
	}
#header #nav > ul > li > ul > li
{
	padding-left:2em;
	margin-bottom:1.2em;
	}
	
	
	#header #nav > ul > li > a:after {
		content: none;
	}
	
	#header #nav > ul > li ul {
		padding-top: 0;
	}
	
	/*#header .group.navigation.show #nav ul li.has_children a {
		padding-right: 15px;
		position: relative;
	}
	
	#header .group.navigation.show #nav ul li.has_children > a:after {
		content: '';
		width: 10px;
		height: 10px;
		background: url('/assets/design/icn_arrow_hb.svg') center no-repeat; 
		background-size: 10px 10px;
		position: absolute;
		right: 0;
    	top: 1em;
	}
	
	#header .group.navigation.show #nav ul.ebene2 {
		position: relative;
		padding-right: 15px;
	}
	
	#header .group.navigation.show #nav ul.ebene2:after {
		content: '';
		width: 10px;
		height: 10px;
		background: url('/assets/design/icn_arrow_hb.svg') center no-repeat; 
		background-size: 10px 10px;
		position: absolute;
		left: 0;
    	top: 1em;
    	-webkit-transform: rotate(180deg);
    	-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}*/
	
}

	#header .group.navigation #nav ul li a {
		line-height: 3em;
	}
	#header .group.navigation {
		margin-bottom: 20px;
	}


#sandwich {
    display: block;
    width: 38px;
    height: 30px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 1000;
}


#sandwich span {
  	display: block;
  	/*border-radius: 5px;*/
  	position: absolute;
  	/*height: 7px;*/
  	height: 3px;
  	width: 40px;
  	/*border-radius: 9px;*/
  	opacity: 1;
  	left: 10px;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
  	background-color: #2774b9;
}


#sandwich span:nth-child(1) {
  	top: 16px;
}

#sandwich span:nth-child(2) {
  	top: 26px;
}

#sandwich span:nth-child(3) {
  	top: 36px;
}

#sandwich.open span {
    /*background-color: #344675;*/
   	/*background-color: #fff;*/
}

#sandwich.open span:nth-child(1) {
  	top: 25px;
  	-webkit-transform: rotate(135deg);
  	-moz-transform: rotate(135deg);
  	-o-transform: rotate(135deg);
  	transform: rotate(135deg);
}

#sandwich.open span:nth-child(2) {
  	opacity: 0;
  	left: -60px;
}

#sandwich.open span:nth-child(3) {
  	top: 25px;
  	-webkit-transform: rotate(-135deg);
  	-moz-transform: rotate(-135deg);
  	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


@media screen and (max-width: 768px) {
span.telefon img
{
display:block;
margin-bottom:15px;
}
#header .left .infos .telefon
{
font-size:1.2em;
}
	#sandwich {
		margin-top: 5px;
	}
	
	#header span.telefon img,
	#footer span.telefon img {
		display: inherit;
		margin-bottom: 0;
	}
}

/* **************************************** SUCHE ******************************* */

    .search_it-form {
        font-size: 1em;
        width: 51%;
        max-width: 640px;
        /*padding: 1em;
        margin: 0 auto;*/
        display: inline-block;
    }
    
    .search_it-form input[type="text"] {
    	font-family: Arial, Helvetica, sans-serif;
    	border: 1px solid #fff;
    	border-bottom-color: #000;
    	outline: 0;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    	background-image: none;
    	width: 100%;
    	background-color: transparent;
    }

    .search_it-flex {
        /*display: flex;*/
       	position: relative;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .search_it-form legend, .search_it-form label {
        display: none;   
    }
    .search_it-flex > * {
        /*flex: 2 2 200px;*/   
    }
    .search_it-flex > .search_it-button {
        /*flex: 1 1 100px;*/   
    }

    .search_it-form input:focus::-webkit-input-placeholder{
      color: transparent;
    }
    .search_it-form input:focus::-moz-placeholder {
      color: transparent;
    }
    .search_it-form input:focus:-ms-input-placeholder {
      color: transparent;
    }
    .search_it-form input:focus:-moz-placeholder {
      color: transparent;
    }
    
    .search_it-button {
    	position: absolute;
    	right: 0;
    	top: 0;
    	padding: 0;
		/*margin-left: -27px;*/
    }

/* ***************************** FORMULARE ****************************** */

.form-captcha .input-group-addon {
    width: 144px;
    padding: 0;
}

.form-captcha .input-group-btn {
	font-size: 1.2em !important;
}

#sidenavi .sideinfos form a {
	line-height: 1.6em;
}

#sidenavi .sideinfos form a:focus {
	line-height: inherit;
	/*font-size: inherit;*/
	color: #fff;
	font-weight: inherit;
	line-height: 1.6em;
} 

.alert {
	margin-bottom: 0;
	border-radius: 0;
}

.noscript .fakebtn {
	display: none;
}

.noscript .btn.invis {
	display: block;
}

form, form * {
	font-family: Arial, Helvetica, sans-serif;
}

input[type="text"], input[type="email"], textarea, select, input, input.form-control {
	border-radius: 0;
	border-top-right-radius: 12px;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: #ced6e0;
}


form p.help-block {
	display: none;
}

.btn {
	border: 0;
	outline: 0;
}

.btn.icon {
	background-color: transparent;
}

/*.row.kontakt {
	max-width: 920px;
}*/

.fancybox-wrap .row.kontakt {
	
}

.ajaxform .kontaktformular .kontakt {
	padding: 0;
}


.veranstaltungsform {
	text-align: left;
}

.gallery {
	padding-top: 30px;
}

.row.kontaktformular {
	max-width: 922px;
	margin: 0 auto;
	
}

.kontaktformular .formheader {
	/*margin-bottom: 5px;*/
}

.formbody {
	background-color: #9cadc2;
	padding: 30px 15px;
}

.kontaktformular .formfooter {
	margin-top: 5px;
}

.kontaktformular form {
	/*background-color: #ced6e0;*/
}


/*.row.kontaktformular button[type="submit"] {
	display: none;
}*/

.btn.flat.full,
#sidenavi .btn.flat.full {
	color: #fff;
	background-color: #2774b9;
	text-align: right;
	/*width: 100%;*/
	display: block;
	padding-right: 50px;
	position: relative;
	text-transform: uppercase;
	border-radius: 0;
}

.iframe .btn.flat.full {
	width: 100%;
}

.klappform .btn.flat.full {
	margin-bottom: 5px;
}

.btn.flat.full.arrow:after {
	content: '';
	width: 15px;
	height: 18px;
	background: url('/assets/design/icn_arrow_w.svg') center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 6px;
	right: 25px;
}

.uformular.schlank {
	max-width: 660px;
}

.uformular .formheader {
	/*margin-bottom: 5px;*/
	/*border-top-right-radius: 12px;*/
	overflow: hidden;
}

.uformular .formfooter {
	margin-top: 5px;
}

/* ******************************* TEASER ******************************** */

.row.zweispalt {
	margin-bottom: 20px;
}

.row.zweispalt a img {
	margin-left: 5px;
}

.row.zweispalt h3 {
	margin-top: 0;
}

.row.zweispalt .right img:not(.arrow) {
	width: 100%;
	height: auto;
}


.row_bg {
	padding: 15px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 20px;
}

.row_bg .row.zweispalt {
	margin-bottom: 0;
}


.sidebar .teaser {
	/*margin-bottom: 20px;*/
	background-color: #ced6e0;
	border-top-right-radius: 12px;
	overflow: hidden;
}

.sidebar .teaser a img {
	margin-left: 5px;
}

.sidebar .teaser .img {
	border-top-right-radius: 12px;
}

.sidebar .teaser .text {
	background-color: #ced6e0;
	padding: 10px 20px 15px 20px;
}

.sidebar .teaser .text h3 {
	margin-top: 0;
}

.sidebar .teaser .einzelblock {
	margin-top: 20px;
}

.sidebar .teaser .einzelblock.news {
	padding: 0px 20px;
}

.sidebar .teaser .einzelblock .newsbox {
	padding: 0;
}

.sidebar .teaser .mtitel {
	/*padding: 0 20px;*/
}

.sidebar .teaser .mtitel {
	margin: 0;
	/*padding: 0 20px;*/
}

.sidebar .teaser .einzelblock .newsbox h3 {
	margin-bottom: 0;
}

.sidebar .teaser .einzelblock .newsbox h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.sidebar .teaser.infoblock .infos {
	height: 32em;
}

.sidebar .teaser .newss .news .newslink,
.sidebar .teaser .newss .veranstaltung .newslink {
	padding: 0;
}



/* ******************************* NEWS / VERANSTALTUNGEN / REFERENZEN ******************************** */

.newss .news,
.newss .veranstaltung,
.refblock .block {
	margin-top: 20px;
}

.newss .news a,
.newss .veranstaltung a,
.sidebar .news a {
	font-size: 1em;
	line-height: inherit;
}

.sidebar .news a:after {
	content: none;
}

.newss .news a .newslink,
.newss .veranstaltung a .newslink,
.newss .news .newslink,
.newss .veranstaltung .newslink,
.sidebar .news a .newslink {
	font-size: 0.923em;
	line-height: 1.833em;
}
/*.sidebar .news a .newslink {
	color: #21365f
}*/

.newss .news a .newsbox,
.newss .veranstaltung a .newsbox,
.sidebar .news a .newsbox,
.refblock a .block {
    color: #21365f;
}

.newss .news:hover a .newsbox,
.newss .veranstaltung:hover a .newsbox,
.refblock:hover a .block {
    background-color: #9cadc2;
    color: #fff;
}

.sidebar .news:hover a .newsbox,
.sidebar .news:hover a .newslink {
    color: #2774b9;
}

.newss .news .newsbox,
.newss .veranstaltung .newsbox,
.referenzen .refblock .block {
	padding: 20px 10px;
	background-color: #ced6e0;
	border-top-right-radius: 12px;
}

.newss .veranstaltung .newsbox {
	border-top-right-radius: 0;
}

.newss .veranstaltung .newsbox h2 {
	margin-top: 0;	
}

.newss .news .newslink,
.newss .veranstaltung .newslink,
.referenzen .refblock .linkblock {
	padding: 10px 0;
}



.newss .news .newslink .arrow, 
.newss .veranstaltung .newslink .arrow,
.schulungen .linkbox .arrow,
.linkbox .lasche .arrow {
	margin-left: 5px;
}

.newss .news .kzeile,
.newss.full .veranstaltung .kzeile,
.uformular .kzeile,
.schulungen.full .schulung .kzeile {
	padding: 25px 30px;
	/*padding-bottom: 5px;*/
	margin-bottom: 5px;
	background-color: #e7ebf0;
}

.newss .veranstaltung .vsmkzeile {
	border-top-right-radius: 12px;
	/*margin-bottom: 5px;*/
	overflow: hidden;
}

.newss .news .langtext,
.newss .veranstaltung .langtext {
	/*padding: 25px 30px 30px 30px;*/
}

.newss .news .left,
.newss .veranstaltung .left,
.schulungen .schulung .left {
	background-color: #ced6e0; /*#c1ccd9;*/
	padding: 30px;
	/*padding-bottom: 530px;
	margin-bottom: -500px;*/
}

@media screen and (min-width: 992px) {
	.newss .news .left,
	.newss .veranstaltung .left,
	.schulungen .schulung .left {
		min-height: 260px;
	}
}

.newss .news .right,
.newss .veranstaltung .right,
.schulungen. schulung .right {
	background-color: #9cadc2;
	text-align: center;
	padding: 30px;
	/*padding-bottom: 530px;
	margin-bottom: -500px;*/
}

.newss .veranstaltung .right {
	padding-bottom: 0;
}

.newss .news .row.oh,
.newss .veranstaltung .row.oh,
.schulungen .schulung .row.oh {
	margin: 0;
	margin-bottom: 5px;
}

.boxfooter {
	background-color: #2774b9;
	min-height: 4em;
	padding: 10px 30px;
	color: #fff;
}

.filedownload .icon {
	margin-left: 5px;
}

.infoblock.schulungsteaser .schulungskopf {
	border-top-right-radius: 12px;
	overflow: hidden;
}

/* *********************************** DIENSTLEISTUNGEN *********************************** */

.infoblock {
	margin-top: 20px;
	margin-bottom: 20px;
}

.infoblock.schulungsteaser {
	margin-top: 0;
}

.infoblock.schulungsteaser .arrow {
	margin-left: 3px;
}

.infoblock .infohead {
	border-top-right-radius: 12px;
	overflow: hidden;
}

.infoblock .infos {
	background-color: #ced6e0;
	padding: 15px;
	height: 20.2em;
    overflow: hidden;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (max-width: 991px) {
	.infoblock .infos {
		padding: 5px;
	}
}

.infoblock.offen .infos,
.sidebar .teaser.infoblock.offen .infos {
	height: auto;
}

.infoblock.offen .lasche {
	display: none;
}

.infoblock .infos.offen,
.noscript .infoblock .infos {
	height: auto;
}

.infoblock .infos ul {
	padding-left: 15px;
	margin-bottom: 0;
}

.infoblock .infos ul li {
	margin-bottom: 0.5em;
}

.infoblock .infos ul li:last-child {
	margin-bottom: 0;
}

.infoblock .linkblock {
	padding: 20px 0 10px 0;
}

.infoblock .linkblock .arrow {
	margin-left: 5px;
}

.infoblock .lasche {
	text-align: center;
	padding: 5px 0;
	background-color: #617d9d;
	cursor: pointer;
}

.infoblock .lasche img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rotate img {
	-moz-transform: rotate(-179.9deg);
    -o-transform: rotate(-179.9deg);
    -webkit-transform: rotate(-179.9deg);
    -ms-transform: rotate(-179.9deg) !important;
    transform: rotate(-179.9deg);
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    zoom: 1;
    z-index: 1;
}




/* *************************************** SCHULUNGEN ************************************* */


.row.schulungen a {
	color: inherit;
}

.row.schulungen .schulung {
	margin-bottom: 20px;
}

.row.schulungen.full .schulung {
	margin-bottom: 0;
}

.row.schulungen .einzelblock.schulung {
    margin-bottom: 10px;
}

.sidebar .teaser .einzelblock.schulung {
    margin-top: 5px;
}

.row.schulungen .schulung .schulungsbox {
	background-color: #ced6e0;
	padding: 15px;
	margin-bottom: 3px;
}


.row.schulungen .schulung .linkbox {
	background-color: #617d9d;
	text-align: center;
	color: #fff;
	padding: 3px 5px;
}

@media screen and (max-width: 991px) {
	.linkbox {
		margin-bottom: 20px;
	}
}

.row.schulungen .schulung:hover .schulungsbox,
.row.schulungen .schulung:hover .schulungsbox h2 {
	background-color: #9cadc2;
	color: #fff;
}

.row.schulungen .schulung .schulungsbox h2 {
	margin-top: 0;
}


.row.schulungen .schulung .schulungsbox p:last-child {
	margin-bottom: 0;
}

.infoblock .row.schulungen a.slink {
	color: #2774b9;
}

.infoblock .row.schulungen h3 {
	margin-bottom: 0;
}



/* ************************************* ANSPRECHPARTNER ************************************* */

.aperson .telefon .col-xs-2,
.aperson .email .col-xs-2 {
	padding-right: 0;
}
.aperson .telefon .col-xs-10,
.aperson .email .col-xs-10 {
	padding-left: 0;
}

.aperson .infos,
.aperson .infos a[href^=tel] {
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
	background-color: #617d9d;
	color: #fff !important;
	font-size: 1em !important;
	font-weight: 400 !important;
}

.aperson .row.telefon {
	margin-bottom: 3px;
	margin-top: 0.5em;
}


.aperson .infos h2,
.aperson .infos p {
	margin-bottom: 0;
}

.aperson .portrait {
	border-top-right-radius: 12px;
	overflow: hidden;
}

.aperson .portrait img {
	width: 100%;
	height: auto;
}


/* ***************************************** FANCYBOX ************************************** */

/*.fancybox-button {
	display: none;
}*/

.alert-success {
    color: #2774b9;
    background-color: #ced6e0;
    border-color: #ced6e0;
}

.fancybox-slide--iframe .fancybox-content {
	width: 80%;
	max-width: 922px;
	margin: 0 auto;
	background: transparent;
}

body.iframe {
	background-color: transparent;
	height: auto;
}


body.iframe .formular .fancybox-button {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	/*background: rgba(30,30,30,.9);*/
	background: transparent;
	color: #21365f;
}

.fancybox-wrap {
	width: 95%;
	max-width: 992px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	overflow-x: hidden;
}

.fancybox-wrap.schlank {
	max-width: 660px;
}

.ajaxform {
	max-width: 920px;
}

.fancybox-wrap .row.newss {
	margin: 0;
}

.fancybox-wrap > .newss > .news,
.fancybox-wrap > .newss > .veranstaltung {
	margin: 0;
	padding: 0;
}

.fancybox-wrap .fancybox-button.fancybox-close-small,
.fancybox-button--close {
	display: fixed;
	right: auto;
	/*left: 20px;*/
	left: 0;
	top: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	/*top: 18px;*/
}

@media screen and (min-width: 1024px) {
	.fancybox-wrap .fancybox-button.fancybox-close-small {	
		/*left: 50px;*/
	}
}

@media screen and (max-width: 992px) {
	body {
		font-size: 13px;
		line-height: 1.3em;

	}
.sliderbox .sbereich .sbtext
{
height:auto;
}
}

.aperson .infos h2,
.aperson .infos p {
	margin-bottom: 0;
}

.aperson .portrait {
	border-top-right-radius: 12px;
	overflow: hidden;
}

.gallery {
	margin-bottom: 20px;
}

/* ************************************* MASCHINEN / HERSTELLER ************************************* */

.kmaschinen {
	min-width: 100%;
}

.maschinen .kategorie,
.kmaschinen .maschine,
.herstellers .hersteller {
	margin-bottom: 20px;
}

.maschinen .kategorie .kkopf {
	background-color: #ced6e0;
	margin-bottom: 5px;
	padding: 10px 0 0 0;
}

.maschinen .kategorie.offen .kkopf,
.pc .maschinen .kategorie:hover .kkopf {
	background-color: #617d9d;
	color: #fff;
}

.kmaschinen .maschine .mkopf,
.herstellers .hersteller .hkopf {
	background-color: #ced6e0;
	border-top-right-radius: 12px;
	overflow: hidden;
	text-align: center;
}

.maschinen .kategorie .mehr,
.kmaschinen .maschine .mehr,
.herstellers .hersteller .mehr  {
	padding: 5px 15px;
	cursor: pointer;
	font-weight: 700;
	position: relative;
	color: #fff;
	background-color: #617d9d;
	text-align: center;
	display: block;
}

.maschinen .kategorie a,
.kmaschinen .maschine a,
.herstellers .hersteller a {
	color: #000;
}

.herstellers .hersteller .more {
	position: relative;
	top: -2px;
	margin-left: 5px;
}


.maschinen .kategorie.offen .mehr .more {
	-moz-transform: rotate(-179.9deg);
    -o-transform: rotate(-179.9deg);
    -webkit-transform: rotate(-179.9deg);
    -ms-transform: rotate(-179.9deg) !important;
    transform: rotate(-179.9deg);
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    zoom: 1;
    z-index: 1;
}


.kmaschinen .maschine .mehr {
	padding: 5px;
	text-align: left;
	line-height: 1;
    min-height: 34px;
    padding-right: 20px;
}

.kmaschinen .maschine .mehr .more {
	position: absolute;
	right: 5px;
	top: 7px;
}

.maschinen .kategorie .mehr .more {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	/*position: absolute;
	right: 5px;
	top: 5px;*/

}

.fancybox-wrap .maschinenform {
	width: 100%;
	/*max-width: 922px;*/
	max-width: 660px;
	margin: 0 auto;
}

.maschinenform .formheader {
	/*padding: 25px 0 25px 15px;*/
}

.maschinenform .klappe a {
	text-align: right;
	color: #fff;
	background-color: #2774b9;
	padding: 3px 20px 5px 20px;
	width: 100%;
	display: block;
	font-weight: 400;
}


.maschinenform .klappe {
	margin-bottom: 5px;
}

.klappe .anfrage {
	cursor: pointer;
}

.maschinenform .klappe + div {
	margin-bottom: 20px;
}

.maschinenform .klappe img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 5px;
}

.maschinenform .formheader,
.hersteller .formheader {
	background-color: #ced6e0;
	margin-bottom: 5px;
	/*padding: 25px 30px;*/
}

.hersteller .formheader,
.hersteller .formheader .right {
	padding: 0px;
}

.maschinenform .right,
.hersteller .formheader .right {
	text-align: right;	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	/*margin: -25px -30px;*/
	margin-left: 0;
}

/*.maschinenform .left table {
	margin: 0 -15px;
}*/

.maschinenform .formheader .left,
.hersteller .formheader .left {
	padding: 25px 0 25px 30px;	
}

.hersteller .formheader {
	padding-top: 10px;
	padding-right: 10px;
}

.hersteller .formheader .left {
	padding-top: 15px;
}
.maschinenform .formbody .left {
	/*padding: 15px;*/
	padding-right: 25px;
}

.maschinenform .formfooter {
	clear: both;
}

.maschinenform .formbody {
	margin-bottom: 5px;
}

.maschinenform .gallery {
	margin-bottom: 20px;
}
 

.maschinen .kategorie h2 {
	font-size: 1.2em;
	min-height: 52px;
	padding: 0 15px;
}

.maschinenformular .ansprechpartner {
	text-align: center;
}

.maschinenformular .ansprechpartner h3 {
	/*border: 1px solid #ced6e0;*/
	padding: 5px;
	background-color: #ced6e0;
}

/* ************************************* LOADING ************************************* */

@-webkit-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

#maske {
	position: fixed;
	width: 100%;
 	height: 100%;
 	background-color: rgba(0,0,0,.4);
 	top: 0;
 	left: 0;
 	z-index: 10000;
}

#gear-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	margin: 0 auto;
  	height: 185px;
  	width: 264px;
 	
}

.gear {
  position: absolute;
  height: 60px;
  width: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.gear.medium {
  height: 96px;
  width: 96px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}
.gear.large {
  height: 120px;
  width: 120px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.gear.large:after {
  height: 70px;
  width: 70px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  margin-left: -35px;
  margin-top: -35px;
}
.gear.one {
  top: 21px;
  left: 17px;
}
.gear.two {
  top: 116px;
  left: 101px;
}
.gear.three {
  top: 49px;
  left: 9px;
}
.gear.four {
  top: 9px;
  left: 135px;
}
.gear:after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 3;
}

.gear-inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: #9cadc2;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.medium .gear-inner {
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}

.large .gear-inner {
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.gear.one .gear-inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
  -moz-animation: counter-clockwise 3s infinite linear;
}
.gear.two .gear-inner {
  -webkit-animation: clockwise 3s infinite linear;
  -moz-animation: clockwise 3s infinite linear;
}
.gear.three .gear-inner {
  -webkit-animation: counter-clockwise 5s infinite linear;
  -moz-animation: counter-clockwise 5s infinite linear;
}
.gear.four .gear-inner {
  -webkit-animation: counter-clockwise 6s infinite linear;
  -moz-animation: counter-clockwise 6s infinite linear;
}
.gear-inner .bar, .gear-inner .baz {
  background: #9cadc2;
  height: 16px;
  width: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.large .gear-inner .bar {
  margin-left: -68px;
  width: 136px;
}

.medium .gear-inner .baz {
  margin-left: -56px;
  width: 112px;
  height: 14px;
}
.gear-inner .bar:nth-child(2) {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.gear-inner .bar:nth-child(3) {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.gear-inner .bar:nth-child(4) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gear-inner .bar:nth-child(5) {
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.gear-inner .bar:nth-child(6) {
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.gear-inner .baz:nth-child(2) {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}
.gear-inner .baz:nth-child(3) {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}
.gear-inner .baz:nth-child(4) {
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}
.gear-inner .baz:nth-child(5) {
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}

#sidenavi .sideinfos .kzeile .fancybox-button path {
    fill: #21365f;
}



/* ************************************* COOKIE-CONSENT ************************************* */

.cc-bottom.cc-banner {
	/*background-color: rgba(0, 51, 102, .6);*/
	background-color: #2774b9;
    color: #fff;
}

.cc-bottom.cc-banner a.cc-btn,
.cc-bottom.cc-banner a.cc-link {
	color: #fff;
}


/* ************************************* IPHONE ************************************* */

/* 
   Remove telephone style on iphones 
   https://stackoverflow.com/questions/3736807/how-do-i-remove-the-blue-styling-of-telephone-numbers-on-iphone-ios
*/
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: 1em !important;
	font-family: inherit !important;
	font-weight: 400 !important;
	line-height: inherit !important;
}

#footer a[href^=tel] {
	color: #fff !important;
}

#sidenavi .sideinfos .infobox .infos .right a[href^=tel] {
	padding: 0 !important;
	margin: 0 !important;
	font-weight: 400 !important;
	/*margin-left: -5px !important;
	color: #ff00ff !important;*/
}

#sidenavi .sideinfos .infobox .infos .right a[href^=tel]:after {
	/*content: 'ilink';*/
}

#sidenavi {
	/*color: #ff00ff;*/
}


.consent_manager-save-selection, .consent_manager-accept-all {
  background: #ced6e0;
  border: 1px solid #617d9d;
  color:#617d9d;
  }
  
.consent_manager-save-selection:hover, .consent_manager-accept-all:hover {
  background: #617d9d;
  color:#fff;
  }  