@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size: 17px;
}

#container {
	margin: 0 auto;
	padding: 0px;
	max-width: 480px;
}
.handy-no {
	display: none;
}


.pc-no {
	display: block;
}

header {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 0em;
	padding-left: 10px;
	position: relative;
}
p {
	line-height: 1.7em;
}

.Logo {
	display: none;
}
.Logo-handy {
	width: 80%;
	margin-bottom: 3px;
	margin-top: 3px;
}


#hamburger {
	display: block;
	width: 9%;
	position: absolute;
	right: 4%;
	cursor: pointer;
	top: 35px;
}

#navigation {
	display: none;
	width: 100%;
	box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
}

.navi-spalte {
	text-align: left;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
}

.navi-spalte:last-child {
	border-bottom-style: none;
}

.navi-spalte a {
	color: rgba(255,255,255,1);
	background-color: rgba(239,127,26,1);
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 115%;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
}

.navi-spalte a:hover {
	color: rgba(239,127,26,1);
	background-color: rgba(0,0,0,1);
	text-decoration: none;
}

ul.punkte {
	margin-bottom: 10px;
	list-style-position: outside;
	margin-top: 3px;
}

ul.punkte li {
	padding-bottom: 6px;
	list-style-type: disc;
	color: rgba(0,0,0,1);
	list-style-image: url(../layout/li-punkt.png);
	font-size: 100%;
	margin-right: 0px;
	margin-left: 21px;
}


.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 55px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-75-50, .col-75-66, .col-75-100, .col-50, .col-50-100, .col-33, .col-33-100, .col-33-50, .col-25, .col-25-100, .col-25-50, .col-25-33 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.col-ganze-breite {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.col-bild {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.col-bild p {
	margin-right: 10px;
	margin-left: 10px;
}

.col-bild h1, .col-bild h2, .col-bild h3, .col-bild h4 {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.hg-uns {
	background-image: url(../bilder/ueber-uns.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	min-height: 220px;
	padding-right: 40vw;
}

.hg-uns h1 {
	font-size: 130%;
	line-height: 1.3em;
	margin-bottom: 0px;
	margin-top: 7px;
}

.padding-null {
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,153,153,1);
}

.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-Symbol-klein {
	display: block;
	float: left;
	width: 15%;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 4%;
}


.Adresse-Text {
	display: block;
	float: left;
	width: 75%;
	padding-top: 11px;
	margin: 0px;
}
.Adresse-Text-klein {
	display: block;
	float: left;
	width: 80%;
	padding-top: 11px;
	margin: 0px;
}


.margin-bottom-no {
	margin-bottom: 0px;
}

#um-fuss {
	width: 100%;
	display: block;
	padding-bottom: 75px;
	position: relative;
	z-index: 1000;
	background-color: rgba(0,0,0,1);
	margin: 0px;
}

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;
}

.footer-spalte:last-child {
	margin-bottom: 80px;
}

.um-fuss2 {
	width: 100%;
	display: none;
	background-color: rgba(239,127,26,1);
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: rgba(255,255,255,1);
	margin-bottom: 60px;
}

.handy-tel {
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 99999;
	bottom: 0px;
	height: 54px;
	left: 0px;
	background-color: rgba(239,127,26,1);
	background-image: url(../layout/hg-tel-bu.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.7);
}

}


.Ende-Handy__________________ { }


@media screen and (min-width:481px) {
	
body {
	margin: 0;
	font-size: 13px;
	
}

.handy-no {
	display: block;
}
p {
	line-height: 1.9em;
}


.pc-no {
	display: none;
}

.tablett-no {
	display: none;
}


#container {
	padding: 0px;
}

#container, footer {
	width: 100%;
	max-width: 768px;
}

header {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-image: none;
	padding-right: 0px;
	margin: 0px;
}

.Logo {
	width: 40%;
	float: left;
	margin-left: 0%;
	margin-top: 15px;
	background-color: rgba(255,255,255,1);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 3%;
	/* [disabled]min-width: 200px; */
}

#hamburger {
	display: block;
	right: 3%;
	width: 10%;
	top: 25px;
}

.um-navi {
	position: relative;
	z-index: 9999;
	width: 100%;
	right: 0px;
	top: 18px;
	clear: left;
	margin-bottom: 15px;
}

#navigation {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	/* align-items: stretch; */
	margin: 0px;
	padding: 0px;
	bottom: 5px;
	position: relative;
	width: 100%;
	box-shadow: 0px 0px 0px rgba(255,255,255,1);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
}

.navi-spalte {
	-ms-flex: 1 1 auto;
	flex-grow: 1;
	text-align: center;
	line-height: 1em;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(153,153,153,1);
}

