/*
 * IFB Standorte V2 – korrigierte aktive Standorte.
 */

.ifb-locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ifb-location-dot--senden {
    left: 50%;
    top: 20%;
}

.ifb-location-dot--ulm {
    left: 39%;
    top: 49%;
}

.ifb-location-dot--neu-ulm {
    left: 58%;
    top: 60%;
}

.ifb-location-dot--ehingen {
    left: 22%;
    top: 78%;
}

@media (max-width: 680px) {
    .ifb-locations-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .ifb-location-dot--senden { left: 42%; }
    .ifb-location-dot--ulm { left: 28%; }
    .ifb-location-dot--neu-ulm { left: 49%; }
    .ifb-location-dot--ehingen { left: 10%; }
}
