/* =========================================
   MOBILE RESPONSIVE
   WundPal
========================================= */


/* =========================================
   HAMBURGER AUF DESKTOP AUSBLENDEN
========================================= */

.mobile-menu-toggle {
    display: none;
}
/* Sprachwahl auf Desktop ausblenden */
.mobile-language-switch {
    display: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 1024px) {

    /* -------------------------
       HEADER
    ------------------------- */

    header {
        height: 75px;
        padding: 0 18px;
        position: sticky;
        top: 0;
    }

    /* Logo */
    .header-left {
        flex: 0 0 auto;
    }

    .logo img {
        height: 70px;
        width: auto;
    }

    /* Desktop-Navigation ausblenden */
    .header-center {
        display: none;
    }

.header-right {
    display: none;
}

/* =========================================
   MOBILES MENÜ
========================================= */

@media (max-width: 1024px) {

    .header-center.mobile-menu-open {
        display: block;
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;

        background: #ffffff;

        box-shadow: 0 8px 20px rgba(0,0,0,.10);

        z-index: 999;
    }

    .header-center.mobile-menu-open nav {
        width: 100%;
    }

    .header-center.mobile-menu-open nav > ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 0;

        width: 100%;

        margin: 0;
        padding: 10px 0;
    }

    .header-center.mobile-menu-open nav > ul > li {
        width: 100%;
    }

    .header-center.mobile-menu-open nav a {
        display: block;

        width: 100%;

        box-sizing: border-box;

        padding: 14px 24px;

        text-align: left;

        white-space: normal;

        font-size: 15px;
    }

    /* Aktiver Menüpunkt */
    .header-center.mobile-menu-open nav > ul > li > a.active::after {
        display: none;
    }

    /* Dropdowns auf Mobilgeräten */
    .header-center.mobile-menu-open .dropdown-menu {
        position: static;

        transform: none;

        display: flex;

        width: 100%;
        min-width: 0;

        box-sizing: border-box;

        padding: 0;
        margin: 0;

        border-radius: 0;

        box-shadow: none;

        background: #f9f9f9;
    }

    .header-center.mobile-menu-open .dropdown-menu a {
        padding: 11px 38px;
        font-size: 14px;
    }

    /* Schrift im mobilen Menü */
    .header-center.mobile-menu-open,
    .header-center.mobile-menu-open nav,
    .header-center.mobile-menu-open nav ul,
    .header-center.mobile-menu-open nav li,
    .header-center.mobile-menu-open nav a {
        font-family: "Calibri", Arial, sans-serif !important;
    }
    /* Sprachwahl mobil */

    .mobile-language-switch {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-left: auto;
        margin-right: 10px;
        font-size: 14px;
    }

    .mobile-language-switch a {
        text-decoration: none;
        color: #999999;
        font-weight: 300;
    }

    .mobile-language-switch a.active {
        color: #000000;
        font-weight: 600;
    }

    .mobile-language-switch span {
        color: #999999;
        font-weight: 300;
    }
    /* Sprachwahl mobil */

.mobile-language-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}

.mobile-language-switch a {
    text-decoration: none;
    color: #999999;
    font-weight: 300;
}

.mobile-language-switch a.active {
    color: #000000;
    font-weight: 600;
}

.mobile-language-switch span {
    color: #999999;
    font-weight: 300;
}
    /* Hamburger anzeigen */

    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;

        margin-left: 0;

        width: 44px;
        height: 44px;

        border: none;
        background: transparent;

        font-size: 30px;
        line-height: 1;

        color: #4a4a4a;

        cursor: pointer;
    }
}


/* =========================================
   HERO – MOBILE
========================================= */