.navi-spalte:last-child {
	border-bottom-style: none;
	border-right-width: 0px;
}

.navi-spalte a {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 90%;
	border-bottom-style: none;
	padding-left: 0px;
	color: rgba(239,127,26,1);
	font-weight: normal;
	background: none;
	letter-spacing: 0px;
}

.navi-spalte a:hover {
	color: rgba(51,51,51,1);
	border-bottom-style: none;
	border-right-width: 1px;
	background: none;
}

.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-Symbol-klein {
	display: block;
	float: left;
	width: 55px;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
}


.Adresse-Text {
	display: block;
	float: left;
	width: 75%;
	padding-top: 5px;
	margin: 0px;
}
.Adresse-Text-klein {
	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: 6px;
	list-style-type: disc;
	list-style-image: url(../layout/li-punkt.png);
	float: none;
	margin-right: 0px;
	font-size: 100%;
	margin-left: 25px;
}
	
.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
	padding-top: 0px;
	padding-bottom: 5px;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 5px;
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-75-50, .col-75-66, .col-75-100, .col-50, .col-50-100, .col-33, .col-33-100, .col-33-50, .col-25, .col-25-100, .col-25-50, .col-25-33 {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 4px;
}

.col-100, .col-66-100, .col-75-100, .col-50-100, .col-33-100, .col-25-100 {
	width: 98%;
	-webkit-flex-basis: 98%;
	flex-basis: 98%;
	margin-right: 1%;
	margin-left: 1%;
}

.col-ganze-breite {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.col-75 {
	width: 73%;
	-webkit-flex-basis: 73%;
	flex-basis: 73%;
	margin-right: 1%;
	margin-left: 1%;
}

.col-50, .col-75-50, .col-66-50, .col-33-50, .col-25-50 {
	width: 48%;
	-webkit-flex-basis: 48%;
	flex-basis: 48%;
	margin-right: 1%;
	margin-left: 1%;
}

.col-66, .col-75-66 {
	width: 64.66%;
	-webkit-flex-basis: 64.66%;
	flex-basis: 64.66%;
	margin-right: 1%;
	margin-left: 1%;
}

.col-33, .col-25-33 {
	width: 31.33%;
	-webkit-flex-basis: 31.33%;
	flex-basis: 31.33%;
	margin-right: 1%;
	margin-left: 1%;
}

.col-25 {
	width: 23%;
	-webkit-flex-basis: 23%;
	flex-basis: 23%;
	margin-right: 1%;
	margin-left: 1%;
}

.col-bild {
	padding: 0px;
	margin: 0px;
}

.col-bild img {
	border-radius: 4px;
}

.col-bild p {
	margin-right: 15px;
	margin-left: 15px;
}

.col-bild h1, .col-bild h2, .col-bild h3, .col-bild h4 {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.hg-uns {
	background-image: url(../bilder/ueber-uns.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	min-height: 250px;
	padding-right: 40vw;
}

.hg-uns h1 {
	font-size: 200%;
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-top: 0px;
}

.padding-null {
	padding-right: 1px;
	border: none;
}

.margin-bottom-no {
	margin-bottom: 0px;
}

#um-fuss {
	margin: 0px;
	width: 100%;
	height: 210px;
	left: 0px;
	bottom: 25px;
	position: fixed;
	padding-bottom: 10px;
	background-color: rgba(39,39,39,1);
	background-image: url(../layout/hg-rauschen.png);
	background-repeat: repeat;
}

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;
	flex-wrap:wrap;
}

.footer-spalte {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	font-size: 90%;
	line-height: 1.7em;
}

.footer-spalte:last-child {
	margin-bottom: 0px;
}

.footer-spalte img {
	width: 30%;
}

.footer-spalte p {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.um-fuss2 {
	width: 100%;
	display: block;
	background-color: rgba(239,127,26,1);
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: fixed;
	bottom: 0px;
}

.handy-tel {
	display: none;
}


.Ende-Tablett__________________ { }
}

@media screen and (min-width:769px) {
	
body {
	margin: 0;
	font-size: 15px;
	background-image: url(../layout/hg-rauschen.png);
	background-repeat: repeat;
}
.handy-no {
	display: block;
}
.tablett-no {
	display: block;
}
.pc-no {
	display: none;
}

#container {
	padding: 0px;
	margin-top: 0px;
}

#container, footer {
	width: 100%;
	max-width: 3000px;
}

header {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 70px;
	/* [disabled]box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.6); */
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.Logo {
	width: 35%;
	float: left;
	margin-left: 0%;
	margin-top: 30px;
	background-color: rgba(255,255,255,1);
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 3%;
	min-width: 330px;
}

#hamburger {
	display: block;
	width: 70px;
	top: 40px;
}

