.leaflet-gesture-handling:after{align-items:center;background:rgba(0,0,0,.5);bottom:0;color:#fff;content:"";display:flex;font-family:Roboto,Arial,sans-serif;font-size:22px;justify-content:center;left:0;opacity:0;padding:15px;pointer-events:none;position:absolute;right:0;text-align:center;top:0;transition:opacity .8s ease-in-out;z-index:1001}.leaflet-gesture-handling-warning:after{opacity:1;transition-duration:.3s}.leaflet-gesture-handling-touch:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll:after{content:attr(data-gesture-handling-scroll-content)}.leaflet-fullscreen-icon {
background-image: url(//nummernschildmuseum.de/wp-content/plugins/extensions-leaflet-map/leaflet-plugins/leaflet.fullscreen/icon-fullscreen.svg);
background-size: 26px 52px;
}
.leaflet-fullscreen-icon.leaflet-fullscreen-on {
background-position: 0 -26px;
}
.leaflet-touch .leaflet-fullscreen-icon {
background-position: 2px 2px;
}
.leaflet-touch .leaflet-fullscreen-icon.leaflet-fullscreen-on {
background-position: 2px -24px;
}  .leaflet-container:-webkit-full-screen,
.leaflet-container:fullscreen {
width: 100% !important;
height: 100% !important;
z-index: 99999;
}
.leaflet-pseudo-fullscreen {
position: fixed !important;
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
z-index: 99999;
}