body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
}

header {
    /*height: 20vh;*/
    padding: 1rem;
}

#map {
    height: 90vh;
}

.leaflet-map-pane canvas {
    z-index: 10;
}

.leaflet-tile-pane,
.leaflet-map-pane svg {
    z-index: 20;
}

.leaflet-overlay-pane,
.leaflet-pane {
    z-index: 40;
}

.leaflet-shadow-pane {
    z-index: 50;
}

.leaflet-marker-pane {
    z-index: 60;
}

.leaflet-tooltip-pane {
    z-index: 65;
}

.leaflet-popup-pane {
    z-index: 70;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 80;
}

figure {
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.marker-cluster-medium {
    background-color: rgba(237, 19, 8, 0.883);
}
/*.marker-cluster-medium div {
    background-color: rgba(237, 19, 8, 0.6) !important;
}*/
.leaflet-container img.leaflet-tile {
    filter: grayscale(83%);
}
.goback a:any-link {
    text-decoration: underline;
    color: light-dark(var(--schriftschwarz) var(--schriftweiss));
}
._upperaustria-map header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
        
}