html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
		
body{
	font-family: 'tt_hoves', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	width: 100%;
	height: 100%;
	background-color: #001437;
}

img {border: none;}
a {color: #fff; text-decoration: none;}
a:link{color: #fff; text-decoration: none;}
a:visited{color: #fff; text-decoration: none;}
a:hover{color: #9CF; text-decoration: none;}
a:active{color: #9CF; text-decoration: none;}
a:focus{color: #fff; text-decoration: none;}

.bg {
	margin: 0; 
	padding: 0; 
	height: 50%;
	width: 100%;
	position: fixed;
	top: 0%;
	left: 0;
	z-index: 2;
	background: url(../img/titelbild.jpg) no-repeat;
	background-position: 50% bottom;
	/*background-attachment: fixed;*/
  	background-size: 100%;
  	-moz-background-size:  100%;	
	background-color: #001437;
	/*background-clip: content-box;
	background-origin: content-box;*/
}

.text {
	font-family: 'tt_hoves', sans-serif;
	margin: 0; 
	padding: 0; 
	position: absolute; 
	top: 18%;
	left: 0;
	text-align: center; 
	height: auto;
	width: 100%;
	color: #fff; 
	text-transform: uppercase; 
	z-index: 3;
}

h1 {font-size: 3em; display: block; font-weight: 300; line-height: 1.15em; margin: 0;}
h2 {font-size: 1.3em; display: block; margin-bottom: 14px; font-weight: 300;}
h3 {font-size: 0.9em; display: block; margin-bottom: 20px; font-weight: 300; margin-top: 20px;}
h4 {font-size: 0.8em; display: block; margin-bottom: 0px; font-weight: 300; margin-top: 20px;}

.seite{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	z-index: 0;
	text-align: center;
}
.bild {margin: 0 auto 0 auto; padding: 0px; width: 100%; /*position: relative; top: 5%;*/}
.logo {margin: 0 auto; padding: 0px; width: 100%; position: relative; z-index: 5;}
.logo {padding-top: 0%; padding-bottom: 0%;}
.logo img, .bild img {margin: 0 auto; padding: 0px; border: none; text-align: center;}
.logo img {width: 12%;}
.bild img {width: 100%;}
#texte {position: relative; z-index: 2; width: 100%; left: 0; top: 0%;}
.fb {margin: 0; padding: 0; width: 40px; height: auto; position: absolute; text-align: right; right: 10%; top: 54px; z-index: 9;}
.fb img {margin: 0; padding: 0px; border: none; text-align: right; width: 100%; height: auto;}

.footer {
	width: 100%;
	padding: 47px 0 130px 0;
	height: auto;
	min-height: 28%;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #001437;
	z-index: 4;
	margin: 0;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 1.1em;
	text-transform: uppercase;
}

.contact{
	width: 80%;
	padding: 0px;
	height: auto;
	z-index: 2;
	margin: 50px auto 140px auto;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.text1 {
	color: #fff;
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 0;
	font-weight: 300;
	position: relative;
	width: 80%;
	text-transform: none;
}

@media only screen and (min-width: 641px) and (max-width: 1020px) {
	/*.logo {padding-bottom: 6%;}*/
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
	/*.logo {padding-bottom: 10%;}
	.logo img {width: 40%;}*/
}

@media only screen and (min-width: 361px) and (max-width: 480px) {
	/*.logo {padding-bottom: 6%;}
	.logo img {width: 50%;}*/
}

@media only screen and (max-width: 360px) {
	/*#texte {top: 10%;}
	.logo {padding-bottom: 8%;}*/
	.logo img {width: 70%;}
	#contact {line-height: 1.5em; width: 65%;}
}