


html,body {
    font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #000000;
	height: 100%;
	background: #FFF;

    text-align: center;
    margin: 0;
    padding:0;
	font-size: 1em;
}

h1 {
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
}
	
h2 {
	margin-top: 0px;
}

#container {
	padding-top: 75px;s
}

#wpheader {
    position: fixed;
    width: 100%;
}

.wpheadervideo {
	position:fixed;
	width: 100%;
    height: 66px;
	z-index:6;
	top: 0;
	overflow: hidden;
}

.wpheaderoverlay {
	background-color: #00345B;
	position: fixed;
	height: 66px;
	width: 100%;
	top: 0;
	z-index: 7;
	opacity: 0.7;
}


video { 
    min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#mittelbereich {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.menu-hauptnav-container {
	position: fixed;
	z-index: 10;
}






