﻿@charset "utf-8";
/* CSS Document */


/* Fonts */
@import url('fonts/stylesheet.css');
@import url('fonts/fontello.css');



/* Standard */
* { margin: 0px; padding: 0px; }

html { }
body { background: #ECEAE1; }
body,td,th { font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 400; color: #666; line-height: 1.25; }

#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-size: 25px;
	color: #333;
	margin: 0px 0px 25px 0px;
	font-weight: 300;
	line-height: 1.25;
}
/* h1:after, h2:after, h3:after, h4:after, h5:after, h6:after { content: ''; display: block; border-bottom: 1px solid #3B6BA5; width: 80px; margin: 25px auto 0px; } */

h2, h3, h4, h5, h6 { margin-bottom: 20px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5, h6 { font-size: 17px; }

p { margin-bottom: 15px; }

a { color: #666; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; 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: #999999; margin: 20px 0px; }

ul { list-style-type: square; margin-left: 25px; line-height: 1.25; margin-bottom: 15px; }
li { margin-bottom: 4px; }
ol { margin-left: 25px; line-height: 1.25; list-style-position: inside; }



/* Blöcke */
main, header, section, nav, article, footer { display: block; }
/* header .inner, section .inner, footer .inner { max-width: 1100px; margin: 0px auto; padding: 0px 25px; position: relative; } */

.background { position: fixed; top: 0px; left: 0px; z-index: -1; width: 100%; height: 100%; background: url(bg-body.jpg) top right; background-size: cover; }

header { max-width: 1080px; margin: 0px auto; padding: 50px 0px 100px; text-align: center; }
header .logo-wrapper, header .inner { max-width: 960px; margin: 0px auto; position: relative; }

.logo { margin: 0px auto; /*width: 236px;*/ width: 382px; height: 134px; overflow: hidden; background-image: url(logo.png); background-repeat: no-repeat; background-size: cover; }
.logo a { display: block; width: 100%; height: 100%; }

.navopener, #mobileNav { display: none; }

.slider-wrapper { position: relative; margin: 50px 0px 0px; }
.slider, #mainSlider { width: 100%; max-width: 1050px; height: 420px; border: 15px solid #FFF; background-color: #CCC; z-index: 1; position: relative; margin-top: -32px; overflow: hidden; }
	#mainSlider { border: none; height: 100%; margin: 0px; display: block; }
	#mainSlider > div { width: 100%; height: 100%; float: left; }
	#mainSlider > .camera_loader { width: 36px; height: 36px; }
.slider .slick-slide { background: none; }
.slider .slide-image { overflow: hidden; width: 100%; height: 420px; position: absolute; top: 0px; left: 0px; }
.slider .slide-caption { position: absolute; left: 0px; right: 0px; bottom: 0px; background: rgba(0,0,0, 0.33); text-align: right; padding: 10px 13px; font-size: 13px; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; transform: translateY(50px); }
	.mobile .slider .slide-caption { -webkit-transform: translateY(0px) !important; -ms-transform: translateY(0px) !important; transform: translateY(0px) !important; }
	.slider .slick-slide:hover .slide-caption { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
	.slider .slide-caption a { color: #FFF; text-decoration: none; }
		.slider .slide-caption a:hover { text-decoration: underline; }
.slider a.slider-nav { position: absolute; top: 50%; left: 0px; z-index: 5; margin: -32px 0px 0px; padding: 0px; cursor: pointer; font-size: 50px; color: #FFF; text-shadow: 1px 1px 0 rgba(0,0,0, 0.5); opacity: 0.5; }
	.slider:hover a.slider-nav { opacity: 1; }
		.slider a.slider-prev { }
		.slider a.slider-next { left: auto; right: 0px; }	
	.slider a.slider-nav i:before { width: 50px; margin: 0px; }

nav { position: relative; z-index: 10; display: inline-block; background: #FFF; padding: 0px 10px; text-align: center; -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3); }
nav ul { list-style-type: none; line-height: normal; margin: 0px; text-align: center; }
nav li { display: inline; }
nav li a { font-size: 17px; font-weight: 500; color: #AC9254; display: inline-block; text-decoration: none; padding: 13px 0px 9px; margin: 0px 15px; border-bottom: 4px solid #FFF; }
nav li a:hover, nav li a.selected { border-color: #AC9255; }
nav li.markit a { }


/* 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: 35px; left: 50%; float: none; margin: 0px 0px 0px -95px; 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: 7px; 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.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: 15px; 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: #000; }

/* 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 */


section { background: #ECEAE1; border: 15px solid #FFF; border-left: none; border-right: none; }
.content { max-width: 970px; margin: 0px auto; padding: 80px 20px 70px; min-height: 250px; }
.content .inner { }
.content img { max-width: 100%; height: auto; }		/* maximale Bildbreite bei mobiler Ansicht für Inhaltsbilder */
.content p:last-child { margin: 0px; }


.navtop { background: none; margin: 50px 0px; text-align: center; }
a.gototop { display: inline-block; border: 2px solid #FFF; padding: 13px 25px; text-transform: lowercase; font-weight: 300; color: #FFF; text-decoration: none; }
	a.gototop:hover { background: rgba(255,255,255, 0.33); }


footer { background: #C0BBA0; overflow: hidden; color: #FFF; border-top: 15px solid #FFF; display: table; table-layout: fixed; width: 100%; }
footer > div { display: table-cell; width: 50%; vertical-align: top; margin: 0px; padding: 0px; }
	footer .left { text-align: right; }
		footer .left .inner { display: inline-block; max-width: 485px; padding: 23px 0px 20px; text-align: left; }
	footer .right { position: relative; }
		footer .right a.openmap { position: absolute; width: 100%; height: 100%; z-index: 10; }
			footer .right a.openmap span { display: none; }
		footer .right #map { position: absolute; width: 100%; height: 100%; }
.footerbox { width: 220px; margin: 0px 20px 20px 0px; display: inline-block; vertical-align: top; position: relative; font-size: 15px; }
.fbox1 { }
.fbox2 { }

.footernav { font-size: 13px; font-weight: 400; text-align: left; }
.footernav ul { list-style-type: none; line-height: normal; margin: 0px; padding: 0px; }
.footernav li { display: inline; }
.footernav li a { display: inline-block; margin: 10px 15px 0px 0px; color: #FFF; text-decoration: none; }
	.footernav li a:hover { text-decoration: underline; }


/* Content / Inhalte */
/* Modul: Formulargenerator */
.content form { float: left; margin: 0px 30px 0px 0px; display: block; width: 621px; height: 400px; background: url(postkarte.jpg) no-repeat top left; position: relative; }
.content form p { margin: 0px; }
.content form h5 { font-size: 13px; margin-bottom: 5px; }
.content label { width: auto; float: none; margin: 5px 0px -21px 8px; text-align: left; display: block; font-size: 13px; }
.content input, .content textarea, .content select { width: 267px; padding: 4px; font-size: 13px; margin: 0px 0px 15px 0px; color: #666; background: none; border: none; border-bottom: 1px dotted #999; font-family: 'Poppins', sans-serif; }
.content textarea { width: 280px; height: 225px; border: 1px dotted #999; margin: 0px; }
.content select { width: 175px; }

.content input.captcha { display: block; width: 112px; margin: 3px 0px 10px 175px; text-align: center; }
.content input.short { width: 60px; margin-right: 5px; }
.content input.half { width: 220px; }
.content input.auto { width: auto; }
.content button[type=submit] {
	font-weight: bold;
	padding: 5px 20px 5px 4px;
	margin: 6px 0px 0px;
	width: auto;
	cursor: pointer;
	font-size: 13px;
	color: #900;
	background: none;
	border: none;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}


.content div.checkbox input { width: auto; -webkit-baseline-middle; margin: 0px 5px 0px 0px; }
.content div.checkbox label { float: none; width: auto; line-height: 1.1; }

.content div.radios { padding-bottom: 3px; }
.content label.radio { margin-top: 0px; }
.content p.radio { display: inline; margin-right: 10px; }
.content p.radio input { width: auto; }
.content p.radio label { width: auto; float: none; text-align: left; margin: 0px 7px 0px 3px; }

.content select.half { width: 125px; }
.content input.inp50 { width: 50px; }
.content input.inpShorter { width: 238px; }

.content label.captcha { font-weight: bold; }

.content .form-captcha { text-align: left; margin-top: 5px; }
.content .form-captcha .input-group > * { display: inline-block; vertical-align: top; visibility: visible !important; }
.content .form-captcha span.input-group-btn { display: none; }
/*.form-captcha span.input-group-addon { display: block; }*/
.content .form-captcha img {}
.content .form-captcha label { margin: 0px 0px 5px; }
.content .form-captcha input { display: inline-block; width: 120px; margin: 0px 0px 0px 20px; text-align: center; }


.content p.formsubmit { }
.content p.formcaptcha { margin-top: 15px; }

.content .alert { position: absolute; top: -190px; max-width: 589px; color: #900; font-weight: bold; font-size: 14px; margin: 20px 0px 40px; border: 1px solid #990000; padding: 10px 15px 7px; background: url(postkarte-formerror.jpg); background-size: cover; list-style-type: none; }
.content .alert ul { margin-bottom: 0px; }
.content .has-error input, .content .has-error select, .content .has-error textarea { border-color: #900; }
.content .has-error label { color: #900; }

.content div.form_success { float: left; margin: 0px 30px 0px 0px; width: 621px; height: 300px; }

.content .form-miniheader { display: block; margin-bottom: 4px; }
.content .form-anschrift { position: absolute; top: 130px; right: 15px; width: 275px; }
.content .form-nachricht { width: 290px; margin: 15px 0px 0px 15px; overflow: hidden; }
.content .form-intro { font-size: 12px; margin-bottom: 15px; }

.content .formdse, .content form div.formcheckbox { display: inline; font-size: 13px; }
.content .formdse, .content .form-check-group > label { display: none; }



/* Modul: Downloadliste */
.downloadlist { margin: 10px 0px; }
	.downloadlist.dl-tablist {}
		.downloadlist.dl-tablist a { color: #0066B3; 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 { color: #666; }
		.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: #F8F8F8; }
.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: Sitemap */
ul.sitemap { list-style-type: none; padding-left: 0px; margin: 0px; }
ul.sitemap-2spaltig > li { float: left;	margin-right: 5% !important; width: 45%; }
ul.sitemap li { display: block; padding: 2px 0px 0px 0px; margin: 0px 0px 30px 0px; font-size: 18px; }
ul.sitemap li a { display: block; padding: 0px 10px 3px 0px; text-decoration: none; border-bottom: 1px dotted #CCC; }
ul.sitemap li a:hover { text-decoration: underline; }
ul.sitemap li.spacer { list-style-image: none; list-style-type: none; }
ul.sitemap ul { margin: 3px 0px 0px 10px; }
ul.sitemap ul li { margin: 4px 0px 0px 0px; padding: 0px; font-size: 15px;  }	
ul.sitemap ul li a { color: #666; border: none; }
ul.sitemap ul li a:hover { }
ul.sitemap ul ul li { }
ul.sitemap ul ul li a { }


/* 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; padding: 0px 0px 15px; margin: 0px; overflow: hidden; text-align: center; }
.lbGalerie .lbThumb { display: inline-block; background: #F8F8F8; margin: 4px; border: 1px solid #CCC; -webkit-border-radius: 1px; border-radius: 1px; padding: 1px; vertical-align: top; }
	.lbGalerie .lbThumb a { text-decoration: none; background: none; margin: 0px; padding: 0px; width: 80px; height: 80px; overflow: hidden; display: block; border: 1px solid #CCC; background-size: cover; background-repeat: no-repeat; background-position: center center; }
	.lbGalerie .lbThumb a:hover { text-decoration: none; }
.lbGalerie .lbThumb a img { margin: 0px; padding: 0px; visibility: hidden; }
.lbGalerie .ls a img { }
.lbGalerie .pt a img { }
.lbGalerie .lbClear { }
.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 > h3 { font-size: 19px; font-style: normal; font-weight: 300; color: #FFF; text-align: left; vertical-align: middle; margin: 0px; line-height: 25px; text-decoration: none; background-image: url(faq-block.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 50px; cursor: pointer; background-color: #C0BBA0; }
	.faq > h3:after { display: none; }
.faq > h3.active { background-position: 10px -130px; font-weight: 400; }
.faq > div { padding: 10px 10px; height: 0px; position: relative; background: rgba(198,193,168, 0.2); }
.faq .faq_spacer { display: block; height: 6px; }


/* Modul: Teamblock */
.teamblock { margin-bottom: 15px; }
.tb-separator { display: none; height: 0px; overflow: hidden; }
.tb-box { position: relative; display: inline-block; width: 215px; overflow: hidden; margin: 0px 30px 70px 0px; vertical-align: top; background-color: #33415C; padding: 0px 17px 16px; }
	.tb-box:last-child { margin-right: 0px; }
	.tb-box a { color: #FFF; text-decoration: none; }
	
	.tb-box .tb-img { position: relative; background-size: cover; background-position: center center; height: 250px; overflow: hidden; margin: 0px -17px 16px; background-image: url(teamblock-dummy.jpg); }
		.tb-box .tb-img a { position: absolute; top: 0px; left: 0px; z-index: 10; width: 100%; height: 100%; }
		.tb-box img { display: none; }
			.team-nopics .tb-box .tb-img { height: 70px; background: #3B6BA5; }
	.tb-box .tb-cnt { position: relative; color: #FFF; text-align: left; font-size: 18px; height: 65px; padding-bottom: 70px; overflow: hidden; }
		.team-nomails .tb-box .tb-cnt { padding-bottom: 47px; }
	.tb-box .tb-name { position: absolute; bottom: 10px; left: 0px; right: 0px; line-height: 25px; vertical-align: middle; background-color: #3B6BA5; color: #FFF; text-transform: uppercase; font-size: 18px; font-weight: 300; overflow: hidden; padding: 0px 10px; text-align: left; }
		.tb-box .tb-cnt .tb-name { display: none !important; }	
		/*.team-nopics .tb-box .tb-name { position: static; pa}*/
	.tb-box .tb-fon, .tb-box .tb-mail { position: absolute; bottom: 23px; overflow: hidden; white-space: nowrap; font-size: 18px; }
		.team-nomails .tb-box .tb-fon { bottom: 0px; }
	.tb-box .tb-mail { bottom: 0px; }
	.tb-box .symbol { margin-right: 5px; }
		.tb-box .icon-mail-alt { font-size: 17px; }
.team-left { text-align: left; }
.team-center { text-align: center; }
.team-right { text-align: right; }


/* 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-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 */
/*
.iframe-embed { text-align: center; }
.iframe-embed .ife-mobilelink { display: none; }
	.mobile .iframe-embed .ife-mobilelink { display: block; }
.iframe-embed iframe { border: 5px solid #D9D5C4; max-width: 97%; }
	.mobile .iframe-embed iframe.hasFile { display: none; }
*/


/* Suchergebnis (rexSearch) */
ul.searchresults { list-style-type: none; margin: 0px; padding: 0px; }
ul.searchresults li { margin-bottom: 25px; }
ul.searchresults h3 { font-weight: bold; font-size: 19px; margin-bottom: 15px; color: #4D4D4D; margin: 0px 0px 5px; text-align: left; }
	ul.searchresults h3:after { display: none; }
	ul.searchresults h3 a { color: #245C9A; text-decoration: none; }
ul.searchresults a {}
ul.searchresults .highlightedtext { margin: 0px; }
ul.searchresults .highlightedtext span { color: #F00; }
ul.searchresults .url { }
	ul.searchresults .url a { /*color: #CCC;*/ }
	ul.searchresults .url a:hover { /*color: #666;*/ }
	
.fc-form { margin-top: 50px; }
.fc-form p {}
	.fc-form .fc-sandor input { width: auto; }
	.fc-form .fc-skat select { width: 310px; padding: 3px 4px; }
	.fc-form .fc-sandor input { display: inline-block; margin-top: 8px; }
.fc-form label { width: 160px; margin-top: 2px; margin-right: 10px; display: inline-block; vertical-align: top; }
	.fc-form label.fc-inline { width: auto; float: none; margin-top: 4px; }
	.fc-form .fc-sbeg label { font-weight: bold; }
	.fc-form .fc-sandor label { vertical-align: top; }	
.fc-form .fc-submit { margin-top: 20px; }
	.fc-form .fc-submit input { width: auto; }
	.fc-form .fc-submit label { width: 163px; }


/* 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: Notdienstkalender */
.calendarbox-wrapper { position: relative; text-align: center; }
.calendarbox { display: inline-block; background: #D9D5C4; color: #333; margin: 0px 20px 25px; padding: 8px; min-height: 294px; }
	.calendarbox.cb-box1 {}
	.calendarbox.cb-box2 {}
.calendarbox span { display: block; background: #FFF; border-top: 3px solid #900; text-align: center; padding: 10px }
.calendarbox ul { display: table; table-layout: fixed; border-collapse: separate; border-spacing: 2px 1px; padding: 0px; margin: 0px; }
.calendarbox li { display: table-cell; vertical-align: top; text-align: center; background: #FFF; width: 30px; height: 30px; line-height: 30px; border: 2px solid #FFF; }
	.calendarbox li:hover { background: #EEE; }
	.calendarbox li.selected { border-color: #900; }
	.calendarbox li.cb-tspacer { background: none !important; cursor: default !important; border-color: #D9D5C4 !important; }
	.calendarbox .cb-thead li { background: none; border-color: transparent; text-transform: uppercase; color: #900; font-size: 12px; }
	.calendarbox .cb-tdata li { cursor: pointer; }

.calendarbox-popup { position: absolute; display: none; width: 180px; background: #FFF; box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.33); border-radius: 5px; padding: 7px 10px; margin: 40px 0px 0px -81px; text-align: left; font-size: 13px; }
	.calendarbox-popup span { display: block; }
	.calendarbox-popup .cb-title { font-weight: bold; margin: -7px -10px 7px; padding: 7px 10px; background: #EEE; color: #900; border-radius: 5px 5px 0px 0px; }
	.calendarbox-popup .cb-addr { margin: 0px 0px 10px; }
	.calendarbox-popup .cb-phone, .calendarbox-popup .cb-mail { position: relative; padding-left: 18px; }
		.calendarbox-popup i { position: absolute; top: 0px; left: -3px; }
	.calendarbox-popup .cb-mail > span { display: inline; padding: 0px; text-align-center: left; }
.calendarbox-popup .cb-arrow, .calendarbox-popup .cb-arrow:after { position: absolute; width: 0px; height: 0px; border: 7px solid transparent; border-top: none; margin-left: -7px; }
	.calendarbox-popup .cb-arrow { top: -8px; left: 50%; border-width: 8px; border-bottom-color: #999; }
	.calendarbox-popup .cb-arrow:after { content: ""; top: 1px; border-bottom-color: #EEE; }

.calendarbox-current { max-width: 700px; margin: 0px auto 50px; background: url(notdienst.png) no-repeat left top; padding: 10px 0px 10px 150px; }
	.calendarbox-current span { display: block; }
	.calendarbox-current .cbc-header { font-size: 23px; color: #333; margin: 0px 0px 15px 0px; font-weight: 300; line-height: 1.25; }
	.calendarbox-current .cbc-title { font-weight: 500; }
	.calendarbox-current i { margin-left: -3px; }
	
	
/* Modul: Filterbare Teambilder */
.filter-grid { max-width: 880px; margin: 0px auto 25px; }
.filter-sort { margin-bottom: 15px; }
	.filter-sort ul { list-style-type: none; margin: 0px; padding: 0px; text-align: center; }
	.filter-sort li { display: inline-block; border: 1px solid #CCC; font-size: 13px; padding: 5px 10px; margin: 4px; border-radius: 2px; cursor: pointer; }
		.filter-sort li:hover { background: #FFF; color: #333; }
		.filter-sort li.active { border-color: #900; background: #900; color: #FFF; }
.filter-items { max-width: 880px; }
	.filter-item { width: 25%; position: relative;		  -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
		.filter-item:before { content: ""; display: block; padding-top: 100%; }
	.filter-item > div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #FFF center center no-repeat; background-size: cover; border: 5px solid #ECEAE1; }
.filter-content { position: absolute; top: 7px; left: 7px; right: 7px; bottom: 7px; background: #FFF; padding: 13px; text-align: center; -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); -ms-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;			display:none !important; }
	.filter-item:hover .filter-content { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
	.filter-item:hover { transform-origin: center center 0px; }
.filter-item  a { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
	.filter-item a span { display: none; }

/*	
	.filter-content a { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 5; }
		.filter-content a span { display: none; }
	.filter-content span { display: block; }
		.filter-name { font-size: 18px; font-weight: 300; margin: 0px 0px 10px 0px; }
		.filter-desc { font-size: 14px; }
.mobile .filter-content { position: absolute; top: 0px; left: 0px; right: auto; bottom: auto; width: 100%; height: 100%; margin: 0px; padding: 0px; }
.mobile .filter-vertical { top: auto !important; margin: 50px 13px 0px !important; }
*/




/* Youtube-Video */
.video-wrapper { margin: 0px auto 0px 0px; 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%; }


/* iFrame Embed */
.iframe-embed { max-width: 100%; }
.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; }

	

/* Sonstiges */
h1.seitenueberschrift { font-weight: 300; text-align: left; padding: 0px; margin: 0px 0px 35px 0px; color: #AC9255; font-size: 26px; }
	h1.seitenueberschrift span { display: block; font-size: 18px; margin: 2px 0px 0px; text-transform: none; }
h1.seitenueberschrift.left { text-align: left; }
	/* h1.seitenueberschrift.left:after { margin-left: 25px; } */
h1.seitenueberschrift.center { text-align: center; }
	/* h1.seitenueberschrift.center:after { margin-left: auto; } */
h1.seitenueberschrift.right { text-align: right; }
	/* h1.seitenueberschrift.right:after { margin-right: 25px; } */
	
.ueberschrift h1, .ueberschrift h2, .ueberschrift h3, .ueberschrift h4, .ueberschrift h5, .ueberschrift h6 { }

.bild_links_mit_textfluss { text-align: left; margin-right: 15px; margin-bottom: 15px; float: left; }
.bild_rechts_mit_textfluss { text-align: right; margin-bottom: 15px; margin-left: 15px; float: right; }
.bild_links_mit_textfluss_und_rahmen { text-align: left; margin-right: 15px; margin-bottom: 15px; border: 5px solid #D9D5C4; float: left; }
.bild_rechts_mit_textfluss_und_rahmen { text-align: right; margin-bottom: 15px; margin-left: 15px; border: 5px solid #D9D5C4; float: right; }
.bild_rahmen { border: 5px solid #D9D5C4; }

.text_standard { color: #000; 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; }

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; }

.link-historyback { padding: 25px 0px; }

.hide { display: none; }

/* 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; }
.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.ct-privacy { position: relative; background-color: rgba(255,255,255, 0.15); background-position: center center; background-size: cover; }
.video-container div.ct-privacy { position: absolute; top: 0; left: 0; }
a.ct-privacy-accept { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: inline-block; width: auto; height: auto; background: #900; color: #FFF; border-radius: 3px; padding: 5px 10px 6px; font-size: 14px; box-shadow: 2px 2px 5px 0px rgba(0,0,0, 0.3); text-align: center; cursor: pointer; }
	a.ct-privacy-accept:hover { background: #FFF; color: #000;}
a.consent_manager-close-box::before { left: 9px !important; }

footer .right div.ct-privacy { height: 100%; position: absolute; }

/*.consent_manager-save-selection, .consent_manager-accept-all { background: green !important; border-color: green !important; color: #FFF !important; }*/

.consent_manager-reopen { box-sizing: border-box; position: fixed; left: 10px; bottom: 10px; z-index: 10; width: 40px; height: 40px; background: #dbe8e9 center center; background-size: cover; border-radius: 50%; box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 40%); overflow: hidden; cursor: pointer; opacity: 0; transition: opacity .25s ease-in-out; }
.consent_manager-reopen img { width: 70%; height: auto; display: inline-block; margin: 15%; opacity: 0.75; }
.cmcookieset .consent_manager-reopen { opacity: 1; }
