﻿body {
	margin: 0;
	padding: 0;
	background-color: white;
}
p, td, li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
a {
	color: #00afe5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: white;
	padding: 20px 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #00afe5;
	padding: 20px 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}
.hdr {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
}
.blaubox {
	background: #00afe5;
	background: -moz-linear-gradient(top, #00afe5 0%, #00afe5 66%, #ffffff 66%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00afe5), color-stop(66%,#00afe5), color-stop(66%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #00afe5 0%,#00afe5 66%,#ffffff 66%,#ffffff 100%);
	background: -o-linear-gradient(top, #00afe5 0%,#00afe5 66%,#ffffff 66%,#ffffff 100%);
	background: -ms-linear-gradient(top, #00afe5 0%,#00afe5 66%,#ffffff 66%,#ffffff 100%);
	background: linear-gradient(to bottom, #00afe5 0%,#00afe5 66%,#ffffff 66%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afe5', endColorstr='#ffffff',GradientType=0 );
}
.blau {
	background: #00afe5;
	width: 100%;
}
.graubox {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #d3d3d3 0%, #f4f4f4 1%, #f4f4f4 99%, #d3d3d3 100%);
	background: -webkit-gradient(top, #d3d3d3 0%, #f4f4f4 1%, #f4f4f4 99%, #d3d3d3 100%);
	background: -webkit-linear-gradient(top, #d3d3d3 0%, #f4f4f4 1%, #f4f4f4 99%, #d3d3d3 100%);
	background: -o-linear-gradient(top, #d3d3d3 0%, #f4f4f4 1%, #f4f4f4 99%, #d3d3d3 100%);
	background: -ms-linear-gradient(top, #d3d3d3 0%, #f4f4f4 1%, #f4f4f4 99%, #d3d3d3 100%);
	background: linear-gradient(top, #d3d3d3 0%, #f4f4f4 1%, #f4f4f4 99%, #d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afe5', endColorstr='#ffffff',GradientType=0 );
}
nav {
	background: transparent url('images/header-bg.png') repeat-x fixed center top;
	height: 97px;
	text-align: center;
	font-size: 16px;
	width: 100%;
	z-index: 11;
	position: fixed;
	top: 0;
	xoverflow: hidden;
}
nav ul#menuhorizontal {
	margin: 0;
	padding: 38px 100px 0 0;
}
nav ul#menuhorizontal li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: -10px;
	padding: 0;
	xborder: 1px solid lime;
	list-style-type: none;
	height: 16px;
}
nav ul#menuhorizontal li a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 16px;
	height: 16px;
	font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
nav #logo {
	/*position:absolute;
	top:0;
	left:0;*/
	float: left;
}
nav #logo img {
	height: auto;
	max-width: 100%;
}
nav #menu {
	display:none;
	margin-top:-4px;
}
nav ul#menuvertikal {
	text-align:left;
	padding:0;
	margin:0;
	background-color:rgba(0,175,229,0.8);
	width:100%;

}
nav ul#menuvertikal li {
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	padding:6px;
	font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
nav ul#menuvertikal li a {
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}

#header {
	max-height: 495px;
	min-height: 395px;
	width: 100%;
	overflow: hidden;
	height: auto;
	background-color: #00afe5;
}
#imgheader {
	width: 100%;
	max-height: 495px;
	min-height: 395px;
}
#imgdicht {
	position: absolute;
	top: 32px;
}
#imgleck {
	position: absolute;
	left: 770px;
	top: 120px;
}
#all {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}
#car {
	height: 366px;
	overflow: hidden;
}
#carimg {
	margin-left: 79px;
	float: left;
}
#cartext {
	float: left;
	width: 386px;
	color: white;
	font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 24px;
	padding-top: 66px;
}
.content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.text {
	padding: 0;
}
.teaserhdr {
	width: 269px;
	padding: 20px;
	height: 52px;
	background-color: #d3d3d3;
	font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.teasertxt {
	width: 269px;
	padding: 20px;
	height: 276px;
	background-color: #f4f4f4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.teasertxt ul {
	margin: 0;
	padding: 0 0 0 2em;
}
.teasertxt li {
	list-style-image: url('images/li.gif');
}
.teasertxt .mb12 li {
	margin-bottom: 12px;
}
.teasertxt .mb6 li {
	margin-bottom: 2px;
}
#info {
	text-align: center;
	margin: 0 auto;
}
.teaserbox {
	float: left;
	text-align: left;
}
.teaserboxclear {
	clear: none;
	margin: 0;
	padding: 0;
}
#box1, #box2 {
	margin-right: 16px;
}
#adresse {
	min-height: 135px;
	font-size: 14px;
}
#adresse a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#impressum {
	height: 100px;
	background-color: #d3d3d3;
	padding-top: 17px;
	font-size: 12px;
}
#impressum a {
	color: black;
}
#impressumtxt1 {
	float: left;
}
#impressumtxt2 {
	float: right;
}
#projekte {
	text-align: center;
}
#projekte ul {
	margin: 0;
	padding: 0;
}
#projekte ul li {
	background-color: #f4f4f4;
	padding: 15px;
	margin: 0 15px 15px 0;
	display: inline-block;
	list-style-type: none;
	outline: 0;
	vertical-align: top;
}
#projekte ul li img {
	max-width: 195px;
	max-height: 195px;
}
#projekte ul li div {
	max-width: 195px;
	font-size: 13px;
}
#leckortung {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}
#leckortunglinks {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#leckortungrechts {
	float: left;
	width: 50%;
	text-align: left;
}
#leckortungtxt1 {
	font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: right;
}
#leckortungtxt2 {
	font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #dc5e1f;
	font-size: 28px;
	text-align: right;
}
#dienstleistung {
	text-align: center;
}
.dienstleistungbox {
	width: 425px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.dienstleistungbox img {
	margin-bottom: 15px;
}
#kontakt {
	margin: 0 auto;
	width: 90%;
}
#kontaktform {
	text-align: left;
}
#kontaktform input[type=text], #kontaktform input[type=email], #kontaktform textarea {
	width: 100%;
	border: 1px #cccccc solid;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 8px 0px #dddddd;
	-webkit-box-shadow: inset 0 0 8px 0px #dddddd;
	box-shadow: inset 0 0 8px 0px #dddddd;
	padding: 4px;
}
#kontaktform input[type=submit] {
	color: #00afe5;
	background-color: white;
	border: 1px white solid;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 8px 0px #dddddd;
	-webkit-box-shadow: inset 0 0 8px 0px #dddddd;
	box-shadow: 0px 0px 3px 1px #00afe5;
	padding: 8px;
	font-size: 14px;
}
#kontaktform input[type=submit]:hover {
	background-color: #00afe5;
	color: white;
}
#menubutton {
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
}

