/* Leaflet lokale Anpassungen */


.leaflet-container {
    background-color:rgba(255,0,0,0.0);
}

.leaflet-popup-content a {
    text-decoration: none;
    color: #453c35;
}
.leaflet-popup-content a:hover {
    text-decoration: none;
    color: #cf9375;
}
.leaflet-popup-content img {
    //    width: 80%;
    width: 150px;
}
.leaflet-control-attribution a {
    color: #453c35;
}
.leaflet-control-attribution a:hover {
    text-decoration: none;
    color: #cf9375;
}

/* Sonstiges */

#map {
    width: 600px;
    height: 400px;
}

body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100vh;
    width: 100vw;
}
