@import url("//hello.myfonts.net/count/383f6d");
/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clear { clear:both; }
.nopadl { padding-left:0px !important;	}
.nopadr { padding-right:0px !important; }
.nopad {padding-left:0px !important; padding-right:0px !important; }
/* FONTS */
@font-face{
	font-family: 'ZeitungMicroPro-Extrabold';
	src: url('webfonts/383F6D_0_0.eot');
	src: url('webfonts/383F6D_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/383F6D_0_0.woff2') format('woff2'),
		url('webfonts/383F6D_0_0.woff') format('woff'),
		url('webfonts/383F6D_0_0.ttf') format('truetype');
}

/* STYLES */
body{
    font-family: 'Zilla Slab', serif;
	font-weight:400;
	font-size:25px;
	line-height:33px;
	color:#5e5e5d;
	background:#6f7485;
}
a{
	color:#5e5e5d;
}
strong{
	font-weight:700;
}
sub{
	bottom:0px;
	font-size:18px;
	vertical-align:unset;
}

hr{
	margin-top:10px;
	margin-bottom:10px;
}
/* HEADER */
.fancybox-slide #wahlenvid {
	padding:0px;
}
#waehlen {
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	top:30%;
	left:40px;
	border-radius:400px;
	background: #fffeff;
}
#hometxt {
	display: block;
	position: absolute;
	top:calc(30% + 250px);
	left:40px;
	height: 30vh;
}
#video{
	display: block;
	position: absolute;
	width: 150px;
	height: 150px;
	position: absolute;
	bottom:120px;
	right:40px;
}
#header{
	width:100%;
	border-bottom:1px solid #ffbc4f;
	height:95vh;
	background: url('/img/bw_header.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#scroll_down{
	width:40px;
	height:30px;
	background:url(../img/scroll_down.png) center center no-repeat;
	background-size:40px auto;
	position:fixed;
	bottom:10px;
	left:calc(50% - 10.5px);
	cursor:pointer;
	z-index:10000;
}

/* CONTENT */
#conwrapper {
	width:100%;
	background:#6f7485;
	z-index:100;
	position: relative;
	padding-bottom:15px;
	border-top:1px solid #ffbc4f;
	margin-top:-1px;
	float:left;
}
#content{
	width:1300px;
	margin-left:auto;
	margin-right: auto;
	padding-top:80px;
	z-index:100;
}
.center{
	width:1300px;
	margin-left:auto;
	margin-right: auto;
}
.section, .section_box{
	position: relative;
}
.text_wrapper{
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	background:#FFF;
	height:400px;
}
.text_box{
	float:left;
	width:100%;
	position: relative;
	overflow: hidden;
}
.text_box li{
    text-indent:-12px;
    padding-left:12px;
}
.text_box li:before{
	content:"•";
	margin-right:5px;
}
.title{
	padding:25px;
	text-transform: uppercase;
	font-size:28px;
	font-family: 'ZeitungMicroPro-Extrabold';
	font-style:normal;
}
.text_inner{
	padding:20px;
	hyphens: auto;
	float: left;
}
.text_inner a:hover{
	color:#777;
	opacity:0.7;
	text-decoration: none;
}
.conimg {
	margin-top:30px;
}
.conimg:nth-child(even) {
	padding-left:0px;
}
.conimg:nth-child(odd) {
	padding-right:0px;
}

