@charset "utf-8";
/* CSS Document */


/* Fonts */
@import url('fonts/stylesheet.css');
@import url('fonts/fontello.css');
/*
font-family: 'Kanit', 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: 'Open Sans', sans-serif; font-size: 15px; color: #666; line-height: 1.5; }

#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: 'Kanit', sans-serif;
	font-size: 50px;
	color: #3B3F3F;
	margin: 0px 0px 60px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.05;
	word-wrap: break-word;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-weight: 100; }

h3, h4, h5, h6 { margin-bottom: 30px; }
h3 { font-size: 42px; }
h4 { font-size: 34px; }
h5, h6 { font-size: 26px; }

h1.seitenueberschrift { color: #CC0617; }
	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-bottom: 15px; }

a { color: #000; 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: 10px; }
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: 1600px; margin: 0px auto; }

header { padding: 0px 50px; z-index: 100; background: #FFF; transition: all 0.3s ease; }
header .inner { padding: 40px 0px; display: table; width: 100%; transition: all 0.3s ease; }
	header .inner > div { display: table-cell; vertical-align: top; }
.logo { }
	.logo img { width: 100%; max-width: 400px; height: auto; transition: all 0.3s ease; }
	
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 25px; }
	header.fixto-fixed .inner { height: 60px; padding: 15px 0px; }
	.fixto-fixed .logo img { max-height: 60px; width: auto; }	
	.fixto-fixed .navopener { right: 25px; }
	
.suche { text-align: right; padding: 35px 0px 0px; color: #AAA; }
	.suche form { position: relative; max-width: none; width: auto; border: none; }
	.suche input { width: 150px; border: 1px solid #CCC; border-radius: 3px; margin: 0px; padding: 5px 35px 5px 8px; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #999; }
	.suche input[type=submit], .suche span { position: absolute; top: 0px; right: 0px; bottom: 0px; z-index: 5; width: 30px; background: none; text-indent: -555px; border: none; padding: 0px; }
	.suche span { width: auto; z-index: 1; text-indent: 0px; top: 4px; right: 5px; }


#mobileNav { position: fixed; top: 0px; right: -250px; }
.navopener, .navcloser, #mobileNav { display: none; }
.navtop, .navopener-fixed { position: fixed; bottom: 30px; right: -50px; z-index: 1000; display: block; width: 41px; height: 41px; overflow: hidden; margin: 0px auto; cursor: pointer; background: #FFF; text-align: center; color: #3A3F3F; font-size: 25px; box-shadow: 2px 5px 25px -7px #000; border-radius: 50% 50% 0% 50%; border: 2px solid #CCC; /* transition: all 0.5s ease; */
	-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: -2px; left: 1px; }
