
* {
	padding:0;
	margin:0;
}
body {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20xp;
	background: black;
	width: 1200px;
}

#headerimg {
	background: white;
	
	
}
#containerheader {
	-webkit-flex: 8;
	flex: 8;
}
#logo {
	-webkit-flex: 1;
	flex: 1;
	min-width: 120px;
	min-height: 120px;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	display: flex;
}
#logo1{
	max-width: 83%;
	max-height: 75%;

	
}

#content {
	display:-webkit-flex;
	display:flex;
	border-style:solid;
	border-color: white;
	border-radius: 0px 0px 10px 10px;
}

#header { 
	background: white;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px;
	border-style:solid;
	border-color: white;
	border-radius: 10px 10px 0px 0px;
}
#serviceimg{
	max-width: 55%;
	margin-left: 3%;
	

}
#telefonimg{
	max-width: 30%;
	margin-left: 5%;
	margin-top: 1.7%;


}


#nav-main ul li  {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 20px;
}	


	
#content {
	padding:0;
	background: white;

}


#main {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
}

h1{
	padding-bottom: 10px;
}

h4 {
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}

ul li {
	margin-top: 1px;
	margin-left: 50px;

}

#article ul li {
	margin: 0px;
}

ol {
	margin-left: 10px;
	list-style: none;
	padding-bottom: 5px;
}

ol li {
	padding-bottom: 1px;
}

.button {
	border-style:solid;
	border-color: white;
	border-radius: 6px 6px 6px 6px;
	display: inline-table;
	background-color: white;
	box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34); 
	
}
.button span{ 
  color: black;
  margin: auto;
  display: inline-table;		
    margin-right: 16px;

  text-transform: uppercase;
  font: bold 18px/34px 'Lato';
  transform: scaleX(.75);
  letter-spacing: 3px;
}
#wirr {
	float: right;
	width: 600px;
	height: auto;
	margin-right: 30px;
	
	border-radius: 12px;
}
#daten{
	padding: 20px 20px 10px 20px;
	float: left;
	margin-top: 10px;
	margin-left: 7%;
	
	border-style: solid;
	border-color: white;	
	border-radius: 12px;
	box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34); 
}

#ur {
	margin-top: 30px;
	float: left;
}
