/*Ausgabeformat für Druck*/
body a[href]:after {
    content: none !important;
  }
body {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 18px;
	line-height: 1.3;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.scrollbar {
	display: none !important;
}
.bigh1 {display: none;}
.olbox p {display: none;}
.prtopline {display: inline-block;}
.prhauptbild img {width: 80% !important; height: auto !important;}
.navbar {
	display: none;
}
.prtitel {
	display: inline-block;
	margin: -10px auto 0 auto;
	color: white !important;
	text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000 !important;
}
.prad{display: none;}
.primpressum {clear: both;font-size: 80%;}
.primpressum p {margin: 0.2em;}
.prnodisplay{display: none !important;}
#map {
	display: block;
	margin: 5px auto 2px auto;
} 
}
#infodruck {
	margin: 0px auto;
	overflow: visible;
}
.mappoptxt {
	font-size: 10px;
	line-height: 130%;
}
.infodruckbox {
	border: 1px solid #000;
	box-shadow: 0 0 0;
}
#mapinfobox {display: none !important;}
#mapinfoboxhead {display: none !important;}
.leaflet-top {display: none;}
.leaflet-right {display: none;}
.leaflet-control-zoom {display: none;}
.poi-marker {
	display: none;
}
#infodruck {
	width: 98% !important; 
	margin-left: 1% !important; 
	display: block;
}
#infodruck img {border-style: none;}
#drcol1 { display: block; width: 50% !important;}
#drcol2 { display: block; width: 50% !important;}
.mapprintarea {
	display: none !important;
}
.innlaydivmarker {
	-webkit-print-color-adjust: exact;		/*print background - only chrome-safari*/
	border: 0;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 0px 1px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 0px 1px rgba(0, 0, 0, 1);
}		