.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; }
nav li a { position: relative; font-size: 15px; color: #393F3F; text-transform: uppercase; display: inline-block; text-decoration: none; padding: 30px 20px; overflow: hidden; }
nav li a:hover, nav li a.selected { color: #000; }
	nav li a.selected { font-weight: bold; color: #D62F30; }
	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.selected:before { background: #D62F30; }
	nav li a:after { content: ''; position: absolute; bottom: -40px; left: 50%; background: #D62F30; width: 20px; height: 20px; margin-left: -10px; transform: rotate(45deg); 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: 185px; border: none; transition: all 0.5s ease; word-wrap: break-word; }
	ul.dropdown ul li:hover { transform: translateX(10px); }
ul.dropdown ul li.first { }

ul.dropdown ul { display: table; pointer-events: none; }
	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 20px; 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 { }
	section#content { padding: 0px 150px 130px; margin-top: 110px; }


.slider-wrapper { position: relative;  z-index: 7; background: none; }
.slider { position: relative; z-index: 1; height: 250px; background: #FFF; /*background-color: rgba(204,204,204, 0.33);*/ }
	.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; }
	
.slider-info { position: relative; z-index: 5; max-width: 1050px; margin: -99px auto 0px; /*overflow: hidden;*/ }
.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: #747777; color: #FFF; font-size: 16px; }
footer .inner { max-width: 1700px; margin: 0px auto; padding: 100px 150px 120px; position: relative; }
footer ul { list-style-type: none; line-height: 1.5; margin: 0px; padding: 0px; }
footer li { display: block; margin: 0px 0px 0px 0px; transition: all 0.5s ease; }
	footer li:hover { transform: translateX(10px); }
footer a { text-decoration: none; color: #FFF; }

/* Dummy NL-Anmeldung */
.footerletter { position: absolute; top: -40px; left: 245px; right: 245px; z-index: 100; height: 80px; margin: 0px auto 0px; background: #FFF; font-size: 15px; color: #666; box-shadow: 0px 2px 10px 0px rgba(0,0,0, 0.4); overflow: hidden; padding: 20px 75px; }
.footerletter .fl-group { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 175px; grid-template-columns: 1fr 175px; column-gap: 75px; grid-column-gap: 75px; grid-auto-rows: 1fr; -ms-grid-column-align: left; justify-items: left; -ms-flex-align: start; align-items: start; }
	.footerletter .fl-group > input { width: 100%; }
.footerletter .fl-opener { position: absolute; top: 0px; left: 0px; z-index: 10; width: 100%; height: 100%; cursor: pointer; }
.footerletter .fl-placeholder { position: absolute; top: 30px; left: 75px; right: 75px; z-index: 5; color: #666; line-height: 1.25; }

/* NL-Anmeldung */
.footerletter form, .footerform form { max-width: none; }
.footerletter input, .footerform input, .footerletter select, .footerform select { border: none; border-bottom: 1px solid #CC0918; padding: 11px 5px; font-size: 15px; }
.footerletter a.submit, .footerform a.submit { width: 175px; border: none; text-decoration: none; text-transform: uppercase; font-size: 18px; padding: 8px 40px; -mozborder-radius: 3px; border-radius: 3px; background: #CC0918; font-family: 'Kanit', sans-serif; font-weight: normal; color: #FFF; text-align: center; cursor: default; }
	.footerletter a.submit:hover, .footerform a.submit:hover { background: #3A3F3F; }
	
.footerform { opacity: 0; position: fixed; top: 50%; left: 50%; width: 600px; height: 474px; margin: -237px 0px 0px -300px; padding: 0px; background: #FFF; box-shadow: 0 5px 25px -5px #000; z-index: -1; opacity: 0; transition: all 0.25s ease; }
	.footerform.overlayShow { z-index: 9010; opacity: 1; }
	.footerform-body { overflow-x: hidden; overflow-y: hidden; }
.footerform span.ff-close { position: absolute; top: 0px; left: 50%; z-index: 10; width: 30px; height: 30px; margin: -15px 0px 0px -15px; overflow: hidden; background: #CC0918; cursor: pointer; transition: all 0.5s ease; }
	.footerform span.ff-close:after { content: '+'; display: block; text-align: center; font-size: 20px; color: #FFF; transform: rotate(45deg); }
	.footerform span.ff-close:hover { background: #3A3F3F; }
.footerform form { padding: 50px; overflow: auto; position: absolute; top: 0px; right: 0px; left: 0px; bottom: 0px; }
.footerform span { display: block; }
	.footerform span.ff-title { font-family: 'Kanit', sans-serif; font-weight: 100; font-size: 30px; line-height: 1.05; text-align: center; margin: 0px 0px 30px; }
.footerform .fl-group { display: -ms-grid; display: grid; -ms-grid-columns: 100px 1fr 1fr; grid-template-columns: 125px 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; }
	.footerform .fl-group > * { width: 100%; }	
.footerform p { clear: both; }
	.footerform p.email { margin-top: 10px; }
	.footerform p.checkbox { margin-top: 10px; }
.footerform p.email input { width: 100%; }
.footerform p.checkbox input { width: auto; }
.footerform p.checkbox label { width: auto; float: none; margin: 0px 0px 0px 0px; font-size: 0.9em; }
.footerform a.submit { display: block; margin: 35px auto 0px; }
.footerform .forminfo { font-size: 0.8em; text-align: center; margin-top: 15px; }

.footerform-overlay { position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background: rgba(0,0,0,0.65); z-index: -1; opacity: 0; transition: all 0.25s ease; }
	.footerform-overlay.overlayShow { z-index: 905; opacity: 1; }


.footerline { background: #4E5251; font-size: 13px; padding: 0px; }
	.footerline .inner { padding: 20px 150px; }
	.footerline li { display: inline-block; margin: 0px 20px 0px 0px; }
		.footerline li:hover { transform: none; }
	.footerline a:hover { text-decoration: underline; }
	
footer .fbox { display: inline-block; vertical-align: top; width: 200px; margin: 0px 70px 0px 0px; }
footer .fbox span { display: block; font-family: 'Kanit', sans-serif; font-size: 25px; font-weight: 100; text-transform: uppercase; margin-bottom: 5px; }
footer .fbox1 {}
footer .fbox2 { width: auto; margin-right: 0px; }
	footer .fbox2 ul { -webkit-column-count: 2; column-count: 2; }
	footer .fbox2 li { width: 140px; margin: 0px 15px 0px 0px; }

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; }


aside { position: fixed; top: 50%; right: 50px; width: 20px; margin: -83px -10px 0px 0px; text-align: center; }
aside a { display: inline-block; font-size: 14px; color: #3A3F3F; margin: 6px 0px; transition: all 0.3s ease; }
	aside a:hover { transform: scale(1.75); }
aside span { display: none; }



/* 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 */
form { margin: 0px auto; display: block; max-width: 700px; }
form p { margin: 0px; }
form h5 { font-size: 13px; margin-bottom: 5px; }
label { width: 250px; float: left; margin: 5px 20px 0px 0px; text-align: left; }
input, textarea, select { width: 400px; padding: 5px 8px; margin: 0px 0px 10px 0px; border: 1px solid #ACB9C4; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #666; }
textarea { height: 75px; }
select { min-width: 75px; width: 308px; }

input.captcha { display: block; width: 102px; margin: 3px 0px 10px 270px; text-align: center; }
input.short { width: 60px; margin-right: 5px; }
input.half { width: 220px; }
input.auto { width: auto; }
input.submit, input.reset { display: inline-block; padding: 10px 25px; background: #D62F30; text-transform: uppercase; color: #FFF; border-radius: 4px; box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.5); font-weight: 700; font-size: 18px; text-decoration: none; border: none; width: auto; }
	input.submit:hover, input.reset:hover { background: #5A738A; }

input.checkbox { width: auto; vertical-align: -webkit-baseline-middle; }
label.checkbox { float: none; width: auto; }

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; }

label.captcha { font-weight: bold; }

p.formsubmit { padding-left: 270px; margin-left: 0px; }
p.formcaptcha { margin-top: 15px; }
p.formcheckbox { padding-left: 270px; }

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; }

.form-miniheader { display: block; margin-bottom: 4px; }
.form-info { display: block; text-align: center; font-size: 13px; margin: 20px 0px 0px; color: #888; }

p.formlabel-kon_dse, p.formdse { padding-left: 0px; margin-right: 0px; display: inline; }
p.formlabel-kon_dse > *, p.formdse > * { margin-right: 0px; }


/* 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; 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 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 > div.faq_question { position: relative; font-family: 'News Cycle', sans-serif; font-size: 25px; 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: #6699CC; }
	.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: #abc7e3; 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: -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: #abc7e3; padding: 10px 15px; }
	.faq.faq-type-boxed > div.faq_question:hover { background: #91b5dc; 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; }


/* 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: 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: 50px; grid-column-gap: 50px; 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: 78.31% 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 { position: absolute; left: 0px; bottom: 30px; z-index: 10; width: 100%; padding: 10px 50px; overflow: hidden; background-color: rgba(255,255,255, 0.85); font-family: 'Kanit', sans-serif; font-weight: 200; font-size: 25px; color: #3B3F3F; text-transform: uppercase; transition: all 0.5s; }
		.tib-box:hover .tib-cnt { background-color: #CC0617; 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 {}
		.tib-box a span { display: none; }
	.tib-box span { display: block; line-height: 1; }
	.tib-box .tib-line1 { font-weight: bold; font-size: 30px; margin-bottom: 3px; color: #CC0617; transition: all 0.5s; }
		.tib-box:hover .tib-line1 { color: #FFF; }
	.tib-box .tib-line2 {}
	.tib-box .tib-linkicon { position: absolute; top: 50%; right: 0px; width: 24px; height: 48px; margin: -24px 0px 0px 0px; overflow: hidden; font-size: 21px; color: #CC0617; }
		.tib-box .tib-linkicon i { position: absolute; z-index: 5; top: 50%; left: 3px; margin-top: -16px; }
		.tib-box .tib-linkicon:after { content: ''; position: absolute; top: 0px; left: 0px; z-index: 1; width: 0px; height: 0px; -webkit-transform:rotate(360deg); border-style: solid; border-width: 24px 24px 24px 0; border-color: transparent #ffffff transparent transparent; }
	.tib-box a { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.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; }

/*
@media (max-width: 1150px)
{	.grid { -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; }
}
@media (max-width: 910px)
{	.grid { -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 680px)
{	.grid { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px)
{	.grid { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
}
*/




/* 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; }

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_rot { color: #CC0617; }
.textfarbe_grau { color: #3A3F3F; }

a.linkbox-rot, a.linkbox-grau, a.linkbox-balken, a.linkbox-pfeil { text-decoration: none; text-transform: uppercase; font-size: 1.2em; margin: 0px 5px 5px 0px; padding: 8px 40px; -mozborder-radius: 3px; border-radius: 3px; background: #CC0617; font-family: 'Kanit', sans-serif; font-weight: normal; color: #FFF; text-align: center; line-height: 1.75; }
	a.linkbox-rot:hover { background: #3A3F3F; }
a.linkbox-grau { background: #3A3F3F; }
	a.linkbox-grau:hover { background: #CC0617; }
a.linkbox-balken, a.linkbox-pfeil { position: relative; display: inline-block; padding: 8px 25px; background: #EEE; color: #3A3F3F; min-width: 175px; margin: 0px 5px 5px 0px; }
	a.linkbox-balken:before { content: ''; background: #CC0918; width: 6px; height: 100%; position: absolute; left: 0px; top: 0px; transition: all 0.3s ease; }
	a.linkbox-balken:hover { color: #000; }
	a.linkbox-balken:hover:before { /*mix-blend-mode: multiply;*/ width: 20px; }
a.linkbox-pfeil { background: url(btn-pfeil.png) right center no-repeat #EEE; }
	a.linkbox-pfeil:hover { color: #FFF; background-color: #CC0617; }







/* Modul: GRID-Content */
.grid-content {}
.grid-content .gridrow { display: grid; grid-template-columns: repeat(12, 1fr); grid-gap: 0px; }
.grid-content .gridcol { position: relative; }

.grid-content .gridcol-inner { display: grid; grid-template-columns: 100%; grid-gap: 0px; height: 100%; position: relative; overflow: hidden; }
	.grid-content .gridcol-vastart { align-self: start; }
	.grid-content .gridcol-vacenter { align-self: center; }
	.grid-content .gridcol-vaend { align-self: end; }
	.grid-content .gridcol-paddingsm { padding: 6px 10px; }
	.grid-content .gridcol-paddingmd { padding: 26px 30px; }
	.grid-content .gridcol-paddinglg { padding: 46px 50px; }


/* Definition XS-Spaltenbreiten (Mobile portrait) */
.grid-content .gridcol-12 { grid-column: span 12; }
.grid-content .gridcol-11 { grid-column: span 10; }
.grid-content .gridcol-10 { grid-column: span 10; }
.grid-content .gridcol-9 { grid-column: span 9; }
.grid-content .gridcol-8 { grid-column: span 8; }
.grid-content .gridcol-7 { grid-column: span 7; }
.grid-content .gridcol-6 { grid-column: span 6; }
.grid-content .gridcol-5 { grid-column: span 5; }
.grid-content .gridcol-4 { grid-column: span 4; }
.grid-content .gridcol-3 { grid-column: span 3; }
.grid-content .gridcol-2 { grid-column: span 2; }
.grid-content .gridcol-1 { grid-column: span 1; }
/* Definition SM-Spaltenbreiten (Mobile landscape) */
@media only screen and (min-width: 480px) {
	.grid-content .gridcol-sm-12 { grid-column: span 12; }
	.grid-content .gridcol-sm-11 { grid-column: span 10; }
	.grid-content .gridcol-sm-10 { grid-column: span 10; }
	.grid-content .gridcol-sm-9 { grid-column: span 9; }
	.grid-content .gridcol-sm-8 { grid-column: span 8; }
	.grid-content .gridcol-sm-7 { grid-column: span 7; }
	.grid-content .gridcol-sm-6 { grid-column: span 6; }
	.grid-content .gridcol-sm-5 { grid-column: span 5; }
	.grid-content .gridcol-sm-4 { grid-column: span 4; }
	.grid-content .gridcol-sm-3 { grid-column: span 3; }
	.grid-content .gridcol-sm-2 { grid-column: span 2; }
	.grid-content .gridcol-sm-1 { grid-column: span 1; }
}
/* Definition MD-Spaltenbreiten (Tablet) */
@media only screen and (min-width: 768px) {
	.grid-content .gridcol-md-12 { grid-column: span 12; }
	.grid-content .gridcol-md-11 { grid-column: span 10; }
	.grid-content .gridcol-md-10 { grid-column: span 10; }
	.grid-content .gridcol-md-9 { grid-column: span 9; }
	.grid-content .gridcol-md-8 { grid-column: span 8; }
	.grid-content .gridcol-md-7 { grid-column: span 7; }
	.grid-content .gridcol-md-6 { grid-column: span 6; }
	.grid-content .gridcol-md-5 { grid-column: span 5; }
	.grid-content .gridcol-md-4 { grid-column: span 4; }
	.grid-content .gridcol-md-3 { grid-column: span 3; }
	.grid-content .gridcol-md-2 { grid-column: span 2; }
	.grid-content .gridcol-md-1 { grid-column: span 1; }
}
/* Definition LG-Spaltenbreiten (Desktop) */
@media only screen and (min-width: 1200px) {
	.grid-content .gridcol-lg-12 { grid-column: span 12; }
	.grid-content .gridcol-lg-11 { grid-column: span 10; }
	.grid-content .gridcol-lg-10 { grid-column: span 10; }
	.grid-content .gridcol-lg-9 { grid-column: span 9; }
	.grid-content .gridcol-lg-8 { grid-column: span 8; }
	.grid-content .gridcol-lg-7 { grid-column: span 7; }
	.grid-content .gridcol-lg-6 { grid-column: span 6; }
	.grid-content .gridcol-lg-5 { grid-column: span 5; }
	.grid-content .gridcol-lg-4 { grid-column: span 4; }
	.grid-content .gridcol-lg-3 { grid-column: span 3; }
	.grid-content .gridcol-lg-2 { grid-column: span 2; }
	.grid-content .gridcol-lg-1 { grid-column: span 1; }
}


/* Grid-Content-Modul: Texteditor */
.gridcontent-text p:last-child { margin: 0px; }

/* Grid-Content-Modul: Einzelbild */
.gridcontent-image { position: relative; width: 100%; height: 100%; }
/*.gridcontent-image { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; } */
	.gridcontent-image.imgfill-contain > div { background-size: contain !important; }
	.gridcontent-image.imgfill-original > div { background-size: inherit !important; }
	
	/*.gridcontent-image .gridcol-paddingsm > div { top: }*/

/* Grid-Content-Modul: Bildergalerie (Lightbox) */
.gridcontent-galerie { max-width: none; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 0px; }
	.gridcontent-galerie.imggrid-3 { grid-template-columns: repeat(3, 1fr); }
	.gridcontent-galerie.imggrid-4 { grid-template-columns: repeat(4, 1fr); }
	.gridcontent-galerie.imggrid-5 { grid-template-columns: repeat(5, 1fr); }
	.gridcontent-galerie.imggrid-6 { grid-template-columns: repeat(6, 1fr); }
	.gridcontent-galerie.imggrid-7 { grid-template-columns: repeat(7, 1fr); }
	.gridcontent-galerie.imggrid-8 { grid-template-columns: repeat(8, 1fr); }
.gridcontent-galerie .lbThumb { position: relative; width: auto; height: 0px; margin: 0px; padding: 100% 0px 0px; border: none !important; box-shadow: none !important; overflow: hidden; }
	.gridcontent-galerie.imgheight-16-9 .lbThumb { padding-top: 56.25%; }
	.gridcontent-galerie.imgheight-4-3 .lbThumb { padding-top: 75%; }
	.gridcontent-galerie.imgheight-3-2 .lbThumb { padding-top: 66.66%; }
	.gridcontent-galerie.imgheight-8-5 .lbThumb { padding-top: 62.5%; }
	.gridcontent-galerie.imgheight-100p .lbThumb { padding-top: 0px; height: auto; }
	.gridcontent-galerie.imgheight-100 .lbThumb { padding-top: 100px; }
	.gridcontent-galerie.imgheight-200 .lbThumb { padding-top: 200px; }
	.gridcontent-galerie.imgheight-300 .lbThumb { padding-top: 300px; }
	.gridcontent-galerie.imgheight-400 .lbThumb { padding-top: 400px; }
	.gridcontent-galerie.imgheight-500 .lbThumb { padding-top: 500px; }

/* Grid-Content-Modul: Bilder-Effekte */
.grid-content .gridthumb:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; background: rgba(0,0,0, 0.35); opacity: 0; transition: all .3s ease; }
	.grid-content .gridthumb.imglink:hover:after { opacity: 1; }		/* show overlay */
.grid-content .gridthumb > a, .grid-content .gridthumb > div { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: auto; height: auto; }
	.grid-content .gridthumb > a:before, .grid-content .gridthumb > a:after { content: ''; position: absolute; top: 50%; left: 50%; width: 40px; height: 1px; margin: 0px 0px 0px -20px; background: #FFF; opacity: 0; transition: all .3s ease; }
		.grid-content .gridthumb > a:after { width: 1px; height: 40px; margin: -20px 0px 0px 0px; }
	.grid-content .gridthumb:hover > a:before, .grid-content .gridthumb:hover > a:after { opacity: 1; }
.grid-content .gridthumb > div { z-index: 1; transition: all .4s ease; transform-origin: center; transform: scale(1.01); background-size: cover; background-position: center center; background-repeat: no-repeat; }
	.grid-content .gridthumb:hover > div, .grid-content .gridthumb.imglink:hover:after { transform: scale(1.06); }

/* Grid-Content-Modul: Bildergalerie (Slider) */
.gridcontent-slider { position: relative; width: 100%; height: 100%; min-height: 100%; }
.gridcontent-slider .gridslide { position: relative; width: auto; height: auto; margin: 0px; padding: 0px; overflow: hidden; background: none; }
	.gridcontent-slider .gridslide picture { display: block; height: 100%; }
	.gridcontent-slider .gridslide img { height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; object-fit: cover; object-position: center center; }
	
.gridcontent-slider .owl-nav button { position: absolute; top: 50%; margin: -50px 0px 0px; opacity: 0; transition: all .4s ease; }
	.gridcontent-slider:hover .owl-nav button { opacity: 1; }
	.gridcontent-slider .owl-nav button span { display: block; background: rgba(255,255,255, 0.25); font-size: 40px; color: #FFF; width: 40px; height: 100px; line-height: 90px; vertical-align: middle; text-align: center; transition: all .4s ease; }
		.gridcontent-slider .owl-nav button:hover span { background-color: rgba(255,255,255, 0.75); color: #000; }
	.gridcontent-slider button.owl-prev { left: 0px; }
	.gridcontent-slider button.owl-next { right: 0px; }
.gridcontent-slider .owl-dots { position: absolute; bottom: 10px; left: 10px; }
	.gridcontent-slider .owl-dots:hover { }
	.gridcontent-slider .owl-dots button { width: 10px; height: 10px; background: #CCC; border-radius: 50%; box-shadow: 1px 1px 2px 0px rgba(0,0,0, 0.5); margin: 3px 3px; opacity: 0.6; transition: all .4s ease; }
	.gridcontent-slider .owl-dots button.active { background: #FFF; opacity: 1; }





	

/* 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; }