.text_overflow{
	content:'';
	width:calc(100% - 30px);
	height:0%;
	position:absolute;
	left:15px;
	bottom:30px;
	background:linear-gradient(rgba(255,255,255,0) 100px, rgba(255,255,255,1));
}
.text_more, .text_less{
	position:absolute;
	left:0px;
	bottom:15px;
	cursor:pointer;
	height:15px;
	width:100%;
}
.white{
	display:none;
	width:100%;
	background:#FFF;
	height:15px;
}
.text_more .black{
	width:100%;
	height:15px;
	background:#000 url("../img/down.png") center center no-repeat;
}
.text_less .black{
	width:100%;
	height:15px;
	background:#000 url("../img/up.png") center center no-repeat;
}
.text_less{
	display:none;
}
.text_norm{
	color:#FFF;
	font-weight:300;
	font-size:40px;
	line-height:47px;
	margin-bottom:90px;
}
#impressum{
	float:right;
	font-size:12px;
	text-transform:uppercase;
	margin-top:15px;
	margin-right:15px;
	color:#FFF;
}
#fancy{
	width:50%;
}
#fancy .text_norm{
	color:#6f7485;
	font-size:20px;
	line-height:26px;
	margin-left:0px;
	width:100%;
}
#fancy a{
	color:#6f7485;
}
#fancy .text_overflow{
	display:none;
}

/* STÖRER */

#stoerer {
	position: absolute;
	top: 3px;
	right: 25px;
	z-index: 10;
}

#stoerer img {
	width: 100%;
	max-width: 250px;
}

/* FORMULAR */

#form-content {
	width: 100%;
	max-width: 1000px;
}

#form-content h1 {
	font-weight: 700;
	margin-bottom: 10px;
}

#form-disclaimer {
	margin-bottom: 10px;
}

#form-content input:first-child {
	margin-top: 10px;
}

#form-content input {
	clear: left;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	max-width: 525px;
}

#form-content .phone {
	margin-bottom: 20px;
}

#form-send {
	border: none;
	background: #593d66;
	color: #fff;
	max-width: 130px !important;
}

#form-send:hover {
	background: none;
	color: #593d66;
}

#form-attention {
	float: left;
	font-size: 18px;
	clear: left;
}

/* LOGO */
#logotop {
	width: 80%;
	max-width: 300px;
	height: auto;
	top:-1px;
	left:-2px;
	position: absolute;
}
.logos{
	position: fixed;
	top:30px;
	right:100px;
	display: none;
	z-index:10;
}
/* SLIDER */
#slider_wrapper{
	width:100%;
	position: relative;
	margin-top:55px;
	background:#FFF;
	border-top:1px solid #6b3f68;
	margin-bottom: 55px;
}
.slide{
	padding:60px 100px;
	text-align: center;
	color:#6b3f68;
	font-size:45px;
	line-height:55px;
	font-weight:300;
}
.slideimg{
	float:left;
	width:123px;
}
.slidecon{
	float: left;
	width: calc(100% - 124px);
	text-align: left;
	padding-left:22px;
}
.slideimg img{
	width:100%;
	height: auto;
}
.slide h2{
	font-family: 'ZeitungMicroPro-Extrabold';
	font-size:28px;
	margin-bottom:20px;
	text-transform: uppercase;
}
.slide .small{
	font-size:35px;
	margin-top:20px;
}
.bx-wrapper{
	margin-bottom:0px;
}
#page24 .text_inner{
	padding:0px;
}

/* FB */
#fb_wrapper{
	color:#FFF;
	margin:70px 0px 15px;
	font-size:35px;
	line-height:45px;
}

/* FOOTER */
#footer{
	width:100%;
	position:relative;
	background:#FFF;
	border-top:1px solid #6b3f68;
	float:left;
	font-size:25px;
	line-height:33px;
	padding:25px 0px;
	z-index: 100;
}
#footer h2{
	font-weight:700;
	margin-bottom:10px;
}
#footer a{
	color:#d78d15;
	text-decoration: none;
}
#footer a:hover {
	color:#ffbc4f;
}

/* FB */
#fb_wrapper{
	padding:25px;
	width:100%;
	text-align: left;
	background: url("../img/bg_fb.jpg") no-repeat right top;
}
.fb-page, .fb-page > span, .fb-page iframe, ._2p3a{
/*	width:100% !important; */
}

/* XYXY */
/*.gallimg{
	margin-bottom:15px;
}*/

