@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

body {
	font-size: 13px;
}
#Handykopf {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	height: 60px;
	position: fixed;
	top: 0px;
	z-index: 9999;
	margin-right: 0px;
	background-color: rgba(190,50,20,1);
}
#handy-logo {
	float: left;
	display: block;
	width: 70%;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: 15px;
	z-index: 2;
	/* [disabled]max-width: 288px; */
	color: rgba(255,243,215,1);
	font-size: 22px;
}
#memue {
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 12px;
	display: block;
	opacity: 0.8;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 5px;
	cursor: pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(153,153,153,1);
	/* [disabled]width: 20%; */
}



.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.handy-no {
	display: none;
}


.um-Kopf {
	width: 100%;
	background-image: url(../Layout/HG-Verlauf.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	float: left;
}


#Kopf {
	clear: both;
	margin-left: 0px;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 3000;
	top: 80px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	left: 0px;
}
#Logo {
	display: block;
	font-size: 24px;
	color: rgba(255,243,215,1);
	margin-top: 15px;
	width: 65%;
}

.um-Kopfbild {
	width: 100%;
	/* [disabled]clear: both; */
	display: block;
	float: left;
	top: 0px;
	background-color: rgba(148,141,35,1);
	margin-top: 60px;
}


#Kopfbild {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 480px;
	display: block;
	margin-top: 0px;
}

#navi {
	float: left;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 17px;
	width: 100%;
	z-index: 1000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(132,132,132);
	display: none;
	position: fixed;
}

#navi ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(132,132,132);
}
#navi a {
	display: block;
	color: rgba(190,50,20,1);
	text-decoration: none;
	border-right-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 17px;
	font-size: 120%;
	background-image: url(../Layout/handy/navi-pfeil1.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#navi a:hover {
	color: #FFFFFF;
	background-color: rgba(190,50,20,1);
	background-image: none;
}
#Inhalt {
	clear: both;
	float: left;
	margin-left: auto;
	width: 100%;
	display: block;
	padding-top: 20px;
	margin-bottom: 50px;
	margin-right: auto;
}
.Piktogramm {
	float: left;
	width: 27.33%;
	margin-bottom: 10px;
	margin-left: 3%;
	display: block;
	margin-right: 3%;
}

.spalte-links {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.spalte-rechts {
	float: left;
	width: 100%;
}

.spalte3er-links {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.spalte3er-rechts {
	float: left;
	width: 100%;
}
.Preis {
	font-size: 140%;
	padding-top: 8px;
	padding-bottom: 0px;
	display: block;
}



.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	max-width: 480px;
	width: 96%;
}
	
.flex-item {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
	padding-bottom: 25px;
	position: relative;
	background-color: rgba(0,0,0,0.1);
}

.flex-item p    {
	text-align: center;
	color: rgba(199,31,29,1);
	
}
.box-kopf {
	background-color: rgba(199,31,29,1);
	font-size: 120%;
	color: rgba(255,255,255,1);
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px 5px 0px 0px;
}

.box-fuss {
	font-size: 120%;
	color: rgba(255,255,255,1);
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}


.box-fuss a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: rgba(127,127,127,1);
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0px 0px 5px 5px;
	line-height: 120%;
}

.box-fuss a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: rgba(199,31,29,1);
}

.box-fuss a:after {
	content: url(../Layout/pfeil-weiter.png);
	padding-left: 7px;
}


#Handyfuss {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgb(102,102,102);
	position: fixed;
	bottom: 0px;
}




.um-Fuss {
	width: 100%;
	display: none;
	clear: both;
	float: left;
	background-color: rgba(213,191,199,1);
	padding-top: 10px;
}
#Fuss {
	margin-left: auto;
	width: 100%;
	display: none;
	margin-right: auto;
}

.Spalte-Fuss1 {
	width: 34%;
	display: block;
	float: left;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 15px;
	background-image: url(../Layout/hg-button-grau-linie.png);
	background-repeat: repeat-x;
	padding-top: 11px;
	padding-bottom: 11px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: right top;
}

.Spalte-Fuss1 a, .Spalte-Fuss2 a {
	color: rgb(255,255,255);
	text-decoration: none;
}

.Spalte-Fuss1 a:hover, .Spalte-Fuss2 a:hover {
	color: rgb(153,153,153);
}

.Spalte-Fuss2 {
	width: 33%;
	display: block;
	float: left;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-image: url(../Layout/hg-button-grau-linie.png);
	background-repeat: repeat-x;
	background-position: right top;
}
.Spalte-Fuss3 {
	width: 33%;
	display: block;
	float: left;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 15px;
	background-image: url(../Layout/hg-button-gruen-ani.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	background-position: left top;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
body {
	font-size: 14px;
	background-color: rgba(255,243,215,1);
}

.gridContainer {
	width: 96%;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
}
.handy-no {
	display: block;
}

#Handykopf {
	display: none;
}
#handy-logo {
	display: none;
}

.um-Kopf {
	width: 100%;
	display: block;
	/* [disabled]clear: both; */
	float: left;
	padding: 0px;
	background-color: rgba(190,50,20,1);
}



#Kopf {
	margin-left: auto;
	width: 96%;
	display: block;
	position: relative;
	top: 0px;
	box-shadow: none;
	margin-right: auto;
	max-width: 769px;
	padding: 0px;
}

#Logo {
	width: 70%;
	display: block;
	float: left;
	margin-top: 25px;
	margin-right: 0%;
}

.um-Kopfbild {
	width: 100%;
	/* [disabled]clear: both; */
	display: block;
	float: left;
	top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: rgba(148,141,35,1);
}


