@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size: 15px;
	background-attachment: fixed;
	background-image: url(../Layout/hg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: rgba(210,210,210,1);
}

#container {
	margin: 0 auto;
	padding: 0px;
	max-width: 480px;
}
.handy-no {
	display: none;
}

.pc-no {
	display: block;
}

header {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 0em;
	padding-left: 15px;
	position: relative;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	background-color: rgba(255,255,255,1);
}

.Logo {
	width: 320px;
}

#hamburger {
	display: block;
	width: 48px;
	position: absolute;
	right: 17px;
	cursor: pointer;
	top: 30px;
}
.Symbole-Kopf, .Claim {
	display: none;
}

#navigation {
	display: none;
	width: 100%;
	box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
	z-index: 1000;
}

.navi-spalte {
	text-align: left;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
}

.navi-spalte:last-child {
	border-bottom-style: none;
}

.navi-spalte a {
	color: rgba(255,255,255,1);
	background-color: rgba(199,31,29,1);
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 135%;
	letter-spacing: 1px;
}

.navi-spalte a:hover {
	color: rgba(199,31,29,1);
	background-color: rgba(229,229,229,1);
	text-decoration: none;
}

.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 90px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 85px;
	padding-left: 0;
	align-items: stretch;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.Preis {
	font-size: 120%;
	padding-top: 8px;
	padding-bottom: 0px;
	display: block;
}

ul.punkte {
	margin-bottom: 10px;
	list-style-position: outside;
	margin-top: 3px;
}

ul.punkte li {
	padding-bottom: 15px;
	list-style-type: disc;
	color: rgba(255,255,255,1);
	list-style-image: url(../layout/li-punkt-weiss.png);
	font-size: 115%;
	margin-right: 0px;
	margin-left: 21px;
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-50, .col-50-100, .col-33, .col-33-33-50, .col-33-100, .col-33-50, .col-25, .col-25-25-50 {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	position: relative;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin: 0px;
	z-index: 2;
}

.col-25-50-50 {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	position: relative;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin: 0px;
}


.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-50, .col-50-100, .col-33, .col-33-100, .col-33-50, .col-25 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-33-33-50, .col-25-50-50, .col-25-25-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-bild {
	margin: 0px;
	padding: 0px;
}

.linie-links {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.Adresse-Symbol {
	display: block;
	float: left;
	width: 18%;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 4%;
}

.Adresse-Text {
	display: block;
	float: left;
	width: 75%;
	padding-top: 11px;
	margin: 0px;
}

.margin-bottom-no {
	margin-bottom: 0px;
}

.skylines {
	display: block;
	height: 300px;
	width: 100%;
	position: fixed;
	bottom: 74px;
}

.skylines img {
	bottom: 0px;
	position: absolute;
}

#um-fuss {
	display: none;
}

footer {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
}

.footer-spalte {
	padding-top: 7px;
	padding-bottom: 0px;
	font-size: 95%;
	padding-right: 15px;
	padding-left: 15px;
}

#Handyfuss {
	float: left;
	width: 100%;
	display: block;
	background-color: rgb(51,51,51);
	position: fixed;
	bottom: 0px;
	margin: 0;
	padding: 0px;
	line-height: 0%;
	z-index: 10;
}

.Spalte-Fuss1 {
	width: 28%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.Spalte-Fuss2 {
	width: 35%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: rgba(0,204,0,1);
}
.Spalte-Fuss3 {
	width: 18%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.Spalte-Fuss4 {
	width: 18%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

}


.Ende-Handy__________________ { }


@media screen and (min-width:481px) {
	
body {
	margin: 0;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(../Layout/hg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: rgba(210,210,210,1);
}

.handy-no {
	display: block;
}
.pc-no {
	display: none;
}

#container {
	padding: 0px;
}

#container, footer {
	width: 100%;
	max-width: 768px;
}

header {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	box-shadow: 0px 0px 0px rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);
}

.Logo {
	width: 30%;
	padding-left: 0%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
}


#hamburger {
	display: none;
}

.um-navi {
	position: absolute;
	z-index: 9999;
	width: 65%;
	right: 0px;
	top: 10px;
	padding-top: 30px;
}

.Symbole-Kopf, .Claim {
	display: block;
	width: 70%;
	text-align: right;
	float: right;
	margin-bottom: 5%;
	margin-right: 2.4%;
	margin-top: 5%;
}

#navigation {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0px;
	bottom: 5px;
	position: relative;
	width: 100%;
	box-shadow: 0px 0px 0px rgba(255,255,255,1);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navi-spalte {
	-ms-flex: 1 1 auto;
	flex-grow: 1;
	text-align: center;
	line-height: 1em;
	border-bottom-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,1);
}

.navi-spalte a {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 100%;
	border-bottom-style: none;
	padding-left: 0px;
	color: rgba(199,31,29,1);
	font-weight: bold;
	background: none;
	letter-spacing: 0px;
}

.navi-spalte a:hover {
	color: rgba(0,0,0,1);
	border-bottom-style: none;
	border-right-width: 1px;
	background: none;
}
	
.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-top: 10px;
	padding-bottom: 120px;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.Preis {
	font-size: 125%;
}

.Adresse-Symbol {
	display: block;
	float: left;
	width: 40px;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
}

