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

a.linkred { color: red;}
a.linkred:hover { text-decoration: underline; color: blue; }

/*Seite 1000x600 in der Mitte positionieren - Textgroesse Schriftart und Farbe allgemein*/
#seite {
	position: absolute;
	width: 996px; 				/* Breite des Layers abzueglich 2x border px Angabe */
	height: 596px;				/* Hoehe des Layers anzueglich 2x border px Angabe*/
	margin-top: -300px;			/* halbe Hoehe des Layers ohne Border px Angabe*/
	margin-left: -500px;		/* halbe Breite des Layers ohne Border px Angabe*/
	top: 50%;
	left: 50%;
	border: 2px solid #686868;
			border-radius: 20px;
			box-shadow: 5px 5px 7px #ffffff80;
	background-color: #ffffff;
	font-family: Tahoma, sans-serif;
	color: grey;
	font-size: 14px;
	}

/* Beginn Header */
#box_header {
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: 0px solid red;
	position: absolute;
	}

.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: 150px;*/
	margin-left: 16%;
	margin-top: 9px;
	/*width: 630px;*/
	width: 62%;
	height: 96px;
	border: 0px solid #FF0000;
	text-align: center;
	}

.box_header_rechts {
	margin-right: 9px;
	margin-top: 9px;
	width: 20%;
	float: right;
	}

/* Ende Header */

/* Beginn Navigation oben */
#box_navi {
	position: absolute;
	width: 996px;
	height: 25px;
	background-color: #FFFFFF;
	font-family: Tahoma;
     font-size: 12px;
	border-bottom: 2px solid #495139;
	margin-top: 0px;
	border-top: 2px solid #495139;
	float: left;
	bottom: 0;
	}

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

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

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

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

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

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

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

.nav-open {
	display:none;
	}
/*Ende Navigation oben */

#linie {
	width: 100%;
	height: 2px;
	background-color: #495139;
	position: absolute;
	bottom: 30px;
	}

/* 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: 996px;
	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: 2px;
	}

#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%;
	height: 405px;
	background-color: #ffffff;
	margin-top: 150px;
	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: 10px;
	}
/* Ende Content */

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

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

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

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

/* Bildunterschrift zentrieren */
.figure {
	text-align: center;
	}
	
.figcaption {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	}

/* Bild responsiv scalieren*/
.image_wrapper {
	max-width: 90%;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	}
	
.image-wrapper img {
	/*! width: 95% !important; */
	height: auto !important;
	/*! display: block; */
	}
	
.datenblatt {
	position:absolute;
	bottom: 2px;
	right:5px;
	font-size: 12px;
	}

.text {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: gray;
	}

.select {
	background: white;
	width: 70%;
	font-size: 12px;
	color: grey;
	padding: 3px;
	margin: 5px;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	border-radius: 5px;
	border: 1px solid grey;
	cursor: pointer;
	}

.button {
	background: white;
	font-size: 12px;
	color: grey;
	padding: 3px;
	margin: 5px;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	border-radius: 5px;
	border: 1px solid grey;
	cursor: pointer;
	}

/* Preisliste */

	.formular_mitte {
			width: 90%;
			margin-left: 7%;
			/*! margin-right: 5%; */
		}

	.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: 70%;
		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: 70%;
		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: 15%;
		text-align: center;
		font-weight: bold;
		box-sizing: border-box;
	}
	.bezeichnung {
		width: 70%;
		box-sizing: border-box;
	}
	.vkpreis {
		width: 10%;
		min-width: 70px;
		text-align: right;
		box-sizing: border-box;
	}
	.lieferbar {
		width: 15%;
		text-align: center;
		color: green;
		box-sizing: border-box;
	}
	.nichtlieferbar {
		width: 15%;
		text-align: center;
		color: red;
		box-sizing: border-box;
	}
/* Ende Preisliste */

/* Boxen fuer Impressum */
	.box_impressum {
		position: relative;
		float: left;
		width: 29%;
		height: 20%;
		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: 0;
		margin-left: 2%;
		margin-bottom: 1%;
		margin-right: 2%;
		text-align: justify;
		line-height: 135%;
	}
	
/* Ende Box fuer Impressum */

/* Box fuer Datenschutz */
	.box_datenschutz {
		width: 96%;
		float: left;
		margin-left: 2%;
		margin-right: 2%;
	
	}

/* Ende Box fuer Datenschutz */

/** Beginn Kontaktformular **/

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


	fieldset {
	margin: 0 auto;
	margin-top: 2em;
	padding: 2em;
	width: 22em;
	border: 0.1em solid black;
	color: gray;
	}

	fieldset img { width: auto; }

	legend {
	text-transform: uppercase;
	}

	label {
	float: left;
	width: 5em;
	padding-top: 0.3em;
	text-align: left;
	margin-right: 1.5em;
	}
	
	input {
	display: inline-block;
	width: 15em;
	font-size: 1em;
	margin-bottom: 0.8em;
	border: 0.1em solid grey;
	padding: 0.1em;
	}

	input[type=submit]{
	/*! display: block; */
	margin: 0 auto;
	margin-top: 1em;
	}

	input[type=checkbox]{
	display: inline-flex;
	width: 5%;
	}

/** Ende Kontaktformular **/

/* Boxen für Flyer */

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

/* Ende Boxen für Flyer */

.box_gesamt {
		position: relative;
		float: left;
		width: 100%;
		
	}

/* Service-Preise */

.service_preise_kpl {
	/* display: -webkit-box; */
	/*! 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: 31%;
	margin: 0px 10px 50px 10px;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	padding-bottom: 3em;
	}

.service_preise h4 {
	margin: 0;
	padding: 5px 5px 2px 0.7em;
	background: #686868;
	/*! border: 1px solid; */
	/*! border-color: #fe9 #eb0 #eb0 #fe9; */
	text-align: center;
	font-size: 1.2em;
	overflow: hidden;
	color: white;
	}

.service_preise div.beschreibung {
	padding: 5px 10px;
	background: #fff;
	}
	
.service_preise div.preiszeile {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	background: #ccc;
	width: 100%;
	}	

.service_preise span.preismax {
	font-size: 0.5em;
	}
.service_preise span.preis {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	text-align: right;
	color: blue;
	}



/* Ende Service-Preise */
