html,body,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,ol,ul,li,fieldset,form,label,input,select,img, textarea{
	margin:0;
	padding:0;
	border:none;
	outline:0;
	text-decoration:none;
	color:#000;
	font-size:95%;
	font-family: Ruda, "Ruda", sans-serif;
	font-weight:300;
	list-style:none;
	line-height:160%;
}


body {
	background: url(bilder/bg.png) 0 0 repeat #ccc;
	overflow-y: scroll;
}

#wrap-all {
	max-width:1400px;
	margin: 0 auto;
}

.marker {
	background:cyan;
	}

h1, h2, h3, h4, h5, h6{
	font-family: "Noto Serif", serif;
	font-weight: 700;
}

p {
	margin-bottom:1em;
}

a:hover {
	text-decoration: underline;
}

header {
	background:#000;
	padding:20px;
}

header #wrapper {
	width:100%;
	margin-top:50px;
	margin: 50px -20px -20px;
	padding:100px 20px 20px;
}

.fahrzeugpruefung #wrapper {
	background: url(bilder/fahrzeugpruefung.png) 0 0 no-repeat #000;
	background-size: 100%;
}

.gutachten #wrapper {
	background: url(bilder/gutachten.png) 0 0 no-repeat #000;
	background-size: 100%;
}

.ueberdiekues #wrapper {
	background: url(bilder/kues_bg.jpg) 0 30% no-repeat #000;
	background-size: 100%;
}



.startseite header h1, .startseite header h2 {
	font-size: 200%;
	color:#777;
	line-height:150%;
	text-shadow: none;
}

.startseite header h2 {
	margin-top:3em;
	margin-left:4em
}

.startseite header h1 {
	margin-left:8em;
}

header h1 span {
	color: #c10016;
	font-size:120%;
}

header h1 {
	color:#000;
	font-size:170%;
	font-weight:400;
	margin-bottom: 1em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
}

header p {
	color:#fff;
	display:inline-block;
	max-width: 33%;
	vertical-align:top;
	padding:5px;
	margin-right:20px;	
	background: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

header p a {
	color:#fff;
}

header img[alt~="Fahrzeugpruefung"],
header img[alt~="Gutachten"]{
	width: 33.3333%;
	float:left;
	padding-right:20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear:left;
	display:none;
}

#logo {
	display:block;
}

header nav {
	position:absolute;
	font-size:120%;
	right:20px;
	top:20px;
	padding: 0 10px;
	background: -webkit-linear-gradient(top, #c10016 0%, #920000 100%);	
	background: -moz-linear-gradient(top, #c10016 0%, #920000 100%);	
	border-radius: 3px;
	
}

header nav li {
	display: inline-block;
	vertical-align:top;
	list-style-type: none;
}

header nav a {
	display: inline-block;
	color: #fff;
	padding: 7px 10px 5px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.7);
	border-top: 2px solid #c10016;
}

header nav a:hover {
	text-decoration:none;
	background: #920000;
}

.fahrzeugpruefung #fahrzeugpruefung,
.gutachten #gutachten,
.ueberdiekues #ueberdiekues,
.links #links,
.kontakt #kontakt,
.impressum #impressum {
	background: #920000;
}

#header nav .subnav {
	display:none;
}

nav.subnav {
	display:block;
	width:300px;
	float:right;
	clear:both;
	margin-left:20px;
	margin-bottom: 100px;
	background:black;
	padding: 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

nav.subnav a {
	padding: 7px 10px;
	display:block;
	background:#000;
	color:#fff;
	font-weight:600;
}

nav#subnav a:hover {
	text-decoration: none;	
	background: #c10016;
}

.hauptuntersuchung a[title="hauptuntersuchung"],
.aenderungsabnahmen a[title="aenderungsabnahmen"],
.sicherheitspruefung a[title="sicherheitspruefung"],
.oldtimerbegutachtung a[title="oldtimerbegutachtung"],
.bokraft a[title="bokraft"],
.gasanlagenpruefung a[title="gasanlagenpruefung"],
.adr a[title="adr"],
.tempo100 a[title="tempo100"] {
	background: #c10016;
}

#menu-trigger {
	display:none;
}

header div.clearer {
	display:block;
	width:100%;
	clear:both;
}

#kues-logo {
	position: absolute;
	top:160px;
	right: 20px;	
}

#pschuler {
	float:left;
	border: 2px solid #777;
	margin: 3px 10px 5px 0;
}

section.info {
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:33.33333333333333333333333333333333333333333333333333333333333333%;
	padding: 20px 10px;
}

section.info img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
}

#news-info a {
	display: block;
	margin-bottom:1em;
}

#online-rechner, #news-info {
	float:right;
}

#online-rechner {
	width: 66.66%;
	float:right;
	padding: 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#online-rechner div {
	width:25%;
	background:cyan;
	display:inline-block;
	padding: 75px 10px 0px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align:top;
}


