@charset "utf-8";
/* CSS Document */

html, body { padding: 0px; margin: 0px; height: 100.1%; overflow: visible; }
body { padding: 0px 20px; background-image: url(logo_bg.jpg); background-repeat: repeat; background-position: center top; background-color: #FFF; background-attachment: fixed; }
body,td,th { font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; color: #333333; font-style: italic; }

#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 {
    color: #FFF;
    text-shadow: 1px 1px 2px #333;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
	margin: 0px 0px 30px;
	word-wrap: break-word;
	line-height: 110%;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: block; font-weight: normal; font-size: 0.65em; margin-top: -6px; }

h3, h4, h5, h6 { margin-bottom: 20px; }
h2 { font-size: 41px; }
h3 { font-size: 37px; }
h4 { font-size: 33px; }
h5, h6 { font-size: 29px; }

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; }


p { margin: 0px 0px 15px; }


a { color: #666; transition: all 0.5s ease; }
a:hover { text-decoration: none; color: #333; }
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: #999999; margin: 20px 0px; }

ul { margin-top: 0px; }
li { margin-bottom: 7px; }

/*
ul { list-style-type: square; margin-left: 25px; line-height: 1.25; margin-bottom: 15px; }
li { margin-bottom: 10px; }
ol { margin-left: 25px; line-height: 1.25; list-style-position: inside; }
*/



/* Blöcke */
div.main {
	height: auto;
	min-height: 100%;
	width: auto;
	max-width: 702px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	background-color: #CEE7A8;
	
	 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
div.header {
	display: block;
	background-color: #FFF;
	
	/*position: fixed;*/
	/*top: 0px;*/
	height: 226px;
	margin-left: auto;
	margin-right: auto;
}
div.navi, nav {
	display: block;
	background-color: #FFF;

	/*position: fixed;*/
	/*top: 226px;*/
	/*height: 40px;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
div.navteam {
	top: 0px;
}

div.content {
	display: block;
	padding: 40px;
	padding-top: 25px;
	padding-bottom: 80px;
}

.content img { max-width: 100%; height: auto; box-sizing: border-box; }		/* maximale Bildbreite bei mobiler Ansicht für Inhaltsbilder */

div.navcontent {
	padding-top: 55px !important;
}

div.footer-wrapper {
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0px 20px;
}
div.footer {
	position: relative;
	height: 50px;
	width: 100%;
	max-width: 702px;
	margin-left: auto;
	margin-right: auto;
	background-color: #85C226;
	background-image: url(footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}
div.footer a.impressum {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
}
div.footer a.impressum:hover {
	text-decoration: underline;
}
div.footer a.datenschutz {
	position: absolute;
	right: 75px;
	bottom: 15px;
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
}
div.footer a.datenschutz:hover {
	text-decoration: underline;
}



.infoblock_ueberschrift {
	font-family: Arial;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 15px;
}
.infoblock {
	font-family: Arial;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.infoblock_tabelle {
	margin-top: 25px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.aussentabelle {
	margin: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.linie {
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 10px;
	width: 290px;
	text-align: left;
}
.foot_tabelle {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
}
.tabellen {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.unterueberschrift {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}
.leistungsbilder {
	border: 4px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fussleiste_impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	width: auto;
	top: 2px;
	float: right;
	right: 2px;
	margin-right: 5px;
	padding-top: 3px;
}
.Abstand {
	padding-top: 20px;
}
.bilderrahmen {
	border: 1px solid #FFFFFF;
}


.infotabelle_header {
	font-size: 95%;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 5px;
	display: block;
}


table.infotabelle { border: 4px solid #85C226; margin-bottom: 10px; width: 250px; }
table.infotabelle td { font-size: 90%; padding: 8px; }
table.infotabelle td:nth-child(1) { width: 85px; }


.slider-wrapper { 
	width: 100%;
	height: 226px;
	position: relative;
}
#logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 227px;
	height: 93px;
	z-index: 100 !important;	
}
.text_klein {
	font-size: 85%;
}

/* COOKIE-Note */

#cookienote {
	position: fixed; 
	left: 20px; 
	bottom: 20px; 
	z-index: 10000; 
	background: #6CA711; 
	color: #FFF; 
	width: 330px; 
	padding: 20px 23px 23px; 
	font-size: 14px; 
	font-style: normal;
	border-radius: 5px; 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.5);
}
#cookienote a {
	color: #FFF;
}
#cookienote a.cookienoteCloser {
	display: block; 
	padding: 10px 15px; 
	text-align: center; 
	background: #FFF; 
	color: #444; 
	width: 100px; 
	margin: 20px 0px 0px; 
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none; 
	cursor: pointer; 
	border-radius: 3px; 
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0, 0.6);
}
#cookienote a.cookienoteCloser:hover {
	background: #E5D9E6; 
	color: #333;
}





nav { padding: 0px; border: none; border-bottom: 1px solid #E0E0E0; 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; text-align: center; }
nav li { display: inline-block; margin: 0px; vertical-align: top; }
	nav li:before { content:''; background: url(buttontrenner.gif) no-repeat center center; width: 50px; height: 15px; display: inline-block; vertical-align: top; margin-top: 14px; }
	nav li.first:before { display: none; }
nav li a { position: relative; font-size: 18px; color: #666; text-transform: uppercase; display: inline-block; text-decoration: none; padding: 10px 10px 7px; overflow: hidden; text-decoration: none; font-weight: bold;
    text-shadow: 1px 1px 2px #CCC; }
	
nav li a:hover, nav li a.selected { color: #85c226; }
nav li.markit a { }
nav ul ul ul { display: none; }


/* Klappmenüsteuerung CSS-Klappmenü */
/* 
==================================================================
This copyright notice must be untouched at all times. The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. This stylesheet and the assocaited (x)html may be modified in any way to fit your requirements.
==================================================================
*/

/* Anpassung der Hauptebene - Klappmenü-Opener */
ul.dropdown { z-index: 100 !important; position: relative; }
ul.dropdown li { position: relative; }
ul.dropdown li.haschilds:hover {}
ul.dropdown li:hover a { }

/* Design des Klappmenüs */
ul.dropdown ul { visibility: hidden; position: absolute; top: 40px; left: 50%; float: none; margin: 0px 0px 0px -75px; padding: 8px 10px; z-index: 10000 !important; width: 180px; height: auto; text-transform: none; opacity: 0; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35); box-shadow: 0 0 10px 0 rgba(0,0,0,0.35); -webkit-border-radius: 0px; border-radius: 0px; background-color: #FFF; }
ul.dropdown ul li { margin: 0px; padding: 0px; display: block; float: none; height: auto; min-height: 0px; width: auto; border: none; }
	ul.dropdown ul li:before { display: none !important; }
ul.dropdown ul li.first { }
ul.dropdown ul ul { display: none; }

/* links */
ul.dropdown li:hover ul li a.hide { }
ul.dropdown li:hover ul li:hover a.hide { }
ul.dropdown ul li a, ul.dropdown li:hover ul li a { display: block; color: #999; border: none; border-top: 1px solid #E5E5E5; margin: 0px; padding: 7px 5px; height: auto; font-size: 17px; text-align: center; }
ul.dropdown ul li a.first { border: none !important; }
nav ul.dropdown ul li a:hover, ul.dropdown ul li a.selected { color: #85c226; }

/* show + hide Status */
ul.dropdown li:hover ul, ul.dropdown a:hover ul {
	/* show */
	visibility: visible; opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
ul.dropdown:hover ul ul, ul.dropdown:hover ul:hover ul ul, ul.dropdown:hover ul:hover ul, ul.dropdown:hover ul:hover ul:hover ul {
	/* hide */
	visibility: hidden; opacity: 0; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }	

/* Klappmenü - ENDE */



.navopener { display: none; }

.slider-wrapper { position: relative;  z-index: 7; background: none; }
.slider { position: relative; z-index: 1; height: 100%; background: #FFF; }
	.home .slider { height: 600px; }
#mainSlider, .sliderBackgroundImage, #mainSlider > div { width: 100%; height: 100%; }
	/*#mainSlider > .camera_loader { width: 36px; height: 36px; }*/
	#mainSlider .slick-track { height: 100%; }
	#mainSlider .slick-slide { background-size: cover; background-position: center center; }
.sliderBackgroundImage { background-size: cover; background-position: center center; }

.footer .slogan { color: #FFF; text-shadow: 1px 1px 2px #333; font-size: 27px; margin: 0px; padding: 9px 0px 0px 40px; }







/* Modul: Formulargenerator */
form { margin: 0px auto; display: block; max-width: 700px; }
form * { box-sizing: border-box; }
/*form > * { padding: 0px 10px; }*/
form p { margin: 0px; }
form h5 { font-size: 13px; margin-bottom: 5px; }

label { display: none; width: 250px; float: left; margin: 5px 20px 0px 0px; text-align: left; }
input, textarea, select { width: 100%; margin: 0px 0px 15px 0px; border: none; border-bottom: 1px solid #85C226; padding: 8px 8px; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px; }
textarea { height: 100px; }
select { min-width: 75px; width: 308px; }

input.short { width: 60px; margin-right: 5px; }
input.half { width: 220px; }
input.auto { width: auto; }

button[type=submit] { display: block; width: auto; border: none; text-decoration: none; text-transform: uppercase; font-size: 15px; margin: 20px auto 0px; padding: 8px 40px; background: #85C226; font-weight: normal; color: #FFF; text-align: center; cursor: default; }
	button[type=submit]:hover { background: #3A3F3F; }

input.checkbox { width: auto; vertical-align: -webkit-baseline-middle; }
label.checkbox { float: none; width: auto; }

div.radio label, div.checkbox label { display: block; float: none; width: auto; margin: 0px 0px 4px 0px; }
input[type=radio], input[type=checkbox] { width: auto; margin: 0px 6px 0px 0px; }

div.radios { padding-bottom: 13px; }
label.radio { margin-top: 0px; }
p.radio { display: inline; margin-right: 10px; }
p.radio input { width: auto; }
p.radio label { width: auto; float: none; text-align: left; margin: 0px 7px 0px 3px; }

select.half { width: 125px; }
input.inp50 { width: 50px; }
input.inpShorter { width: 238px; }

.form-captcha { text-align: center; margin-top: 25px; }
.form-captcha span.input-group-btn { display: none; }
.form-captcha span.input-group-addon { display: block; }
.form-captcha img {}
.form-captcha input { display: inline-block; width: 120px; margin: 0px 0px 0px 0px; text-align: center; }

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; }
input.form_warning, textarea.form_warning { border: 1px solid #900; }
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; }


.form-miniheader { display: block; margin-bottom: 7px; font-weight: bold; }
.form-info { display: block; text-align: center; font-size: 13px; margin: 20px 0px 0px; color: #888; }
.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; }
	.form-zweispaltig > * { width: 100%; }	

p.formlabel-kon_dse, p.formdse { padding-left: 0px; margin-right: 0px; display: inline; }
p.formlabel-kon_dse > *, p.formdse > * { margin-right: 0px; }
.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 #85C226; }
.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: Bildergalerie (Lightbox) */
.lbGalerie { display: block; margin: 0px; text-align: left; max-width: 800px; }
.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 4px #FFF; }
	.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: FAQ */
.faq { padding: 0px; margin: 0px auto 5px; position: relative; }
.faq > div.faq_question { position: relative; /*font-family: 'News Cycle', sans-serif;*/ font-size: 22px; font-weight: 400; /*color: #333;*/ 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: #85C226; }
	.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: #85C226; color: #333; left: 4px; margin-top: -7px; font-size: 25px; 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: -9px; }
.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: #85C226; padding: 10px 15px; }
	.faq.faq-type-boxed > div.faq_question:hover { background: #FFF; 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: -9px; }
.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: -9px; }
		
.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; }


/* 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%; }



/* Responsive Tabellen */
.tablescroll { width: 100%; overflow: auto; margin: 0 0 1em; }
.tablescroll::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; }
.tablescroll::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fff; background-color: rgba(0,0,0, 0.3); }



/* 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: 4px solid #FFF; float: left; }
img.bild_rechts_mit_textfluss_und_rahmen { text-align: right; margin-bottom: 20px; margin-left: 20px; border: 4px solid #FFF; float: right; }
img.bild_rahmen { border: 4px solid #FFF; }

.text_standard { color: #333; text-decoration: none; font-style: italic; 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; }

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; }

	
	

/* 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; }



/* Hacks */
.ipad .content { }

.camera_wrap { max-width: 900px; margin-left: auto; margin-right: auto; float: none !important; /*height: 100% !important;*/ }
.camera_loader { width: 36px !important; height: 36px !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; }

.cc-window.cc-floating .cc-compliance { display: block; }
.cc-window.cc-floating .cc-btn { margin: 5px 0px 0px; display: block; word-break: break-all; white-space: normal; }