@font-face {
	font-family: Myriad-Pro;
	src: url("Schriften/Myriad-Pro_31655") format("opentype");
	src: url("Schriften/Myriad-Pro-Bold_31631") format("opentype");
	src: url("Schriften/Myriad-Pro-Italic_31634") format("opentype");
}

* {
	font-family: Myriad Pro, sans-serif;
	font-size: 1rem;
	padding: 0;
	margin: 0;
}

body {
	background-image: url("Fotos/hpbg.jpg");
}

#wrapper1 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.7);
}

nav {
	background-color: #777878;
	text-align: center;
	width: 60%;
	margin-left: 3%;
}

nav li{
	display: block;
	list-style: none;
	line-height: 1.8rem;
	cursor: pointer;
	border-bottom: 1px solid #dddddd;
	margin-left: -10%;
}

article {
	padding: 10% 10%;
	font-size: 0.7rem;
	align-items: center;
}


nav li:hover {
	background-color: #a7202d;
}

a {
	color: white;
	text-decoration: none;
	font-size: 0.8rem;
}

.active {
	background-color: #a7202d;
}


footer {
	display: flex;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 2%;
}

#logo {
	width: 80%;
	margin: 10%;
	margin-left: 14%;
}

#slogan {
	height: 30%;
	position: absolute;
	top: 200px;
	left: 70%;
}

#wko {
	height: 20px;
	border: 3px solid white;
}

#ebLogo {
	height: 20px;
	border: 3px solid white;
	margin-left: 2px;
}

.impressum {
	margin: 0 10px;
	font-size: 0.7rem;
}

/*Startseite*/
#Deckblatt {
	height: 120%;
	width: 120%;
	margin-left: -10%;
}

/*ueber Mich*/
#ueber {
	display: flex;
	flex-direction: column;
}

#ueber img {
	border: 2px solid #dddddd;
	width: 36%;
	height: 36%;
	margin-left: 33%;
}

#ueber img:hover {
	width: 60%;
	height: 60%;
	margin-left: 20%;
}

#ueber p {
	margin-left: 5%;
	margin-top: 5%;
	font-size: 0.7rem;
}

#Unterschrift {
	margin-left: 20%;
	margin-top: 5%;
	height: 60%;
	width: 60%;
}

/*Leistungen*/
.leistungenWrapper {
	display: block;
}

.leistungenWrapper a {
	color: #a7202d;
	text-decoration: underline;
	font-size: 1rem;
}

.leistungenText {
	margin-left: 5%;
}

.leistungenWrapper p{
	font-size: 0.7rem;
}

.leistungenText h1{
	font-size: 0.8rem;
}

#leistungen {
	height: 80%;
	width: 80%;
	margin-left: 10%;
	margin-top: 5%;
	margin-bottom: -2%;
	border: 2px solid  #787777;
}

/*Fuhrpark*/
#fuhrpark h1 {
	font-size: 1rem;
	margin-left: -8%;
	margin-top: 5%;
	color: #a7202d;
}

#fuhrpark {
	margin-bottom: 8%;
}

.bagger {
	margin-left: 15%;
}

ul {
	line-height: 1rem;
	margin-left: 10%;
}

li {
	font-size: 0.7rem;
}

sup {
	font-size: 0.6rem;
}

#uue {
	font-size: 0.7rem;
	font-style: italic;
}

/*Baugeräteverleih*/
.verleih {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -5%;
	margin-left: 10%;
}

.figure {
	background-color: white;
	padding: 10px;
	color: #777878;
	text-align: center;
	margin: 10px;
	width: 50%;
	border: 2px solid #dddddd;
}

.figure img {
	width: 100%;
	height: auto;
}

.figure:hover {
	width: 80%;
	font-size: 1rem;
}

figcaption {
	font-size: 0.7rem;
}

#pdf {
	color: #a7202d;
	text-decoration: underline;
} 

#preis {
	font-size: 1rem;
	color: #a7202d;
	text-align: center;
	margin-top: 8%;
}

#miete {
	font-size: 0.8rem;
	margin: 10% 0;
	margin-left: 5px;
}

#miete1 {
	font-size: 0.7rem;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5%;
}
#miete2 li{
	margin-right: 10%;
	font-size: 0.7rem;
	line-height: 0.9rem;
}

/*Referenzen*/
#referenzen {
	display: flex;
	flex-direction: column;
	margin-top: 10%;
}

#referenzen a img {
	height: 100%;
	width: 100%;
}

.referenzen {
	margin-bottom: 15px;
}

/*weitere Tätigkeiten*/
h1 {
	text-align: center;
	color: #a7202d;
	font-size: 1rem;
	margin-bottom: 5%;
	margin-top: 10%;
	margin-left: 2%;
}

.weiteres {
	display: flex;
	flex-direction: column;
	margin-bottom: 10%;
	align-items: center;
}

.weiteresText {
	margin-left: 10%;
}

.weiteresText h2 {
	margin-top: 5%;
	font-size: 0.7rem;
}

.weiteresText ul {
	list-style: none;
}

.weiteresText li {
	margin-left: 25%;
}

.weiteresText p {
	margin-top: 5%;
	margin-left: 30%;
	font-size: 0.7rem;
}
.weiteres h1 {
	font-size: 0.8rem;
	margin-left: -15%;
	margin-top: 15%;
	color: #a7202d;
}

.weiteresBild {
	border: 2px solid #777878;
	height: 70%;
	width: 70%;
}

#dirndl {
	margin-left: 15%;
}


/*Kontakt*/

#kontaktWrapper {
	display: flex;
	flex-direction: column;
}

#kontakt1 {
	margin-left: 20%;
	margin-bottom: 10%;
}

td p {
	margin-left: 15%;
}

iframe {
	width: 80%;
	height: 150px;
	border: 2px solid #777878;
	margin: 10%;
	margin-bottom: 20%;
}

#kontakt1 p{
	font-size: 0.8rem;
}

#kontakt1 img {
	height: 50%;
}

#Anfrage {
	display: none;
}

#Formular {
	display: none;
}
