* {
	font-family: TeX Gyre Adventor, sans-serif;
	color: #333333;
	font-size: 1.3vw;
}

html, body {height: 100%;}

body {  
	margin: 0 auto;   
	text-align: center;  
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url('../pic/efefp_justieren.jpg');
	padding-bottom: 3vw;
	letter-spacing: 0.05vw;
}

header {
	position: fixed;
	top: 0;
	left: 0; 
	right: 0;	
	border-bottom: 1px solid #005bbb;
	background-color: #4d4f53;	
	line-height: 5vw;
}

header_full {
	display: block;
	width: 100%;
}

slogan {
	display: block;	
	font-variant: normal;	
	font-size: 1.5vw;
	font-variant: small-caps;	
	color: #efefef;
	font-style: italic;
	border-bottom: 1px solid #005bbb;
}


.logo {
	width: 30%; 
	max-width: 512px;
	/*background-color: #ffffff;*/
	margin-top: 12vw;
	margin-bottom: 8vw;
}

inhalt {
	display: block;
	height: 100%;
}

text {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border-top: 2px solid #cfcfcf;
	padding-bottom: 3em;
	line-height: 1.8em;
}

ul {
	padding-left: 2em;
	
}

.rechts {
	padding: 4vh 2vh 0vh 2vh; 
	text-align: right; 
	margin-right: 15%; 
	margin-left: 30%; 
	width: 55%; 
	float: left;
}

.links {
	padding-top: 4vh; 
	text-align: left; 
	margin-left: 15%; 
	margin-right: 30%; 
	width: 55%; 
	float: left;
}

.mitte {
	padding-top: 5vh; 
	text-align: justify;
	width: 50%;
	margin-left: 25%;
	display: block;
}

.logo_trenner{
	width: 45%;
	margin-top: 5vh;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 3em;
	border-top: 1px solid #005bbb;
	background-color: #4d4f53;
	color: #efefef;
}
.footer_link{
	line-height: 3em; 
	display: block;
	color: #efefef;
	text-decoration: none;
}
.footer_link:hover{
	background-color: #005bbb;
}

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}