/* 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; }
.input_wrongdiv { display: none; color:#ff0000; }
.after_send { display: none; }
/* STYLES */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

strong{
    font-weight: 400;
    font-size: 34px;
    color: #777;
}
body{
    font-weight: normal;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
a{
    color: #317eac;
}
a:hover{
	color:#8ab3cf;
    text-decoration: none;
}
.input_wrongdiv{
	color: red;
}
.input_wrongdiv, .after_send{
	display: none;
}

h1{
    font-size: 60px;
    margin-bottom: 38px;
    color: #317eac;
    font-weight: 500;
}

h2{

}
#btn_nav{
	position:fixed;
	z-index:10005;
	top:10px;
	right:15px;
	display:none;
}
.mobnav{
	z-index:10001;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:#317eac;
	width:100vw;
	height:100vh;
	text-align:center;
	font-weight:300;
    font-size: 23px;
}
.mobnav a:link, .mobnav a:visited{
	color:#FFF;
	margin-bottom:30px;
	display:inline-block;
	padding:0px;
	background:none;
}
.mobnav a:hover, .mobnav li.act a{
	background:none !important;
	color: #8ab3cf;
	text-decoration:none;
}
.mobnav li:first-child{
    margin-top: 230px;
}
#logo_w{
	margin-top:20px;
    filter: invert();
    z-index: 999999;
    position: absolute;
    left: 44%;
    object-fit: cover;
    object-position: top center;
    width: 180px;
    height: 210px;
}
#logo{
    position: absolute;
    left: 29px;
    top: -17px;
    width: 88px;
    height: auto;
}
#header{
	position:fixed;
	top:0px;
	left:0px;
	height:95px;
	background:#FFF;
	width:100%;
	z-index:10000;
	text-align:center;
}
#header .nav{
	display:inline-block;
	margin-top:28px;
}
#header .nav li.act a{
    color:#317eac;
}
#header li{
	float:left;
	margin-right:50px;
}
#header li:last-child{
	margin-right:0px;
}
#header a:link, #header a:visited{
	float:left;
	padding:0px;
	font-weight:300;
	color:#000;
	font-size:20px;
	background:none;
}
#header a:hover{
	background:none;
	color:#317eac;
}
#telephone{
    position: absolute;
    right: 24px;
    top: 28px;
    font-size: 20px;
}
#telephone img{
	display:block;
	float:left;
	margin-top:5px;
	margin-right:15px;
}
#scroll_down{
	width:21px;
	height:23px;
	background:url(../img/scroll_down.png) center center no-repeat;
	position:absolute;
	top:85vh;
	left:calc(50% - 10.5px);
	cursor:pointer;
	z-index:10000;
}

/* CONTENT */
#logo{

}
.section{
	padding: 90px 30%;
	float:left;
	width:100%;
	position:relative;
	height:auto;
	background:#FFF;
	text-align:center;
}
.site{
	background:#FFF;
}
.parallax-window{
    min-height:100vh;
    background:transparent;
	float:left;
	width:100%;
}
.parallax-mirror:first-of-type{
    min-height:100vh !important;
}
.divide{
	height:1px;
	width:100px;
	background:#000;
	display:block;
	margin:35px 0px;
	margin-left:auto;
	margin-right:auto;
}

/* HOME */
#karte{
	position:absolute;
	top:60vh;
	left:150px;
}
#button{
	position:absolute;
	top:75vh;
	left:400px;
}
#home{
    display: table;
    height: 100vh;
    width: 70%;
    position: absolute;
    top: 0;
    left:50%;
    margin-left:-35%;
    /*max-width: 70%;
	height:100vh;
	position:absolute;
	top:0px;
	left:50%;
    margin-left:-35%;
	font-size:72px;
    font-weight: 500;
	color:#FFF;
	text-align:center;
	padding-top:45vh;*/

}
#home_center{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size:72px;
    font-weight: 500;
	color:#FFF;
}
#news_teaser{
	position: absolute;
	bottom:10%;
	right:0px;
	width:450px;
	background:rgba(255,255,255,0.8);
	padding:30px;
	text-align: center;
	font-size:26px;
	line-height:30px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#news_teaser h1{
	color:#a39965;
	font-size:36px;
	margin-top:0px;
}
#goto_news{
	cursor: pointer;
}
#goto_news:hover{
	text-decoration:underline;
}

/* TEXT */
.text_more{
	font-size:18px;
	display:block;
	margin-top:60px;
}
.whoimg {
	width:100% !important;
	height:auto !important;
}

/* GALLERY */
.gallery {
  padding: 0px;
  margin-top: 45px;
}
.gallery a{
	float:left;
	padding:7.5px;
}
.gallery img{
	width:100%;
}

/* NEWS */
.trigger{
	width:17px;
	height:18px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	background:url("../img/open.png") center center no-repeat;
	cursor: pointer;
}
.trigger.trigger_active{
	background:url("../img/close.png") center center no-repeat;
}
.toggle_container{
	float:left;
	position: relative;
	width:100%;
	margin-bottom:50px;
}
.divide.small{
	width:50px;
}
.news_date{
	font-size:20px;U
}


/* ETC */
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.col-12{
    float:left;
}
#cookie_wrapper{
    position: fixed;
    bottom:0px;
    right:0px;
    background:#212529;
	color: #fff;
    padding:30px;
    width:400px;
    z-index: 200;
}
#cookie_accept{
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}
.datenschutz{
	padding: 20px;
}
a strong{
	color: #317eac !important;
	text-decoration: underline;
}
.overlay {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	overflow-y: scroll;
}
.overlay #header,.overlay #home_center, .overlay #cookie_wrapper{
	display: none !important;
}
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
	padding-top: 100px;
	z-index: 9999999;
	height: 100vh;
	overflow-y: scroll;
}
