@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;
	align-items: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

nav {
	background-color: #777878;
	width: 35%;
	text-align: center;
}

nav li{
	display: block;
	line-height: 1.8rem;
	list-style: none;
	padding: 1% 2%;
	margin-right: 1%;
	cursor: pointer;
	border-bottom: 1px solid #dddddd;
}

article {
	padding: 5% 5%;
	font-size: 0.8rem;
}

nav li:hover {
	background-color: #a7202d;
}

a {
	color: white;
	text-decoration: none;
}

.active {
	background-color: #a7202d;
}



footer {
	display: flex;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	text-align: center;
	padding-bottom: 1%;
	padding-top: 1%;
}

#logo {
	width: 80%;
	margin: 8% 10%;
}

#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: 100%;
	width: 100%;
}

/*ueber Mich*/
#ueber {
	display: flex;
	flex-direction: row;
}

#ueber img {
	border: 3px solid #dddddd;
	width: 35%;
	height: 35%;
}

#ueber p {
	margin-left: 7%;
	margin-top: 5%;
	font-size: 0.8rem;
}

#Unterschrift {
	margin-left: 20%;
	margin-top: 2%;
}

/*Leistungen*/
.leistungenWrapper {
	display: flex;
	flex-direction: row;
	margin-bottom: 5%;
}

.leistungenWrapper a {
	color: #a7202d;
	text-decoration: underline;
	font-size: 0.8rem;
}

.leistungenTextRechts {
	margin-top: -2%;
	margin-left: 13%;
	flex: 2;
}

.leistungenTextLinks {
	margin-top: -2%;
	margin-right: 2%;
	flex: 2;
}

.leistungenWrapper img {
	flex: 2;
}

.leistungenTextRechts p{
	margin-left: -15%;
	font-size: 0.8rem;
}

.leistungenTextLinks p{
	font-size: 0.8rem;
}

.leistungenWrapper h1{
	font-size: 0.8rem;
}

#leistungen {
	margin-left: 1%;
	border: 2px solid #777878;
	width: 35%;
	height: 35%;
}




/*Fuhrpark*/
#fuhrpark h1 {
	font-size: 1.4rem;
	margin-left: -15%;
	margin-top: 5%;
	color: #a7202d;
}

#fuhrpark {
	margin-bottom: 8%;
}

.bagger {
	margin-left: 15%;
}

ul {
	line-height: 1.3rem;
}

li {
	font-size: 0.8rem;
}

sup {
	font-size: 0.7rem;
}

#uue {
	font-size: 0.8rem;
	font-style: italic;
}


/*Baugeräteverleih*/
.verleih {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5%;
}

.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;
}

figcaption {
	font-size: 0.8rem;
}

#pdf {
	color: #a7202d;
	text-decoration: underline;
}

#preis {
	font-size: 1rem;
	color: #a7202d;
	text-align: center;
	margin-top: 8%;
}

#miete {
	margin: 10% 0;
}

#miete1 {
	margin-left: 5%;
	margin-right: 10%;
	margin-top: 1%;
	font-size: 0.8rem;
}
#miete2 li{
	margin-left: 10%;
	margin-right: 10%;
	font-size: 0.7rem;
	line-height: 0.9rem;
}

/*Referenzen*/
#referenzen {
	display: flex;
	flex-direction: column;
	margin-top: 10%;
	height: 100%;
	width: 100%;
}

#referenzen a img {
	height: 100%;
	width: 100%;
}

.referenzen {
	margin-bottom: 15px;
}

/*weitere Tätigkeiten*/
h1 {
	text-align: center;
	color: #a7202d;
	font-size: 1.2rem;
	margin-bottom: 5%;
	margin-top: 10%;
}

.weiteres {
	display: flex;
	flex-direction: row;
	margin-bottom: 10%;
	align-items: center;
}

.weiteresText {
	margin-left: 10%;
}

.weiteresText h2 {
	margin-top: 5%;
	font-size: 0.8rem;
}

.weiteresText ul {
	list-style: none;
}

.weiteresText li {
	margin-left: 25%;
}

.weiteresText p {
	margin-top: 5%;
	font-size: 0.8rem;
}
.weiteres h1 {
	font-size: 1rem;
	margin-left: -15%;
	margin-top: 5%;
	color: #a7202d;
}

.weiteresBild {
	border: 2px solid #777878;
	height: 40%;
	width: 40%;
	margin-left: 5%;
}

#dirndl {
	margin-left: 30%;
}


/*Kontakt*/

#kontaktWrapper {
	display: flex;
	flex-direction: column;
}

#kontakt1 {
	margin-left: 30%;
	margin-bottom: 10%;
}

td p {
	margin-left: 15%;
}

iframe {
	width: 120%;
	height: 150px;
	border: 2px solid #777878;
	margin-left: -12%;
	margin-bottom: 10%;
	margin-top: 10%;
}

#kontakt1 p{
	font-size: 0.8rem;
}

#kontakt1 img {
	height: 70%;
}

#Anfrage {
	margin-top: 10%;
	display: none;
}

#Formular {
	margin-top: 5%;
}

#anfrage td{
	text-align: -webkit-right;
	vertical-align: top;
	display: none;
}

#absenden {
	margin-left: 80%;
	display: none;
}
