/* =========================================================
   Landingpage
   ========================================================= */

.landing-hero {
    position: relative;
    min-height: 670px;
    overflow: hidden;

    background-image: url("../../img/home/ort_uebersicht.dc1e5f14d661.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.landing-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(255, 255, 255, 0.84) 38%,
            rgba(255, 255, 255, 0.28) 68%,
            rgba(255, 255, 255, 0.06) 100%
        );
}

.landing-hero-container {
    position: relative;
    z-index: 2;

    min-height: 670px;
    padding-top: 28px;
}

.landing-brand {
    position: relative;
    z-index: 3;
}

.landing-brand a {
    display: inline-block;
}

.landing-brand img {
    display: block;
    width: 210px;
    height: auto;
}

.landing-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: end;
    gap: 40px;

    min-height: 585px;
}

.landing-hero-content {
    align-self: center;
    max-width: 660px;
    padding: 45px 0 70px;
}

.landing-kicker {
    display: inline-block;
    margin-bottom: 16px;

    color: #f2a900;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.landing-hero-content h1 {
    margin: 0;

    color: #03264b;
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.landing-hero-content h1 span {
    display: block;
}

.landing-title-line {
    width: 270px;
    height: 6px;
    margin: 20px 0 24px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #f2a900 0%,
            #ffbf1f 55%,
            rgba(255, 191, 31, 0) 100%
        );

    transform: rotate(-1deg);
    transform-origin: left center;
}

.landing-intro {
    max-width: 560px;
    margin: 0 0 32px;

    color: #10243c;
    font-size: 1.08rem;
    line-height: 1.65;
}

.landing-info-card {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    max-width: 470px;
    padding: 22px 26px;

    border: 1px solid rgba(3, 38, 75, 0.08);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(3, 38, 75, 0.14);

    backdrop-filter: blur(8px);
}

.landing-info-icon {
    display: flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    color: #f2a900;
    font-size: 2.1rem;
}

.landing-info-card strong {
    display: block;
    margin-bottom: 5px;

    color: #03264b;
    font-size: 1rem;
}

.landing-info-card p {
    margin: 0;

    color: #33485f;
}

.landing-person {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    height: 100%;
}

.landing-person img {
    display: block;

    max-width: 100%;
    max-height: 620px;

    object-fit: contain;
    object-position: bottom center;

    filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.2));
}


/* =========================================================
   Themen
   ========================================================= */

.landing-topics {
    padding: 70px 0 80px;
    background: #ffffff;
}

.landing-section-header {
    margin-bottom: 48px;
    text-align: center;
}

.landing-section-header h2 {
    margin: 0;

    color: #03264b;
    font-size: 2rem;
    font-weight: 800;
}

.landing-section-line {
    width: 86px;
    height: 4px;
    margin: 14px auto 0;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #f2a900 0%,
            #ffbf1f 70%,
            rgba(255, 191, 31, 0) 100%
        );
}

.landing-topics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.landing-topic {
    position: relative;

    padding: 10px 34px 5px;

    text-align: center;
}

.landing-topic:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;

    width: 1px;

    background: rgba(3, 38, 75, 0.18);
}

.landing-topic-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 76px;
    margin-bottom: 14px;

    color: #03264b;
    font-size: 3.25rem;
}

.landing-topic-icon i {
    position: relative;
}

.landing-topic-icon i::after {
    content: "";

    position: absolute;
    right: -5px;
    bottom: 1px;

    width: 24px;
    height: 3px;

    border-radius: 999px;
    background: #f2a900;

    transform: rotate(-42deg);
}

.landing-topic h3 {
    margin: 0 0 10px;

    color: #03264b;
    font-size: 1.15rem;
    font-weight: 800;
}

.landing-topic p {
    max-width: 230px;
    margin: 0 auto;

    color: #33485f;
    font-size: 0.96rem;
    line-height: 1.55;
}


/* =========================================================
   Social-Media-Bereich
   ========================================================= */

.landing-social-section {
    padding: 0 0 70px;
    background: #ffffff;
}

