/* dirty edits, bin leider nicht so bewandert um in laravel fix einzusteigen :/ */

.popup-head-wrap h2 {
position: static;
left: auto;
top: auto;
transform: none;
color: #111;
background-color: #FFF;
}

/* modal link */
.popup-head-wrap a {
    color: #37e;
    background-color: #FFF;
	text-decoration: underline;
	font-weight:888;
}


/* modal text etwas grösser */
.leaflet-control-window .content {
    font-size: 18px;
}
/* und blocksatz */
.leaflet-control-window .content p {
	text-align:justify;
}


/* close-button von text (x) auf svg bg (wg skalierung mit container) */
.leaflet-control-window .close,
.leaflet-control-window .close:hover {
    top: 18px;
    right: 18px;
	color:rgba(0,0,0,0); /* text X verstecken :( */
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(254, 63, 63);
	
}
.leaflet-control-window .close:hover {
	background-color: rgba(0, 0, 0, .63);	
}