#Kopfbild {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 769px;
	display: block;
	margin-top: 0px;
}
.um-Navi {
	width: 100%;
	/* [disabled]clear: both; */
	display: block;
	float: left;
	top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: rgba(178,137,151,1);
}
#Container-Navi {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 769px;
	display: block;
	margin-top: 0px;
}



#navi {
	padding: 0;
	list-style-type: none;
	margin-top: 0%;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	/* [disabled]float: left; */
	border-bottom-style: none;
	max-width: 769px;
	background-image: url(../Layout/navi-trennlinie.png);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
}

#navi li {
	float: left;
	display: inline-block;
	border-bottom-style: none;
	text-align: center;
	width: 21%;
	background-image: url(../Layout/navi-trennlinie.png);
	background-repeat: repeat-y;
	background-position: right;
}


#navi a {
	display: block;
	text-decoration: none;
	margin: 0px;
	font-size: 95%;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgba(255,255,255,1);
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
}
#navi a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(102,32,88,1);
}


#Inhalt {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	margin-bottom: 120px;
	min-height: 400px;
	padding-top: 20px;
	margin-right: 0px;
}
.Piktogramm {
	float: left;
	width: 21%;
	margin-right: 2%;
	margin-bottom: 15px;
	margin-left: 2%;
	display: block;
}


.spalte-links {
	float: left;
	width: 45%;
}
.spalte-rechts {
	float: left;
	width: 52%;
	margin-left: 2%;
	margin-right: 1%;
}

.spalte3er-links {
	float: left;
	width: 22%;
}
.spalte3er-rechts {
	float: left;
	width: 75%;
	margin-left: 3%;
	margin-right: 0%;
}
.Preis {
	font-size: 140%;
}




.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	width: 100%;
	max-width: 769px;
}
	
.flex-item {
	width: 19%;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 0%;
	padding-bottom: 30px;
	position: relative;
	background-color: rgba(242,242,242,1);
	border-radius: 5px 5px 0px 0px;
}

.flex-item p    {
	text-align: center;
	font-size: 75%;
	
}
.box-kopf {
	font-size: 95%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 5px 5px 0px 0px;
}

.box-fuss {
	font-size: 85%;
	color: rgba(255,255,255,1);
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}


.box-fuss a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px 0px 5px 5px;
	line-height: 120%;
}

.box-fuss a:hover {
	text-decoration: none;
}

#Handyfuss {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}



.um-Fuss {
	width: 100%;
	display: block;
	clear: both;
	float: left;
	height: 80px;
	position: fixed;
	bottom: 0px;
}

#Fuss {
	margin-left: auto;
	width: 96%;
	display: block;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 20px;
	margin-right: auto;
	max-width: 769px;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
body {
	font-size: 17px;
}

.gridContainer {
	width: 90%;
	max-width: 1240px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
.handy-no {
	display: block;
}
#Handykopf {
	display: none;
}
#handy-logo {
	display: none;
}
.um-Kopf {
	width: 100%;
	/* [disabled]clear: both; */
	display: block;
	float: left;
	top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}


#Kopf {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1240px;
	display: block;
	margin-top: 0px;
}
#Logo {
	width: 70%;
	display: block;
	float: left;
	/* [disabled]margin-bottom: 15px; */
	margin-top: 35px;
	font-size: 33px;
}

.um-Kopfbild {
	width: 100%;
	/* [disabled]clear: both; */
	display: block;
	float: left;
	top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: rgba(148,141,35,1);
}
#Kopfbild {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1240px;
	display: block;
	margin-top: 0px;
}

.um-Navi {
	width: 100%;
	/* [disabled]clear: both; */
	display: block;
	float: left;
	top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: rgba(178,137,151,1);
}
#Container-Navi {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1240px;
	display: block;
	margin-top: 0px;
}


#navi {
	list-style-type: none;
	/* [disabled]padding: 0; */
	display: block;
	width: 100%;
	max-width: 1400px;
}
#navi li {
	float: left;
	display: inline-block;
	border-bottom-style: none;
	text-align: center;
	width: 21%;
}


#navi a {
	display: block;
	text-decoration: none;
	margin: 0px;
	font-size: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navi a:hover {

}

#Inhalt {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	margin-right: 0%;
	background-image: none;
	margin-bottom: 150px;
}
.Piktogramm {
	float: left;
	width: 16%;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2%;
	display: block;
	clear: none;
}



.spalte-links {
	float: left;
	width: 48%;
	margin-right: 1%;
}
.spalte-rechts {
	float: left;
	width: 48%;
	margin-right: 1%;
}

.spalte3er-links {
	float: left;
}
.spalte3er-rechts {
	float: left;
}

.Preis {
	font-size: 180%;
}



.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	max-width: 1400px;
	width: 100%;
}
	
.flex-item {
	width: 19%;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 0%;
	padding-bottom: 35px;
	position: relative;
}

.flex-item p    {
	text-align: center;
	
}
.box-kopf {
	font-size: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.box-fuss {
	font-size: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}





.box-fuss a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]border-radius: 0px 0px 5px 5px; */
	line-height: 120%;
}

.box-fuss a:hover {
	text-decoration: none;
}

#Handyfuss {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}


.um-Fuss {
	width: 100%;
	clear: both;
	display: block;
	float: left;
	height: 90px;
}

#Fuss {
	margin-left: auto;
	width: 90%;
	display: block;
	line-height: 30px;
	font-size: 14px;
	max-width: 1240px;
	margin-right: auto;
	height: 110px;
}



}