.landing-social-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    padding: 30px 38px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #03264b 0%,
            #06416f 100%
        );

    box-shadow: 0 18px 45px rgba(3, 38, 75, 0.18);
}

.landing-social-copy {
    display: flex;
    align-items: center;
    gap: 22px;
}

.landing-social-main-icon {
    display: flex;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    color: #f2a900;
    font-size: 2.8rem;
}

.landing-social-copy h2 {
    margin: 0 0 6px;

    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
}

.landing-social-copy p {
    margin: 0;

    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
}

.landing-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.landing-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;

    color: #ffffff;
    font-size: 1.25rem;
    text-decoration: none;

    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.landing-social-links a:hover {
    border-color: #f2a900;
    background: #f2a900;
    color: #03264b;

    transform: translateY(-2px);
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991.98px) {
    .landing-hero {
        min-height: auto;
    }

    .landing-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.96) 0%,
                rgba(255, 255, 255, 0.88) 58%,
                rgba(255, 255, 255, 0.56) 100%
            );
    }

    .landing-hero-container {
        min-height: auto;
        padding-top: 22px;
    }

    .landing-brand img {
        width: 180px;
    }

    .landing-hero-grid {
        grid-template-columns: 1fr;
        gap: 10px;

        min-height: auto;
    }

    .landing-hero-content {
        max-width: 100%;
        padding: 55px 0 20px;
    }

    .landing-person {
        max-height: 520px;
    }

    .landing-person img {
        max-height: 500px;
    }

    .landing-topics {
        padding: 60px 0;
    }

    .landing-topics-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 42px;
    }

    .landing-topic:nth-child(2)::after {
        display: none;
    }

    .landing-social-card {
        flex-direction: column;
        align-items: center;

        text-align: center;
    }

    .landing-social-copy {
        justify-content: center;
    }
}


/* =========================================================
   Smartphone
   ========================================================= */

@media (max-width: 575.98px) {
    .landing-hero-container {
        padding-top: 18px;
    }

    .landing-brand img {
        width: 155px;
    }

    .landing-hero-content {
        padding-top: 42px;
    }

    .landing-kicker {
        font-size: 0.86rem;
    }

    .landing-hero-content h1 {
        font-size: 2.7rem;
        line-height: 1;
    }

    .landing-title-line {
        width: 210px;
        height: 5px;
        margin: 16px 0 20px;
    }

    .landing-intro {
        font-size: 1rem;
        line-height: 1.55;
    }

    .landing-info-card {
        width: 100%;
        padding: 18px;
        gap: 14px;

        border-radius: 15px;
    }

    .landing-info-icon {
        flex-basis: 44px;

        width: 44px;
        height: 44px;

        font-size: 1.7rem;
    }

    .landing-person img {
        max-height: 420px;
    }

    .landing-topics {
        padding: 48px 0;
    }

    .landing-section-header {
        margin-bottom: 34px;
    }

    .landing-section-header h2 {
        font-size: 1.65rem;
    }

    .landing-topics-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .landing-topic {
        padding: 30px 15px;
    }

    .landing-topic:not(:last-child)::after {
        top: auto;
        right: 15%;
        bottom: 0;
        left: 15%;

        width: auto;
        height: 1px;
    }

    .landing-topic-icon {
        min-height: auto;
        font-size: 2.9rem;
    }

    .landing-social-section {
        padding-bottom: 50px;
    }

    .landing-social-card {
        gap: 24px;
        padding: 26px 20px;

        border-radius: 16px;
    }

    .landing-social-copy {
        flex-direction: column;
        gap: 12px;
    }

    .landing-social-main-icon {
        flex-basis: auto;

        width: 48px;
        height: 48px;

        font-size: 2.25rem;
    }

    .landing-social-copy h2 {
        font-size: 1.3rem;
    }

    .landing-social-links {
        gap: 14px;
    }

    .landing-social-links a {
        width: 44px;
        height: 44px;

        font-size: 1.15rem;
    }
}