/* Start custom CSS for html, class: .elementor-element-4872776 */.fernzeit-page {
    --fz-ink: #03192b;
    --fz-blue: #082b45;
    --fz-blue-soft: #8aa5b8;
    --fz-apricot: #ff9a62;
    --fz-apricot-light: #f2d8c6;
    --fz-cream: #fff4e9;
    --fz-white: #ffffff;
    --fz-yellow: #f5bd00;


    color: var(--fz-ink);
    background: var(--fz-white);
    overflow: hidden;
}

.fernzeit-page * {
    box-sizing: border-box;
}


/* =========================
   HERO
   ========================= */

.fz-hero {
    background:
        linear-gradient(
            90deg,
            rgba(3,25,43,0.9) 0%,
            rgba(3,25,43,0.6) 40%,
            rgba(3,25,43,0.35) 100%
        ),
        url('https://www.wir-leben-outdoor.de/wp-content/uploads/2026/08/benjaminrobyn-jespersen-syhd5N6nceM-unsplash.webp') center center / cover no-repeat;
}

.fz-hero-inner {
    width: min(1180px, calc(100% - 50px));
    min-height: 760px;
    margin: 0 auto;
    padding: 80px 0;

    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 70px;
    align-items: center;
}

.fz-hero-copy {
    position: relative;
    z-index: 2;
}

.fz-badge {
    display: inline-block;
    margin-bottom: 26px;
    padding: 9px 15px;

    background: var(--fz-apricot);
    color: var(--fz-ink);

    border-radius: 2px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1;
}

