html {
	font-family: Arial;
	font-weight: bold;
    display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("Hintergrund.jpg");
	background-repeat: repeat;
/*	background-position: 50% 50%;*/
	background-size: cover;
}
	
.rotatePos img {
	margin-top: 8%;
	margin-left: 20px;
	width: 75%;
}

.rotateNeg img {
	margin-top: 10%;
	margin-left: 20px;
	width: 75%;
}

 /* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 120px ; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-image: url("MenueHintergrund.png");
  /*background-color: #111;  Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 10%;  
}

.sidenav img{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10%;
}


.sidenav a {
  margin: 6px 20px 20px 6px;
  color: #111;
  text-align: right ;
  text-decoration: none;
  font-size: 22px;
  display: block;
}


.menue a:hover {
  color: gray;
}



.impress a:hover {
  color: gray;
}
.menue{
   margin-right: 5%;
   border-right: thin solid #e30016;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

video{width: 75%;}

.main {
  margin-left: 125px;
}

.mainuns {
  margin-left: 125px;
}

.DMarken {
  margin-left: 100px;
  margin-top: 2%;
  width: 75%
 }
 
.HMarken {
  margin-top: 0%;
  margin-left : 109px;
  width: 76%
 }
 
.ZMarken {
    margin-left:119px;
	width:68%;
 }

 
.news {
  margin-left: 120px;
  margin-top: 5%;
  width: 66%
}


.oeffnungszeiten{
  margin-left:120px;
  margin-top: 5%;
  width: 66%
}


#map {
  height: 400px;
  width: 90%;

}

.impress a {
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	margin: 6px 20px 1px 6px;
}

.kontakt {
  margin-left: 125px;
  margin-top: 10%;
}


.impressum {
  margin-left: 125px;
}


.fa {
  padding: 20px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}


.abschnitt {
    text-align: center;
	margin-top: 50px;
}

@media only screen and (min-width: 700px) {
	.sidenav {
	  height: 100%; /* Full-height: remove this if you want "auto" height */
	  width: 25% ; /* Set the width of the sidebar */
	  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	  z-index: 1; /* Stay on top */
	  top: 0; /* Stay at the top */
	  left: 0;
	  background-image: url("MenueHintergrund.png");
	  /*background-color: #111;  Black */
	  overflow-x: hidden; /* Disable horizontal scroll */
	  padding-top: 10%;  
	}

.impressum {
  margin-left: 30%;
}

	.abschnitt {
		display: flex;
		align-items: center;
		text-align: left;
		margin-top: -50px;
	}

	.kontakt {
	  margin-left: 30%;
	  margin-top: 10%;
	}
	
	.menue{
	   margin-right: 40%;   
	}

	.DMarken {
	  margin-left: 25%;
	  margin-top: 5%;
	  width: 35%
	 }

	.HMarken {
	  margin-top: 5%;
	  margin-left : 0%;
	  width: 35%;
	 }
	 
	.ZMarken {
		margin-left:43%;
		 width: 34%;
	 }

	.news {
	  margin-left:40%;
	  margin-top: 5%;
	  width: 30%
	}

	 .oeffnungszeiten {
	  margin-left:40%;
	  margin-top: 5%;
	  width: 30%
	}

	.rotatePos img {
		margin-top: 8%;
		margin-left: 40%;
		width: 45%;
	}

	.rotatePos {
	  transform: rotate(5deg);
	}

	.rotateNeg img {
		width: 45%;
	}

	.rotateNeg {
		margin-top: -20%;
		margin-left: 1%;
		transform: rotate(-5deg);
	}

	.main {
	  margin-left: 20%;
	}

	.mainuns {
		overflow:visible;
		margin-left: 30%; 
		margin-top: 5%; 

	}
	.rBild {
		width: 45%;
		margin: 0px 10px 10px 6px;
		overflow: visible;
		float:left; 
		transition: transform .5s ease;
	}
	
	.rBild:hover{
		transform: scale(1.5);
	}
	.lBild  {
		width: 45%;
		margin: 0px 10px 10px 6px;
		overflow: visible;
	}

	.lText {
		float:left; 
		width:50%;
	}

	.rText {
	  width:60%;
	}


	video{
		width: 50%;
	}

}

.rBild img {
	width: 75%;

}
.lBild img {
	width: 75%;
}


.rText { 
    float: none;
    width:auto; 
	margin-top:20px;
}

.lText { 
    float: none;
    width:auto; 
	margin-bottom:20px	
}



