:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c2979f1 */.dachzelt-page {
    --dz-ink: #061b2a;
    --dz-petrol: #0d3548;
    --dz-petrol-soft: #567486;
    --dz-gold: #c9952e;
    --dz-gold-light: #e3c98a;
    --dz-sand: #e9dfcf;
    --dz-cream: #f7f2e8;
    --dz-white: #ffffff;

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

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


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

.dz-hero {
    position: relative;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(201,149,46,0.07),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #061b2a 0%,
            #0d3548 58%,
            #17485b 100%
        );

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

.dz-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;
}

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

.dz-badge {
    display: inline-block;

    margin-bottom: 26px;
    padding: 9px 15px;

    background: transparent;
    color: var(--dz-white);

    border: 1px solid rgba(255,255,255,0.42);
    border-radius: 2px;

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

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

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

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

.dz-kicker {
    color: var(--dz-gold);
}

.dz-hero h1 {
    margin: 0;

    color: var(--dz-white);

    font-size: clamp(70px, 10vw, 135px);
    line-height: 0.85;
    letter-spacing: -4px;
    font-weight: 800;
}

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

    color: var(--dz-cream);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4.5vw, 50px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -1px;
}

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

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

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


/* =========================
   BUTTONS
   ========================= */

.dz-button {
    display: inline-block;

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

    background: var(--dz-ink);
    color: var(--dz-white) !important;

    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 3px;

    text-decoration: none !important;

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

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

.dz-button:hover {
    transform: translateY(-2px);

    background: var(--dz-petrol);
    border-color: var(--dz-gold);

    color: var(--dz-white) !important;
}

/* Hero-Button */

.dz-hero .dz-button {
    background: rgba(255,255,255,0.08);
    color: var(--dz-white) !important;

    border: 1px solid rgba(255,255,255,0.45);
    backdrop-filter: blur(4px);
}

.dz-hero .dz-button:hover {
    background: var(--dz-white);
    color: var(--dz-ink) !important;

    border-color: var(--dz-white);
}


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

.dz-cover-wrap {
    position: relative;

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

    text-align: center;
}

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

    background: rgba(201,149,46,0.10);

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

.dz-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);
}

.dz-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
   ========================= */

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

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

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

    margin: 0 0 55px;

    color: var(--dz-ink);

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

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

    max-width: 960px;
}

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

    color: #30434d;

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


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

.dachzelt-page .dz-statement {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: var(--dz-ink) !important;
    color: var(--dz-white) !important;
}

.dachzelt-page .dz-statement-inner {
    width: min(1050px, calc(100% - 50px)) !important;
    max-width: 1050px !important;

    margin: 0 auto !important;
    padding: 105px 0 !important;

    text-align: center !important;
}

.dachzelt-page .dz-statement-label {
    display: block !important;

    margin: 0 0 22px 0 !important;

    color: var(--dz-gold) !important;

    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
}

.dachzelt-page .dz-statement-text {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: var(--dz-cream) !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(42px, 7vw, 78px) !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.05 !important;
    letter-spacing: -1.5px !important;

    background: transparent !important;
    border: 0 !important;
    opacity: 1 !important;
}

.dachzelt-page .dz-statement-text span {
    color: var(--dz-gold-light) !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}


/* =========================
   CONTENT CARDS
   ========================= */

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

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

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

    color: var(--dz-ink);

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

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

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

    padding: 30px;

    background: var(--dz-cream);

    border-top: 3px solid var(--dz-gold);

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

.dz-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(6,27,42,0.10);
}

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

    color: var(--dz-gold);

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

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

    color: var(--dz-ink);

    font-size: 24px;
}

.dz-card p {
    margin: 0;

    color: #3a4c55;

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


/* =========================
   FUNCTION
   ========================= */

.dz-function {
    background: var(--dz-sand);
}

.dz-function-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;
}

.dz-function-copy h2 {
    margin: 0 0 30px;

    color: var(--dz-ink);

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

.dz-function-copy p {
    max-width: 680px;

    color: #30434d;

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

.dz-function-box {
    padding: 45px 40px;

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

    border-top: 4px solid var(--dz-gold);
}

.dz-function-box span {
    color: var(--dz-gold);

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

.dz-function-box p {
    margin: 18px 0 0;

    color: var(--dz-cream);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
}


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

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

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

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

    color: var(--dz-ink);

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

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

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

    border-top: 1px solid #c9d1d4;
}

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

    margin-bottom: 24px;

    color: var(--dz-gold);

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

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

    color: var(--dz-ink);

    font-size: 24px;
}

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

    color: #3c4f58;

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


/* =========================
   COMING SOON
   ========================= */

.dz-coming {
    position: relative;

    background:
        radial-gradient(
            circle at 50% 100%,
            rgba(201,149,46,0.08),
            transparent 45%
        ),
        var(--dz-ink);

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

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

    text-align: center;
}

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

    color: rgba(201,149,46,0.08);

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

.dz-coming h2 {
    position: relative;

    margin: 0 0 24px;

    color: var(--dz-cream);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 70px);
    line-height: 1.05;
    letter-spacing: -1px;
    font-weight: 400;
}

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

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

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

.dz-button-light {
    background: transparent;
    color: var(--dz-white) !important;

    border: 1px solid rgba(255,255,255,0.5);
}

.dz-button-light:hover {
    background: var(--dz-white);
    color: var(--dz-ink) !important;

    border-color: var(--dz-white);
}


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

@media (max-width: 900px) {

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

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

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

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

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

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


@media (max-width: 600px) {

    .dz-hero-inner,
    .dz-intro-inner,
    .dz-statement-inner,
    .dz-values-inner,
    .dz-function-inner,
    .dz-target-inner,
    .dz-coming-inner {
        width: calc(100% - 36px) !important;
    }

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

    .dz-hero h1 {
        font-size: 58px;
        letter-spacing: -2px;
    }

    .dz-hero-line {
        font-size: 30px;
    }

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

    .dz-intro-inner,
    .dz-values-inner,
    .dz-function-inner,
    .dz-target-inner {
        padding: 75px 0;
    }

    .dz-statement-inner,
    .dz-coming-inner {
        padding: 80px 0 !important;
    }

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

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

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

    .dz-function-box {
        padding: 35px 28px;
    }

    .dachzelt-page .dz-statement-text {
        font-size: 38px !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
    }
}/* End custom CSS */