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

* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	color: #008bcf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
#ie8 img {
	width: 100%;
}
body {
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center -150px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 14px;
	background-color: #efeeec;
}
/*------------------HEADER--------------------------------------------- */

#headerum {
	background-image: url(../img/header.png);
	background-repeat: repeat-x;
	margin-top: 20px;
}
#header {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	padding-top: 10px;
	-webkit-box-shadow:  1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.links {
	float: left;
	margin-right: 50px;
	margin-left: 20px;
}
#logo h1 {
	float: left;
}
#logo h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	line-height: 70px;
	margin-left: 20px;
}
.rechts {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}
#inhalt {
}
/*------------------INHALT--------------------------------------------- */
#inhaltin {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#inhalt #inhaltin #menu {
	float: left;
	margin-top: 0px;
	margin-bottom: 170px;
	width: 180px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:rgba(255,255,255,0.8);
}
#inhalt #inhaltin #menu ul {
	list-style-type: none;
}
#inhalt #inhaltin #menu ul li {
}
#inhalt #inhaltin #menu ul li a {
	color: #252525;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	display: block;
	width: 160px;
	padding-left: 20px;
	line-height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#inhalt #inhaltin #menu ul li:first-child a {
	border-top: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
	-webkit-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
}
#inhalt #inhaltin #menu ul li:last-child a {
	line-height: 22px;
	display: block;
	padding-top: 10px;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F60;
	color: #F60;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 8px 8px;
}
#inhalt #inhaltin #menu ul li a:hover {
	color: #008bcf;
}
#inhalt #inhaltin #menu ul li:first-child a:hover {
}
#inhalt #inhaltin #menu ul li:last-child a:hover {
	border-top-color: #008bcf;
	border-bottom-color: #008bcf;
}
#inhalt #inhaltin #menu .active a {
	background-image: url(../img/bg-button8.png);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	background-position: left center;
	border-top: none;
	border-bottom: none;
	height: 65px;
	line-height: 65px;
}
#inhalt #inhaltin #menu .active:last-child a {
	border-top-style: none;
	border-bottom-style: none;
}
#inhalt #inhaltin #menu ul .active a span {
	color: #FFFFFF;
}
#inhalt #inhaltin #content #submenu {
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 26px;
	padding-left: 5px;
}
#inhalt #inhaltin #content #submenu ul {
	list-style-type: none;
}
#inhalt #inhaltin #content #submenu ul li {
	float: left;
}
#inhalt #inhaltin #content #submenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #008bcf;
	border-right-color: #008bcf;
	border-left-color: #008bcf;
	background-image: url(../img/bg_submenu.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#inhalt #inhaltin #content #submenu ul .active a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF;
	background-image: none;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#inhalt #inhaltin #content {
	margin-left: 220px;
	max-width: 600px;
	margin-top: 60px;
}
#inhalt #inhaltin #content #contentin {
	float: left;
	margin-bottom: 50px;
	min-width: 600px;
	background-color:rgba(255,255,255,0.8);
}
#inhalt #inhaltin #content h1 {
	margin-top: 20px;
	color: #008bcf;
	font-weight: normal;
	padding-left: 15px;
	font-size: 22px;
}
#inhalt #inhaltin #content #contentin h1 a {
	margin-top: 0px;
	color: #008bcf;
	font-weight: normal;
	text-decoration: none;
}
#inhalt #inhaltin #content #contentin h2 {
	font-weight: normal;
	color: #008bcf;
	margin-top: 20px;
}
#inhalt #inhaltin #content #contentin h3 {
	margin-top: 20px;
}
#text {
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 30px;
}
#text .infobox {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background: -moz-linear-gradient(top, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,139,207,0.1)), color-stop(100%, rgba(0,139,207,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a008bcf', endColorstr='#1a008bcf', GradientType=0 ); /* IE6-9 */
	float: left;
	padding: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-style: italic;
	line-height: 22px;
}

#text .dekra-zertifikat  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background: -moz-linear-gradient(top, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,139,207,0.1)), color-stop(100%, rgba(0,139,207,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,139,207,0.1) 0%, rgba(0,139,207,0.1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a008bcf', endColorstr='#1a008bcf', GradientType=0 ); /* IE6-9 */
	float: right;
	margin-bottom: 10px;
	font-style: italic;
	line-height: 22px;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 15px;
}

 #text .clearzert{
	clear: both;
	padding-top: 10px;
}

#inhalt #inhaltin #content #contentin #text .infobox img {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
#inhalt #inhaltin #content .bordradius {
	-webkit-border-radius:  8px;
	border-radius:  8px;
	min-height: 320px;
}
#inhalt #inhaltin #content .subactive {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	-webkit-border-radius:  0 0 8px 8px;
	border-radius:  0 0 8px 8px;
	min-height: 290px;
}
#inhalt #inhaltin #content #contentin p {
	margin-top: 20px;
}
#inhalt #inhaltin #content #contentin ul {
	margin-top: 10px;
	margin-left: 10px;
}
#inhalt #inhaltin #content #contentin ul li {
	list-style-image: url(../img/haeckhen3.png);
	list-style-type: disc;
	list-style-position: outside;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 7px;
}
.dekra {
	position: fixed;
	right: 0px;
}
#bild {
	height: 330px;
	width: 423px;
	position: fixed;
	padding-right: 0px;
	right: 0px;
	bottom: 0px;
}
/*------------------FOOTER--------------------------------------------- */
#footer {
	background-image: url(../img/leathergray6.png);
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c2c2c;
	-webkit-box-shadow: inset 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
#footer #footerin {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #dbdadb;
}
#footer #footerin .footerbox {
	margin-top: 30px;
	margin-right: 8%;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
#footer #footerin .footerbox a {
	color: #dbdadb;
}
#footer #footerin .footerbox a:hover {
	color: #40a8db;
	text-decoration: none;
}
#footer #footerin .footerbox h3 {
	color: #63b6df;
	margin-bottom: 10px;
	font-weight: normal;
}
#footer #footerin #footerbox2 img {
}
#footer #footerin #linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2c2c2c;
	height: 40px;
	clear: both;
}
#footer #footerin #copyright {
	text-align: center;
	clear: both;
	padding-bottom: 15px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #565656;
	color: #dbdadb;
	font-size: 12px;
}
.normalform {
	height: 500px;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
.mobileform {
	display: none;
}

@media (max-width: 600px) {
	body {
		font-size: 16px!important;
	}
	a {
		margin-bottom: 10px;
		display: inline-block;
	}
	#bild {
		display: none;
	}
}

@media (max-width: 440px) {
	.dekra {
		display: none;
	}
}