/*
 * Kartenelement auf /kontakt.
 * Die Entsättigung bildet die frühere Google-Maps-Einfärbung nach
 * (desaturated, abgedunkelt) und passt zur dunklen Gestaltung der Seite.
 */
.content-google-maps__map.leaflet-container {
    background: #1a1a1a;
}

.content-google-maps__map .leaflet-tile-pane {
    filter: grayscale(1) brightness(0.85) contrast(1.05);
}

.content-google-maps__map .leaflet-marker-icon {
    cursor: pointer;
}

.content-google-maps__map .leaflet-control-attribution {
    background: rgba(0, 0, 0, 0.55);
    color: #9b9b9b;
    font-size: 10px;
}

.content-google-maps__map .leaflet-control-attribution a {
    color: #ccc;
}

.content-google-maps__map .leaflet-control-zoom a {
    background: #222;
    color: #ddd;
    border-color: #333;
}

.content-google-maps__map .leaflet-control-zoom a:hover {
    background: #333;
    color: #fff;
}
