@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	with:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

h1, h2 {
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color:#004494;
	font-weight:bold;
	font-size:16pt;
	text-align:center;
	}
	
p {
	color:#666666;
	text-align:center;
	}

.landingpage {
	height:95VH;
	min-height:700px;
	background-image:url(../img/background.jpg);
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
	
.banner {
	position:fixed;
	top:0px;
	width:100%;
	height:100px;
	background-image:url(../img/bg_banner.png);
	background-repeat:repeat-x;
	}
	
	
.item {
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.center {
	height:80VH;
	min-height:300px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	
	
.logo {
	opacity:1;
	width:50%;
	height:58px;
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:21px;
	margin-left:30px;
	background-position:center left;
	float:left;
	}
	
.footer {
	padding-bottom:20px;
	position:relative;
	width:100%;
	background-image:url(../img/bg_footer.jpg);
	color:#CCCCCC;
	font-size:16px;
	line-height:26px;
	}
	
.schatten_footer {
	height:9px;
	width:100%;
	background-image:url(../img/schatten_footer.png);
	background-repeat:repeat-x;
	background-position:top left;
	}
	
.logo_footer {
	position:absolute;
	bottom:0px;
	right:30px;
	width:300px;
	height:62px;
	background-image:url(../img/logo_invers.png);
	background-repeat:none;
	opacity:0.2;
	}
	

.menu ul {
	list-style-type:none;
		}
		
.menu li {

	}
	
.menu li:hover {
	
	}
	
	
.menu {
	background:#004494; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#004494, #004494, #003879); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#004494, #004494, #003879); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#004494, #004494, #003879); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#004494, #004494, #003879); /* Standard syntax */
	padding-top:50px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFCC00;
	font-size:28px;
	}
	
.menu a {
	-webkit-transition: margin-left 1s; /* For Safari 3.1 to 6.0 */
	transition: margin-left 0.5s;
	}
	
.menu a:hover {
	text-decoration:none;
	color:#FFCC00;
	margin-left:10px;
	}
	
.submenu li {
	font-size:14;
	}
	
	
.hamburger {
	float:right;
	margin-top:20px;
	margin-right:20px;
	}
	
.sprechblase {
	position:fixed;
	left:45%;
	bottom:5%;
	width:45%;
	background-position:center;
	height:100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	background-repeat:no-repeat;
	}
	
.sprechblase_xs {
	position:fixed;
	left:30%;
	top:50%;
	width:65%;
	height:100%;
	background-position:top;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	background-repeat:no-repeat;
	}
	
	
.icon {
	width: 100px;
	height:100px;
	margin:0px auto;	
	background-repeat:no-repeat;
	}
	
.teaser {
	padding:0px 10px;
	margin:0px auto;
	}
	
.teaser p {
		max-width:250px;
		margin:0px auto;

	}
	
.footer h1 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:none;
	font-weight:bold;
	font-size:22px;
	padding:10px;
	margin-top:0;
	text-shadow: 2px 2px 2px #333333;
	color:#FFFFFF;
	text-align:left;
	}
	
.footer p {
	padding:10px;
	padding-top:0px;
	font-size:16px;
	line-height:26px;
	color:#CCCCCC;
	text-align:left;
	}
	
.footer a {
	color:#CCCCCC;
	}
	
	
.spacer {
	height:30px;
	width:100%;
	}
	
.feld2 {
	margin-top:50px;
	}
	
.spacer {
	height:100px;
	width:100%;
	}
	
.faq h1 {
	margin-left:10px;
	}
	
.faq p {
	margin-left:10px;
	}
	
.faq {
	padding-bottom:30px;
	}
	
.pfeiloben {
	display:none;
	position:fixed;
	bottom:0px;
	width:50px;
	height:46px;
	background-image:url(../img/pfeilhoch.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-25px;
	z-index:101;
	}
	
.verlaufmaps {
	background-image:url(../img/verlauf_maps.jpg);
	height:6px;
	width:100%;
	}
	
.white {
	background-image:url(../img/bg_white.png);
	height:100%;
	margin:150px 30px;
	}
	
.white p {
	text-align:left;
	}
	
button.accordion {
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16pt;
	color:#004494;
    background-color: #eee;
	padding-left:20px;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
	margin:0;
    background-color:white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.white h1 {
	padding-top:20px;
	}
	
.panel p {
	margin:10px;
	margin-bottom:20px;
	}


