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

#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: 15%;
	background-color: transparent;
	border: 0px solid red;
	}

.box_header_logo {
	margin-left: 10px;
	margin-top: 0px;
	background-color: black;
	position: absolute;
	z-index: -20;
	}

.box_header_logo_rechts {
	margin-left: 0px;
	margin-top: 25px;
	position: absolute;
	z-index: -20;
	}

img {
  object-fit:cover;
	}

.box_slider > img {
	width: 100%;
	height: 100%;	
	margin-left: 0px;
	margin-top: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	object-fit: cover;
	object-position: center;	
	z-index: 30;
	}

/**
 * Jirka Meyer, sysWare
 * Definitionen für CSS-Slider
 * 
**/
#gallery {
	position: absolute;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
}
/**
 * /CSS-Slider
 * 
**/
			
#box_navi {
	position: fixed;
     top: -200%;
     left: 0;
     float: none;
     width: 100%;
     margin: 0;
     padding: 0;
     font-family: Tahoma;
     font-size: 12px;
     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: #555;
	}

#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.7);
     font-family: Tahoma;
     font-size: 12px;
     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;
	}


#box_content {
	width: 100%;
	background-color: #f6ffe0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, sans-serif;
	color: grey;
	font-size: 12px;
	overflow-y: auto;
	-webkit-scroll-base-color: red;
	position: relative;
	top: 15%;
	height: 80%;
	}
	
#linie {
    width: 100%;
    height: 2px;
    background-color: #495139;
    position: absolute;
    bottom: 35px;
}

#box_fuss {
	width: 100%;
	height: 29px;
	background-color: #495139;
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid grey;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius:0px; 
	position: absolute;
	bottom: 0;
	}

#linie {
   display: none;
   }

/** 
 * Pixlie - Styles fuer responsiv überladen
 * 
 **/
#pixlie-seitenleiste {
    float: none;
    width: 300px;
    padding: 0px;
}

.pixlie-container-bilderliste {
    padding: 20px 0 0px 35px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

#pixlie-seitenleiste h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bold;
    margin: 15px 20px 10px 33px;
    padding: 0px;
}

.pixlie-bilderliste li p {
    padding: 0;
    margin: 0;
    width: 200px;
}

#pixlie-inhalt-liste {
    float: left;
    width: 300px;
    border-right: 1px solid #E4E4E4;
}

.pixlie-seitenzahlen {
    padding-bottom: 10px;
    text-align: center;
    float: left;
}


/* Beginn CSS fuer Menuestructur */
/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
{
TEXT-DECORATION: none;
FLOAT: none;
Display: block;
FONT-FAMILY: Tahoma;
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
COLOR: #FFFFFF;
PADDING: 6px;
BACKGROUND-COLOR: transparent;
}

/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
COLOR: #FF0000;
font-weight: normal;
}

/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
TEXT-DECORATION: none;
FLOAT: none;
display: block;
FONT-FAMILY: Tahoma;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
COLOR: #FFFFFF;
PADDING: 6px;
BACKGROUND-COLOR: transparent;
}




}
