/*
weißton			#E8E8DB			ggf #FFEA90
Gelbton 		#FFDF65			
Hellgrauton		#858377
Grauton			#636057
Dunkelgrauton	#494846

*/

body section, body header, body footer {
  z-index: 9999;
  position: relative;
}

body {
	color: #494846;
	margin: 0px;
	font-family: Arial;
	font-size: 18px;
	background-color: #E8E8DB;
}

h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 35px 0;
}

h2 {
	text-transform: uppercase;
	margin: 15px 0 30px 0;
}

hr {
}

section {
	min-height: 300px;
	padding: 2em;
	background-color: #E8E8DB;
}

.wrap {
	position: relative;
}
.inner-wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: auto;
}

#headerInfoLine {
	padding: 10px;
	background-color: #111111;
	opacity: 0.9;
	text-align: center;	 
}

#headerInfoLine a {
	margin: 0 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
    display: inline-block;
}
#headerInfoLine a::before {
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
#headerInfoLine a ~ a::before {
	top: -2px;
	position: relative;
}

#headerInfoLine a span {
	font-family: arial;
}

.logoArea {
	text-align: center;	
	padding-bottom: 20px;
}

.svgLogo {
	width: 100%;
	max-width: 40%;
	min-width: 200px;
}

header {
	display: block;
	margin: auto;
	background-color: #E8E8DB;
}

i {
	font-size: 20px;
	color: #FFDF65;
}

#kontaktIcon {
	font-size: 48px;
	color: #494846;
}

.horizontal {
	text-align: center;	
	padding: 20px;
	background-color: #111111;
	opacity: 0.9;
}
.horizontal.back-home {
		text-align: left;
}

.back-home a {
	color: #FFDF65;
	text-decoration: none;
	font-weight: bold;
	
}
.back-home a::before {
	content: '\1F868';
	margin-right: 10px;
}
.navBar {
	list-style-type: none;
	padding: 0;
}

.navElement {
	margin: 0px 10px 0px 10px;
	display: inline;
	padding: 8px;
	font-weight: bold;
}

.navElement a,
#headerInfoLine a,
footer a {
	text-decoration: none;
}

a {
	color: #494846;
}

a:hover {
	color: #E8E8DB;
}

.has-yellow-color a,
.has-yellow-color {
	color: #FFDF65;
}
.has-yellow-color a:hover,
.has-yellow-color a:focus,
.has-yellow-color a:active {
	color: #E8E8DB;
}

.has-dark-color a,
.has-dark-color {
	color: #494846;
}
.has-dark-color a:hover,
.has-dark-color a:focus,
.has-dark-color a:active {
	color: #636057;
}

.centered {
	text-align: center;
}



.parallax1::before,
.parallax2::before,
.parallax3::before,
.parallax4::before {
	content: ' ';
	display: block;
	height: 100%;
	width: 100%;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.parallax1::before{
	background-image: url("img/parallax1.jpg");
}
.parallax2::before {
	background-image: url("img/parallax2.jpg");
}
.parallax3::before {
	background-image: url("img/parallax3.jpg")
}
.parallax4::before {
	background-image: url("img/parallax4.jpg");
}

.parallax1, 
.parallax2, 
.parallax3, 
.parallax4 {
		height: 8em;
}


ul.kontaktBar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

ul.kontaktBar li {
	margin: 0;
	padding: 1em;
	font-weight: bold;
	text-align: center;
	border-style: double;
    border-radius: 25px;
	width: 150px;
	height: 150px;
	color: #494846;
}
ul.kontaktBar li a {
	text-decoration: none;
}

ul.kontaktBar li a::before {
	font-size: 100px;
	color: #494846;

}

ul.kontaktBar li a span.label {
	text-align:center;
	display: block;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	font-family: arial;
}

ul.kontaktBar li:hover,
ul.kontaktBar li:active,
ul.kontaktBar li:focus {
	background-color: #FFDF65;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}



a.darker {
	color: #494846;
}

a.darker:hover {
	color: #000000;
}

.servicegebiet {
}
.servicegebiet img {
	width: 100%;
}

footer {
	height: 3em;
	padding:2em;
	background-color: #111111;
	text-align: center;
	font-weight: bold;
}

p {
	text-align: left;
	font-size: .75em;
}

@media screen and (max-width: 768px) {
	.navElement {
		display: block;
		padding: 8px;
		font-weight: bold;
	}
	
	
}