.fz-eyebrow,
.fz-kicker {
    margin: 0 0 14px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.fz-eyebrow {
    color: rgba(255,255,255,0.72);
}

.fz-kicker {
    color: var(--fz-apricot);
}

.fz-hero h1 {
    margin: 0;

    color: var(--fz-apricot);

    font-size: clamp(72px, 11vw, 145px);
    line-height: 0.82;
    letter-spacing: -5px;
    font-weight: 400;
}

.fz-hero-line {
    margin: 32px 0 16px;

    color: var(--fz-cream);

    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    font-weight: 500;
}

.fz-hero-text {
    max-width: 590px;
    margin: 0;

    color: rgba(255,255,255,0.82);

    font-size: 18px;
    line-height: 1.7;
}

.fz-button {
    display: inline-block;

    margin-top: 30px;
    padding: 15px 24px;

    background: var(--fz-apricot);
    color: var(--fz-ink) !important;

    border-radius: 3px;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.fz-button:hover {
    transform: translateY(-2px);
    background: #ffad7e;
}


/* =========================
   COVER
   ========================= */

.fz-cover-wrap {
    position: relative;

    width: min(380px, 100%);
    margin: 0 auto;

    text-align: center;
}

.fz-cover-glow {
    position: absolute;
    inset: 10% -10% -5% 10%;

    background: rgba(255,154,98,0.16);

    border-radius: 20px;
    filter: blur(40px);
}

.fz-cover-wrap img {
    position: relative;
    z-index: 2;

    display: block;
    width: 100%;
    height: auto;

    box-shadow:
        0 30px 70px rgba(0,0,0,0.42),
        0 8px 20px rgba(0,0,0,0.20);

    transform: rotate(1.2deg);
}

.fz-cover-wrap figcaption {
    position: relative;
    z-index: 3;

    margin-top: 16px;

    color: rgba(255,255,255,0.62);

    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================
   INTRO
   ========================= */

.fz-intro {
    background: var(--fz-cream);
}

.fz-intro-inner {
    width: min(1100px, calc(100% - 50px));
    margin: 0 auto;
    padding: 110px 0;
}

.fz-intro h2 {
    max-width: 900px;

    margin: 0 0 55px;

    color: var(--fz-ink);

    font-size: clamp(43px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -2px;
    font-weight: 700;
}

.fz-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;

    max-width: 960px;
}

.fz-intro-grid p {
    margin: 0;

    color: #253746;

    font-size: 19px;
    line-height: 1.75;
}


/* =========================
   STATEMENT
   ========================= */

.fernzeit-page .fz-statement {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #03192b !important;
    color: #ffffff !important;
}

.fernzeit-page .fz-statement-inner {
    display: block !important;
    width: min(1050px, calc(100% - 50px)) !important;
    max-width: 1050px !important;
    margin: 0 auto !important;
    padding: 100px 0 !important;
    text-align: center !important;
}

.fernzeit-page .fz-statement-label {
    display: block !important;
    margin: 0 0 22px 0 !important;
    padding: 0 !important;

    color: #ff9a62 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.fernzeit-page .fz-statement-text {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

    color: #fff4e9 !important;

    font-size: clamp(40px, 6vw, 72px) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.08 !important;
    letter-spacing: -1.5px !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.fernzeit-page .fz-statement-text span {
    color: #ff9a62 !important;
    font: inherit !important;
    font-weight: 500 !important;
}

@media (max-width: 600px) {

    .fernzeit-page .fz-statement-inner {
        width: calc(100% - 36px) !important;
        padding: 70px 0 !important;
    }

    .fernzeit-page .fz-statement-text {
        font-size: 38px !important;
        line-height: 1.12 !important;
        letter-spacing: -1px !important;
    }
}

/* =========================
   VALUES
   ========================= */

.fz-values {
    background: var(--fz-white);
}

.fz-values-inner {
    width: min(1180px, calc(100% - 50px));
    margin: 0 auto;
    padding: 110px 0;
}

.fz-values-heading h2 {
    margin: 0 0 55px;

    color: var(--fz-ink);

    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.fz-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.fz-card {
    min-height: 300px;

    padding: 30px;

    background: var(--fz-cream);

    border-top: 4px solid var(--fz-apricot);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.fz-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(3,25,43,0.10);
}

.fz-number {
    margin-bottom: 55px;

    color: var(--fz-apricot);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.fz-card h3 {
    margin: 0 0 16px;

    color: var(--fz-ink);

    font-size: 24px;
}

.fz-card p {
    margin: 0;

    color: #354956;

    font-size: 16px;
    line-height: 1.65;
}


/* =========================
   EDITORIAL
   ========================= */

.fz-editorial {
    background: var(--fz-apricot-light);
}

.fz-editorial-inner {
    width: min(1120px, calc(100% - 50px));
    margin: 0 auto;
    padding: 110px 0;

    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 80px;
    align-items: center;
}

.fz-editorial-copy h2 {
    margin: 0 0 30px;

    color: var(--fz-ink);

    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.fz-editorial-copy p {
    max-width: 680px;

    color: #263947;

    font-size: 18px;
    line-height: 1.75;
}

.fz-editorial-quote {
    padding: 45px 40px;

    background: var(--fz-ink);
    color: var(--fz-white);

    border-top: 5px solid var(--fz-apricot);
}

.fz-editorial-quote span {
    color: var(--fz-apricot);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.fz-editorial-quote p {
    margin: 18px 0 0;

    color: var(--fz-cream);

    font-size: 31px;
    line-height: 1.2;
}

/* =========================
   TARGET GROUP
   ========================= */

.fz-target {
    background: var(--fz-white);
}

.fz-target-inner {
    width: min(1120px, calc(100% - 50px));
    margin: 0 auto;
    padding: 110px 0;
}

.fz-target-heading h2 {
    margin: 0 0 55px;

    color: var(--fz-ink);

    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.fz-target-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 42px;
}

.fz-target-item {
    padding: 30px 0;

    border-top: 1px solid rgba(3,25,43,0.18);
}

.fz-target-item > span {
    display: block;

    margin-bottom: 24px;

    color: var(--fz-accent);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.fz-target-item h3 {
    margin: 0 0 14px;

    color: var(--fz-ink);

    font-size: 24px;
}

.fz-target-item p {
    margin: 0;

    color: #3c4f58;

    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 800px) {

    .fz-target-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 600px) {

    .fz-target-inner {
        width: calc(100% - 36px);
        padding: 75px 0;
    }
}

/* =========================
   COMING 2027 / CTA
   ========================= */

.fz-coming {
    position: relative;

    background:
        radial-gradient(
            circle at 50% 100%,
            rgba(255,154,98,0.10),
            transparent 45%
        ),
        var(--fz-ink);

    color: var(--fz-white);
}

.fz-coming-inner {
    width: min(850px, calc(100% - 50px));
    margin: 0 auto;
    padding: 110px 0;

    text-align: center;
}

.fz-coming-year {
    margin: 0 0 -12px;

    color: rgba(255,154,98,0.10);

    font-size: clamp(100px, 20vw, 230px);
    line-height: 0.8;
    font-weight: 900;
}

.fz-coming h2 {
    position: relative;

    margin: 0 0 24px;

    color: var(--fz-cream);

    font-size: clamp(40px, 6vw, 67px);
    line-height: 1.06;
    letter-spacing: -2px;
}

.fz-coming-text {
    max-width: 680px;
    margin: 0 auto;

    color: rgba(255,255,255,0.76);

    font-size: 18px;
    line-height: 1.7;
}

.fz-button-light {
    background: var(--fz-apricot);
    color: var(--fz-ink) !important;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {

    .fz-hero-inner {
        grid-template-columns: 1fr;
        gap: 55px;

        min-height: auto;
        padding: 70px 0;
    }

    .fz-cover-wrap {
        width: min(320px, 82%);
    }

    .fz-intro-grid,
    .fz-editorial-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .fz-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 600px) {

    .fz-hero-inner,
    .fz-intro-inner,
    .fz-statement-inner,
    .fz-values-inner,
    .fz-editorial-inner,
    .fz-coming-inner {
        width: calc(100% - 36px);
    }

    .fz-hero-inner {
        padding: 60px 0;
    }

    .fz-hero h1 {
        font-size: 64px;
        letter-spacing: -3px;
    }

    .fz-hero-line {
        font-size: 28px;
    }

    .fz-hero-text {
        font-size: 16px;
    }

    .fz-intro-inner,
    .fz-values-inner,
    .fz-editorial-inner {
        padding: 75px 0;
    }

    .fz-statement-inner,
    .fz-coming-inner {
        padding: 80px 0;
    }

    .fz-card-grid {
        grid-template-columns: 1fr;
    }

    .fz-card {
        min-height: 0;
    }

    .fz-number {
        margin-bottom: 30px;
    }

    .fz-editorial-quote {
        padding: 35px 28px;
    }

}/* End custom CSS */