@media only screen and (max-width:799px) {


/** Beginn CSS fuer Grundgeruest **/

#seite {
	position: absolute;
	width: 100%; 			/* Breite des Layers abzueglich 2x border px Angabe */
	height: 100%;			/* Hoehe des Layers anzueglich 2x border px Angabe*/
	margin-top: 0px;		/* halbe Hoehe des Layers ohne Border px Angabe*/
	margin-left:0px;		/* halbe Breite des Layers ohne Border px Angabe*/
	top: 0%;
	left: 0%;
	border: 0px solid #495139;
			border-radius: 0px;
			box-shadow: 0px 0px 0px #ffffff80;
	#background-color: #f6ffe0;
	background-color: rgba(51, 51, 51, 0.5);
	}

#box_header {
	width: 100%;
	height: 15vh;
	background-color: rgba(51, 51, 51, 0.5);
	border: 0px solid red;
	}	


.logo {
  font-family: Cookie;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #FFFFFF;
  }

/** Beginn Navigation OBEN **/
#box_navi {
	position: fixed;
     top: -200%;
     left: 0;
     float: none;
     width: 100%;
     margin: 0;
     padding: 0;
     font-family: Tahoma;
     font-size: 16px;
     color: #FFFFFF;
     background-color: rgba(5,5,5,0.4);
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     z-index: 40;
	}

#box_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#box_navi ul li {
	 float: none;
     text-align: center;
     border-bottom: 1px solid #fff;
	 #background-color: #555;
	 background-color: rgba(51, 51, 51, 0.9);
	 
	}

#box_navi ul li a {
	padding: 10px 15px;
	display: block;
	color: #FFF;
	text-decoration: none;
	}

#box_navi ul li a:hover {
	color: #FF0000;
	}
	
#box_navi ul li:last-child {
	border-bottom: none;
	}

#box_navi ul li.close {
	display:block;
	}

.nav-open {
     position: fixed;
     top: 0;
     left: 0;
     background: rgba(73, 81, 57, 0);
     font-family: Tahoma;
     font-size: 50px;
     display: block;
     width: 100%;
     z-index: 40;
	}
 
.nav-open a {
     padding: 10px 15px;
     display: block;
     color: #fff;
     text-align: right;
     text-decoration: none;
	}

#box_navi:target {
	top:0px;
	}
/** Ende Navigation OBEN**/

#box_fuss {
	width: 100%;
	height: 29px;
	#background-color: #97c880;
	background-color: rgba(51, 51, 51, 0);
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid grey;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius:0px; 
	position: absolute;
	bottom: 0;
	}

/** Beginn Navigation UNTEN **/
	
#box_navi_unten {
	margin: 0 auto;
	display: flex;
	justify-content: center; 
	font-size: 14px;
	}
/** Ende Navigation UNTEN**/

/** Beginn CSS fuer Inhalte der Seiten **/

#box_startseite {
	float: left;
	width: 96%;
	top: 128px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 16px;
	text-align: center;
	color: white;
	position: absolute;
	line-height: 30px;
	overflow-y: auto;
	height: 80%;
}

/** Beginn Anfahrt **/
#box_anfahrt {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: white;
	line-height: 20px;
	background-color: rgba(51, 51, 51, 0.3);
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}

#box_anfahrt_mitte {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 68%;
	text-align: center;
	background-color: rgba(51, 51, 51, 0.2);
	}

/* Boxen fuer Impressum */
#box_impressum {
	position: relative;
	float: left;
	width: 96%;
	height: auto;
	padding: 5px 0px 5px 0px;
	border: 1px solid gray;
	box-sizing: border-box;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	}
#box_impressum: last-child {
	margin-right: 0;
	}
	
#box_impressum_unten{
	float: left;
	width: 100%;
	margin-right: 2%;
	padding: 10px;
	box-sizing: border-box;
	}
/* Ende Boxen fuer Impressum */

/* Oeffungszeiten */
#box_oeffnungszeiten {
	float: left;
	width: 96%;
	top: 128px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: white;
	line-height: 30px;
	text-align: left;
	position: absolute;
	height: 70%;
	overflow-y: auto;
	font-weight: bold;
	}

/* Datenschutz */
#box_datenschutz {
	float: left;
	width: 96%;
	top: 128px;
	background-color: rgba(51, 51, 51, 0.7);
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: white;
	line-height: 20px;
	text-align: justify;
	position: absolute;
	height: 75%;
	overflow-y: auto;
	font-weight: normal;
