@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; 
*/
	}

#box_header {
	width: 100%;
	height: 15vh;
	background-color: transparent;
	border: 0px solid red;
	}	

.box_schrift {
		float: left;
		width: 100%;
		height: 90px;
		top: 30px;
		background-color: transparent;
		font-size: 35px;
		font-weight: bold;
		color: #2e74b5;
		text-align: center;
		position: absolute;
		z-index: 0;
		align-items: center;
		display: flex;
		justify-content: center;
		
}



/** Beginn Navigation **/
#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.6);
     -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: grey;
	}

#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(128, 128, 128, 0.5);
     font-family: Tahoma;
     font-size: 16px;
     display: block;
     width: 100%;
     z-index: 40;
	}
 
.nav-open a {
     padding: 10px 15px;
     display: block;
     color: #fff;
     text-align: center;
     text-decoration: none;
	}

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

#box_content {
	width: 98%;
	background-color: #f6ffe0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, sans-serif;
	color: black;
	font-size: 16px;
	overflow-y: auto;
	-webkit-scroll-base-color: red;
	position: relative;
	top: 15%;
	height: 80%;
	}

#box_fuss {
	width: 100%;
	height: 36px;
	background-color: grey;
	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; 
	align-items: center;
	font-size: 14px;
	}
/** Ende Navigation UNTEN**/

/** Beginn Header Hintergrund **/

#triangle-bottomright {
		display:none;
		float: right;
      width: 50%;
      height: 0;
      border-bottom: 121px solid #5b9bd5;
      border-left: 100px solid transparent;
		z-index: 10;
    }

#triangle-bottomright_1 {
		display:none;
		float: right;
      width: 45%;
      height: 0;
      border-bottom: 121px solid #2e74b5;
      border-left: 100px solid transparent;
		z-index: 20;
		top: -121px;
    }

#triangle-bottomright_2 {
		display:none;
		float: right;
      width: 40%;
      height: 0;
      border-bottom: 121px solid #5b9bd5;
      border-left: 100px solid transparent;
		z-index: 30;
		top: -242px;
    }

#triangle-bottomright_3 {
		display:none;
		float: right;
      width: 992px;
      height: 0;
      border-bottom: 29px solid #404040;
      border-left: 0px solid transparent;
		z-index: 11;
		top: -363px;
    }

#triangle-bottomleft {
		display:none;
		float: right;
      width: 88%;
      height: 0;
      border-bottom: 121px solid black;
      border-left: 100px solid transparent;
    }
/** Ende Header Hintergrund **/

/** Beginn Belegungsplan **/
.box_belegung {
	width: 95%;
	margin: auto auto;
	}
/** Ende Belegungsplan **/

/** Ende CSS fuer Grundgeruest **/


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

	/** Startseite **/
.box_startseite_oben {
		float: left;
		width: 96%;
		margin-left: 2%;
		margin-top: 10px;
		text-align: justify;	 
	}

.box_startseite_links {
		float: left;
		width: 98%;
		margin-top: 10px;
		margin-left: 2%;
	}

.box_startseite_rechts {
		float: left;
		width: 98%;
		margin-top: 10px;
		margin-right: 0%;
		margin-left: 2%;
	}

.box_startseite_rechts > img {
		object-fit: cover;
		width: 90%;
	}

/* Beginn Styles fuer Gaestebuch */

#box_gaestebuch {
	position: relative;
	margin-left: 3%;
	width: 90%;
	float: left;
	/*background-color: red;*/
}

#gb_beschriftung {
	width: 100%;
	float: left;
	font-weight: bold;
	padding-bottom: 1px;
	/*background-color: green;*/
}

#gb_inhalt {
	width: 100%;
	float: left;
	padding-bottom: 1px;
	/*background-color: blue;*/
}
#gb_zurueck {
	width: 15%;
	float: left;
	height: 10px;
	/*background-color: red;*/
}

#gb_zahlen {
	width: 70%;
	float: left;
	text-align: center;
	/*background-color: green;*/
}

#gb_weiter {
	width: 15%;
	float: left;
	text-align: right;
	/*background-color: blue;*/
}

/* Ende Styles fuer Gaestebuch */

/* 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 */


/** Ende CSS fuer Inhalte der Seiten **/

}
