/* Allgemeine Styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: #ff924e;
}

/* Header-Styles */
header {
	background-color: #333;
	color: #fff;
	padding: 20px;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li {
	display: inline-block;
	margin-right: 20px;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.logo {
	width: 40%;
}

a {
	color: #777;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
	text-decoration-color: #ff924e;
}

.phonelogo {
	width: 20px;
	height: 20px;
	margin: 10px;
}

.phonelogooben {
	width: 20px;
	height: 20px;
	margin: 10px;
}

.phone {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding-right: 20px;
	
}
.phone2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding-left: 20px;
	
}

.phoneoben {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;

}



.kontaktdatenoben {
	display: flex;
	justify-content:center;
	align-items: center;
	margin: 0px;
}

.kontaktdaten {
	display: flex;
	justify-content:center;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Main-Styles */
main {
	padding: 0px;
}

.mainpage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	color:#fff;
	margin-top: 1px;
	margin-bottom: 1px;
}

h4 {
	color:#ffffff;
	font-size: larger;
}



.landingpage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 120px;
	color: #333;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(bilder/beton.jpg);
	background-position: center;
	background-size: cover;
}



.leistungen2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #333;
	
	
	
}

.unsereleistungen {
	color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 70px;
	margin-top: 1px;

}

.listeleistungen {
	color:#fff;
	text-align: left;
	ul li::marker, 
	ol li::marker {
  color: #ff924e;
}
	
}

.leistungenbloecke {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	padding: 60px;
}


.bildercontainer {
	background-color: #333;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.bilder {
	border-radius: 100%;
	width: 18%;
	margin: 0px;

}

.leistunglink {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 25px;
	background-color: #333;
	width: 100%;
	padding-bottom: 40px;
	text-align: center;

}



section {
	margin-bottom: 0px;
}

.kontakt {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px;
	color:#fff;
	margin-top: 1px;

}

section:last-child {
	margin-bottom: 0;
}

h2 {
	margin-top: 0;
}



/* Footer-Styles */
footer {
	background-color: #333;
	color: #777;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 1px;
	
}

.adresse {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.footercontainer {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	

}

.links {
	text-align: right;
}
