@import url('css/footer.css');


html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	background: #eee;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 0.95em;
	color: #666;
	line-height: 1.5em;
}

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

img, td {
	border: none;
}

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

#mobile-header {
    display: none;
}

#navi-header {
	display: none;
}

.mobile-logo {
	display: none;
}

.clear {
	clear: both;
	float: none;
}

.small {
	font-size: 75%;
}

a {
	text-decoration:none!important;
	cursor: pointer;
}

.telefon-mobile {
  display: none!important;
}


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



#slider {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: url(images/slider.jpg) top center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: relative;
}



#slider-inside {
	max-width: 1180px;
	padding: 0 2%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#firmenlogos {
	position:  absolute;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	width: 90%;
	padding: 0 5%;
	min-height: 193px;
	height: auto;
}

#firmenlogos .article-left, #firmenlogos .article-right {
	width: 50%;
	padding: 0;
	margin: 0;
} 

#firmenlogos img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.logo {
	height: 100%;
}

.logo img {
	display: block;
	width: 400px;
	margin: 0 auto;
}


#slogan {
	margin: 22vh 0 0 0;
	text-align: center;
	width: 100%;
	color: #fff;
}

#slogan h1 {
	font-size: 1.8em;
	font-weight: 300;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 2em;
	margin-top: 1.5em
}


#slogan p {
	font-size: 1.1em;
}


section {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 100px 0;
	clear: both;
	overflow: hidden;
	background: #fff;
}

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




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

section p {
	margin: 1.2em 0 1.6em 0;
}

section p:first-child {
	margin: 0 0 1.6em 0;
}

section a {
	clear: both;
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

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

#leistungen i.fa {
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 1.3em;
}

#kontakt {
	background: #000;
	color: #fff;
	text-align: center;
}

#kontakt a {
	color: #fff;
}

#kontakt a:hover {
	color: #ccc;
}


<!-- /* ---------------------- Überschriften ------------------------------- */ -->

section h1 {
	font-size: 1.8em;
	font-weight: 400;
	color: #6b8e23;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 1.5em 0 1em 0;
	text-align: center;
}

section h1:first-of-type {
	margin-top: 0;
}

section h2 {
	font-size: 1.5em;
	font-weight: 400;
	color: #000;
	margin: 3em 0 1.5em 0;
	padding: 0;
	line-height: 1.2em;
}

section h3 {
	font-size: 1.4em;
	font-weight: 300;
	color: #333;
	margin: 1em 0 0.5em 0;
	padding: 0;
	line-height: 1.4em;
}

#kontakt h1, #kontakt h3 {
	color: #fff;
}



<!-- /* ---------------------- BUTTONS ------------------------------- */ -->

a.action-button {
	display: block;
	margin: 30px auto 0 auto;
	height: 60px;
	min-width: 200px;
	max-width: 310px;
	padding: 0 15px;
	background: #6b8e23;
	font-size: 1.1em;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a.action-button:hover {
	background: #000;
	color: #fff;
}







<!-- /* ---------------------- GRIDS ------------------------------- */ -->




.grid-1, .grid-2, .grid-3, .grid-4, .grid-5 {
	overflow: hidden;
	clear: both;
}

.grid-2 .column:first-child {
  	float: left;
	width: 44%;
	overflow: hidden;
	margin: 0 6% 0 0%;
}

.grid-2 .column {
  	float: left;
	width: 44%;
	overflow: hidden;
	margin: 0 0 0 6%;
}




.grid-3 .column:first-child {
  	float: left;
	width: 27%;
	overflow: hidden;
	margin: 0 7% 0 0;
}

.grid-3 .column {
  	float: left;
	width: 27%;
	overflow: hidden;
	margin: 0 3% 0 3%;
}

.grid-3 .column:last-child {
  	float: left;
	width: 27%;
	overflow: hidden;
	margin: 0 0 0 6%;
}





.grid-4 .column {
  	float: left;
	width: 22%;
	overflow: hidden;
	margin: 0 1.5% 0 1.5%;
}

.grid-5 .column {
  	float: left;
	width: 17%;
	overflow: hidden;
	margin: 0 1.5% 0 1.5%;
}


.article-left, .article-right {
	float: left;
	width: 44%;
	padding: 0;
	margin: 0;
}

.article-left {
	margin-right: 6%;
}

.article-right {
	margin-left: 6%;
}