.um-navi {
	position: absolute;
	z-index: 9999;
	width: 58%;
	right: 0px;
	top: 40px;
	padding-right: 0px;
	margin-right: 3.5%;
	margin-bottom: 5px;
}

#navigation {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-style: none;
}

.navi-spalte {
	-ms-flex: 1 1 auto;
	flex-grow: 1;
	text-align: center;
	line-height: 1em;
}

.navi-spalte:last-child {
	border-bottom-style: none;
	border-right-width: 1px;
}

.navi-spalte a {
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 110%;
	letter-spacing: 0px;
}

.navi-spalte a:hover {
}


.Adresse-Symbol {
	display: block;
	float: left;
	width: 50px;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 15px;
	min-width: 60px;
}
.Adresse-Symbol-klein {
	display: block;
	float: left;
	width: 12%;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 2%;
	min-width: 40px;
}


.Adresse-Text {
	display: block;
	float: left;
	width: 77%;
	padding-top: 10px;
	margin: 0px;
}
.Adresse-Text-klein {
	display: block;
	float: left;
	width: 83%;
	padding-top: 5px;
	margin: 0px;
}


ul.punkte {
	list-style-position: outside;
	margin-top: 3px;
	margin-bottom: 10px;
}

ul.punkte li {
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-image: url(../layout/li-punkt.png);
	font-size: 100%;
	clear: both;
	float: none;
	margin-right: 0px;
}
	
.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
	padding-top: 30px;
	padding-bottom: 20px;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 0px;
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-75-50, .col-75-66, .col-75-100, .col-50, .col-50-100, .col-33, .col-33-100, .col-33-50, .col-25, .col-25-100, .col-25-50, .col-25-33 {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	/* [disabled]background-color: rgba(204,255,0,1); */
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.col-100 {
	width: 96,668%;
	-webkit-flex-basis: 96,668%;
	flex-basis: 96,668%;
	margin-right: 1.666%;
	margin-left: 1.666%;
}

.col-75, .col-75-50, .col-75-66, .col-75-100 {
	width: 71.668%;
	-webkit-flex-basis: 71.668%;
	flex-basis: 71.668%;
	margin-right: 1.666%;
	margin-left: 1.666%;
}

.col-66, .col-66-100, .col-66-50 {
	width: 63.2%;
	-webkit-flex-basis: 63.2%;
	flex-basis: 63.2%;
	margin-right: 1.666%;
	margin-left: 1.666%;
}

.col-50, .col-50-100 {
	width: 46.668%;
	-webkit-flex-basis: 46.668%;
	flex-basis: 46.668%;
	margin-right: 1.666%;
	margin-left: 1.666%;
}

.col-33, .col-33-100, .col-33-50 {
	width: 30%;
	-webkit-flex-basis: 30%;
	flex-basis: 30%;
	margin-right: 1.666%;
	margin-left: 1.666%;
}

.col-25, .col-25-100, .col-25-50, .col-25-33 {
	width: 21.668%;
	-webkit-flex-basis: 21.668%;
	flex-basis: 21.668%;
	margin-right: 1.666%;
	margin-left: 1.666%;
}

.col-bild {
	padding: 0px;
}

.col-bild p {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}

.col-bild h1, .col-bild h2, .col-bild h3, .col-bild h4 {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.padding-null {
	padding-right: 1px;
	padding-top: 7px;
}

.hg-uns {
	background-image: url(../bilder/ueber-uns.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	min-height: 420px;
	padding-right: 45vw;
}

.hg-uns h1 {

}


.groesser {
	-webkit-transition: all 400ms linear 0s;
	-moz-transition: all 400ms linear 0s;
	-ms-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	z-index: 9999;
}


.schatten {
	box-shadow: 0px -8px 8px rgba(0,0,0,0.4);
}

.groesser:hover {
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-o-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.4);
	background-color: rgba(255,255,255,1);
	z-index: 10000;
}

.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;
}

#um-fuss {
	margin: 0px;
	width: 100%;
	height: 165px;
	left: 0px;
	bottom: 0px;
	position: fixed;
}

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;
	padding-right: 4%;
	padding-left: 4%;
}

.footer-spalte {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 0px;
	font-size: 95%;
	line-height: 1.7em;
	margin-top: 10px;
	margin-bottom: 0px;
}

.footer-spalte img {
	width: 45%;
}

.um-fuss2 {
	width: 100%;
	display: block;
	background-color: rgba(239,127,26,1);
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
}


}


@media screen and (min-width:1024px) {

.groeßer-1024 ________________ { 
}
	
body {
	font-size: 16px;
}

.um-navi {
	top: 50px;
}


#um-fuss {
	height: 170px;
	z-index: 10;
}
