html {
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
	min-width: 420px;
}

h1 {
	font-size: 32px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	padding: 72px 0px 10px 40px;
	border-bottom: 5px solid #656567;
	display: inline-block;
	color: #FFFFFF;
}

h1#kompas {
	background-image: url('../img/kompas.png');
	width: 495px;
	background-repeat: no-repeat;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	padding: 40px 30px 15px 40px;
	margin: 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	padding: 0px 40px;
}

h4 {
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	letter-spacing: 3px;
	line-height: 1.5em;
}

h5 {
	text-align: left;
	text-transform: uppercase;
	color: #59595b;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, sans-serif;	
}

#header {
	background: #eb630b;
	background: linear-gradient(#f18b19, #ed7814);
	height: 120px;
}

#logo {
	margin-top: -98px;
	padding: 0px 50px 20px 20px;
	height: 150px;
	text-align: right;	
}

#headline {
	background-image: url('../img/header_0.jpg');
	height: 450px;
	background-size: contain;
	background-repeat: no-repeat;
}

#inhalt, #kontakt, #impressum {
	margin-top: -100px;
	padding: 0px 20px;
}

#kontakt, #impressum {
	display: none;
}

#vur, #symbib, #gefdok {
	padding: 15px;
	height: 125px;
	background: #eb630b;
	background: linear-gradient(#ee7e00, #eb630b);
}

.head_grey {
	background: #59595b;
	background: linear-gradient(#878789, #59595b);
	height: 125px;
	padding: 15px;
}

.head_transparent {
	background: transparent;
	height: 125px;
}

.info {
	color: #59595b;
	padding: 15px 10px 30px 10px;
	font-family: verdana, sans-serif;
	height: 400px;
	border: 1px solid #ededee;
	overflow-y: auto;
	
}

.grey {
	background-color: #e8e8e8;
	height: 290px;
	overflow: auto;
}

.grey h4 {
	color: #59595b;
	margin-bottom: 15px;
}


p {
	color: #59595b;
	font-family: verdana, sans-serif;	
}

ul {
	list-style-type: disc;
	color: #59595b;
	font-family: verdana, sans-serif;
	list-style-image: url("../img/square.jpg");	
}

ul li {
	margin-left: 12px;
}

form {
	padding: 10px 5px 10px 5px;
	margin: 0;
}

form#kontaktform {
	padding-top: 0px;
}

input {
	width: 100%;
	margin: 0px 0px 7px 0px;
	color: #59595b;
	font-family: verdana, sans-serif;		
	padding: 0px 5px;	
}

input[type="text"], input[type="tel"], input[type="email"] {
	margin-top: 5px;
	border: none;
	height: 25px;
}

input[type="password"] {
	border: none;
	height: 25px;
}

input[type="radio"], input[type="checkbox"] {
	width: 10%;
  line-height: 1.625em;
  margin-bottom: 0px;	
}

input[type="submit"] {
	background: #eb630b;
	background: linear-gradient(#ee7e00, #eb630b);
	color: #FFFFFF;
	width: 120px;
	-webkit-box-shadow:none;        
	box-shadow: none;	
	border: none;
	cursor: pointer;
	margin-top: 5px;
	height: 20px;
	font-weight: bold;
}

input#rn {
	width: 50%;
	height: 20px;
}

textarea {
	width: 97%;
	height: 85%;	
	border: none;
}

form label, .grey label {
	width: 85%;
	display: inline-block;
	color: #59595b;
	font-family: verdana, sans-serif;		
	margin-bottom: 7px;
	padding-left: 5px;
	vertical-align: top;
}

.preis {
	min-height: 70px;
	background-color: #ededee;
	padding: 10px;
}

.preis div {
	display: none;
}

a {
	color: #eb630b;
}

a.einblenden {
	
}

a.ausblenden {
	display: none;
}

#footer {
	color: #59595b;
	font-family: verdana, sans-serif;	
	border-top: 1px solid #ededee;
	padding: 10px 20px 10px 45px;
	margin-top: 20px;	
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	float: right;
	display: inline-block;
	height: 20px;
	padding: 0px 10px;
}

#footer ul li a {
	color: #393639;
}

@media only screen and (max-width: 820px) {
	#inhalt, #kontakt, #impressum {
		margin-top: -200px;
	}	
}


@media only screen and (max-width: 767px) {
	.head_transparent {
		height: 15px;
	}	
	
	#headline {
		height: 337px;
	}	
	
	h1#kompas {	
		width: 300px;
		background-size: contain;
		padding-top: 32px;
	}

	#header {
		height: 80px;
	}

	#inhalt, #kontakt, #impressum {
		margin-top: -100px;
	}	
	
	#vur, #symbib, #gefdok {	
		margin-top: 15px;
	}
	
	#logo {
		height: 120px;
		margin-top: -61px;
		padding-right: 30px;
	}
	
	#logo img {
		height: 80px;
	}
	
	.info {
		height: 100%;
	}
	
}

@media only screen and (max-width: 550px) {
	#inhalt, #kontakt, #impressum {
		margin-top: -200px;
	}		
	
}