@media (max-width: 1024px) {

    /* -------------------------
       HERO
    ------------------------- */

    .hero {
        position: relative;
        display: block;

        width: 100%;
        height: 1200px;
        min-height: 1200px;

        padding: 0;
        margin: 0;

        overflow: hidden;

        background-size: cover;
        background-position: center top;
    }


    /* -------------------------
       HERO-LOGO
    ------------------------- */

    .hero-left {
        display: block;
        position: static;
    }

    .hero-logo {
        position: absolute;

        width: 270px;
        max-width: 80%;
        height: auto;

        top: 0px;
        left: 35%;

        margin: 0;

        transform: translateX(-50%);

        z-index: 3;

        filter: drop-shadow(0 0 25px rgba(255,255,255,.9));
    }


    /* -------------------------
       MOTTO
    ------------------------- */

    .hero-motto {
        position: absolute;

        top: 160px;
        left: 15px;

        width: 250px;

        margin: 0;

        white-space: normal;

        font-size: 15px;
        line-height: 1.15;

        text-align: left;

        transform: none;

        z-index: 3;
    }


    /* -------------------------
       BESCHREIBUNG
    ------------------------- */

    .hero-text {
        position: absolute;

        top: 350px;
        left: 15px;

        width: 400px;

        margin: 0;

        font-size: 15px;
        line-height: 1.65;

        text-align: left;

        transform: none;

        z-index: 3;
    }


    /* -------------------------
       PORTRAIT
    ------------------------- */

.hero-right {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    transform: none;
}


    .portrait {
        position: absolute;

        width: 150px;
        max-width: none;
        height: auto;

        top: 5px;
        right: 0px;

        display: block;

        transform: none;

        filter: drop-shadow(0 0 25px rgba(255,255,255,.9));
    }


    /* -------------------------
       NAMENSSCHILD
    ------------------------- */

.info-card {
    position: relative;

    top: 230px;
    left: 50%;

    width: calc(100vw - 48px);
    max-width: 500px;

    box-sizing: border-box;

    margin: 0;
    padding: 16px 18px;

    transform: translateX(-50%);

    text-align: center;

    background: #ffffff;

    border-radius: 18px;

    box-shadow: 0 12px 30px rgba(0,0,0,.10);

    z-index: 10;
}


    .info-card h3 {
        margin: 0 0 8px;

        font-size: 19px;
        line-height: 1.4;

        color: #911e64;
    }


    .info-card p {
        margin: 0;

        font-size: 14px;
        line-height: 1.65;

        color: #911e64;
    }
.hero-aktionen {
    position: absolute;
    left: 0;
    top: 870px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

    /* -------------------------
       KENNENLERNAKTION
    ------------------------- */

.hero-aktion {
    position: relative;

    top: -270px;
    left: 50%;

    width: calc(100vw - 48px);
    max-width: 500px;

    box-sizing: border-box;

    margin: 0;

    padding: 18px 20px;

    transform: translateX(-50%);

    border-top: 6px solid #eb557d;
    border-radius: 20px;

    background: rgba(255,255,255,.96);

    box-shadow: 0 18px 45px rgba(0,0,0,.12);

    z-index: 20;
}


    .hero-aktion h3 {
        margin: 0 0 10px;

        font-size: 20px;
        line-height: 1.4;
    }


    .hero-aktion p {
        margin: 0 0 10px;

        font-size: 15px;
        line-height: 1.6;
    }


    .aktion-telefon {
        font-size: 22px;
    }


    /* -------------------------
       WARUM-WUNDPAL-BUTTON
    ------------------------- */

    .why-wundpal-title,
    .why-wundpal-button {
        display: none;
    }


    /* -------------------------
       WELLE
    ------------------------- */

    .hero-wave {
        display: none;
    }

}
/* =========================================
   WARUM WUNDPAL – MOBILE
========================================= */

@media (max-width: 768px) {

.warum-wundpal {
    position: relative;

    top: -150px;
    margin-bottom: -150px;

    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;

    z-index: 5;

    padding: 30px 20px 50px;

    box-sizing: border-box;
}

    .warum-wundpal h2 {
        transform: none;

        margin: 0 0 35px !important;

        font-size: 32px;

        line-height: 1.2;
    }


    .warum-wundpal-grid {
        margin-top: 0 !important;

        gap: 30px !important;
    }

}

/* =========================================
   WUNDMANAGEMENT – MOBILE BOXEN
========================================= */

@media (max-width: 768px) {

    .situationen,
    .angebot {
        padding-left: 20px;
        padding-right: 20px;
    }

    .situationen-box {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
    }

}
/* =========================================
   FACHSEITEN – HORIZONTALEN ÜBERLAUF
   MOBILE
========================================= */

@media (max-width: 768px) {

    .top3 {
        display: flex;
        width: 100%;
        max-width: 760px;
        box-sizing: border-box;
        min-width: 0;
    }

    .grund {
        min-width: 0;
    }

}
/* =========================================
   PREISE WUNDMANAGEMENT – MOBILE
========================================= */

@media (max-width: 768px) {

    /* -----------------------------------------
       PREISTABELLE
    ----------------------------------------- */

    .preis-tabelle {
        width: 100%;
        table-layout: fixed;
    }

    .preis-tabelle td:first-child {
        width: 65% !important;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .preis-tabelle td:last-child {
        width: 35% !important;
        box-sizing: border-box;
        padding-left: 8px;
        text-align: right;

        white-space: normal !important;
        overflow-wrap: break-word;
        word-break: normal;
    }


    /* -----------------------------------------
       ZURÜCK-BUTTON
    ----------------------------------------- */

    .back-to-top {
        left: 20px;
        right: 20px;
        bottom: 65px;

        width: auto;
        box-sizing: border-box;

        text-align: center;
        white-space: normal;

        transform: none;
    }

    .back-to-top:hover {
        transform: none;
    }

}
/* =========================================
   ÜBER MICH – BOXEN MOBILE
========================================= */

@media (max-width: 768px) {

    .situationen-box,
    .privat-box,
    .beruf-box {

        width: calc(100% - 40px);
        max-width: 600px;

        margin-left: auto;
        margin-right: auto;

        padding: 30px 25px;

        box-sizing: border-box;
    }

}

/* =========================================
   ÜBER MICH – ERSTES FOTO MOBILE
========================================= */

/* =========================================
   ÜBER MICH – ERSTES FOTO MOBILE
========================================= */

@media (max-width: 768px) {

    .beruf-einstieg .lebensweg-bild.links {
        float: left;
        width: 90%;
        margin: 0 20px 15px 0;
    }

    .beruf-einstieg .lebensweg-bild.links img {
        width: 100%;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }

}
/* =========================================
   ÜBER MICH – WERDEGANG MOBILE
========================================= */

@media (max-width: 768px) {

    .beruf-einstieg .werdegang-container {
        width: 100% !important;
    }

}
/* =========================================
   WERDEGANG – TEXT MOBILE
========================================= */

@media (max-width: 768px) {

    .werdegang-container {
        font-size: 1.2rem !important;
    }

}
/* =========================================
   HERZINTENSIV-FOTO – NUR HANDY
========================================= */

@media (max-width: 768px) {

    .lebensweg-bild.links:has(img[src="images/ordensklinikum.jpeg"]) {
        width: 100% !important;
        margin-right: 20px !important;
    }

    .lebensweg-bild.links:has(img[src="images/ordensklinikum.jpeg"]) img {
        width: 100% !important;
        max-width: 200% !important;
        height: auto !important;
    }

}

