@charset "utf-8";
/* CSS Document */


/* Fonts */
@import url('fonts/Roboto/stylesheet.css');
@import url('fonts/Open_Sans/stylesheet.css');
@import url('fonts/fontello.css');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/


/* Standard */
* { margin: 0px; padding: 0px; box-sizing: border-box; }

html { }
body { background: #FFF; padding: 0px 0px; }
body,td,th { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; color: #666; line-height: 1.6; }

#clearing, .clearing { clear: both; font-size: 0px; }
#clearleft, .clearleft { clear: left; font-size: 0px; }
#clearright, .clearright { clear: right; font-size: 0px; }
#clearfix, .clearfix { display: block !important; width: 100% !important; height: 0px !important; overflow: hidden !important; font-size: 0px !important; float: none !important; }
	#clearfix:after, .clearfix:after {
		content: ".";
		display: inline-block !important;
		height: 0px !important;
		width: 100% !important;
		clear: both;
		visibility: hidden !important;
		padding: 0px !important;
		margin: 0px !important;
		font-size: 0px !important;
	}



/* Allgemein */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #262D3A;
	margin: 0px 0px 50px;
	text-align: left;
	line-height: 1.05;
	word-wrap: break-word;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: block; font-weight: 400; font-size: 20px; margin-top: 7px; }

h2, h3, h4, h5, h6 { font-size: 30px; font-weight: normal; margin-bottom: 30px; }
h2 { margin-bottom: 50px; }
h3 { font-size: 27px; }
h4 { font-size: 24px; }
h5, h6 { font-size: 21px; }

h1.seitenueberschrift {}
	h1.seitenueberschrift.hide { display: none !important; }

h1.seitenueberschrift.left, .ueberschrift.left > * { text-align: left; }
h1.seitenueberschrift.center, .ueberschrift.center > * { text-align: center; }
h1.seitenueberschrift.right, .ueberschrift.right > * { text-align: right; }

h1.seitenueberschrift:before, .ueberschrift:before { content: ''; display: block; width: 100%; max-width: 150px; height: 8px; margin: 0px auto 15px 0px; background: #80E580; border-radius: 4px; }
	h1.seitenueberschrift.left:before, .ueberschrift.left:before { margin: 0px auto 15px 0px; }
	h1.seitenueberschrift.center:before, .ueberschrift.center:before { margin: 0px auto 15px; }
	h1.seitenueberschrift.right:before, .ueberschrift.right:before { margin: 0px 0px 15px auto; }


p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0px; }

