/* Premium Animated Background Map - Fahrschule Ziebarth */
#map-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -50; /* Hinter allem platziert */
    overflow: hidden;
    background-color: #F8F9F5; /* Heller Grundton */
    pointer-events: none; /* Keine Interaktion blockieren */
}

#map-bg-container svg {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.65; /* Leicht transparent, um Inhalte nicht zu dominieren */
}
