.hero {
    background-image: url('../images/kirche_bg.jpg'); /* Placeholder for better UX */
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}
.text-shadow {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
    nav.top {
        display: none;
    }
    td:first-child {
        border-top: 1px dashed rgba(0, 0, 0, 0.2);
    }
}
.container {
    max-width: 1200px;
}

#map {
    width: 100%;
    max-width: 1600px;
    height: 700px;
    max-height: 60vh;
    border: 1px solid #ccc;
    background: #E0DFDF;
}

#map:fullscreen {
    width: 100% !important;
    height: 100% !important;
}
.leaflet-marker-icon.label {
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    width: auto !important;
    padding: 0em .5em !important;
    padding-top: .15em !important;
    border-radius: .2em;
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .1);
}
.clickable-label {
    cursor: pointer;
}