section.info h1, #online-rechner h1 {
	display:block;
	background:#000;
	color:#fff;
	text-align:center;	
	padding:1em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	font-size:120%;
}

.datum {
	display:block;
	font-family: "Noto Serif", serif;
	color:#777;

	font-weight:700;
	margin-top:10px;
}

#rss {
	display:block;
	color: #c10016;
	font-weight: 600;
	margin-top:1em;
}

section#sitemap {
	margin: 20px 0 40px;
	padding: 0px 20px;
	float:right;
	width:25%;
}

section#sitemap h1 {
	font-size:180%;
	margin-bottom:20px;
}

section#sitemap li div {
	margin-left:20px;
}

section#sitemap li a {
	display:block;
	font-size:110%;
	padding-left: 5px;
	margin: 15px 0;
	line-height: 100%;
	border-left: 7px solid #999;
}

section#sitemap li a:hover {
	border-left: 7px solid #920000;
	text-decoration: none;
}

#fahrzeugpruefung-info a, #gutachten-info a, #news-info a + a {
	font-size:110%;
	font-weight: bold;
	color: #c10016;
}

.vierspalter h2 a {
	font-size: 100%;
	display:block;
	font-family: "Noto Serif", serif;
	font-weight:400;
	color:#c10016;
	margin-bottom:1em;
}

div.vierspalter {
	min-height:84px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#feinstaub {
	background: url(bilder/feinstaub.png) 20px 0 no-repeat transparent;
}

div#tempo100 {
	background: url(bilder/tempo100.png) 20px 0 no-repeat transparent;
}

div#reifen {
	background: url(bilder/reifen.png) 20px 0 no-repeat transparent;
}

div#ladung {
	background: url(bilder/ladung.png) 20px 0 no-repeat transparent;
}

#content {
	float:left;
	clear:right;
	width:66.666666%;
	padding:20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#content h1 {
	font-size:170%;
	margin-bottom:0.2em;
}

.links #content h1 {
	margin-top:20px;
}

#content h2 {
	font-size:100%;
	margin-bottom: 1em;
	color:#777;
}

#content h3 {
	font-size:120%;
	margin-bottom: 0.5em;
}

.links #content h3 {
	margin-top:40px;
}

.links #content a {
	color:#c10016;
	font-weight:bold;
}

#content h4 {
	color:#444;
	font-family: Ruda, "Ruda", sans-serif;
	font-weight:300;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

#content li {
	line-height:200%;
	list-style-type: circle;
}

#seitennews {
	width: 33%;
	min-width: 220px;
	float:left;
	padding: 20px 20px 30px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#seitennews h1 {
	display:block;
	background:#000;
	color:#fff;
	padding: 13px;
	text-align: center;
}

div.zweispalter {
	width: 50%;
	display: inline-block;
	vertical-align:top;
}