.Adresse-Text {
	display: block;
	float: left;
	width: 75%;
	padding-top: 5px;
	margin: 0px;
}

ul.punkte {
	list-style-position: outside;
	margin-top: 3px;
}

ul.punkte li {
	padding-bottom: 15px;
	list-style-type: disc;
	list-style-image: url(../layout/li-punkt-weiss.png);
	float: none;
	margin-right: 0px;
	font-size: 125%;
	margin-left: 21px;
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-50, .col-50-100, .col-33, .col-33-33-50, .col-33-100, .col-33-50, .col-25, .col-25-50-50, .col-25-25-50 {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	z-index: 2;
}

.col-100 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-75 {
	width: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
}

.col-66 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-66-100, .col-50-100 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-66-66 {
	width: 66.66%;
	-webkit-flex-basis: 66.66%;
	flex-basis: 66.66%;
}

.col-66-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-33, .col-33-33-50 {
	width: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}

.col-33-100 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-33-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-25, .col-25-50-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-25-25-50 {
	width: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}

.col-bild {
	margin: 0px;
	padding: 0px;
}
.linie-links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.3);
	border-bottom-style: none;
}

.margin-bottom-no {
	margin-bottom: 0px;
}

.skylines {
	display: block;
	height: 300px;
	width: 100%;
	position: fixed;
	bottom: 90px;
	background-image: url(../Layout/Skyline-WZ-NEU.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100vw;
}

#um-fuss {
	margin: 0px;
	width: 100%;
	height: 95px;
	left: 0px;
	bottom: 0px;
	position: fixed;
	padding-bottom: 10px;
	background-image: none;
	display: block;
	background-color: rgba(179,180,182,1);
	z-index: 1000;
}

footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer-spalte {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 100%;
	line-height: 1.3em;
}

.footer-spalte p {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

#Handyfuss {
	display: none;
}


.Ende-Tablett__________________ { }
}

@media screen and (min-width:769px) {
	
body {
	margin: 0;
	font-size: 15px;
}
.handy-no {
	display: block;
}

header {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}


#container {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 200px;
}
#container, footer {
	width: 95%;
	max-width: 1460px;
}

.Logo {
	width: 28%;
	padding-left: 50px;
	float: left;
	margin-right: 4%;
	margin-left: 0%;
	min-width: 240px;
}

.um-navi {
	position: absolute;
	z-index: 9999;
	width: 65%;
	right: 0px;
	top: 10px;
	padding-top: 40px;
}

.Symbole-Kopf, .Claim {
	display: block;
	width: 62%;
	text-align: right;
	float: right;
	margin-bottom: 4%;
	margin-right: 3.8%;
	margin-top: 5%;
}

#hamburger {
	display: none;
}

.navi-spalte {
	-ms-flex: 1 1 auto;
	flex-grow: 1;
	text-align: center;
	line-height: 1em;
}

.navi-spalte a {
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 110%;
}


.navi-spalte a:hover {

}
	
.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-top: 5px;
	padding-bottom: 160px;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
}

.Preis {
	font-size: 125%;
}

.Adresse-Symbol {
	display: block;
	float: left;
	width: 60px;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 15px;
	min-width: 60px;
}

.Adresse-Text {
	display: block;
	float: left;
	width: 70%;
	padding-top: 10px;
	margin: 0px;
}

ul.punkte {
	list-style-position: outside;
	margin-top: 3px;
	margin-bottom: 25px;
}

ul.punkte li {
	padding-bottom: 8px;
	list-style-type: disc;
	list-style-image: url(../layout/li-punkt-weiss.png);
	font-size: 100%;
	clear: both;
	float: none;
	margin-right: 0px;
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-50, .col-50-100, .col-33, .col-33-33-50, .col-33-100, .col-33-50, .col-25, .col-25-50-50, .col-25-25-50 {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.col-100 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-75 {
	width: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
}

.col-66, .col-66-100, .col-66-50  {
	width: 66.66%;
	-webkit-flex-basis: 66.66%;
	flex-basis: 66.66%;
}

.col-50, .col-50-100 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-33, .col-33-33-50 {
	width: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}

.col-33-100 {
	width: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}

.col-33-50 {
	width: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}

.col-25, .col-25-25-50, .col-25-50-50 {
	width: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.col-bild {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0%;
}

.margin-bottom-no {
	margin-bottom: 0px;
}

.linie-links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.3);
	border-bottom-style: none;
}

.skylines {
	display: block;
	height: 300px;
	width: 100%;
	background-image: url(../Layout/Skyline-WZ-NEU.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100vw;
}

#um-fuss {
	margin: 0px;
	width: 100%;
	height: 90px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer-spalte {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 15px;
	font-size: 90%;
	line-height: 1.4em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(102,102,102,1);
	margin-top: 10px;
	margin-bottom: 0px;
}
}


@media screen and (min-width:1024px) {
	
body {
	font-size: 17px;
}

.Symbole-Kopf, .Claim {
	display: block;
	width: 62%;
	text-align: right;
	float: right;
	margin-bottom: 4%;
	margin-right: 4.5%;
	margin-top: 5%;
}

.navi-spalte a {
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 125%;
}

#um-fuss {
	height: 90px;
}
