@media screen and (max-width: 768px) {
    .navbar .logo {
        width: 125px;
    }
    .header-mst {
    padding: 100px 0;
}
.header-mst .caption h1 {
    font-size: 8vw;
    font-weight: 700;

}


    /* margin-bottom (Mobile-only) */
    .m-mb-0  { margin-bottom: 0 !important; }
    .m-mb-5  { margin-bottom: 5px !important; }
    .m-mb-10 { margin-bottom: 10px !important; }
    .m-mb-15 { margin-bottom: 15px !important; }
    .m-mb-20 { margin-bottom: 20px !important; }
    .m-mb-30 { margin-bottom: 30px !important; }
    .m-mb-40 { margin-bottom: 40px !important; }
    .m-mb-60 { margin-bottom: 60px !important; }
    .m-mb-80 { margin-bottom: 80px !important; }
    .m-mb-100 { margin-bottom: 100px !important; }
    .m-mb-120 { margin-bottom: 120px !important; }
    .m-mb-150 { margin-bottom: 150px !important; }
    .m-mb-180 { margin-bottom: 180px !important; }
    .m-mb-200 { margin-bottom: 200px !important; }

    /* margin-top (Mobile-only) */
    .m-mt-0  { margin-top: 0 !important; }
    .m-mt-5  { margin-top: 5px !important; }
    .m-mt-10 { margin-top: 10px !important; }
    .m-mt-15 { margin-top: 15px !important; }
    .m-mt-20 { margin-top: 20px !important; }
    .m-mt-30 { margin-top: 30px !important; }
    .m-mt-40 { margin-top: 40px !important; }
    .m-mt-60 { margin-top: 60px !important; }
    .m-mt-80 { margin-top: 80px !important; }
    .m-mt-100 { margin-top: 100px !important; }
    .m-mt-120 { margin-top: 120px !important; }
    .m-mt-150 { margin-top: 150px !important; }
    .m-mt-180 { margin-top: 180px !important; }
    .m-mt-200 { margin-top: 200px !important; }

    /* Footer links align left on mobile */
    .footer-mp .links {
            gap: 10px;
    font-size: 14px;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0;
        text-align: left;
    }

    /* Replace accordion "Mehr erfahren" text with icon on mobile */
    .accordion-header .numb {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 6px;
    }

    .accordion-header .numb span {
        display: none;
    }

    .accordion-header .numb::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-top: 2px solid var(--accent);
        border-right: 2px solid var(--accent);
        transform: rotate(45deg);
        margin-left: 4px;
        transition: transform 0.2s ease;
    }

    .accordion-title[aria-expanded="true"] .numb::after {
        transform: rotate(135deg);
    }

    /* Accordion media + text order for mobile */
    .services-accord2 .accordion .row {
        flex-direction: column;
        gap: 20px;
    }

    .services-accord2 .accordion .row.swap-mobile {
        flex-direction: column-reverse;
    }

    .services-accord2 .accordion .row > [class*="col-"] {
        width: 100%;
    }

    /* Accordion images: full width, auto height on mobile */
    .services-accord2 .accordion .accordion-body .img {
        height: auto;
    }

    .services-accord2 .accordion .accordion-body .img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        display: block;
    }

    .fit-img.fit-bot img {
        object-position: center;
    }
.hero-marker {
        margin: 1em;
}
.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.services-accord2 .accordion .accordion-title h2 {
    font-size: 24px;
}
.services-accord2 .accordion .accordion-item {
    padding: 1em;
}
.services-accord2 .accordion .accordion-title h2 {

    margin-bottom: -18px;

}

}
