/*
 * IFB Standort-Korrektur V2
 * Sichtbare Homepage-Standorte: Senden, Ulm, Neu-Ulm und Ehingen.
 */

@media (min-width: 651px) {
    .ifb-v5-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
