/*
 * IFB Kontakt V2 – vier aktive Städte.
 */

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

@media (max-width: 650px) {
    .ifb-contact-location-grid {
        grid-template-columns: 1fr;
    }
}
