html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	height: 100%;
}

header, section, article, footer {
	display: block;
}

img, td {
	border: none;
}

section img {
	max-width: 100%;
	height: auto;
}

#sprachen {
	position: absolute;
	top: 10px;
	left: 20px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #009E3D;
	cursor: pointer;
	-moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;
}

#sprachen a {
	color: #009E3D;
	padding: 10px;
	line-height: 0;
	}

a.sprache-active {
	background: #009E3D;
	color: #fff!important;
}





<!-- /* ---------------------- AUFBAU ------------------------------- */ -->

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 190px;
	overflow: visible;
	background: #fff;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	   -moz-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	        box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#header {
	margin: 0 auto;
	padding: 0 1%;
	max-width: 1180px;
	height: 190px;
}

#header-oben {
	height: 140px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#header-unten {
	height: 50px;
	background: #fff;
}

#header-oben .logo {
	width: 100%;
	padding-top: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#header-oben .logo img {
	display: block;
	width: auto;
	height: 100px;
	margin: 0 auto;
}

#header-oben h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #7facd0;
}


nav {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 27px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
}

nav ul {
	list-style: none;
	margin: 15px auto 0 auto;
	padding: 0;
	text-transform: uppercase;
	display: table;
}

nav ul li {
	display: inline-block;
	margin-right: 20px;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	padding: 5px 7px;
	color: #009E3D;
	cursor: pointer;
	-moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;
}

nav ul li a:hover, nav#navigation ul li a:active, nav#navigation ul li a:focus {
	color: #000;
}

nav ul li a.active {
	background: #009E3D;
	color: #fff;
}

header.header-shrink #header nav#navigation ul {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

header.header-shrink #header nav#navigation ul li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

<!-- /* ---------------------- header-animation - start ------------------------------- */ -->

header.header-shrink {
	height: 50px;
}

header.header-shrink #header-oben {
	margin-top: -140px;
}

<!-- /* ---------------------- header-animation - ende ------------------------------- */ -->

#slider {
	margin: 190px auto 0 auto;
	max-width: 1180px;
	height: 400px;
	background: url(../images/startbild.jpg) 0 0 no-repeat;
}

#kurzinfo {
	overflow: hidden;
	float: right;
	width: 400px;
	margin-right: 50px;
	margin-top: 50px;
	background: #009E3D;
	padding: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #fff;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

#kurzinfo h2 {
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#kurzinfo p {
	padding: 0;
	margin: 0;
}

#kurzinfo .preis {
	display: block;
	float: left;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 5px 10px 5px 0;
}

#kurzinfo .provision {
	display: block;
	float: left;
	font-size: 1.7em;
	line-height: 1.2em;
	padding: 5px 10px;
}

#kurzinfo .provision a {
	color: #fff!important;
}


#kurzinfo i {
	font-size: 1.5em;
}

section {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 65px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #888;
	line-height: 1.5em;
	clear: both;
	overflow: hidden;
	background: #fff;
}

article {
	max-width: 1180px;
	padding: 0 1%;
	overflow: hidden;
	margin: 0 auto;
}

.article-left, .article-right {
	float: left;
	width: 48%;
}

.article-left {
	padding-right: 2%;
}

.article-right {
	padding-left: 2%;
}



footer {
	max-width: 1180px;
	padding: 65px 1% 600px 1%;
	margin: 0 auto;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #aaa;
	line-height: 1.4em;
	overflow: hidden;
}

footer a {
	color: #aaa;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

footer a:hover {
	color: #000;
}

a {
	text-decoration:none!important;
}







<!-- /* ---------------------- STARTSEITE ------------------------------- */ -->



section#unfall {
	border-top: 1px solid #ced6dc;
}

section#leistungen {
	background: #f5f5f5;
}

section#anfahrt {
	padding: 0;
}


.bild {
	float: left;
	width: 19%;
	padding: 0.5%;
}

.bild img {
	float: left;
}

section#kontakt {
	color: #fff;
	background: #009E3D;
}

section#kontakt h1, section#kontakt h2 {
	color: #fff!important;
}


#kontakt-left {
	width:67.55%; 
	float:left; 
	margin-top: 2%; 
	padding: 0; 
	border-right: 1px solid #fff;
	overflow: hidden;
}

#kontakt-right {
	width:29.2%; 
	float:left; 
	margin-top: 2%; 
	padding: 0 0 0 3%;
	overflow: hidden;
}


#kontakt-right a {
	color: #fff!important;
	text-decoration: none;
}

#kontakt-right a:hover {
	color: #7facd0!important;
}








<!-- /* ---------------------- CONTENT ------------------------------- */ -->

section p {
	margin: 12px 0 16px 0;
}

section p:first-child {
	margin: 0 0 16px 0;
}

section a {
	color: #009E3D;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

section a:hover {
	color: #7facd0;
	text-decoration: none;
}

section a i.icon-chevron-right {
	font-size: 1em;
	display: inline-block!important;
	width: 25px!important;
	vertical-align: middle!important;
	-webkit-transition: width 0.3s, padding 0.3s;
	-moz-transition: width 0.3s, padding 0.3s;
	transition: width 0.3s, padding 0.3s;
}

section a:hover i.icon-chevron-right {
	width: 18px!important;
	padding: 0 0 0 7px;
}


a.weiterlesen {
	display:block;
	width: 210px;
	height: 43px;
	padding: 0 5px;
	line-height: 43px;
	margin-top: 40px;
	background: #ee7f01;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;
}

a.weiterlesen:hover {
	color: #fff;
	background: #4ba1f7;
}

section h1 {
	text-align: center;
	font-size: 1.6em;
	font-weight: 400;
	color: #009E3D;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 4px 0;
	margin-bottom: 10px;
	line-height: 1.3em;
  	clear: both;
}

section h1:first-child {
	padding-top: 0;
}

section h1 a, section h1 a:hover {
  color: #009E3D;
}

section h2, footer h2 {
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 12px 0 10px 0;
	line-height: 1.2em;
  	clear: both;
}

section p+h2 {
	padding: 20px 0  0;
}


section h2 a, section h2 a:hover {
  color: #000;
}

section h3 {
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	color: #000;
	padding: 0;
	margin: 12px 0 16px 0;
  	clear: both;
}

section h3:first-child {
	margin: 0 0 16px 0;
}

.orange {
	color: #ee7f01;
}

.bigger {
	font-size: 1.1em;
}

section ul {
	list-style: none;
	margin: 12px 0 16px 0;
	padding: 0;
}

section ul li {
	padding: 0 0 5px 3em;
}

section ul li:before {
	content: '\f0da';
	font-family: FontAwesome;
	margin-left: -1.5em;
	width: 1.5em;
	color: #009E3D;
	display: inline-block;
}

.scroll-to {
	position: absolute;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	z-index: 1;
	left: 50%;
	right: 50%;
	margin-left: -30px;
	margin-right: -30px;
	text-align: center;
	-moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;
}

.scroll-to:hover {
	margin-top: -23px
}

.action-call {
	text-align: center;
	font-size: 2em;
	color: #009E3D;
	border: 1px solid #009E3D;
	max-width: 400px;
	margin: 15px auto 15px auto;
	padding: 15px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.action-call i {
	margin-right: 20px;
}

<!-- /* ---------------------- SONSTIGES ------------------------------- */ -->