/*
.section_box{
	width:370px;
	float:left;
	margin:10px;
	height:650px;
	background:#FFF;
	padding:30px 20px;
	border-top:3px solid #f0dfac;
	position:relative;
	overflow:hidden;
}
.textmore_wrapper{
	position:relative;
	float:left;
	width:100%;
	font-size:12px;
}
.textmore_wrapper img{
	max-width:100%;
}
.text_more, .text_less{
	position:absolute;
	right:0px;
	bottom:0px;
	cursor:pointer;
	display:none;
}
.text_less{
	display:none;
}*/


/*
body {
	-webkit-font-smoothing: antialiased;
	background:#aeabae;
    font-family: 'Merriweather', serif;
	font-weight:300;
	font-size:16px;
	line-height:24px;
	color:#000;
}
h1{
	font-weight:700;
	font-size:25px;
	color:#c09208;
	line-height:33px;
}
h2{
	font-size:25px;
    font-family: 'Merriweather Sans', sans-serif;
	line-height:33px;
	margin-bottom:65px;
}
strong{
	font-weight:700;
}
a:link, a:visited{
	color:#000;
}
a:hover{
	color:#c09208;
	text-decoration:none;
}

#btn_nav, .mobnav, #header{
	display:none;
}

#content{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
}
.section{
	float:left;
}
.img_wrapper img{
	width:100%;
}
.downloads_wrapper a:link, .downloads_wrapper a:visited{
	display:inline-block;
	background:url(../img/dl_icon.png) top 6px left no-repeat;
	padding-left:25px;
	color:#000;
}
.downloads_wrapper a:hover{
	color:#c09208;
	text-decoration:none;
}
.gall_wrapper{
	position:relative;
	width:370px;
	float:left;
	margin:10px;
	overflow:hidden;
}
.img_label{
	position:absolute;
	left:0px;
	bottom:0px;
	height:auto;
	background:rgba(255,255,255,0.75);
	border-radius:0px !important;
	padding:5px;
	display:block;
	font-size:12px;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width:100%;
}
.gall_wrapper:hover .img_label{
	opacity:1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.bx-wrapper li .img_label{
	width:100%;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.bx-wrapper li:hover .img_label{
	opacity:1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.gallery_img{
	width:100%;
	filter:grayscale(100%);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.gallery_img:hover, .gallery_img:active{
	filter:grayscale(0%);
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
    box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
    transition: .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slider_img{
	filter:grayscale(100%);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.slider_img:hover, .slider_img:active{
	filter:grayscale(0%);
}

#page1 h2{
	margin-bottom:20px;
}
#page4 .text_overflow, #page6 .text_overflow{
	display:none !important;
}
#page4 table img, #page5 img{
	margin-right:5px;
}
#page4 table, #page5 table{
	margin-top:25px;
}
#page5 tr:nth-child(even){
	font-size:12px;
}
#page5 .text_more, #page5 .text_less{
	margin-right:0px;
}
#page6 .img_wrapper img{
	position:absolute;
	left:-13%;
	bottom:0px;
	height:50%;
	width:auto;
}
#content > .downloads_wrapper{
	display:none;
}
#tel_link{
	display:none;
}
#tel, #mail{
	position:absolute;
	bottom:0px;
	left:inherit;
	cursor:pointer;
}
#tel{
	right:47px;
}
#mail{
	right:0px;
}
#twitter{
	position:absolute;
	right:0px;
	bottom:0px;
	cursor:pointer;
}
.bx-wrapper{
	display:none;
	float:left;
	width:370px;
	margin:10px;
}
#impressum{
	float:right;
	text-transform:uppercase;
	font-size:12px;
	padding-right:10px;
}
*/
/* COOKIES */
#cookie_wrapper{
	position:fixed;
	left:0px;
	bottom:0px;
	color:#fff;
	background:#773d66;
	min-height:39px;
	text-align:center;
	padding:10px 24px;
	font-size:14px;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}
#cookie_accept{
	position:absolute;
	display:block;
	right:11px;
	top:13px;
	cursor:pointer;
}
#waehlen{
	display: none;
}
#hometxt{
	font-size: 100px;
	line-height: 100px;
	color:#fff;
	width: 50%;
	font-weight: 900;
	top: inherit;
	bottom: 10vh;
}