div.zweispalter + div.zweispalter {
	padding-left:20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

footer {
	clear:both;
	width:100%;
	padding:20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 10px solid #000;
}

footer h3 {
	font-size:110%;
	line-height:250%;
}

footer p {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}


/*################################################################################################################*/

.kontakt #content input, .kontakt select {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 3px 10px;
	margin-bottom: 10px;
	width:75%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

.kontakt #content .plz {width:18%; margin-right: 2%;}
.kontakt #content .ort {width:55%;}

.kontakt label {
	display:inline-block;
	width:25%;
	vertical-align:top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.kontakt fieldset {
	display:inline-block;
	vertical-align:top;
	padding: 20px 30px 20px 0;
	width:50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.kontakt fieldset.kontaktdaten {
	padding-left:20px;
}

#kleingedrucktes {
	width: 50%;
	display:inline-block;
	margin-top: 48px;
	padding: 50px 30px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#kleingedrucktes p {
	font-size: 60%;
}

.kontakt legend {
	font-family: "Noto Serif", serif;
	font-weight: bold;
	color:#000;
	font-size: 130%;
	font-weight:normal;
	margin:15px 0;
	padding: 15px 0;
}

.kontakt textarea {
	width:75%;
	height:80px;
	background: #eee;
}

.kontakt .input. .pflichtfeld {
	color: #c10016;
}

input#strasse {
	width:58% !important;
	margin-right: 2%;
}

input.strnummer {
	width:15% !important;
}

.kontakt #content .submitbtn {
	margin: 20px 5px 0 25%;
	width: auto;
	background: #c10016; /* einfarbig fÃƒÂ¼r alte Browser */
	background: -moz-linear-gradient(top, #c10016, #920000); /* Firefox  */
	background:-webkit-gradient(linear,left top,left bottom,from(#c10016),to(#920000)); /* Chrome, Safari */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c10016',endColorstr='#920000'); /* Internet Explorer */
	color:#fff;
	box-shadow: none;
	cursor:pointer;
	border:1px solid #920000;
	box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.5);
	line-height:150%;
}

.kontakt #content .submitbtn:hover {background: #c10016;}
.kontakt #content .submitbtn:active {
	background: #c10016; /* einfarbig fÃƒÂ¼r alte Browser */
	background: -moz-linear-gradient(top, #920000, #c10016); /* Firefox  */
	background:-webkit-gradient(linear,left top,left bottom,from(#920000),to(#c10016)); /* Chrome, Safari */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#920000',endColorstr='#c10016'); /* Internet Explorer */}



	/* noto-serif-regular - latin-ext_latin */
	@font-face {
	  font-family: 'Noto Serif';
	  font-style: normal;
	  font-weight: 400;
	  src: url('../fonts/noto-serif-v21-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('../fonts/noto-serif-v21-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('../fonts/noto-serif-v21-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	       url('../fonts/noto-serif-v21-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
	       url('../fonts/noto-serif-v21-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('../fonts/noto-serif-v21-latin-ext_latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
	}

	/* noto-serif-italic - latin-ext_latin */
	@font-face {
	  font-family: 'Noto Serif';
	  font-style: italic;
	  font-weight: 400;
	  src: url('../fonts/noto-serif-v21-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('../fonts/noto-serif-v21-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('../fonts/noto-serif-v21-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	       url('../fonts/noto-serif-v21-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
	       url('../fonts/noto-serif-v21-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('../fonts/noto-serif-v21-latin-ext_latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
	}

	/* noto-serif-700 - latin-ext_latin */
	@font-face {
	  font-family: 'Noto Serif';
	  font-style: normal;
	  font-weight: 700;
	  src: url('../fonts/noto-serif-v21-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('../fonts/noto-serif-v21-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('../fonts/noto-serif-v21-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	       url('../fonts/noto-serif-v21-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
	       url('../fonts/noto-serif-v21-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('../fonts/noto-serif-v21-latin-ext_latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
	}

	/* noto-serif-700italic - latin-ext_latin */
	@font-face {
	  font-family: 'Noto Serif';
	  font-style: italic;
	  font-weight: 700;
	  src: url('../fonts/noto-serif-v21-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('../fonts/noto-serif-v21-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('../fonts/noto-serif-v21-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
	       url('../fonts/noto-serif-v21-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
	       url('../fonts/noto-serif-v21-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('../fonts/noto-serif-v21-latin-ext_latin-700italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
	}
	
	
	
	/* ruda-regular - latin-ext */
	@font-face {
	  font-family: 'Ruda';
	  font-style: normal;
	  font-weight: 400;
	  src: url('fonts/ruda-v23-latin-ext-regular.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/ruda-v23-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/ruda-v23-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/ruda-v23-latin-ext-regular.svg#Ruda') format('svg'); /* Legacy iOS */
	}

	/* ruda-500 - latin-ext */
	@font-face {
	  font-family: 'Ruda';
	  font-style: normal;
	  font-weight: 500;
	  src: url('fonts/ruda-v23-latin-ext-500.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/ruda-v23-latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/ruda-v23-latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-500.woff') format('woff'), /* Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/ruda-v23-latin-ext-500.svg#Ruda') format('svg'); /* Legacy iOS */
	}

	/* ruda-600 - latin-ext */
	@font-face {
	  font-family: 'Ruda';
	  font-style: normal;
	  font-weight: 600;
	  src: url('fonts/ruda-v23-latin-ext-600.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/ruda-v23-latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/ruda-v23-latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-600.woff') format('woff'), /* Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/ruda-v23-latin-ext-600.svg#Ruda') format('svg'); /* Legacy iOS */
	}

	/* ruda-700 - latin-ext */
	@font-face {
	  font-family: 'Ruda';
	  font-style: normal;
	  font-weight: 700;
	  src: url('fonts/ruda-v23-latin-ext-700.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/ruda-v23-latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/ruda-v23-latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-700.woff') format('woff'), /* Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/ruda-v23-latin-ext-700.svg#Ruda') format('svg'); /* Legacy iOS */
	}

	/* ruda-800 - latin-ext */
	@font-face {
	  font-family: 'Ruda';
	  font-style: normal;
	  font-weight: 800;
	  src: url('fonts/ruda-v23-latin-ext-800.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/ruda-v23-latin-ext-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/ruda-v23-latin-ext-800.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-800.woff') format('woff'), /* Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-800.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/ruda-v23-latin-ext-800.svg#Ruda') format('svg'); /* Legacy iOS */
	}

	/* ruda-900 - latin-ext */
	@font-face {
	  font-family: 'Ruda';
	  font-style: normal;
	  font-weight: 900;
	  src: url('fonts/ruda-v23-latin-ext-900.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/ruda-v23-latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/ruda-v23-latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-900.woff') format('woff'), /* Modern Browsers */
	       url('fonts/ruda-v23-latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/ruda-v23-latin-ext-900.svg#Ruda') format('svg'); /* Legacy iOS */
	}
	