/* INFOFENSTER */

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #aa2322;
    border-radius: 0;
    padding: 12px;
	color: #fff;
}

.gm-style .gm-style-iw-t::after {
    background: #aa2322;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 16px;
	padding-right: 12px !important;
    padding-bottom: 12px !important;
	overflow:visible;
}

div.gm-style-iw {
    min-width: 60px !important;
    min-height: 50px !important;
}

div.gm-style-iw a {
    color: #fff;
}

.gm-style-iw-d { 
	overflow:auto !important;
}

.gm-style-iw button { 
	/* background-color: #aa2322 !important;*/
    top: -20px !important;
    right: -20px !important;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3)
}


/*.gm-style-iw button img {
	display: none !important;
}
*/

.gm-style-iw button img {
	content: 'TEST';
    font-size: 110%; 
    color: #fff; 
	padding: 0 5px;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 30px !important;
    height: 30px !important;
}

.gm-ui-hover-effect {
    opacity: 1;
	background-color: #d0d0d0 !important;
}
.gm-style-iw-d p {
	margin: 5px 0;
	font-size: 85%;
}


/* LEGENDE */
.karten-legende {
	position:absolute;
	z-index: 100;
	left: 15px;
	bottom: 30px;
	background-color: #646363;	
	color: #fff;
	padding: 10px 0;

}
.karten-legende ul {
	list-style-type:none;
	padding-left: 0px;
}

.karten-legende-headline {
	cursor: pointer;
	padding: 5px 15px;
}

.karten-legende-headline .glyphicon {
	top: 3px;
	left: 10px;
	margin-right: 10px;
}

.karten-legende-content {
	font-size: 100%;
	display: none;
	margin-bottom: 20px;

}

.legendebox,
.legendeline{
	padding: 2px 15px;
	min-height:30px;
}
/*
.legendebox:hover,
.legendeline:hover,
*/
.legendebox.legende-selected,
.legendeline.legende-selected { background-color: #d0d0d0; color: #333; }

.legende-icon,
.legende-text,
.legende-liste,
.legende-close { float:left; cursor: pointer; }

.legende-icon{ width: 30px; text-align:center; }
.legende-text{ }
.legende-liste{ width: 30px;  text-align: right;}
.legende-close { width: 30px; text-align: right;}
.legende-clear { width: 0; clear: both;}

.legende-text input { display:none; }

.karten-legende-close{ padding: 5px 15px; text-align:right; cursor: pointer; }

.legende-poi-liste { cursor:pointer; }

.legende-poi-liste li {
	padding-right: 10px;
}
.legende-poi-liste li:hover {
	text-decoration: underline;
}


/* POIs */
.karten-poi {
	display: none;
	position:absolute;
	z-index: 100;
	left: 15px;
	bottom: 30px;
	background-color: #646363;
	color: #fff;
	padding: 10px 15px 30px 15px;
	min-width:250px;
	max-width: 30%; 
}
.karten-poi ul {
	list-style-type:none;
	padding-left: 0px;
}

.karten-poi-headline {
	cursor: pointer;
	padding-bottom: 10px;
	padding-top: 10px;
}

.karten-poi-headline .glyphicon {
	top: 3px;
	left: 10px;
	margin-right: 10px;
}

.karten-poi-content {
	overflow: auto;
	font-size: 90%;
}

.karten-poi-content a,
.karten-poi-content a:hover,
.karten-poi-content a:visited {
	color: #fff !important;
}

.karten-poi li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #aa2322;
}





#map {
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
}
.legendebox .legende-liste-icon {display: none; }
.legendebox.legende-selected .legende-liste-icon {display: block; }

@media (max-width: 1920px) {
	#map {height: 740px; }
}

@media (max-width: 1024px) {
	#map {height: 600px; }
	.karten-poi {
		min-width:250px;
		max-width: 40%;
	}
}

@media (max-width: 767px) {	
	#map {height: 600px; }
	.karten-poi {
		width: 100%;
		max-width: 100%;
	}
	.karten-legende.mobilekarte {
		width: 100%; 
	}

}
@media (max-width: 450px) {	
	#map {height: 400px; }

}

@media (max-width: 320px) {	
	#map {height: 300px; }

}

#OpenLayers_Layer_Markers_74{ z-index:10000 !important;}
.ol-popup {
	display:none;
	position: absolute;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 52px;
	left: -33px;
	min-width: 220px;
	z-index: 1001;
	background-color: #aa2322;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.ol-popup a {
	color: #fff;
}
.ol-popup p {
	margin: 5px 0;
	font-size: 85%;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: #aa2322;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #aa2322;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "✖";
}
#popup-content{
	padding-top:10px;
}

.olControlPanZoomBar  {
	left:unset !important;
	right: 50px !important;
	top: 10px !important;
}