@media all and (max-width: 1023px)
{
	.content {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.text {
		padding-left: 10px;
		padding-right: 10px;
	}
	#info {
		max-width: 655px;
	}
	#header {
		max-height: 362px;
		height: 362px;
		min-height: 362px;
	}
	#imgheader {
		xmax-height: 295px;
		min-height: 362px;
	}
	#imgdicht {
		height: auto;
		width: 100%;
	}
	#imgleck {
		right: 10px;
		left: auto;
		width: 120px;
	}
	.teaserhdr {
		width: auto;
		padding: 10px;
		height: auto;
		background-color: #d3d3d3;
		font-family: "Exo 2","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
		font-weight: 700;
		font-size: 24px;
	}
	.teasertxt {
		width: auto;
		padding: 10px;
		background-color: #f4f4f4;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size: 16px;
	}
	.teasertxt img {
		max-width: 220px;
		width: 100%;
	}
	.teaserbox {
		width: 269px; /* 30% */;
		xmin-width: 269px;
		margin: 0 auto;
		text-align: left;
		padding-bottom: 10px;
		xfloat: left;
	}
	.teaserboxclear {
		clear: both;
	}
	#box1, #box2 {
		xmargin-right: auto;
	}
	#box3 {
		float: none;
		padding-right: 60px;
	}
	nav ul#menuhorizontal {
		padding-right: 30px;
	}
	nav ul#menuhorizontal li a {
		font-size: 14px;
	}
	#carimg {
		margin-left: 59px;
		width: 280px;
	}
	#car {
		height: 300px;
	}
	#cartext {
		width: auto;
		font-size: 21px;
		padding-top: 46px;
	}
	#leckortung {
		text-align: center;
		width: 80%;
	}
	#leckortunglinks {
		float: none;
	}
	#leckortungrechts {
		float: none;
		width: auto;
		text-align: left;
	}
	#leckortungtxt1 {
		text-align: center;
	}
	#leckortungtxt2 {
		text-align: center;
	}
	#partner img {
		margin: 0;
		padding: 0;
	}
	#partner {
		text-align: center;
	}
}
@media all and (max-width: 640px)
{
	nav ul#menuhorizontal {
		padding-top: 10px;
	}
	#car {
		height: 200px;
	}
	#carimg {
		width: 200px;
	}
	#cartext {
		width: auto;
		font-size: 18px;
		padding-top: 26px;
		float: none;
	}
	#header {
		max-height: 292px;
		height: 292px;
		min-height: 292px;
	}
	#imgheader {
		min-height: 295px;
	}
	#imgdicht {
		top: 70px;
	}
	#imgleck {
	}
	#leckortunglinks {
		margin-right: 0;
	}
	.dienstleistungbox {
		width: 90%;
		margin-left: 0;
		margin-right: 0;
	}
	#leckortunglinks img, #dienstleistung img {
		width: 100%;
		height: auto;
	}
	.teaserbox {
		width: auto;
		float: none;
	}
	#box1, #box2 {
		margin-right: 0;
	}
	#box3 {
		padding-right: 0;
	}
	.teaserhdr {
		width: auto;
		padding: 20px;
	}
}
@media all and (max-width: 460px)
{
	nav {
		background: #00afe5 none;
	}
	nav ul#menuhorizontal {
		display: none;
	}
	#menubutton {
		display: block;
	}
}

@media all and (max-width: 360px)
{
	#leckortung {
		text-align: center;
		width: 95%;
	}
}
