/* CSS Document */

body,td,th {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #eef6fb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.wrapper{
	margin:0 auto;
	max-width:980px;
}



.clear{
	clear:both;	
}
.shadow_bottom {
	-webkit-box-shadow: 0 4px 4px -2px #ccc;
	-moz-box-shadow: 0 4px 4px -2px #ccc;
    box-shadow: 0 4px 4px -2px #ccc;
}
.shadow_top {
	-webkit-box-shadow: 0px -4px 4px -2px #ccc;
	-moz-box-shadow: 0px -4px 4px -2px #ccc;
    box-shadow: 0px -4px 4px -2px #ccc;
}

#header{
	position:fixed;
	overflow:visible;
	z-index:202;
	left:0;
	top:0;
	background-color:#fff;
	width:100%;
	transition: all 600ms ease 50ms;
}



#logo{
	display:block;
	box-sizing: border-box;
	float:left;
	background-image:url(../img/logo.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:contain;
	/*
	width:160px;
	height:140px;
	*/
	width: 15%;
	padding-top: 10%;
	min-height: 45px;
	min-width: 45px;
	transition: all 600ms ease 50ms;
}
#header.small #logo{
	/*height:80px;*/
	/*width:100px;*/
	padding-top: 6%;
}
#header.small #logo.small{
	/*height:40px;*/
}

#title{
	box-sizing: border-box;
	width:83%;
	float:left;
	text-align:right;
	margin:5px 2% 15px 0;
	
	font-size:28px;
	font-weight:bold;
	
	color:#0675b7;
	transition: all 600ms ease 50ms;
}
#title span{
	clear:both;
	display:block;
	font-size:14px;
	color:#cd2128;
	text-align:right;
	transition: all 600ms ease 50ms;
}
#header.small #title{
	font-size:14px;
	margin-bottom: 5px;
	color:#cd2128;
}
#header.small #title span{
	font-size:1px;
	height: 0px;
	overflow: hidden;
}
@media only screen and (max-width: 780px) {
	#title{font-size: 14px;}
	#title span{font-size: 11px;}
	#header ul.slimmenu li a {font-size: 14px;}
}

@media only screen and (max-width: 620px) {
	#title{
		width: 70%;
		text-align: left;
	}
	#title span{
		display: none;
	}
}


#content{
	margin-top:100px;
	overflow:hidden;
	transition: all 900ms ease 150ms;
}
#content_bottom{
	height:250px;
}


@media only screen and (max-device-width: 800px) {
	#title, #logo{	zoom:1.8;}
	#logo{ padding-top: 20%; width: 20%;}
	#title{ width: 75%;}
	
		#header.small #logo{padding-top: 0; height: 0; min-height: 0; width: 0; min-width: 0;}
	#header ul.slimmenu{width: 100%;}
	#header ul.slimmenu a{font-size: 30px;}
	#content {margin-top: 260px;}
	
	#footer{	zoom:1.9;}
}


.copy{
	padding:10px;
}
#footer{
	height:230px;
	bottom:-190px;
	width:100%;
	position:fixed;
	overflow:hidden;
	z-index:5;
	background-color:#0675b7;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	transition: all 400ms ease 0ms;
}
#footer.big, #footer:hover{
	bottom:0;
}
#footer a{
	color:#fff;
	text-decoration:none;
}

#footer_logo{
	display:block;
	background-image:url(../img/logo_footer.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:contain;
	width:400px;
	height:400px;
	transition: all 600ms ease 500ms;
	margin-top:400px;
}
#footer.big #footer_logo, #footer:hover #footer_logo{
	margin-top:0px;
}

/* BOF CONTENT */

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.copy a{
	text-decoration:none;
	font-weight:bold;
	color:#0675b7;
}
.copy a:hover{
	color:#cd2128;
}
.copy p{
	margin:10px 0;
	padding:0;
	line-height:1.5;
}
h1, h2, h3{
	color:#0675b7;
	margin:0 0;
	padding:0 0;
}
.links{
	float:left;
	margin-top:10px;
	text-align:left;
}
.rechts{
	float:right;
	text-align:right;
	margin-top:10px;
}
dt{
	font-size:20px;
	margin:30px 0;
	padding:0;
}
dd{
	margin:0;
	padding:0;
}
.sm_link{
	display:block;
	overflow:hidden;
	float:left;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:contain;
	width:100px;
	height:100px;
	transition: all 600ms ease 50ms;
	margin:5px;
	text-indent:100%;
}
#fb_link{
	background-image:url(../img/ico_fb.png);
}
#yt_link{
	background-image:url(../img/ico_yt.png);
}


img.text{
	margin:10px 20px 20px 0;
	float:left;
	width:16%;
}

.smalltxt{
	font-weight:normal;
	font-size:13px;
	color:#000;
}
/* EOF CONTENT */



.hinweis{
	display: block;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding:20px 0 5px 0;
}

#stoerer{
	position:fixed;
	z-index:1000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width:30%;
	min-width: 360px;
	border:2px solid #cd2128;
	border-radius:16px;
	background-color:#fff;
	padding:10px 20px;
	text-align:center;
	font-weight:bold;
}
#stoerer .title1,
#stoerer .title2{display:block; margin:5px auto; font-size: 18px; font-weight: bold;}
#stoerer .title1{ color:#0675b7;}
#stoerer .title2{ color:#cd2128;}
#stoerer p{font-weight: normal;}
#stoerer p a{font-weight: bold; color: #0675b7; text-decoration: none;}

#stoerer .bu_close{
	display:inline-block;
	background-color:#cd2128;
	color:#fff;
	text-align:center;
	padding:3px 8px;
	cursor:pointer;
}
#stoerer .bu_close.right{
	position: absolute;
	display:block;
	right: 5px;
	top: -2px;
	background-color: transparent;
	color:#666;
	font-size: 30px;
	padding: 0;
}

#stoerer ol{
	text-align:left;
	padding: 0;
	margin: 0;
	display:inline-block;
	width:80%;
	max-width:460px;
	line-height:1.5;
	font-weight: normal;
}
#stoerer #hinweis{
	padding-top:60%;
	background-image: url("../img/parents.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.video_wrapper{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.video_wrapper.maps{background-image: url("../img/maps_dummy.jpg");}
.video_wrapper.yt{background-image: url("../img/yt_dummy.jpg");}
.video_wrapper .video_trigger {
    background-color: rgba(0,0,0,.4);

	
    transition: all .5s ease;
	height: 542px;
	text-align: center;
}
.video_wrapper .video_trigger:hover {    background-color: rgba(0,0,0,.2);}

.video_wrapper.maps .video_trigger {    background-color: rgba(0,0,0,.8);}
.video_wrapper.maps .video_trigger:hover {    background-color: rgba(0,0,0,.5);}

.video_wrapper a {color: #cd2128;}
.video_wrapper a:hover {color: #0675b7;}
.video_wrapper p{color: #fff;; text-align: center; padding:20px;}

.video_wrapper .video_layer, .video_layer{display: none;}
.video_wrapper .video_layer iframe{border: 0px none transparent;}

/* Button */
.load_btn{
	cursor: pointer;
	display:inline-block;
	margin:10px auto 0 auto;
	height: 100px;
	width: 15%;
	
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 1;
	transition: all .5s ease;
	color:#fff;
	padding-top: 16%;
	text-align: center;
}
.maps .load_btn{background-image: url("../img/maps_icon.png");}
.yt .load_btn{background-image: url("../img/YouTube_icon.png");background-position: center center;}


.video_trigger.image .load_btn{width: 40%; height: 150px;}
.load_btn:hover {
    color: #fff;
	opacity: 1;
}

