/* Mobile Startseite: kompakte Bild-/Text-Karten mit stabiler Bildfläche */
@media (max-width: 767.98px) {
    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-block-container {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .image-text-gallery-card {
        margin-bottom: 18px !important;
    }

    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-element-image,
    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-element-alignment,
    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-image-container.is-stretch {
        width: 100% !important;
        height: 150px !important;
        min-height: 150px !important;
        max-height: 150px !important;
    }

    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-image-container.is-stretch {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    img.cms-image {
        display: block !important;
        width: 100% !important;
        height: 150px !important;
        max-width: 100% !important;
        max-height: 150px !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-element-text h2:empty,
    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-element-text h2:not(:last-of-type) {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-element-text h2 {
        margin: 8px 0 6px !important;
        line-height: 1.25 !important;
    }

    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-element-text p {
        margin: 0 !important;
        line-height: 1.45 !important;
    }
}

@media (max-width: 380px) {
    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-element-image,
    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-element-alignment,
    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    .cms-image-container.is-stretch,
    .is-active-route-frontend-home-page
    .cms-section.hidden-desktop.hidden-tablet
    .cms-block-image-text-gallery
    img.cms-image {
        height: 135px !important;
        min-height: 135px !important;
        max-height: 135px !important;
    }
}
