/*
* Styles for jquery.leaflet.js

* W2 Webagentur Stefan Wetterau https://www.w2-webagentur.de
*
* Date: 2021-12-16
*/

#leaflet-layer {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:1000;
	display:none;
}
.leaflet-window {
	max-width:98%;
	width:500px;
	position: absolute;
    top: 50%;
    left: 50%;
	padding:15px;
    transform: translate(-50%, -50%);
	background:#fff;
	color:#000;
}
.leaflet-link-active {
	
}
.leaflet-title {
	font-weight:bold;
}
.leaflet-close {
	position:absolute;
	right:14px;
	top:3px;
	cursor:pointer;
}
.leaflet-item-remove {
	float:right;
	cursor:pointer;
}