@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_header_logo img{
	width: 121px;
	height: 121px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	border: 0px solid red;
	border-top-left-radius: 15px;
	z-index: -10;
	object-fit: cover:;
	border-right: 2px solid #495139;
	}

/** 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: #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: 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: 100%;
	background-color: #f6ffe0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, sans-serif;
	color: grey;
	font-size: 16px;
	overflow-y: auto;
	-webkit-scroll-base-color: red;
	position: relative;
	top: 15%;
	height: 80%;
	}

#box_fuss {
	width: 100%;
	height: 29px;
	background-color: #97c880;
	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 Bildslider **/
@keyframes slidy {

0% 		{ left: 0%; }
20% 	{ left: 0%; }
25% 	{ left: -100%; }
45% 	{ left: -100%; }
50% 	{ left: -200%; }
70% 	{ left: -200%; }
75% 	{ left: -300%; }
95% 	{ left: -300%; }
100% 	{ left: -400%; }
	}

body { margin: 0; } 
div#slider { 
	overflow: hidden;
	border-radius: 0px; 
	}
div#slider figure img { 
	width: 20%; 
	float: left;
	height:128px;
	object-fit:cover; 
	}
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: slidy 30s infinite; 
  
}
/** Ende Bildslider **/

/** Ende CSS fuer Grundgeruest **/

/** 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;
	color: black;
	position: absolute;
	line-height: 20px;
	overflow-y: auto;
	height: 80%;
}

	/** Beginn Bilder und Slogan Startseite unten **/
#left {
		display: flex;
        float:left;
        width:25%;
        background-color:transparent;
		height: 50px;
		justify-content: left;
		object-fit: cover;
    }
#right {
		display:flex;
        float:left;
        width:25%;
        background-color:transparent;
		height: 50px;
		justify-content: right;
    }
#middle {
        display:flex;
        float: left;
        width: 50%;
        background-color:transparent;
        height:100px;
        align-items: center;
		justify-content: center;
	}	
	
#middle_1{
        display:none;
        float: left;
        width: 50%;
        background-color:transparent;
        align-items: center;
		  justify-content: center;
        height: 150px;
	}	

#middle_11 {
		/*display:grid;*/
		display: none;
		width: 99%;
		background-color: transparent;
		margin; auto auto;
	}

#middle_11 > img {
		object-fit: cover;
		width: 100%;
	}

	
	/** Ende Bilder und Slogan Startseite unten **/

#left_1 {
		display:grid;
        float:left;
        width:50%;
        background-color:transparent;
		height: 110px;
		margin-top: 0px;
		justify-content: left;
    }

#right_1 {
		display:grid;
        float:left;
        width:48%;
        background-color:transparent;
		height: 110px;
		margin-top: 0px;
		justify-content: right;
		
    }	
	
	/** Ende Bilder und Slogan Startseite unten **/

/** Beginn Begriffe **/
#box_begriffe {
	float: left;
	width: 96%;
	top: 128px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 16px;
	color: black;
	position: absolute;
	line-height: 20px;
	overflow-y: auto;
	height: 80%;
}
/** Ende Begriffe **/

/** Beginn Osteopathie **/
#box_osteopathie_links {
	float: left;
	width: 92%;
	margin-left: 4%;
	display: grid; 
    justify-content: center; 
    align-items: center;
	margin-right: 4%;
	margin-top: 10px;
	}

#box_osteopathie_rechts {
	float: left;
	width: 92%;
	margin-left: 4%;
	display: grid; 
    justify-content: center; 
    align-items: center;
    margin-top: 20px;
	margin-right: 4%;
	}

/** Ende Osteopathie **/





/** Beginn Leistungen **/
#box_leistungen_links {
	float: left;
	width: 92%;
	margin-left: 4%;
	display: grid; 
    justify-content: center; 
    align-items: center;
	margin-right: 4%;
	}

#box_leistungen_rechts {
	float: left;
	width: 92%;
	margin-left: 4%;
	display: grid; 
    justify-content: center; 
    align-items: center;
    margin-top: 20px;
	margin-right: 4%;
	}

/** Ende Leistungen **/

/** Beginn Team **/

#box_team_1 {
	float: left;
	width: 96%;
	/*! margin-right: 1%; */
	margin-left: 2%;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	/*! font-size: 11px; */
	text-align: center;
	color: black;
	box-sizing: border-box;
	height: 90px;
	}

#box_team_1:last-child {
	margin-right: 0;
	}

#box_team_11 {
	float: left;
	width: 96%;
	/*! margin-right: 1%; */
	margin-left: 2%;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	/*! font-size: 11px; */
	text-align: center;
	color: black;
	box-sizing: border-box;
	height: 10px;
	}

#box_team_11:last-child {
	margin-right: 0;
	}

/** Ende Team **/

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

#box_anfahrt_links {
	float: left;
	width: 96%;
	margin-left: 2%;
	display: grid; 
    justify-content: center; 
    align-items: center;
	}

#box_anfahrt_rechts {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-top: 25px;
	/**display: grid; '*/ 
    /**justify-content: left; **/ 
    /**align-items: center; **/
	}

/** Ende Anfahrt **/

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

}
