/* Hover bei Links*/
a.link { color: grey;}
a.link:hover { text-decoration: underline; color: blue; }
/*Ende */

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


/*Seite positionieren abhaengig von Bildschirm - Textgroesse Schriftart und Farbe allgemein*/
#seite {
	position: absolute;
	width: calc(100vw - 6px); /*100%; 			/* Breite des Layers abzueglich 2x border px Angabe */
	height: calc(100vh - 6px); /*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: 3px solid #686868;
			border-radius: 30px;
			box-shadow: 0px 0px 0px #ffffff80;
	background-color: #ffffff; 
	color: grey;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	}

/* Beginn Header */
.box_header_links {
	margin-left: 10px;
	margin-top: 7px;
	width: 15%;
	position: absolute;
	z-index: -10;
	background-color: #fff;
	/*border: 2px solid #000; border-radius: 0px;*/
	}

.box_header_mitte {
	float: left;
	margin-left: 2%;
	/*margin-right: 1%;*/
	margin-top: 9px;
	/*width: 630px;*/
	width: 95%;
	height: 96px;
	border: 0px solid #FF0000;
	text-align: center;
	font-size: 14px;
	}

.box_header_rechts {
	margin-right: 9px;
	margin-top: 9px;
	position: absolute;
	float: right;
	z-index: -10;
	}

/* Ende Header */

/* 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: #848484
	}

#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: -25px;
     left: -25px;
     /*! background: rgba(73, 81, 57, 0.7); */
     font-family: Tahoma;
     font-size: 80px;
     display: block;
     width: 100%;
     z-index: 40;
	}
 
.nav-open a {
     /*! padding: 0px 20px; */
     display: block;
     color: blue;
     text-align: right;
     text-decoration: none;
     /*! top: 10px; */
	}

#box_navi:target {
	top:0px;
	}

/* Ende Navigation*/

#linie {
    width: 100%;
    height: 2px;
    background-color: #495139;
    position: absolute;
    bottom: 35px;
    }
  
/* Beginn Fusszeile und Navigation unten */
#box_fuss {
	width: 100%;
	height: 29px;
	background-color: #FFFFFF;
	/*margin-left: 30%; */
	/*margin-right: 10%; */
	margin: 0 auto;
	margin-top: 2px;
	border: 0px solid grey;
		border-bottom-left-radius: 18px;
	    border-bottom-right-radius:18px; 
	position: absolute;
	bottom: 0;
	}

/* Beginn Navigation unten */
#box_navi_unten {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 25px;
	background-color: #FFFFFF;
	font-family: Tahoma;
     font-size: 12px;
	border-bottom: 0px solid #495139;
	margin-top: 0px;
	border-top: 0px solid #495139;
		border-bottom-left-radius: 18px;
	   border-bottom-right-radius:18px;
	float: left;
	bottom: 4px;
	}

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

#box_navi_unten ul li {
	 float: left;
     text-align: center;
     /*! border-bottom: 1px solid #fff; */
	 /*! background-color: #555; */
	}

#box_navi_unten ul li a {
	padding: 5px 14px;
	display: block;
	color: grey;
	text-decoration: none;
	}

#box_navi_unten ul li a:hover {
	color: blue;
	}

#box_navi_unten #aktuell a {
	color: #FF0000:
	}

#box_navi_unten ul li:last-child {
	border-bottom: none;
	}

#box_navi_unten ul li.close {
	display:none;
	}
	
/* Ende Navigation unten */

/* Beginn Content */
#box_content {
	width: 100%;
	background-color: #FFFFFF;
	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%;
	}
 
 /* Ende Content */

 /* Beginn Box fuer Startseite */
.box_startseite {
		position: relative;
		margin-left: 1%;
		width: 96%;
		float: left;
		box-sizing: border-box;
		text-align: justify;
	}

	.box_startseite: last-child {
		margin-right: 0;
	}
/* Ende Box fuer Startseite */ 

/* Beginn Box fuer Angebotsseite */
.box_angebotsseite {
		position: relative;
		margin-left: 1%;
		width: 96%;
		float: left;
		box-sizing: border-box;
		text-align: justify;
	}

	.box_angebotsseite: last-child {
		margin-right: 0;
	}
/* Ende Box fuer Angebotsseite */

/* Preisliste */

	.formular_mitte {
			width: 92%;
			margin-left: 4%;
			margin-right: 4%;
		}

	.content_down {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	.ueberschrift {
		text-align: center;
		font-weight: bold;
		margin: 10px auto;
	}
	.liste {
		width: 99%;
		overflow: auto;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.zeilenichts {
		margin: 20px auto;
		text-align: center;
		font-weight: bold;
		box-sizing: border-box;
	}
	.kopfzeile {
		display: flex;
		width: 100%;
		margin: 10px auto;
		border-bottom: 1px solid grey;
		box-sizing: border-box;
	}
	.zeile {
		display: flex;
		width: 100%;
		margin: 10px auto;
		border-bottom: 1px solid blue;
		box-sizing: border-box;
	}
	.kopfbezeichnung {
		width: 70%;
		text-align: left;
		font-weight: bold;
		box-sizing: border-box;
	}
	.kopfvkpreis {
		width: 10%;
		min-width: 70px;
		text-align: center;
		font-weight: bold;
		box-sizing: border-box;
	}
	.kopflieferbar {
		width: 20%;
		text-align: center;
		font-weight: bold;
		box-sizing: border-box;
	}
	.bezeichnung {
		width: 65%;
		box-sizing: border-box;
	}
	.vkpreis {
		width: 15%;
		min-width: 0px;
		text-align: right;
		box-sizing: border-box;
		font-weight: bold;
	}
	.lieferbar {
		width: 20%;
		text-align: center;
		color: green;
		box-sizing: border-box;
	}
	.nichtlieferbar {
		width: 20%;
		text-align: center;
		color: red;
		box-sizing: border-box;
		font-size: 14px;
	}
/* Ende Preisliste */

/* Boxen fuer Impressum */
	.box_impressum {
		position: relative;
		float: left;
		width: 96%;
		height: 15%;
		margin-left: 2%;
		margin-bottom: 1%;
		padding: 5px 0px 5px 0px;
		border: 1px solid gray;
		margin-right: 2%;
		text-align: center;
		line-height: 135%;
	}
	
	.box_impressum_1 {
		position: relative;
		float: left;
		width: 96%;
		height: 15%;
		margin-left: 2%;
		margin-bottom: 1%;
		padding: 5px 0px 5px 0px;
		border: 0px solid gray;
		margin-right: 2%;
		text-align: left;
		line-height: 135%;
	}
/* Ende Box fuer Impressum */

/* Boxen für Flyer */

	.box_flyer {
		position: relative;
		float: left;
		width: 45%;
		height: auto;
		box-sizing: border-box;
		text-align: center;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	.box_flyer: last-child {
		margin-right: 0;
		}

/* Service-Preise */

.service_preise_kpl {
	display: block;
	/*! display: -ms-flexbox; */
	/*! display: flex; */
	/*! -webkit-box-orient: horizontal; */
	/*! -webkit-box-direction: normal; */
    /*! -ms-flex-direction: row; */
    /*! flex-direction: row; */
	/*! -ms-flex-wrap: wrap; */
    /*! flex-wrap: wrap; */
	}

.service_preise {
	width: 90%;
	margin: 0px auto 20px auto;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	padding-bottom: 3em;
	}

/* Ende Service-Preise */