a { color: #44ADD9; transition: all 0.5s ease; }
a:hover { text-decoration: none; }
a img { border: none; }

hr { height: 0px; width: 100%; text-decoration: none; text-align: center; border-top-width: 1px; border-top-style: dotted; border-top-color: #A6EBFF; margin: 20px 0px; }

ul { list-style-type: none; line-height: 1.25; margin-bottom: 15px; }
li { margin-bottom: 10px; padding-left: 17px; }
	li:before { content: '\2022'; color: #01CC01; font-weight: 900; position: absolute; margin-left: -15px; padding-right: 5px; }
ol { margin-left: 25px; line-height: 1.25; list-style-position: inside; }



/* Blöcke */
main, header, section, nav, article, footer, aside, .slider-wrapper { display: block; position: relative; z-index: 5; }
.inner { max-width: 1200px; margin: 0px auto; }

header { padding: 25px 40px; z-index: 100; background: #A7EBFF; }
header .inner { max-width: 1500px; padding: 0px; display: table; width: 100%; transition: all 0.3s ease; }
	header .inner > div { display: table-cell; vertical-align: top; position: relative; transition: all 0.5s ease; }
	header .right { width: 200px; }
.logo { display: inline-block; background: #FFF; padding: 12px 12px 0px 12px; }
	.logo img { width: 100%; max-width: 480px; height: auto; transition: all 0.5s ease; }
	.logo a { display: block; }
	
header.fixto-fixed { position: fixed; left: 0px !important; right: 0px !important; width: auto !important; box-shadow: 0px -2px 10px 0px rgba(0,0,0, 0.4); margin: 0px; padding: 0px 40px; }
	.fixto-fixed .logo img { max-width: 240px; }	
	

#mobileNav { position: fixed; top: 0px; right: -250px; }
.navopener, .navcloser, #mobileNav { /*display: none;*/ }

.navopener { display: table; color: #000; font-size: 28px; position: absolute; top: 50%; right: 0px; z-index: 1000; margin: -21px 0px 0px; padding: 0px 4px; cursor: pointer; overflow: hidden; }
	.navopener > div { display: table-cell; vertical-align: middle; }
	.navopener .title { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; color: #666; text-transform: uppercase; padding: 0px 20px 0px 0px; }
	.navopener .hamburger { width: 33px; }
	.navopener span { display: block; height: 3px; background: #666; margin: 8px auto; transition: all 0.3s ease; }
		.navopener span:nth-child(2) { width: 23px; margin-left: 0px; }
	.navopener:hover span:nth-child(1) { transform: rotate(-45deg); }
	.navopener:hover span:nth-child(2) { transform: translateX(100px); }
	.navopener:hover span:nth-child(3) { transform: rotate(45deg); }

.navtop { position: fixed; bottom: 30px; right: -50px; z-index: 1000; display: block; width: 41px; height: 41px; overflow: hidden; margin: 0px auto; cursor: pointer; background: #A7EBFF; text-align: center; color: #3A3F3F; font-size: 25px; box-shadow: 2px 3px 12px 0px rgba(0,0,0, 0.35); 
	-webkit-transition: all 350ms cubic-bezier(0.600, 0, 0.735, 0.045); transition: all 350ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 				/* easeInBack */
	-webkit-transition-timing-function: cubic-bezier(0.600, 0, 0.735, 0.045); transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 	/* easeInBack */
}
	/*.navtop:hover { background: #FFF; color: #000; box-shadow: 2px 2px 7px 0px rgba(0,0,0, 0.35); }*/
	.navtop span { display: none; }
	.navtop i { position: absolute; top: -1px; left: 3px; }
.navtop.ntshow { right: 30px;
	-webkit-transition: all 350ms cubic-bezier(0.175, 0.885, 0.320, 1); transition: all 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 				/* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);		/* easeOutBack */
}



nav { padding: 0px; border-top: 1px solid #CCC; border-bottom: 1px solid #EEE; transition: all 0.5s ease; z-index: 10; }
	/*nav.fixto-fixed { z-index: 1000; }*/
nav ul { list-style-type: none; line-height: normal; margin: 0px; padding: 0px; }
nav li { display: inline; margin: 0px 10px 0px 0px; font-family: 'Open Sans', sans-serif; }
nav li a { position: relative; font-size: 15px; text-transform: uppercase; display: inline-block; text-decoration: none; padding: 30px 20px; overflow: hidden; }
nav li a:hover, nav li a.selected { }
	nav li a.selected { }
	nav li a:before { content: ''; position: absolute; top: 0px; left: 0px; width: 0%; height: 4px; margin: 0px 50%; background: #DDD; transition: all 0.25s ease; }
		nav li a:hover:before, nav li a.selected:before { width: 100%; margin: 0px 0%; }
	nav li a:after { content: ''; position: absolute; transition: all 0.3s ease; }
		nav li.haschilds a:hover:after { /*bottom: -8px;*/ }
nav li.markit a { }
nav ul ul ul { display: none; }


/* Klappmenüsteuerung CSS-Klappmenü */
/* Anpassung der Hauptebene - Klappmenü-Opener */
ul.dropdown { position: relative; }
/*ul.dropdown li.haschilds > a { background: url(nav-haschilds.png) right center no-repeat; padding-right: 12px; }*/
ul.dropdown li:hover a { color: #000; }
	ul.dropdown li:hover a:before { width: 100%; margin: 0px 0%; }
	ul.dropdown li.haschilds:hover a:after { bottom: -8px; }

/* Design des Klappmenüs */
ul.dropdown ul { visibility: hidden; opacity: 0; position: absolute; top: 71px; left: 0%; margin: 0px; padding: 20px 0px 10px; z-index: 0; width: 100%; height: auto; text-transform: none; background: #FFF; box-shadow: 0 10px 25px -15px #000; transition: all 0.3s ease; }
	ul.dropdown ul:before { content: ''; position: absolute; top: 0px; left: 0px; right: 0px; display: block; height: 10px; background: #D62F30; }
ul.dropdown ul li { display: inline-block; margin: 0px; padding: 0px; height: auto; min-height: 0px; width: 200px; border: none; transition: all 0.5s ease; word-wrap: break-word; vertical-align: top; }
	ul.dropdown ul li:hover { transform: translateX(10px); }
ul.dropdown ul li.first { }

ul.dropdown ul { display: table; pointer-events: none; }		/* pointer-events: none => verhindert das ungewollte Öffnen des Klappmenüs, wenn dessen Ausblenden noch nicht zu 100% beendet ist */
	ul.dropdown ul > div { display: table-cell; vertical-align: top; }
	ul.dropdown ul .childlist { }
	ul.dropdown ul .childtitle { position: relative; width: 35%; padding: 20px 40px 20px; font-family: 'Kanit', sans-serif; font-size: 30px; font-weight: 100; line-height: 1.25; color: #999; text-transform: uppercase; }
		ul.dropdown ul .childtitle:before { content: ''; width: 1px; background: #DDD; position: absolute; left: 0px; top: 10px; bottom: 10px; }

/* Design der Links */
ul.dropdown li:hover ul li a.hide { color: #fff; background: none; }
ul.dropdown li:hover ul li:hover a.hide { background: none; color: #000; }
ul.dropdown ul li a, ul.dropdown li:hover ul li a { display: block; margin: 0px; padding: 15px 8px 15px 15px; font-weight: bold; color: #393F3F; }
	ul.dropdown ul li a:before, ul.dropdown ul li a:after { display: none !important; }
ul.dropdown ul li a.first { border: none !important; }
ul.dropdown ul li a:hover, ul.dropdown ul li a.selected { }
	ul.dropdown ul li a.selected { color: #D62F30 !important; }

/* show Status */
ul.dropdown li.haschilds a:hover+ul, ul.dropdown li ul:hover, ul.dropdown li ul.opened { z-index: 10000; visibility: visible; opacity: 1; pointer-events: auto; }
/* Klappmenü - ENDE */


section { max-width: 1700px; margin: 0px auto; }
	section#opener { margin-bottom: 110px; }
	section#content { padding: 0px 150px 130px; margin-top: 100px; }


.slider-wrapper { position: relative;  z-index: 7; background: none; }
.slider { position: relative; width: 100%; /*height: 700px;*/ height: 0px; padding: 41.15% 0px 0px 0px; overflow: hidden; background: rgba(0,0,0, 0.1); }
#mainSlider, .sliderBackgroundImage { width: 100%; height: 100%; /*position: relative;*/ position: absolute; top: 0px; left: 0px; }
	#mainSlider .slick-list, #mainSlider .slick-track { height: 100%; }
	#mainSlider .slick-slide { background-size: cover; background-position: center center; }
	#mainSlider .slick-dots { position: absolute; bottom: 5px; left: 9px; list-style-type: none; line-height: normal; margin: 0px; padding: 0px; }
		#mainSlider .slick-dots li { display: inline-block; width: 10px; height: 10px; margin: 0px 5px 0px 0px; background: rgba(255,255,255, 0.8); border: none; border-radius: 50%; }
			#mainSlider .slick-dots li.slick-active { background: rgba(255,255,255, 0.5); }
		#mainSlider .slick-dots button { display: none; }
	#mainSlider .slick-arrow { position: absolute; top: 50%; left: 0px; z-index: 100; width: 30px; height: 50px; overflow: hidden; margin: -25px 0px 0px; padding: 0px; background: none; background: url(btn-pfeil.png) no-repeat right center; text-indent: -500px; border: none; transform: rotate(180deg); }
		#mainSlider .slick-next { right: 0px; left: auto; transform: rotate(0deg); }
.sliderBackgroundImage { background-size: cover; background-position: center center; }

/*
.slider-info { position: relative; z-index: 5; max-width: 1050px; margin: -99px auto 0px; }
.slider-info > div > div { visibility: hidden; display: inline-block; background: #5A738A; color: #FFF; font-size: 38px; font-weight: 600; text-transform: uppercase !important; text-shadow: 1px 1px 2px #000; padding: 26px 35px; opacity: 0; transform: translate(50px); transition: all 0.5s ease; }
	.slider-info .si-contact { background: none; font-size: 28px; font-weight: 700; padding: 0px; text-shadow: none; transition: all 0.85s ease; }
		.slider-info .si-contact a { display: inline-block; background: #C6D0D7; color: #FFF; text-decoration: none; padding: 18px 35px; }
			.slider-info .si-contact a:hover { color: #D62F30; }

.si-text.showStart, .si-contact.showStart { visibility: visible; }
.si-text.showFadeIn, .si-contact.showFadeIn { opacity: 1; transform: translate(0px); }
.si-text.showFadeOut, .si-contact.showFadeOut { opacity: 0; transform: translate(-50px); }
*/


.content { min-height: 400px; }
.content img { max-width: 100%; height: auto; }		/* maximale Bildbreite bei mobiler Ansicht für Inhaltsbilder */


footer { background: #44ADD9; color: #FFF; font-size: 16px; }
footer .inner { position: relative; max-width: 1280px; padding: 60px 40px; display: table; width: 100%; }
footer .inner > div { display: table-cell; vertical-align: top; }
footer .left {}
	footer .left img { border-style: solid; border-width: 3px 3px 0px 3px; border-color: #FFF; }
footer .right { }
footer ul { list-style-type: none; line-height: 1.5; margin: 0px; padding: 0px; }
footer a { text-decoration: none; color: #FFF; }

.footerline { background: #333; font-size: 14px; font-weight: 300; padding: 0px; }
	.footerline .inner { display: block; max-width: 1280px; padding: 65px 40px; text-align: right; }
	.footerline li { display: inline-block; padding: 0px; margin: 0px 0px 0px 20px; }
		.footerline li:before { display: none; }
		.footerline li:hover { transform: none; }
	.footerline a { color: #999; }
		.footerline a:hover { text-decoration: none; color: #FFF; }
	
footer .fbox { display: inline-block; vertical-align: top; width: auto; max-width: 350px; margin: 0px 0px 0px 25px; text-align: left; }
footer .fbox span { display: block; font-family: 'Roboto', sans-serif; font-size: 22px; font-weight: 900; margin-bottom: 15px; }
footer .fbox1 {}
	footer .fbox1 ul { list-style-type: none; line-height: 1.5; margin: 0px; padding: 0px; -webkit-column-count: 2; column-count: 2; }
	footer .fbox1 li { display: block; width: 160px; margin: 0px 15px 8px 0px; transition: all 0.5s ease; font-weight: 300; }
		footer li:before { content: '\e81b'; font-family: 'fontello'; color: #FFF; }
		footer li:hover { transform: translateX(10px); }
footer .fbox2 { width: auto; margin-right: 0px; line-height: 1.3; font-weight: 300; }

footer .slogan { position: absolute; right: 150px; bottom: 33px; font-family: 'Kanit', sans-serif; font-size: 50px; font-weight: bold; color: #000; line-height: 1.05; text-transform: uppercase; }
footer .slogan div { position: absolute; right: 35px; bottom: -6px; z-index: 10; white-space: nowrap; }
footer .slogan span { font-weight: 100; }
footer .slogan img { opacity: 0.15; }



/* Content / Inhalte */
/* Modul: Cookinote */
#cookienote { display: none; position: fixed; z-index: 10000; top: 0px; left: 0px; right: 0px; padding: 12px 160px 12px 14px; background: #333; color: #FFF; font-size: 13px; box-shadow: 0px 2px 10px 0px #666; min-height: 62px; }
#cookienote a { color: #FFF; }
#cookienote a.cookienoteCloser { position: absolute; top: 13px; right: 13px; padding: 5px 10px; font-size: 16px; font-weight: bold; background: #FC0; color: #000; border-bottom: 4px solid #F90; text-decoration: none; border-radius: 6px; cursor: pointer; }
	#cookienote a.cookienoteCloser:hover { background: #FFF; }


/* Modul: Formulargenerator */
main form { margin: 0px auto; display: block; max-width: 700px; }
main form > * { padding: 0px; }
main form p { margin: 0px; }
main form h5 { font-size: 13px; margin-bottom: 5px; }

main label { display: none; width: 250px; float: left; margin: 5px 20px 0px 0px; text-align: left; }
main input, main textarea, main select { width: 100%; margin: 0px 0px 15px 0px; border: none; border-bottom: 1px solid #44ADD9; padding: 11px 5px; font-family: 'Roboto', sans-serif; font-size: 15px; }
main textarea { height: 100px; border: 1px solid rgba(0,0,0, 0.15); border-bottom-color: #44ADD9; padding: 11px 13px; }
main select { min-width: 75px; width: 308px; }

main input.short { width: 60px; margin-right: 5px; }
main input.half { width: 220px; }
main input.auto { width: auto; }

main button[type=submit] { display: block; width: auto; border: none; text-decoration: none; text-transform: uppercase; font-size: 18px; margin: 20px auto 0px; padding: 8px 40px; -mozborder-radius: 3px; border-radius: 3px; background: #44ADD9; font-weight: normal; color: #FFF; text-align: center; cursor: default; }
	main button[type=submit]:hover { background: #3A3F3F; }

main input.checkbox { width: auto; vertical-align: -webkit-baseline-middle; }
main label.checkbox { float: none; width: auto; }

main div.radio label, main div.checkbox label { display: block; float: none; width: auto; margin: 0px 0px 4px 0px; }
main input[type=radio], main input[type=checkbox] { width: auto; margin: 0px 6px 0px 0px; }

main div.radios { padding-bottom: 13px; }
main label.radio { margin-top: 0px; }
main p.radio { display: inline; margin-right: 10px; }
main p.radio input { width: auto; }
main p.radio label { width: auto; float: none; text-align: left; margin: 0px 7px 0px 3px; }

main select.half { width: 125px; }
main input.inp50 { width: 50px; }
main input.inpShorter { width: 238px; }

main .form-captcha { text-align: center; margin-top: 25px; }
main .form-captcha span.input-group-btn { display: none; }
main .form-captcha span.input-group-addon { display: block; }
main .form-captcha img {}
main .form-captcha input { display: inline-block; width: 120px; margin: 0px 0px 0px 0px; text-align: center; }

main ul.form_warning { color: #900; font-weight: bold; font-size: 14px; margin: 20px auto 40px auto; border: 1px solid #990000; padding: 10px 20px 10px 30px; -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); background-color: #FAE7E7; }
main input.form_warning, main textarea.form_warning { border: 1px solid #900; }
main label.form_warning { color: #900; }


.alert {}
.alert ul { display: none; color: #a51a1c; font-weight: bold; margin: 20px auto 40px auto; }
.alert ul li { }
	.alert:after { content: "Füllen Sie bitte mindestens die rot markierten Felder und Fragen aus, um Ihre Anfrage versenden zu können."; display: block; text-align: center; margin: 0px 0px 40px; padding: 0px 35px; color: #900; font-weight: bold; }
.has-error input, .has-error select, .has-error textarea { background: rgba(204,9,24, 0.1); }
.has-error label { color: #900; }


main .form-miniheader { display: block; margin-bottom: 7px; font-weight: bold; }
main .form-info { display: block; text-align: center; font-size: 13px; margin: 20px 0px 0px; color: #888; }
main .form-zweispaltig { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; column-gap: 15px; grid-column-gap: 15px; grid-auto-rows: 1fr; -ms-grid-column-align: left; justify-items: left; -ms-flex-align: end; align-items: end; }
	main .form-zweispaltig > * { width: 100%; }	

main p.formlabel-kon_dse, main p.formdse { padding-left: 0px; margin-right: 0px; display: inline; }
main p.formlabel-kon_dse > *, main p.formdse > * { margin-right: 0px; }
main .formdse_spacer { margin-top: 25px; }


/* Modul: MultiColumns (Mehrspaltige Ansicht) */
.multicol { display: -ms-flexbox; -ms-flex-direction: row; -ms-flex-wrap: wrap; -ms-flex-pack: justify; display: flex; flex-grow: 1; flex-wrap: wrap; justify-content: space-between; margin: 0px; box-sizing: border-box; }
.multicol > div { padding: 0px 0px; position: relative; }
	.multicol > div:nth-child(1) { padding-left: 0px; }
	.multicol > div:last-child, .multicol > div p:last-child { margin-bottom: 0px; }
	.multicol-5050 > div:nth-child(2), .multicol-7030 > div:nth-child(2), .multicol-3070 > div:nth-child(2), .multicol-333333 > div:nth-child(3), .multicol-502525 > div:nth-child(3), .multicol-255025 > div:nth-child(3), .multicol-252550 > div:nth-child(3), .multicol4 > div:nth-child(4), .multicol5 > div:nth-child(5) { padding-right: 0px; }
	.multicol1 > div { width: 100%; padding: 0px; }
	.multicol2 > div { width: 27%; }
		.multicol-5050 > div { width: 47%; }
		.multicol-7030 > div:nth-child(1), .multicol-3070 > div:nth-child(2) { width: 67%; }
	.multicol3 > div { width: 22%; }
		.multicol-333333 > div { width: 30.3%; }
		.multicol-502525 > div:nth-child(1), .multicol-255025 > div:nth-child(2), .multicol-252550 > div:nth-child(3) { width: 47%; }
	.multicol4 > div { width: 22%; }
	.multicol5 > div { width: 17%; }
.multicol img { max-width: 100%; height: auto; }
.multicol-clearing { clear: both; display: inline-block; width: 100%; height: 0px; visibility: hidden; padding: 0px; margin: 0px; }
	
.multicol-separator > div { padding: 0px 20px; }
.multicol-separator > div:before { content: ''; display: block; width: 1px; height: 100%; background: #000; position: absolute; left: -30px; }
	.multicol-separator > div:first-child:before { display: none; }
.multicol-outside { margin-left: -90px; }


/* Modul: Sitemap */
.sitemap-wrapper ul { list-style-type: none; padding-left: 0px; margin: 0px; }
.sitemap-wrapper ul li { display: block; padding: 2px 0px 0px 0px; margin: 0px 0px 30px 0px; font-size: 18px; }
.sitemap-wrapper ul li a { display: block; padding: 0px 10px 3px 0px; text-decoration: none; border-bottom: 1px dotted #CCC; }
.sitemap-wrapper ul li a:hover { text-decoration: underline; }
.sitemap-wrapper ul li.spacer { list-style-image: none; list-style-type: none; }
.sitemap-wrapper ul ul { margin: 3px 0px 0px 10px; }
.sitemap-wrapper ul ul li { margin: 4px 0px 0px 0px; padding: 0px; font-size: 15px;  }	
.sitemap-wrapper ul ul li a { color: #666; border: none; }
.sitemap-wrapper ul ul li a:hover { }
.sitemap-wrapper ul ul ul li { }
.sitemap-wrapper ul ul ul li a { }
div.sitemap-2spaltig > ul > li { float: left; margin-right: 5% !important; width: 45%; }


/* Modul: Linkbox */
.linkbox-wrapper { display: block; }
.linkbox { position: relative; display: inline-block; width: 250px; min-width: 209px; margin: 0px 14px 33px 13px; border: 1px solid #333; background-color: #CCC; height: 118px; font-weight: normal; text-align: center; padding: 0px; vertical-align: top; font-size: 16px; overflow: hidden; background-size: cover; background-repeat: no-repeat; }
	.linkbox a { position: absolute; z-index: 10; top: 0px; left: 0px; width: 100%; height: 100%; }
		.linkbox a span { display: none; }
	.linkbox > span { display: block; position: absolute; top: 50%; left: 0px; right: 0px; margin-top: -13px; line-height: 25px; vertical-align: middle; background-color: #FFF; color: #000; text-transform: uppercase; font-size: 18px; font-weight: 300; overflow: hidden; padding: 0px 10px; text-align: left; }
		.linkbox > span.zweizeilig { margin-top: -25px; }
			.linkbox > span.zweizeilig span { display: block; }
.linkbox-left { text-align: left; }
.linkbox-center { text-align: center; }
.linkbox-right { text-align: right; }


/* Modul: Bildergalerie (Lightbox) */
.lbGalerie { display: block; margin: 0px; text-align: left; }
.lbGalerie .lbThumb { display: inline-block; background: #F8F8F8; margin: 4px 4px 8px; vertical-align: top; transition: all 0.25s ease; }
	.lbGalerie .lbThumb:hover { box-shadow: 0px 0px 0px 7px #DDD; }
	.lbGalerie .lbThumb a { display: block; width: 180px; height: 180px; background: no-repeat center center; background-size: cover; margin: 0px; padding: 0px; overflow: hidden; text-decoration: none; }
	.lbGalerie .lbThumb a img { margin: 0px; padding: 0px; visibility: hidden; }
.lbGalerie.left { margin: 0px auto 0px 0px; }
.lbGalerie.center { margin: 0px auto; }
.lbGalerie.right { margin: 0px 0px 0px auto; }
.lbGalerie-block { margin-bottom: 5px; }
.lbGalerie-block h3 { font-size: 17px; font-style: normal; line-height: 21px; font-weight: normal; margin: 0px; text-decoration: none; background-image: url(lbgalerie-block.png); background-repeat: no-repeat; background-position: left 1px; padding-left: 27px; vertical-align: middle; cursor: pointer; }
	.lbGalerie-block h3:after { display: none; }
.lbGalerie-block h3.active { color: #999; background-position: left -49px; }
.lbGalerie-block div { padding: 5px 0px 12px 11px; }
.lbGalerie-content a { color: #999; }
	
	
/* Modul: Newsteaser */	
.newsteaser { display: block; padding: 0px; margin: 0px 0px 15px; }
.newsteaser .first { border: none !important; padding-top: 0px !important;}
.newsteaser .teaserclear { 
	content: ".";
    display: inline-block;
    height: 0px;
	width: 100%;
    clear: both;
    visibility: hidden;
	padding: 0px;
	margin: 0px;
}
.newsteaser .teaser { display: block; margin: 0px; margin-bottom: 10px; /*padding: 14px 0px 0px; border-top: 1px dashed #CCC;*/ }
.newsteaser .teaser a { }
.newsteaser .teaser .teaserheadline { display: block; font-style: normal; font-size: 17px; font-family: 'Roboto Condensed', sans-serif; font-weight: normal; margin: 0px; margin-bottom: 7px; padding: 0px; color: #333; }
	.newsteaser .teaser .teaserheadline a { text-decoration: none; color: #333; }
	.newsteaser .teaser .teaserheadline a:hover { text-decoration: underline; }
.newsteaser .teaser .teaserdate { font-size: 13px; color: #999; margin: -2px 0px 2px; display: block; }
.newsteaser .teaser .teasertext { font-weight: normal; }
.newsteaser .teaser p.teaserlink { margin: 0px; text-align: right; margin-top: 20px; text-transform: uppercase; font-size: 14px; }
.newsteaser .teaser p.teaserlink a {
	background-color: #666; padding: 5px 9px; color: #FFF; text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
	.newsteaser .teaser p.teaserlink a:hover { color: #333; background-color: #F4F4F4; box-shadow: 0px 0px 8px 0px #AAA; }
.newsteaser .teaser .teaserimage { float: left; margin: 0px; margin-right: 15px; margin-bottom: 0px; padding: 0px; height: 90px; overflow: hidden; background-size: cover; background-position: center center; border: 6px solid #DDD; }
.newsteaser .teaser .teaserimage img { visibility: hidden; }
.newsteaser .teaser .teaserimage a { display: block; height: 100%; }
.newsteaser .teaserpagination { font-size: 14px; text-align: center; margin-top: 25px; }
	.newsteaser .teaserpagination dt { display: inline; margin-right: 5px; }
	.newsteaser .teaserpagination dd { display: inline; }
	.newsteaser .teaserpagination ul { list-style-type: none; margin: 0px; padding: 0px; display: inline; }
	.newsteaser .teaserpagination li { display: inline; margin: 0px 4px; }
	.newsteaser .teaserpagination a.active { display: inline-block; background-color: #999; color: #FFF; padding: 0px 5px; text-decoration: none; }
/* Templates auswerten */
.newsteaser .tmp2 .teaserimage, .newsteaser .tmp4 .teaserimage { float: right !important; margin-right: 0px; margin-left: 20px; }
.newsteaser .orange .teaserheadline, .newsteaser .orange .teaserheadline a { }


/* Modul: FAQ */
.faq { padding: 0px; margin: 0px auto 5px; position: relative; }
	.faq.faq-left { margin: 0px auto 5px 0px; }
	.faq.faq-center {}
	.faq.faq-right { margin: 0px 0px 5px auto; }
.faq > div.faq_question { position: relative; font-size: 25px; font-weight: 200; color: #44ADD9; /*letter-spacing: 1px;*/ text-align: left; vertical-align: middle; margin: 0px; line-height: 1.2; text-decoration: none; padding: 0px 30px 10px 0px; cursor: pointer; transition: all 0.5s ease; max-width: none; word-wrap: break-word; }
	.faq > div.faq_question:hover { color: #000; }
	.faq > div.faq_question i { position: absolute; top: 9px; left: 0px; font-size: 20px; font-weight: bold; }
	.faq > div.faq_question.active { }
	.faq > div.faq_question span { position: absolute; left: 10px; display: inline-block; text-align: left; margin-top: -8px; line-height: 41px; }
.faq.faq-font > div.faq_question { font-size: 20px; }

.faq.faq-type-counter > div.faq_question { padding-left: 60px; padding-top: 10px; }
	.faq.faq-type-counter > div.faq_question span { background: #EAEAEA; left: 4px; margin-top: -7px; font-size: 25px; font-weight: bold; width: 46px; height: 46px; border-radius: 50%; line-height: 44px; text-align: center; }
		.faq.faq-type-counter > div.faq_question:hover span { color: #333; }
	.faq.faq-font.faq-type-counter > div.faq_question span { left: 7px; margin-top: -8px; font-size: inherit; width: 40px; height: 40px; line-height: 39px; }
	
.faq.faq-type-line > div.faq_question { padding-left: 35px; }
	.faq.faq-type-line > div.faq_question span { left: 9px; margin-top: -7px; }
.faq.faq-font.faq-type-line > div.faq_question { padding-left: 35px; }	
	.faq.faq-font.faq-type-line > div.faq_question span { margin-top: -10px; }
	
.faq.faq-type-boxed > div.faq_question { background: #EAEAEA; padding: 10px 15px; }
	.faq.faq-type-boxed > div.faq_question:hover { background: #DDD; color: #000; }
	.faq.faq-type-boxed > div.faq_question span { }
	
.faq.faq-type-plusminus > div.faq_question { padding-left: 35px; }
	.faq.faq-type-plusminus > div.faq_question span { margin-top: -7px; }
.faq.faq-font.faq-type-plusminus > div.faq_question { padding-left: 35px; }	
	.faq.faq-font.faq-type-plusminus > div.faq_question span { margin-top: -10px; }
	
.faq.faq-type-boxedplusminus > div.faq_question { }
	.faq.faq-type-boxedplusminus > div.faq_question span { margin-top: -7px; }
		
.faq > div.faq_answer { padding: 10px 60px 40px 0px; height: 0px; position: relative; background: none; }
	.faq.faq-type-counter > div.faq_answer { padding-left: 60px; }
	.faq.faq-type-line > div.faq_answer { padding-left: 35px; }
		.faq.faq-font.faq-type-line > div.faq_answer { padding-left: 35px; }	
	.faq.faq-type-boxed > div.faq_answer { padding-left: 10px !important; padding-top: 15px !important; }
	.faq.faq-type-plusminus > div.faq_answer { padding-left: 35px; }
		.faq.faq-font.faq-type-plusminus > div.faq_answer { padding-left: 35px; }
	.faq.faq-type-boxedplusminus > div.faq_answer { }


/* Modul: Einzelbild */
.singleImage { overflow: hidden; }
	.singleImage > div { position: relative; display: inline-block; max-width: 100%; }
	.singleImage img { max-width: 100%; height: auto; }
.singleImage-left { text-align: left; }
.singleImage-center { text-align: center; }
.singleImage-right { text-align: right; }


/* Modul: Youtube-Video */
.video-wrapper { margin: 0px auto; max-width: 640px; }
	.video-wrapper.fullwidth { max-width: none; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* Modul: iFrame (externe Seite oder Kartenausschnitte - ab v2.0) */
.iframe-embed { max-width: 100%; height: 100%; }
	.iframe-embed:after { content: ''; clear: both; height: 0px; display: block; }
.iframe-embed.ie-left { margin: 0px auto 0px 0px; }
.iframe-embed.ie-center { margin: 0px auto; }
.iframe-embed.ie-right { margin: 0px 0px 0px auto; }

.iframe-embed iframe.ie-cardstyle-gray, .iframe-embed .ie-cardstyle-gray .leaflet-tile-pane { filter: grayscale(1) !important; }
.iframe-embed iframe.ie-cardstyle-dark, .iframe-embed .ie-cardstyle-dark .leaflet-tile-pane { filter: grayscale(1) invert(1) opacity(0.8) !important; }

/* Maps + Leaflet */
div.leaflet-container { height: 100%; }
div.leaflet-container * { color: #222 !important; }
div.leaflet-container .osm-infowindow { max-width: 320px; background: #FFF; border: 2px solid rgba(0,0,0,0.2); border-radius: 4px; padding: 8px 10px; margin-right: 55px; background-clip: paddingbox; box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3); } 
	div.leaflet-container .osm-infowindow td { color: #5B5B5B; font-size: 12px; font-family: var(--font-text); } 
	div.leaflet-container .osm-infowindow td strong { color: #222; font-size: 14px; } 
div.leaflet-container img.leaflet-marker-icon { /*filter: grayscale(1);*/ }
div.leaflet-container .osm-tooltip { opacity: 1 !important; font-weight: bold; }
div.leaflet-container .marker-cluster { background: #BBB; outline: 1px solid rgba(255,255,255, 0.5); }
    div.leaflet-container .marker-cluster > div { background: var(--col-primary-opa); }
    div.leaflet-container .marker-cluster > div span { color: var(--col-primary-text) !important; font-weight: bold; }

@media only screen and (max-width: 600px) { div.leaflet-container .osm-infowindow .osm-iw-image { display: none; } }
@media only screen and (max-width: 350px) { div.leaflet-container .osm-infowindow .osm-iw-content { display: none; } }



/* Modul: Downloadliste */
.downloadlist { margin: 10px 0px; }
	.downloadlist.dl-tablist {}
		.downloadlist.dl-tablist a { text-transform: uppercase; background-repeat: no-repeat; background-position: left 5px; font-size: 13px; display: inline-block; text-decoration: none; }
			.downloadlist.dl-tablist a:hover { }
		.downloadlist.dl-tablist a i { margin-right: 3px; }
			.downloadlist.dl-tablist a i.icon-file-pdf { color: #900; }
			.downloadlist.dl-tablist a i.icon-file-image { }
	.downloadlist.dl-textlist {}
.downloadlist .dl-count { font-size: 11px; margin-bottom: 15px; }
.downloadlist > div.tabrow:nth-child(odd) dt, .downloadlist > div.tabrow:nth-child(odd) dd  { background-color: #EAEAEA; }
.downloadlist > div.tabrow:nth-child(even) dt, .downloadlist > div.tabrow:nth-child(even) dd { background-color: #F1F1F1; }
.downloadlist dl { display: table; width: 100%; margin-bottom: 2px; }
	.downloadlist dt, .downloadlist dd { display: table-cell; padding: 10px 1%; vertical-align: top; border-right: 2px solid #FFF; }
	.downloadlist dt { width: auto; }
	.downloadlist dd { width: 22%; }
		.downloadlist dd.tab2 { text-align: center; display: none; }
		.downloadlist dd.tab3 { border: none; width: 110px; font-weight: bold; text-align: center; }
.downloadlist p { margin-bottom: 2px; }
.downloadlist h2 {  }
.downloadlist .dl-clear { line-height: 0px !important;	font-size: 0px !important; float: none !important; }
.downloadlist .dl-clear:after { content: "."; display: inline-block; height: 0px !important; width: 100%; float: none !important; clear: both; visibility: hidden; padding: 0px; margin: 0px; line-height: 0px !important; font-size: 0px !important; }


/* Modul search-it Suche */
.search_it-results { list-style-type: none; line-height: normal; margin: 0px; padding: 0px; }
.search_it-result { margin-bottom: 30px; }
	.search_it-result a { }
.search_it-title { font-weight: bold; margin-bottom: 2px; }
.search_it-teaser {}
.search_it-url { display: none; }



/* Modul: Infobox (Spalte) */
.infobox { position: relative; padding: 8px; background-color: #FFF; font-size: 14px; margin: 0px 0px 20px; }
.infobox img { display: block; margin: 0px auto; max-width: 100%; height: auto; }
.infobox p { margin-bottom: 0px; }
.infobox p.hasimg { margin-top: 10px; }
.infobox a { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.infobox .title { display: block; background-color: #245C9A; font-size: 14px; color: #FFF; margin: -5px -5px 6px; padding: 3px 6px; }


/* Modul: 3er-Infoblock */
.three-infoblocks { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; column-gap: 0px; grid-column-gap: 0px; grid-auto-rows: 1fr; -ms-grid-column-align: center; justify-items: center; -ms-flex-align: center; align-items: center; margin: 0px -150px; /*height: 415px;*/ height: auto; }
	.tib-2boxes { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; }
	.tib-1boxes { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
.tib-box { position: relative; width: 100%; /*height: 100%;*/ height: 0px; padding: 67.5% 0px 0px 0px; margin: 0px; background: #EEE; text-align: left; overflow: hidden; }
	.tib-2boxes .tib-box { padding-top: 59%; }
	.tib-1boxes .tib-box { padding-top: 35%; }
.tib-inner { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
	.tib-box .tib-cnt { /* display: table; */ position: absolute; left: 0px; top: 0px; z-index: 10; width: 100%; height: 100%; /*max-width: 330px; padding: 17px 20px;*/ overflow: hidden; /*background-color: rgba(255,255,255, 0.8);*/ font-family: 'Roboto', sans-serif; font-weight: 900; font-size: 25px; color: #333; line-height: 1.6; transition: all 0.5s; }
		.tib-box:hover .tib-cnt { /*background-color: #01CC01; color: #FFF;*/ }
	.tib-box .tib-img { height: 100%; background-size: cover; background-position: center center; transition: all 0.5s ease; }
		.tib-box .tib-img img { display: none; }
		.tib-box:hover .tib-img { transform: scale(1.05); }
	.tib-box a { position: absolute; top: 0px; left: 0px; z-index: 100; width: 100%; height: 100%; }
		.tib-box a span { display: none; }
	.tib-box span { display: inline-block; line-height: 1.15; }
	.tib-box .tib-line1 { display: table; position: absolute; left: 50px; top: 50px; z-index: 10; width: auto; background: rgba(255,255,255, 0.8); padding: 15px 20px; max-width: 330px; }
		.tib-box:hover .tib-line1 { }
	.tib-box .tib-line2 {}
	.tib-box .tib-linkicon { position: absolute; bottom: 10px; right: 30px; width: 40px; height: 40px; border: 1px solid #FFF; overflow: hidden; transition: all 0.5s ease; }
		.tib-box:hover .tib-linkicon { background: #01CC01; }
		.tib-box .tib-linkicon i { display: none; position: absolute; z-index: 5; top: 50%; left: 3px; margin-top: -16px; }
		.tib-box .tib-linkicon:after { content: ''; display: inline-block; position: absolute; top: 14px; left: 12px; width: 7px; height: 7px; transform: rotate(-45deg); border-style: solid; border-width: 0px 2px 2px 0px; border-color: #FFF; }
	.tib-box.hasnolink .tib-linkicon { display: none; }
.tib-left { text-align: left; }
.tib-center { text-align: center; }
.tib-right { text-align: right; }

section#opener .three-infoblocks { margin: 0px; column-gap: 10px; grid-column-gap: 10px; /*height: 700px;*/ }
section#opener .tib-box { padding-top: 125%; }
	section#opener .tib-2boxes .tib-box { padding-top: 82%; }
	section#opener .tib-1boxes .tib-box { padding-top: 41%; }
section#opener .tib-box .tib-cnt { left: 0px; bottom: 100px; width: 90%; padding: 17px 30px; }
	

/* Modul: Partnerliste */
.partnerlist { /*max-width: 1400px;*/ margin: 0px auto; overflow: hidden; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-row-gap: 30px; column-gap: 30px; grid-column-gap: 30px; grid-auto-rows: 1fr; -ms-grid-column-align: center; justify-items: center; -ms-flex-align: center; align-items: center; }
.partnerlist > div { width: 100%; background: #EEE; word-wrap: break-word; text-align: center; padding: 25px; height: 165px; overflow: hidden; }
	.partnerlist > div:after { content: ''; display: inline-block; height: 115px; vertical-align: middle; }
.partnerlist img { max-width: 100%; height: auto; vertical-align: middle; transition: all 0.3s ease; }
	.partnerlist > div:hover img { -webkit-filter: grayscale(1); filter: grayscale(1); opacity: 0.7; }


/* Modul: Partnerslider */
.partnerslider-wrapper {}
.partnerslider {}
.partnerslider .item { text-align: center; padding: 0px 15px; overflow: hidden; }
.partnerslider .item img { display: inline-block; }
.partnerslider .slick-arrow { display: none !important; }
	.partnerslider .slick-prev {}
	.partnerslider .slick-next {}


/* Modul: Angebotsblöcke */
.offerbox { position: relative; max-width: 1155px; margin: 0px auto; text-align: center; font-size: 13px; line-height: 1.4; }
 	.offerbox.left { text-align: left; }
	.offerbox.center { text-align: center; }
	.offerbox.right { text-align: right; }
.offer { position: relative; display: inline-block; background: #FFF; width: 300px; height: 300px; overflow: hidden; padding: 20px; transition: all 0.5s ease; cursor: default; text-align: left; vertical-align: top; box-shadow: 0px 8px 30px 3px rgba(0,0,0, 0.125); margin: 0px 30px 60px; }
	.offer:hover { transform: translateY(-15px); box-shadow: 0px 14px 30px 0px rgba(0,0,0, 0.20); }
	/*.left .offer { margin: 0px 60px 60px 0px; }
		.left .offer:nth-child(3n+3) { margin-right: 0px; }
	.center .offer { margin: 0px 0px 35px; }
		.center .offer:nth-child(3n+2) { margin: 0px 60px 60px; }
	.right .offer { margin: 0px 0px 60px 60px; }
		.right .offer:nth-child(3n+1) { margin-left: 0px; }*/
.offer-image { /*position: absolute; top: 30px; left: 30px; width: 75px; height: 70px; line-height: 63px; vertical-align: top;*/ text-align: center; font-size: 80px; color: #A6EBFF; padding: 5px 0px 0px; }
	/*.offer-image i:before { margin: 0px; }*/
	.offer.hasnoimg .offer-image { display: none; }
.offer-head { font-size: 26px; font-weight: 900; color: #333; text-align: center; padding: 10px 0px 0px; }
	.offer.hasnoimg .offer-head { }
.offer-text { margin-top: 15px; color: #999; font-size: 16px; text-align: center; line-height: 1.6; }
.offer a { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

.offerbox-pdf .offer {}
.offerbox-pdf .offer-image { background: center top; background-size: cover; padding: 0px; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 1; }
	.offerbox-pdf .offer-image img { display: none; }
.offerbox-pdf a { z-index: 5; }




/* Sonstiges + Editorstyles */
img.bild_links_mit_textfluss { text-align: left; margin-right: 20px; margin-bottom: 20px; float: left; }
img.bild_rechts_mit_textfluss { text-align: right; margin-bottom: 20px; margin-left: 20px; float: right; }
img.bild_links_mit_textfluss_und_rahmen { text-align: left; margin-right: 20px; margin-bottom: 20px; border: 7px solid #DDD; float: left; }
img.bild_rechts_mit_textfluss_und_rahmen { text-align: right; margin-bottom: 20px; margin-left: 20px; border: 7px solid #DDD; float: right; }
img.bild_rahmen { border: 7px solid #DDD; }

.text_standard { color: #666; text-decoration: none; font-style: normal; font-variant: normal; font-size: 1em; }
	.text_standard:hover { font-style: normal; }
.text_klein { text-decoration: none; font-style: normal; font-variant: normal; font-size: 0.75em; }
.text_grossbuchstaben { text-transform: uppercase; }
.text_einrueckung { margin-left: 1em; }

ul.liste_links, ol.liste_links { display: table; margin-left: 25px; margin-right: auto; }
ul.liste_mittig, ol.liste_mittig { display: table; margin-left: auto; margin-right: auto; }
ul.liste_rechts, ol.liste_rechts { display: table; margin-left: auto; margin-right: 0px; }

table.tabelle_links { margin-left: 0px; margin-right: auto; }
table.tabelle_mittig { margin-left: auto; margin-right: auto; }
table.tabelle_rechts { margin-left: auto; margin-right: 0px; }


a.link-historyback { padding: 25px 0px; }
.hide, .content-hide { display: none; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.textfarbe_gruen { color: #01CC01; }
.textfarbe_blau { color: #4ED7FF; }

a.linkbox-gruen, a.linkbox-blau { display: inline-block; text-decoration: none; text-transform: uppercase; font-size: 1.2em; margin: 0px 5px 5px 0px; padding: 14px 40px; background: #01CC01; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 700; color: #FFF; text-align: center; line-height: 1.75; box-shadow: 4px 4px 6px 0px rgba(0,0,0, 0.25); }
	a.linkbox-gruen:hover { background: #80FF01; color: #666; }
a.linkbox-blau { background: #4ED7FF; }
	a.linkbox-blau:hover { background: #A7EBFF; color: #666; }

	
	

/* TinyMCE Breitenbeschränkunen */
.maxwidth500 { max-width: 500px; margin: 0px auto; }
.maxwidth600 { max-width: 600px; margin: 0px auto; }
.maxwidth700 { max-width: 700px; margin: 0px auto; }
.maxwidth800 { max-width: 800px; margin: 0px auto; }
.maxwidth900 { max-width: 900px; margin: 0px auto; }
.maxwidth1000 { max-width: 1000px; margin: 0px auto; }
.maxwidth1100 { max-width: 1100px; margin: 0px auto; }



/* Hacks */
.ipad .content { }

#swipebox-close { right: auto; left: 0px; }

#imagelightbox-overlay { background: rgba(0,0,0,0.65) !important; }
#imagelightbox-close { background: #CC0918 !important; border: none; top: 15px !important; right: 15px !important; width: 40px !important; height: 40px !important; border-radius: 0px !important; border: 5px solid #555; }
#imagelightbox-close:after, #imagelightbox-close:before { top: 33% !important; bottom: 33% !important; }
.imagelightbox-arrow, .imagelightbox-arrow:focus, .imagelightbox-arrow:hover { background: none !important; border: none; }

.camera_wrap { max-width: 900px; margin-left: auto; margin-right: auto; float: none !important; }
.camera_wrap .camera_pag .camera_pag_ul { text-align: center !important; }
.camera_wrap .camera_pag .camera_pag_ul li { background-color: #303E5B !important; border: 2px solid #303E5B; width: 10px !important; height: 10px !important; margin: 15px 5px 0px !important; }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent { background-color: #303E5B; }
.camera_wrap .camera_pag .camera_pag_ul li>span { top: 0px !important; left: 0px !important; background-color: #FFF; width: 10px !important; height: 10px !important; }
.camera_wrap .camera_pag .camera_pag_ul li:hover>span { background-color: #303E5B !important; }


/*
div.cc-window { background: #EEE; box-shadow: 0px 2px 10px 0px rgba(0,0,0, 0.4); padding: 1em; }
div.cc-revoke { display: none !important; }
div.cc-window .cc-message { padding-right: 50px; color: #000; }
div.cc-window .cc-link { display: inline; padding: 0px; }
div.cc-window .cc-btn { margin: 0em .5em 0em 0em !important; }
div.cc-window .cc-btn.cc-allow { background: #390; color: #FFF; font-weight: bold; border-color: #000; }
div.cc-window .cc-btn.cc-dismiss { background: #FFF; color: #666; border-color: #AAA; }
div.cc-window .cc-compliance { flex-wrap: wrap; }
*/



/* Consent & Hacks */
/* Consent Manager + 2Klick-Lösung */
a.consent_manager-save-selection, a.consent_manager-accept-all { background-color: var(--col-primary); text-decoration: none; border: none; border-radius: 0px; }
a.consent_manager-save-selection:hover, a.consent_manager-accept-all:hover { background-color: var(--col-secondary); text-decoration: none; color: var(--col-primary); }
body a.consent_manager-close-box::before { left: 9px; }
.consent_manager-show-details .icon-info-circled:before { vertical-align: baseline !important; }
.consent_manager-wrapper { border-radius: 10px; }

.consent_manager-reopen { box-sizing: border-box; position: fixed; left: 15px; bottom: 15px; z-index: 500; overflow: hidden; cursor: pointer; opacity: 0; transition: opacity .25s ease-in-out; background: rgba(255,255,255, 0.5); border-radius: 50%; padding: 5px; }
	.consent_manager-reopen img { display: block !important; width: 25px; height: auto; margin: 0px; opacity: 0.5; transition: all 0.3s ease; }
		.consent_manager-reopen:hover img { opacity: 1; }
	.consent_manager-reopen span { display: none; color: #999; font-family: var(--font-text); font-size: 12px; font-weight: normal; letter-spacing: 0px; }
.cmcookieset .consent_manager-reopen { opacity: 1; }

div.ct-privacy { position: relative; background: #fff center center; background-size: cover; padding: 30px; box-sizing: border-box; }
a.ct-privacy-accept { position: absolute; top: 50%; left: 50%; max-width: 500px; transform: translate(-50%,-50%); display: inline-block; width: auto; height: auto; background: var(--col-primary); color: #FFF; border-radius: 3px; padding: 12px 20px 14px; font-size: 14px; text-align: center; text-decoration: none; line-height: normal; cursor: pointer; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
	a.ct-privacy-accept:hover { background: var(--col-secondary); color: var(--col-primary); }
	
div.tc-privacy { background: url(/media/basic-dummy.jpg) center center; background-size: cover; padding: 25px; }
	div.tc-privacy > div { position: relative; width: auto; height: auto; text-align: center; max-width: 400px; margin: auto; background: rgba(255,255,255, 0.75); border-radius: 3px; padding: 15px 15px; box-shadow: 2px 2px 5px 0px rgba(0,0,0, 0.3); }
	div.tc-privacy > div span { display: block; margin: 20px 0px 0px; font-size: 13px; color: #000; line-height: 1.2; }
div.tc-privacy a.tc-privacy-accept { position: static; transform: none; }
div.tc-privacy + iframe { display: none; }

.consent_manager-buttons button, div.consent_manager-cookiegroup-title { background: var(--col-primary) !important; color: var(--col-primary-text) !important; /*border: none !important;*/ }
	.consent_manager-buttons button:hover { background: var(--col-primary-opa) !important; }
.consent_manager-wrapper [type="checkbox"]:checked:after, .consent_manager-close-box:hover::before, .consent_manager-close-box:hover::after { background: var(--col-primary) !important; }
div.consent_manager-detail a, .consent_manager-show-details a:hover, .consent_manager-sitelinks a:hover { color: var(--col-primary) !important; }
div.consent_manager-cookie, div.consent_manager-cookiegroup-description { border: none !important; }
