/* ==========================================================
   KRAKENEXPLORER 2030 / V2
   Prototype page 2297 only
   ========================================================== */

body.page-id-2297 {
    --k-primary:#044B61;
    --k-secondary:#55B5C1;
    --k-accent:#0A7619;

    --k-ink:#07171D;
    --k-deep:#022E3B;
    --k-soft:#F4F7F7;
    --k-warm:#F8F7F3;
    --k-white:#FFFFFF;
    --k-muted:#607078;

    --k-container:1280px;
    --k-radius:24px;

    margin:0;
    background:#fff;
    color:var(--k-ink);
}

/* ==========================================================
   THEME / WORDPRESS RESET NUR TESTSEITE
   ========================================================== */

body.page-id-2297 .site-main,
body.page-id-2297 main,
body.page-id-2297 article,
body.page-id-2297 .page-content,
body.page-id-2297 .entry-content {
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

body.page-id-2297 .entry-title,
body.page-id-2297 .page-header {
    display:none !important;
}

body.page-id-2297 .kraken-home,
body.page-id-2297 .kraken-home * {
    box-sizing:border-box;
}

body.page-id-2297 .kraken-home {
    width:100%;
    overflow:hidden;
    background:#fff;
    color:var(--k-ink);
}

body.page-id-2297 .kraken-home h1,
body.page-id-2297 .kraken-home h2,
body.page-id-2297 .kraken-home h3,
body.page-id-2297 .kraken-home p {
    margin-top:0;
}

body.page-id-2297 .kh-wrap {
    width:min(var(--k-container), calc(100% - 80px));
    margin-inline:auto;
}

/* ==========================================================
   HERO
   Der einzige bewusst fast vollflächige Bereich
   ========================================================== */

body.page-id-2297 .kh-hero {
    position:relative;
    isolation:isolate;

    min-height:min(620px, 72vh);

    display:flex;
    align-items:center;

    margin:0;

    color:#fff;

    background-position:center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
}

body.page-id-2297 .kh-hero::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;

    background:
        linear-gradient(
            90deg,
            rgba(2,46,59,.96) 0%,
            rgba(4,75,97,.82) 33%,
            rgba(4,75,97,.30) 64%,
            rgba(4,75,97,.04) 100%
        );
}

body.page-id-2297 .kh-hero::after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:180px;
    z-index:-1;

    background:
        linear-gradient(
            to top,
            rgba(2,46,59,.42),
            transparent
        );
}

body.page-id-2297 .kh-hero-content {
    max-width:780px;
    padding:65px 0;
}

body.page-id-2297 .kh-eyebrow {
    margin-bottom:16px;

    color:var(--k-secondary);

    font-size:13px;
    line-height:1.2;
    font-weight:900;

    letter-spacing:2.4px;
    text-transform:uppercase;
}

body.page-id-2297 .kh-hero h1 {
    margin:0 0 28px;

    color:#fff;

    font-size:clamp(64px,6.6vw,112px);
    line-height:.82;
    font-weight:900;

    letter-spacing:-4px;
}

body.page-id-2297 .kh-hero h2 {
    max-width:690px;
    margin-bottom:22px;

    color:#fff;

    font-size:clamp(31px,3vw,51px);
    line-height:1.05;
}

body.page-id-2297 .kh-hero p {
    max-width:620px;

    color:rgba(255,255,255,.86);

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

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

body.page-id-2297 .kh-buttons {
    display:flex;
    flex-wrap:wrap;
    gap:12px;

    margin-top:32px;
}

body.page-id-2297 .kraken-home .kh-btn {
    min-height:50px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:0 24px;

    border:1px solid var(--k-secondary);
    border-radius:999px;

    background:var(--k-secondary);
    color:var(--k-deep) !important;

    text-decoration:none !important;

    font-size:12px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        box-shadow .25s ease;
}

body.page-id-2297 .kraken-home .kh-btn:hover {
    transform:translateY(-3px);

    background:#fff;
    border-color:#fff;

    color:var(--k-primary) !important;

    box-shadow:0 14px 35px rgba(0,0,0,.16);
}

body.page-id-2297 .kraken-home .kh-btn-outline {
    background:rgba(255,255,255,.07);
    border-color:rgba(255,255,255,.70);

    color:#fff !important;

    backdrop-filter:blur(12px);
}

/* ==========================================================
   REISEN / WOHNMOBIL / TECHNIK
   KEINE 100%-BILDWAND MEHR
   ========================================================== */

body.page-id-2297 .kh-three {
    width:min(var(--k-container), calc(100% - 80px));

    margin:55px auto 75px;

    display:grid;
    grid-template-columns:1.15fr 1fr 1fr;
    gap:22px;
}

body.page-id-2297 .kh-card {
    position:relative;
    isolation:isolate;

    min-height:310px;

    display:flex;
    align-items:flex-end;

    padding:28px;

    overflow:hidden;

    border-radius:var(--k-radius);

    color:#fff;

    background-position:center !important;
    background-size:cover !important;

    box-shadow:
        0 18px 50px rgba(7,23,29,.10);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

body.page-id-2297 .kh-card:nth-child(2) {
    transform:translateY(20px);
}

body.page-id-2297 .kh-card:hover {
    transform:translateY(-8px);
    box-shadow:0 28px 70px rgba(7,23,29,.18);
}

body.page-id-2297 .kh-card:nth-child(2):hover {
    transform:translateY(12px);
}

body.page-id-2297 .kh-card::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;

    background:
        linear-gradient(
            to top,
            rgba(2,46,59,.96) 0%,
            rgba(4,75,97,.50) 45%,
            rgba(4,75,97,.04) 78%
        );
}

body.page-id-2297 .kh-card > div {
    position:relative;
}

body.page-id-2297 .kh-card h2 {
    margin-bottom:10px;

    color:#fff;

    font-size:clamp(30px,2.2vw,42px);
    line-height:1;
}

body.page-id-2297 .kh-card p {
    max-width:340px;
    margin:0;

    color:rgba(255,255,255,.82);

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

/* ==========================================================
   AKTUELL UNTERWEGS
   Editorial Card statt riesiger leerer Fläche
   ========================================================== */

body.page-id-2297 .kh-current {
    width:min(var(--k-container), calc(100% - 80px));

    min-height:420px;

    margin:30px auto 80px;

    display:grid;
    grid-template-columns:1.08fr .92fr;

    overflow:hidden;

    border-radius:32px;

    background:var(--k-soft);

    box-shadow:0 25px 70px rgba(7,23,29,.08);
}

body.page-id-2297 .kh-current-img {
    min-height:420px;

    background-position:center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;

    background-color:#dfe9eb;
}

body.page-id-2297 .kh-current-text {
    align-self:center;

    padding:48px clamp(38px,4vw,60px);
}

body.page-id-2297 .kh-current-text h2 {
    margin-bottom:22px;

    color:var(--k-primary);

    font-size:clamp(42px,4vw,67px);
    line-height:.98;

    letter-spacing:-2px;
}

body.page-id-2297 .kh-current-text p {
    max-width:520px;

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

body.page-id-2297 .kh-current-text strong {
    color:var(--k-accent);
}

body.page-id-2297 .kh-current .kh-btn:hover {
    background:var(--k-primary);
    border-color:var(--k-primary);
    color:#fff !important;
}

/* ==========================================================
   ALLGEMEINE CONTENT-SEKTIONEN
   ========================================================== */

body.page-id-2297 .kh-section {
    padding:70px 0;
}

body.page-id-2297 .kh-section-head {
    max-width:780px;
    margin-bottom:38px;
}

body.page-id-2297 .kh-section-head::before {
    content:"";

    display:block;

    width:46px;
    height:3px;

    margin-bottom:22px;

    border-radius:99px;

    background:var(--k-secondary);
}

body.page-id-2297 .kh-section h2 {
    margin-bottom:20px;

    color:var(--k-primary);

    font-size:clamp(43px,4.6vw,72px);
    line-height:.98;

    letter-spacing:-2.5px;
}

body.page-id-2297 .kh-section-head p {
    max-width:680px;

    color:var(--k-muted);

    font-size:17px;
    line-height:1.8;
}

/* ==========================================================
   REISEZIELE
   ========================================================== */

body.page-id-2297 .kh-destinations {
    background:var(--k-warm);
}

body.page-id-2297 .kh-dest-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

body.page-id-2297 .kh-dest {
    min-height:220px;

    padding:25px;

    border:1px solid rgba(4,75,97,.10);
    border-radius:20px;

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

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

body.page-id-2297 .kh-dest:hover {
    transform:translateY(-5px);

    border-color:rgba(85,181,193,.65);

    box-shadow:0 20px 45px rgba(7,23,29,.07);
}

body.page-id-2297 .kh-dest h3 {
    margin-bottom:20px;

    color:var(--k-primary);

    font-size:27px;
}

body.page-id-2297 .kh-dest p {
    color:var(--k-muted);

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

body.page-id-2297 .kh-dest a {
    color:var(--k-primary);

    font-size:13px;
    font-weight:900;

    text-decoration:none;
}

/* ==========================================================
   KRAKEN SHOWCASE
   ========================================================== */

body.page-id-2297 .kh-kraken {
    position:relative;

    margin:0;

    color:#fff;

    background:
        radial-gradient(
            circle at 75% 20%,
            rgba(85,181,193,.18),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #022E3B,
            #044B61
        );
}

body.page-id-2297 .kh-kraken-grid {
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:80px;

    align-items:center;
}

body.page-id-2297 .kh-kraken h2,
body.page-id-2297 .kh-kraken h3 {
    color:#fff;
}

body.page-id-2297 .kh-kraken p {
    color:rgba(255,255,255,.72);

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

body.page-id-2297 .kh-kraken-photo {
    min-height:460px;

    border-radius:28px;

    background-position:center !important;
    background-size:cover !important;

    box-shadow:0 30px 80px rgba(0,0,0,.25);
}

body.page-id-2297 .kh-specs {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;

    margin:36px 0;
}

body.page-id-2297 .kh-spec {
    padding:19px 15px;

    border:1px solid rgba(85,181,193,.35);
    border-radius:14px;

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

    backdrop-filter:blur(10px);
}

body.page-id-2297 .kh-spec strong {
    display:block;

    margin-bottom:5px;

    color:var(--k-secondary);

    font-size:23px;
}

body.page-id-2297 .kh-spec span {
    color:rgba(255,255,255,.75);

    font-size:10px;
    font-weight:800;

    letter-spacing:1px;
    text-transform:uppercase;
}

/* ==========================================================
   RATGEBER
   ========================================================== */

body.page-id-2297 .kh-guides {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

body.page-id-2297 .kh-guide {
    min-height:210px;

    padding:32px;

    border:1px solid rgba(4,75,97,.08);
    border-radius:20px;

    background:#F5F8F8;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

body.page-id-2297 .kh-guide:hover {
    transform:translateY(-6px);

    border-color:var(--k-secondary);

    box-shadow:0 20px 50px rgba(7,23,29,.08);
}

body.page-id-2297 .kh-guide-icon {
    margin-bottom:25px;

    font-size:34px;
}

body.page-id-2297 .kh-guide h3 {
    margin-bottom:12px;

    color:var(--k-primary);

    font-size:25px;
}

body.page-id-2297 .kh-guide p {
    color:var(--k-muted);

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

/* ==========================================================
   REISE-GALERIE
   ========================================================== */

body.page-id-2297 .kh-travel {
    display:grid;
    grid-template-columns:1.55fr .725fr .725fr;
    gap:16px;
}

body.page-id-2297 .kh-travel-card {
    position:relative;
    isolation:isolate;

    min-height:360px;

    display:flex;
    align-items:flex-end;

    padding:32px;

    overflow:hidden;

    border-radius:22px;

    color:#fff;

    background-position:center !important;
    background-size:cover !important;

    transition:transform .35s ease;
}

body.page-id-2297 .kh-travel-card:hover {
    transform:translateY(-6px);
}

body.page-id-2297 .kh-travel-card::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;

    background:
        linear-gradient(
            to top,
            rgba(2,46,59,.95),
            rgba(4,75,97,.03) 70%
        );
}

body.page-id-2297 .kh-travel-card h3 {
    margin:0;

    color:#fff;

    font-size:32px;
}

/* ==========================================================
   ÜBER UNS
   ========================================================== */

body.page-id-2297 .kh-about {
    background:#F5F8F8;
}

body.page-id-2297 .kh-about-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;

    align-items:center;
}

body.page-id-2297 .kh-about-img {
    min-height:420px;

    border-radius:26px;

    background-position:center !important;
    background-size:cover !important;

    box-shadow:0 25px 60px rgba(7,23,29,.10);
}

body.page-id-2297 .kh-about p {
    color:var(--k-muted);

    font-size:17px;
    line-height:1.8;
}

/* ==========================================================
   ABSCHLUSS
   ========================================================== */

body.page-id-2297 .kh-footer-cta {
    padding:70px 30px;

    color:#fff;
    text-align:center;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(85,181,193,.20),
            transparent 45%
        ),
        #022E3B;
}

body.page-id-2297 .kh-footer-cta h2 {
    max-width:900px;

    margin:0 auto 18px;

    color:#fff;

    font-size:clamp(42px,5vw,74px);
    line-height:1;
}

body.page-id-2297 .kh-footer-cta p {
    color:rgba(255,255,255,.66);

    font-size:17px;
}

/* ==========================================================
   SUBTILE MOTION
   ========================================================== */

@media (prefers-reduced-motion:no-preference) {

    body.page-id-2297 .kh-card,
    body.page-id-2297 .kh-guide,
    body.page-id-2297 .kh-dest,
    body.page-id-2297 .kh-travel-card,
    body.page-id-2297 .kh-btn {
        will-change:transform;
    }
}

/* ==========================================================
   ULTRAWIDE
   Inhalt wächst NICHT endlos mit
   ========================================================== */

@media (min-width:1800px) {

    body.page-id-2297 .kh-wrap,
    body.page-id-2297 .kh-three,
    body.page-id-2297 .kh-current {
        max-width:1280px;
    }

    body.page-id-2297 .kh-hero-content {
        max-width:800px;
    }
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width:1050px) {

    body.page-id-2297 .kh-wrap,
    body.page-id-2297 .kh-three,
    body.page-id-2297 .kh-current {
        width:calc(100% - 48px);
    }

    body.page-id-2297 .kh-three {
        grid-template-columns:1fr 1fr;
    }

    body.page-id-2297 .kh-card:nth-child(2) {
        transform:none;
    }

    body.page-id-2297 .kh-card:nth-child(3) {
        grid-column:1 / -1;
    }

    body.page-id-2297 .kh-current {
        grid-template-columns:1fr;
    }

    body.page-id-2297 .kh-current-img {
        min-height:310px;
    }

    body.page-id-2297 .kh-dest-grid {
        grid-template-columns:1fr 1fr;
    }

    body.page-id-2297 .kh-kraken-grid,
    body.page-id-2297 .kh-about-grid {
        grid-template-columns:1fr;
    }

    body.page-id-2297 .kh-guides {
        grid-template-columns:1fr 1fr;
    }

    body.page-id-2297 .kh-travel {
        grid-template-columns:1fr 1fr;
    }

    body.page-id-2297 .kh-travel-card:first-child {
        grid-column:1 / -1;
    }
}

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

@media (max-width:650px) {

    body.page-id-2297 .kh-wrap,
    body.page-id-2297 .kh-three,
    body.page-id-2297 .kh-current {
        width:calc(100% - 30px);
    }

    body.page-id-2297 .kh-hero {
        min-height:700px;
    }

    body.page-id-2297 .kh-hero-content {
        padding:80px 0 60px;
    }

    body.page-id-2297 .kh-hero h1 {
        font-size:54px;
        letter-spacing:-2px;
    }

    body.page-id-2297 .kh-three {
        grid-template-columns:1fr;

        margin-top:35px;
        margin-bottom:70px;
    }

    body.page-id-2297 .kh-card,
    body.page-id-2297 .kh-card:nth-child(3) {
        grid-column:auto;
        min-height:320px;
    }

    body.page-id-2297 .kh-card:nth-child(2) {
        transform:none;
    }

    body.page-id-2297 .kh-current {
        margin-bottom:70px;
        border-radius:20px;
    }

    body.page-id-2297 .kh-current-img {
        min-height:310px;
    }

    body.page-id-2297 .kh-current-text {
        padding:38px 26px 42px;
    }

    body.page-id-2297 .kh-section {
        padding:70px 0;
    }

    body.page-id-2297 .kh-dest-grid,
    body.page-id-2297 .kh-guides,
    body.page-id-2297 .kh-specs,
    body.page-id-2297 .kh-travel {
        grid-template-columns:1fr;
    }

    body.page-id-2297 .kh-travel-card:first-child {
        grid-column:auto;
    }

    body.page-id-2297 .kh-travel-card {
        min-height:360px;
    }

    body.page-id-2297 .kh-kraken-grid,
    body.page-id-2297 .kh-about-grid {
        gap:45px;
    }

    body.page-id-2297 .kh-kraken-photo,
    body.page-id-2297 .kh-about-img {
        min-height:360px;
    }

    body.page-id-2297 .kh-footer-cta {
        padding:75px 20px;
    }
}

/* ==========================================================
   SELECTION
   ========================================================== */

body.page-id-2297 ::selection {
    background:#55B5C1;
    color:#000;
}

/* =========================================================
   KRAKENEXPLORER 2030 - V4
   Compact editorial redesign
   ========================================================= */

/* ---------- CONTENT WIDTH ---------- */

body.page-id-2297 {
    --k-container:1200px;
}

body.page-id-2297 .kh-wrap {
    width:min(1200px, calc(100% - 48px));
}


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

body.page-id-2297 .kh-hero {
    min-height:500px !important;

    background-image:
        url("https://krakenexplorer.com/wp-content/uploads/2023/11/Reisen-rund-um-die-Welt-KrakenExplorer.webp") !important;

    background-position:center center !important;
    background-size:cover !important;
}

body.page-id-2297 .kh-hero::before {
    background:
        linear-gradient(
            90deg,
            rgba(2,46,59,.96) 0%,
            rgba(4,75,97,.82) 38%,
            rgba(4,75,97,.38) 62%,
            rgba(2,46,59,.12) 100%
        ) !important;
}

body.page-id-2297 .kh-hero-content {
    max-width:620px !important;
    padding:58px 0 64px !important;
}


/* Willkommen bekommt einen eigenen Platz */

body.page-id-2297 .kh-hero .kh-eyebrow {
    display:block !important;

    margin:0 0 12px !important;

    color:#55B5C1 !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:800 !important;

    letter-spacing:2.2px !important;
}


/* KRAKEN EXPLORER sauber und NICHT überlappend */

body.page-id-2297 .kh-hero h1 {
    max-width:570px !important;

    margin:0 0 20px !important;

    color:#fff !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:clamp(54px,4.5vw,76px) !important;
    line-height:.86 !important;
    font-weight:900 !important;

    letter-spacing:-3px !important;

    text-transform:uppercase;
}


/* Untertitel darf eure charakteristische Schrift behalten */

body.page-id-2297 .kh-hero h2 {
    max-width:570px !important;

    margin:0 0 16px !important;

    color:#fff !important;

    font-size:clamp(27px,2.3vw,37px) !important;
    line-height:1.08 !important;
    letter-spacing:0 !important;
}

body.page-id-2297 .kh-hero p {
    max-width:540px !important;

    margin-bottom:0 !important;

    font-size:15px !important;
    line-height:1.65 !important;
}

body.page-id-2297 .kh-buttons {
    margin-top:24px !important;
}

body.page-id-2297 .kraken-home .kh-btn {
    min-height:42px !important;

    padding:0 21px !important;

    font-size:10px !important;
}


/* =========================================================
   DREI HAUPT-CARDS
   ========================================================= */

body.page-id-2297 .kh-three {
    width:min(1200px, calc(100% - 48px)) !important;

    margin:38px auto 58px !important;

    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:18px !important;

    align-items:stretch !important;
}

body.page-id-2297 .kh-card,
body.page-id-2297 .kh-card:nth-child(2),
body.page-id-2297 .kh-card:nth-child(3) {
    width:100% !important;

    min-height:275px !important;
    height:275px !important;

    padding:25px !important;

    transform:none !important;

    border-radius:18px !important;

    box-shadow:0 10px 30px rgba(7,23,29,.10) !important;
}

body.page-id-2297 .kh-card:hover,
body.page-id-2297 .kh-card:nth-child(2):hover {
    transform:translateY(-5px) !important;

    box-shadow:0 18px 40px rgba(7,23,29,.15) !important;
}

body.page-id-2297 .kh-card h2 {
    margin-bottom:7px !important;

    font-size:29px !important;
    line-height:1 !important;
}

body.page-id-2297 .kh-card p {
    margin:0 !important;

    font-size:13px !important;
    line-height:1.5 !important;
}


/* =========================================================
   AKTUELL UNTERWEGS
   ========================================================= */

body.page-id-2297 .kh-current {
    width:min(1200px, calc(100% - 48px)) !important;

    min-height:330px !important;
    height:auto !important;

    margin:0 auto 65px !important;

    grid-template-columns:.95fr 1.05fr !important;

    border-radius:20px !important;

    box-shadow:0 12px 40px rgba(7,23,29,.07) !important;
}

body.page-id-2297 .kh-current-img {
    min-height:330px !important;

    background-image:
        url("https://krakenexplorer.com/wp-content/uploads/2023/11/Deutschland-Urlaub-Nordsee-Reiseziel-Robben-Bank-1.webp") !important;

    background-position:center !important;
    background-size:cover !important;
}

body.page-id-2297 .kh-current-text {
    padding:40px 48px !important;
}

body.page-id-2297 .kh-current-text .kh-eyebrow {
    margin-bottom:10px !important;
}

body.page-id-2297 .kh-current-text h2 {
    margin-bottom:14px !important;

    font-size:clamp(32px,3vw,45px) !important;
    line-height:1 !important;

    letter-spacing:-1px !important;
}

body.page-id-2297 .kh-current-text p {
    margin-bottom:14px !important;

    font-size:14px !important;
    line-height:1.6 !important;
}


/* =========================================================
   NORMALE SEKTIONEN KOMPAKTER
   ========================================================= */

body.page-id-2297 .kh-section {
    padding:65px 0 !important;
}

body.page-id-2297 .kh-section-head {
    margin-bottom:32px !important;
}

body.page-id-2297 .kh-section h2 {
    font-size:clamp(36px,3.5vw,54px) !important;
}

body.page-id-2297 .kh-section-head p {
    font-size:15px !important;
}


/* =========================================================
   REISEZIELE
   ========================================================= */

body.page-id-2297 .kh-dest-grid {
    gap:14px !important;
}

body.page-id-2297 .kh-dest {
    min-height:190px !important;

    padding:22px !important;

    border-radius:16px !important;
}

body.page-id-2297 .kh-dest h3 {
    margin-bottom:12px !important;

    font-size:23px !important;
}

body.page-id-2297 .kh-dest p {
    font-size:13px !important;
    line-height:1.65 !important;
}


/* =========================================================
   KRAKEN SHOWCASE
   ========================================================= */

body.page-id-2297 .kh-kraken-grid {
    gap:55px !important;
}

body.page-id-2297 .kh-kraken-photo {
    min-height:410px !important;
}

body.page-id-2297 .kh-specs {
    margin:25px 0 !important;
}


/* =========================================================
   RATGEBER
   ========================================================= */

body.page-id-2297 .kh-guides {
    gap:14px !important;
}

body.page-id-2297 .kh-guide {
    min-height:190px !important;

    padding:24px !important;
}

body.page-id-2297 .kh-guide-icon {
    margin-bottom:18px !important;
}

body.page-id-2297 .kh-guide h3 {
    font-size:22px !important;
}


/* =========================================================
   REISE-GALERIE
   ========================================================= */

body.page-id-2297 .kh-travel {
    gap:14px !important;
}

body.page-id-2297 .kh-travel-card {
    min-height:320px !important;
}


/* =========================================================
   ABOUT
   ========================================================= */

body.page-id-2297 .kh-about-grid {
    gap:55px !important;
}

body.page-id-2297 .kh-about-img {
    min-height:390px !important;
}


/* =========================================================
   FOOTER CTA
   ========================================================= */

body.page-id-2297 .kh-footer-cta {
    padding:60px 25px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:900px) {

    body.page-id-2297 .kh-three {
        grid-template-columns:1fr !important;
    }

    body.page-id-2297 .kh-card,
    body.page-id-2297 .kh-card:nth-child(2),
    body.page-id-2297 .kh-card:nth-child(3) {
        height:280px !important;
    }

    body.page-id-2297 .kh-current {
        grid-template-columns:1fr !important;
    }

    body.page-id-2297 .kh-current-img {
        min-height:300px !important;
    }
}


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

@media(max-width:600px) {

    body.page-id-2297 .kh-wrap,
    body.page-id-2297 .kh-three,
    body.page-id-2297 .kh-current {
        width:calc(100% - 28px) !important;
    }

    body.page-id-2297 .kh-hero {
        min-height:520px !important;
    }

    body.page-id-2297 .kh-hero-content {
        padding:48px 0 !important;
    }

    body.page-id-2297 .kh-hero h1 {
        font-size:48px !important;
        letter-spacing:-2px !important;
    }

    body.page-id-2297 .kh-card {
        height:250px !important;
        min-height:250px !important;
    }

    body.page-id-2297 .kh-current-text {
        padding:30px 25px !important;
    }
}


/* =========================================================
   KRAKENEXPLORER 2030 - V5 POLISH
   NUR Testseite page-id-2297
   ========================================================= */


/* ---------------------------------------------------------
   1. HEADER KOMPAKTER / MODERNER
   --------------------------------------------------------- */

/*
   Bestehenden Elementor-Header auf Testseite kompakter machen.
   Wir greifen NICHT global ein.
*/

body.page-id-2297 header.elementor-location-header,
body.page-id-2297 .elementor-location-header {
    position: relative;
    z-index: 1000;
}

/* Große Elementor-Abstände im Header reduzieren */
body.page-id-2297 .elementor-location-header .e-con,
body.page-id-2297 .elementor-location-header .elementor-container {
    min-height: 0 !important;
}

/* Logo kompakter */
body.page-id-2297 .elementor-location-header img {
    max-height: 72px;
    width: auto;
}

/* Menü */
body.page-id-2297 .elementskit-navbar-nav > li > a {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .01em;
}

/* Suche deutlich kompakter */
body.page-id-2297 .elementor-location-header .elementor-search-form {
    max-width: 220px;
}

body.page-id-2297 .elementor-location-header .elementor-search-form__container {
    min-height: 38px !important;
    border-radius: 10px !important;
    overflow: hidden;
}

body.page-id-2297 .elementor-location-header .elementor-search-form__input {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
}

body.page-id-2297 .elementor-location-header .elementor-search-form__submit {
    width: 42px !important;
    min-width: 42px !important;
    height: 38px !important;
}


/* ---------------------------------------------------------
   2. GESAMTBREITE
   --------------------------------------------------------- */

body.page-id-2297 .kraken-home {
    --k-container: 1280px;
}

body.page-id-2297 .kh-wrap {
    width: min(var(--k-container), calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}


/* ---------------------------------------------------------
   3. HERO FEINSCHLIFF
   --------------------------------------------------------- */

body.page-id-2297 .kh-hero {
    min-height: 500px !important;
}

body.page-id-2297 .kh-hero-content {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

body.page-id-2297 .kh-hero .kh-eyebrow {
    display: block;
    margin: 0 0 13px !important;
    line-height: 1 !important;
}

body.page-id-2297 .kh-hero h1 {
    margin: 0 0 16px !important;
    line-height: .88 !important;
}

body.page-id-2297 .kh-hero h2 {
    margin: 0 0 18px !important;
    line-height: 1.04 !important;
}

body.page-id-2297 .kh-hero p {
    margin: 0 0 22px !important;
    max-width: 520px;
}


/* ---------------------------------------------------------
   4. DREI HAUPTKARTEN
   --------------------------------------------------------- */

body.page-id-2297 .kh-three {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;

    margin-top: 34px !important;
    margin-bottom: 54px !important;
}

body.page-id-2297 .kh-three > * {
    height: 280px !important;
    min-height: 280px !important;
    margin: 0 !important;
    transform: none !important;
}

body.page-id-2297 .kh-card {
    height: 100% !important;
    border-radius: 18px !important;
    overflow: hidden;
}


/* ---------------------------------------------------------
   5. AKTUELL UNTERWEGS
   --------------------------------------------------------- */

body.page-id-2297 .kh-current {
    margin-top: 0 !important;
    margin-bottom: 64px !important;
    min-height: 350px !important;

    border-radius: 22px !important;
    overflow: hidden;
}

body.page-id-2297 .kh-current-img {
    min-height: 350px !important;
}

body.page-id-2297 .kh-current-text {
    padding: 42px !important;
}


/* ---------------------------------------------------------
   6. ALLE SEKTIONEN KOMPAKTER
   --------------------------------------------------------- */

body.page-id-2297 .kh-section {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
}

body.page-id-2297 .kh-section-head {
    margin-bottom: 28px !important;
}

body.page-id-2297 .kh-section-head h2 {
    margin-bottom: 12px !important;
}


/* ---------------------------------------------------------
   7. REISEZIELE
   --------------------------------------------------------- */

body.page-id-2297 .kh-dest-grid {
    gap: 16px !important;
}

body.page-id-2297 .kh-dest {
    min-height: 210px !important;
    padding: 24px !important;
    border-radius: 16px !important;
}


/* ---------------------------------------------------------
   8. DAS IST KRAKEN
   Fehlendes Bild reparieren
   --------------------------------------------------------- */

body.page-id-2297 .kh-kraken {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

body.page-id-2297 .kh-kraken-grid {
    display: grid !important;
    grid-template-columns: .95fr 1.05fr !important;
    gap: 54px !important;
    align-items: center !important;
}

body.page-id-2297 .kh-kraken-photo {
    display: block !important;

    min-height: 430px !important;

    background-image:
        linear-gradient(
            180deg,
            rgba(4,75,97,.02) 0%,
            rgba(4,75,97,.18) 100%
        ),
        url("https://krakenexplorer.com/wp-content/uploads/2025/11/Mercedes-Carthago-Wohnmobil-1999-TUeV-AU-Gaspruefung.webp") !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    border-radius: 24px !important;

    box-shadow:
        0 30px 70px rgba(0,0,0,.16),
        inset 0 0 0 1px rgba(255,255,255,.08);

    position: relative;
    overflow: hidden;
}

body.page-id-2297 .kh-kraken-photo::after {
    content: "KRAKEN";
    position: absolute;
    right: 22px;
    bottom: 18px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .20em;

    color: rgba(255,255,255,.75);
}


/* ---------------------------------------------------------
   9. TECHNIK / RATGEBER
   --------------------------------------------------------- */

body.page-id-2297 .kh-guides {
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 16px !important;
}

body.page-id-2297 .kh-guide {
    min-height: 180px !important;
    padding: 26px !important;
    border-radius: 17px !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

body.page-id-2297 .kh-guide:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(4,75,97,.10);
    border-color: rgba(85,181,193,.55);
}


/* ---------------------------------------------------------
   10. UNSERE REISEN
   --------------------------------------------------------- */

body.page-id-2297 .kh-travel {
    padding-top: 68px !important;
    padding-bottom: 76px !important;
}

body.page-id-2297 .kh-travel-card {
    min-height: 300px !important;
    border-radius: 18px !important;
    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

body.page-id-2297 .kh-travel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(4,75,97,.14);
}


/* ---------------------------------------------------------
   11. BUTTONS
   --------------------------------------------------------- */

body.page-id-2297 .kh-btn {
    min-height: 42px;
    padding: 0 19px !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px !important;

    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .06em;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

body.page-id-2297 .kh-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(4,75,97,.18);
}


/* ---------------------------------------------------------
   12. TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    body.page-id-2297 .kh-wrap {
        width: min(100% - 36px, 960px);
    }

    body.page-id-2297 .kh-three {
        gap: 14px !important;
    }

    body.page-id-2297 .kh-three > * {
        height: 245px !important;
        min-height: 245px !important;
    }

    body.page-id-2297 .kh-kraken-grid {
        gap: 32px !important;
    }

    body.page-id-2297 .kh-kraken-photo {
        min-height: 370px !important;
    }

}


/* ---------------------------------------------------------
   13. MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    body.page-id-2297 .kh-wrap {
        width: calc(100% - 28px);
    }

    body.page-id-2297 .kh-hero {
        min-height: 500px !important;
    }

    body.page-id-2297 .kh-hero-content {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    body.page-id-2297 .kh-three {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-top: 20px !important;
        margin-bottom: 42px !important;
    }

    body.page-id-2297 .kh-three > * {
        height: 230px !important;
        min-height: 230px !important;
    }

    body.page-id-2297 .kh-current {
        grid-template-columns: 1fr !important;
    }

    body.page-id-2297 .kh-current-img {
        min-height: 250px !important;
    }

    body.page-id-2297 .kh-current-text {
        padding: 28px !important;
    }

    body.page-id-2297 .kh-section {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    body.page-id-2297 .kh-dest-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    body.page-id-2297 .kh-kraken-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    body.page-id-2297 .kh-kraken-photo {
        min-height: 300px !important;
    }

    body.page-id-2297 .kh-guides {
        grid-template-columns: 1fr !important;
    }

}


/* ---------------------------------------------------------
   14. SEHR KLEINE DISPLAYS
   --------------------------------------------------------- */

@media (max-width: 480px) {

    body.page-id-2297 .kh-dest-grid {
        grid-template-columns: 1fr !important;
    }

    body.page-id-2297 .kh-current-text {
        padding: 24px !important;
    }

}


/* =========================================================
   KRAKENEXPLORER 2030 - CLICKABLE HOME CARDS
   ========================================================= */

body.page-id-2297 .kh-three .kh-card {
    position: relative;
    cursor: pointer;
}

body.page-id-2297 .kh-three .kh-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: inherit;
}

/* leichte Interaktion */

body.page-id-2297 .kh-three .kh-card {
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

body.page-id-2297 .kh-three .kh-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(4,75,97,.16);
}


/*
Die eigentliche Navigation der Karten wird per JS aus dem
vorhandenen Karteninhalt gesetzt.
*/


/* =====================================================================
   KRAKENEXPLORER 2030
   HEADER V9 - NATIVE HELLO ELEMENTOR
   Desktop / Tablet / Smartphone
   ===================================================================== */


/* ---------------------------------------------------------------------
   DESIGN TOKENS
   --------------------------------------------------------------------- */

:root {
    --kraken-header-bg: rgba(255,255,255,.96);
    --kraken-header-text: #083f50;
    --kraken-header-muted: #58717a;
    --kraken-header-accent: #55b5c1;
    --kraken-header-accent-dark: #087087;
    --kraken-header-line: rgba(8,63,80,.10);
    --kraken-header-shadow: 0 10px 35px rgba(5,44,57,.08);
    --kraken-menu-shadow: 0 22px 60px rgba(5,44,57,.18);
}


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

body .site-header.dynamic-header {
    position: relative;
    z-index: 9999;

    width: 100% !important;
    max-width: none !important;

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

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.98),
            rgba(247,252,253,.96)
        ) !important;

    border-bottom: 1px solid var(--kraken-header-line);

    box-shadow: var(--kraken-header-shadow);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* ---------------------------------------------------------------------
   INNER
   --------------------------------------------------------------------- */

body .site-header.dynamic-header .header-inner {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;

    min-height: 82px;

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

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 34px;
}


/* ---------------------------------------------------------------------
   BRANDING
   --------------------------------------------------------------------- */

body .site-header.dynamic-header .site-branding {
    flex: 0 0 auto !important;

    display: flex !important;
    align-items: center !important;

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


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

body .site-header.dynamic-header .site-logo {
    display: flex !important;
    align-items: center !important;

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


body .site-header.dynamic-header .custom-logo-link {
    display: flex !important;
    align-items: center !important;

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

    text-decoration: none !important;
}


body .site-header.dynamic-header img.custom-logo {
    display: block !important;

    width: 64px !important;
    height: 64px !important;

    max-width: 64px !important;
    max-height: 64px !important;

    object-fit: contain !important;

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

    border-radius: 50%;

    box-shadow:
        0 5px 18px rgba(5,75,97,.12);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


body .site-header.dynamic-header .custom-logo-link:hover img.custom-logo {
    transform: translateY(-2px) scale(1.03);

    box-shadow:
        0 9px 25px rgba(5,75,97,.18);
}


/* ---------------------------------------------------------------------
   WORDMARK PER CSS
   --------------------------------------------------------------------- */

body .site-header.dynamic-header .site-branding::after {
    content: "KrakenExplorer";

    display: block;

    margin-left: 14px;

    color: #064e63;

    font-family: inherit;
    font-size: 25px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: -.8px;

    white-space: nowrap;
}


/* ---------------------------------------------------------------------
   NAVIGATION
   --------------------------------------------------------------------- */

body .site-header.dynamic-header .site-navigation {
    flex: 1 1 auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

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


body .site-header.dynamic-header .site-navigation > ul,
body .site-header.dynamic-header #menu-main-menue {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 5px !important;

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

    list-style: none !important;
}


/* ---------------------------------------------------------------------
   TOP LEVEL MENU ITEMS
   --------------------------------------------------------------------- */

body .site-header.dynamic-header #menu-main-menue > li {
    position: relative;

    display: flex;
    align-items: center;

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


body .site-header.dynamic-header #menu-main-menue > li > a {
    position: relative;

    display: flex !important;
    align-items: center !important;

    min-height: 46px;

    padding: 0 14px !important;

    border-radius: 12px;

    color: var(--kraken-header-text) !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    text-decoration: none !important;

    white-space: nowrap;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}


body .site-header.dynamic-header #menu-main-menue > li > a:hover {
    color: var(--kraken-header-accent-dark) !important;

    background: rgba(85,181,193,.10);

    transform: translateY(-1px);
}


/* ---------------------------------------------------------------------
   ACTIVE ITEM
   --------------------------------------------------------------------- */

body .site-header.dynamic-header #menu-main-menue > li.current-menu-item > a,
body .site-header.dynamic-header #menu-main-menue > li.current-menu-ancestor > a {
    color: var(--kraken-header-accent-dark) !important;

    background: rgba(85,181,193,.11);
}


body .site-header.dynamic-header #menu-main-menue > li.current-menu-item > a::after,
body .site-header.dynamic-header #menu-main-menue > li.current-menu-ancestor > a::after {
    content: "";

    position: absolute;

    left: 14px;
    right: 14px;
    bottom: 5px;

    height: 2px;

    border-radius: 999px;

    background: var(--kraken-header-accent);
}


/* ---------------------------------------------------------------------
   DROPDOWN ARROW
   --------------------------------------------------------------------- */

body .site-header.dynamic-header #menu-main-menue > li.menu-item-has-children > a {
    padding-right: 30px !important;
}


body .site-header.dynamic-header #menu-main-menue > li.menu-item-has-children > a::before {
    content: "";

    position: absolute;

    right: 13px;
    top: 50%;

    width: 6px;
    height: 6px;

    margin-top: -5px;

    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;

    transform: rotate(45deg);

    opacity: .65;

    transition:
        transform .2s ease,
        margin .2s ease;
}


body .site-header.dynamic-header #menu-main-menue > li.menu-item-has-children:hover > a::before {
    transform: rotate(225deg);
    margin-top: 0;
}


/* ---------------------------------------------------------------------
   DROPDOWN PANEL
   --------------------------------------------------------------------- */

body .site-header.dynamic-header #menu-main-menue .sub-menu {
    position: absolute !important;

    top: calc(100% + 10px) !important;
    left: 0 !important;

    z-index: 10000 !important;

    display: block !important;

    min-width: 260px !important;

    margin: 0 !important;
    padding: 10px !important;

    list-style: none !important;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.99),
            rgba(245,251,252,.99)
        ) !important;

    border: 1px solid rgba(8,63,80,.10) !important;
    border-radius: 18px !important;

    box-shadow: var(--kraken-menu-shadow) !important;

    opacity: 0;
    visibility: hidden;

    transform:
        translateY(8px)
        scale(.98);

    transform-origin: top left;

    pointer-events: none;

    transition:
        opacity .18s ease,
        visibility .18s ease,
        transform .18s ease;
}


body .site-header.dynamic-header #menu-main-menue > li:hover > .sub-menu,
body .site-header.dynamic-header #menu-main-menue > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;

    transform:
        translateY(0)
        scale(1);

    pointer-events: auto;
}


/* invisible hover bridge */

body .site-header.dynamic-header #menu-main-menue > li.menu-item-has-children::after {
    content: "";

    position: absolute;

    left: 0;
    top: 100%;

    width: 100%;
    height: 14px;
}


/* ---------------------------------------------------------------------
   DROPDOWN ITEMS
   --------------------------------------------------------------------- */

body .site-header.dynamic-header #menu-main-menue .sub-menu li {
    display: block !important;

    width: 100% !important;

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


body .site-header.dynamic-header #menu-main-menue .sub-menu li + li {
    margin-top: 2px !important;
}


body .site-header.dynamic-header #menu-main-menue .sub-menu a {
    position: relative;

    display: flex !important;
    align-items: center !important;

    width: 100% !important;

    padding: 11px 13px 11px 38px !important;

    border-radius: 11px !important;

    color: #164653 !important;

    font-size: 13px !important;
    font-weight: 650 !important;

    line-height: 1.25 !important;

    text-decoration: none !important;

    transition:
        background .18s ease,
        color .18s ease,
        transform .18s ease;
}


body .site-header.dynamic-header #menu-main-menue .sub-menu a::before {
    content: "→";

    position: absolute;

    left: 14px;
    top: 50%;

    transform: translateY(-51%);

    color: var(--kraken-header-accent);

    font-size: 15px;
    font-weight: 800;

    transition: transform .18s ease;
}


body .site-header.dynamic-header #menu-main-menue .sub-menu a:hover {
    color: #064e63 !important;

    background: rgba(85,181,193,.12);

    transform: translateX(2px);
}


body .site-header.dynamic-header #menu-main-menue .sub-menu a:hover::before {
    transform:
        translateY(-51%)
        translateX(3px);
}


/* ---------------------------------------------------------------------
   PROJEKTE DROPDOWN ETWAS BREITER
   --------------------------------------------------------------------- */

body .site-header.dynamic-header #menu-item-2307 > .sub-menu {
    min-width: 285px !important;
}


/* ---------------------------------------------------------------------
   NEWS ALS CTA
   --------------------------------------------------------------------- */

body .site-header.dynamic-header #menu-item-2317 > a {
    margin-left: 5px;

    padding-left: 18px !important;
    padding-right: 18px !important;

    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #087087,
            #55b5c1
        ) !important;

    box-shadow:
        0 7px 20px rgba(8,112,135,.20);
}


body .site-header.dynamic-header #menu-item-2317 > a:hover {
    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #075e72,
            #47a9b6
        ) !important;

    box-shadow:
        0 10px 25px rgba(8,112,135,.28);
}


/* ---------------------------------------------------------------------
   TABLET
   --------------------------------------------------------------------- */

@media (max-width: 1024px) {

    body .site-header.dynamic-header .header-inner {
        width: min(100% - 32px, 960px) !important;

        min-height: 72px;

        gap: 20px;
    }


    body .site-header.dynamic-header img.custom-logo {
        width: 52px !important;
        height: 52px !important;

        max-width: 52px !important;
        max-height: 52px !important;
    }


    body .site-header.dynamic-header .site-branding::after {
        margin-left: 10px;

        font-size: 20px;

        letter-spacing: -.5px;
    }


    body .site-header.dynamic-header #menu-main-menue > li > a {
        min-height: 42px;

        padding-left: 10px !important;
        padding-right: 10px !important;

        font-size: 12px !important;
    }


    body .site-header.dynamic-header #menu-main-menue > li.menu-item-has-children > a {
        padding-right: 25px !important;
    }


    body .site-header.dynamic-header #menu-main-menue > li.menu-item-has-children > a::before {
        right: 10px;
    }


    body .site-header.dynamic-header #menu-item-2317 > a {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

}


/* ---------------------------------------------------------------------
   MOBILE
   Hello Elementor native mobile navigation
   --------------------------------------------------------------------- */

@media (max-width: 767px) {

    body .site-header.dynamic-header {
        position: relative !important;
    }


    body .site-header.dynamic-header .header-inner {
        width: calc(100% - 28px) !important;

        min-height: 68px;

        padding: 8px 0 !important;

        gap: 10px;
    }


    body .site-header.dynamic-header .site-branding {
        flex: 1 1 auto !important;
    }


    body .site-header.dynamic-header img.custom-logo {
        width: 48px !important;
        height: 48px !important;

        max-width: 48px !important;
        max-height: 48px !important;
    }


    body .site-header.dynamic-header .site-branding::after {
        margin-left: 9px;

        font-size: 19px;

        letter-spacing: -.5px;
    }


    /*
     * Hello steuert das eigentliche Öffnen/Schließen weiterhin selbst.
     * Wir gestalten nur die Ausgabe.
     */

    body .site-header.dynamic-header .site-navigation {
        flex: 0 0 auto !important;
    }


    body .site-header.dynamic-header .site-navigation-toggle-holder {
        margin: 0 !important;
        padding: 0 !important;
    }


    body .site-header.dynamic-header .site-navigation-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 46px !important;
        height: 46px !important;

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

        border: 1px solid rgba(8,63,80,.10) !important;
        border-radius: 14px !important;

        color: #064e63 !important;

        background: rgba(85,181,193,.10) !important;

        box-shadow:
            0 5px 16px rgba(5,44,57,.07);

        cursor: pointer;
    }


    /*
     * geöffnetes mobiles Menü
     */

    body .site-header.dynamic-header .site-navigation-dropdown {
        position: absolute !important;

        top: calc(100% + 8px) !important;
        left: 14px !important;
        right: 14px !important;

        width: auto !important;

        margin: 0 !important;
        padding: 10px !important;

        border: 1px solid rgba(8,63,80,.10) !important;
        border-radius: 20px !important;

        background:
            rgba(255,255,255,.985) !important;

        box-shadow:
            0 25px 70px rgba(5,44,57,.20) !important;

        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);

        overflow: hidden;
    }


    body .site-header.dynamic-header .site-navigation-dropdown ul {
        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
    }


    body .site-header.dynamic-header .site-navigation-dropdown li {
        margin: 0 !important;
        padding: 0 !important;
    }


    body .site-header.dynamic-header .site-navigation-dropdown a {
        display: block !important;

        padding: 13px 14px !important;

        border-radius: 11px !important;

        color: #103f4c !important;

        font-size: 14px !important;
        font-weight: 700 !important;

        line-height: 1.25 !important;

        text-decoration: none !important;
    }


    body .site-header.dynamic-header .site-navigation-dropdown a:hover {
        color: #064e63 !important;

        background: rgba(85,181,193,.11) !important;
    }


    /*
     * Unterpunkte
     */

    body .site-header.dynamic-header .site-navigation-dropdown .sub-menu {
        margin: 2px 0 7px 0 !important;
        padding: 4px 0 4px 12px !important;

        border-left:
            2px solid rgba(85,181,193,.35);
    }


    body .site-header.dynamic-header .site-navigation-dropdown .sub-menu a {
        padding: 10px 12px !important;

        color: #567079 !important;

        font-size: 13px !important;
        font-weight: 600 !important;
    }


    body .site-header.dynamic-header .site-navigation-dropdown .sub-menu a::before {
        content: "→";

        margin-right: 8px;

        color: var(--kraken-header-accent);
    }


    /*
     * NEWS Mobile CTA
     */

    body .site-header.dynamic-header .site-navigation-dropdown .menu-item-2317 > a {
        margin-top: 5px !important;

        color: #ffffff !important;

        text-align: center;

        background:
            linear-gradient(
                135deg,
                #087087,
                #55b5c1
            ) !important;
    }

}


/* ---------------------------------------------------------------------
   VERY SMALL MOBILE
   --------------------------------------------------------------------- */

@media (max-width: 390px) {

    body .site-header.dynamic-header .header-inner {
        width: calc(100% - 20px) !important;
    }


    body .site-header.dynamic-header img.custom-logo {
        width: 43px !important;
        height: 43px !important;

        max-width: 43px !important;
        max-height: 43px !important;
    }


    body .site-header.dynamic-header .site-branding::after {
        margin-left: 7px;

        font-size: 17px;
    }

}


/* =====================================================================
   END KRAKENEXPLORER HEADER V9
   ===================================================================== */


/* =========================================================
   KRAKENEXPLORER - HOME CLEAN V1
   ========================================================= */

body.page-id-2297 .kh-about-img {
    background-image:
        linear-gradient(
            180deg,
            rgba(10,18,22,.03),
            rgba(10,18,22,.10)
        ),
        url("https://krakenexplorer.com/wp-content/uploads/2023/11/andi-nini-krakenexplorer.webp") !important;

    background-size: cover !important;
    background-position: center 35% !important;
    background-repeat: no-repeat !important;
}

/* Nach Entfernen der alten Reisebereiche
   saubere Abstände herstellen */

body.page-id-2297 .kh-three + .kh-kraken,
body.page-id-2297 .kh-three + .kh-section {
    margin-top: 0 !important;
}

@media (max-width:900px) {

    body.page-id-2297 .kh-about-img {
        min-height: 520px !important;
        background-position: center 30% !important;
    }

}

@media (max-width:600px) {

    body.page-id-2297 .kh-about-img {
        min-height: 430px !important;
        background-position: center 25% !important;
    }

}

/* =========================================================
   END KRAKENEXPLORER - HOME CLEAN V1
   ========================================================= */


/* ==========================================================
   KRAKENEXPLORER
   STARTSEITE HAUPTKACHELN RESPONSIVE V2
   ========================================================== */


/* ----------------------------------------------------------
   GRUNDOPTIMIERUNG
   ---------------------------------------------------------- */

body.page-id-2297 .kh-card {
    position:relative;
    overflow:hidden;
    isolation:isolate;
}

/*
 * Stärkerer Verlauf:
 * Text muss unabhängig vom jeweiligen Foto lesbar bleiben.
 */

body.page-id-2297 .kh-card::after {
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;

    background:
        linear-gradient(
            180deg,
            rgba(0,38,49,.04) 0%,
            rgba(0,38,49,.10) 30%,
            rgba(0,38,49,.48) 58%,
            rgba(0,31,42,.90) 100%
        );
}


/*
 * Sämtlicher Karteninhalt über den Verlauf.
 */

body.page-id-2297 .kh-card > * {
    position:relative;
    z-index:2;
}


/* ----------------------------------------------------------
   TABLET / KLEINER DESKTOP
   801 - 1050 PX
   ---------------------------------------------------------- */

@media (min-width:801px) and (max-width:1050px) {

    body.page-id-2297 .kh-three {
        display:grid !important;
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
        gap:16px !important;
    }

    body.page-id-2297 .kh-card,
    body.page-id-2297 .kh-card:nth-child(2),
    body.page-id-2297 .kh-card:nth-child(3) {
        grid-column:auto !important;
        min-width:0 !important;
        min-height:290px !important;
        padding:22px !important;
        transform:none !important;
    }

    body.page-id-2297 .kh-card .kh-eyebrow {
        font-size:11px !important;
        line-height:1.2 !important;
        letter-spacing:.14em !important;
        margin-bottom:8px !important;
    }

    body.page-id-2297 .kh-card h2 {
        font-size:clamp(24px,3vw,32px) !important;
        line-height:.98 !important;
        letter-spacing:-.02em !important;
        margin:0 0 10px !important;
        overflow-wrap:normal !important;
        word-break:normal !important;
        hyphens:none !important;
    }

    body.page-id-2297 .kh-card p {
        font-size:13px !important;
        line-height:1.45 !important;
        margin:0 !important;
        max-width:100% !important;
    }
}


/* ----------------------------------------------------------
   SCHMALES TABLET / GROSSER MOBILE-BEREICH
   651 - 800 PX

   Weiterhin 3 nebeneinander.
   Beschreibung wird ausgeblendet.
   Fokus liegt auf Kategorie + Titel.
   ---------------------------------------------------------- */

@media (min-width:651px) and (max-width:800px) {

    body.page-id-2297 .kh-three {
        display:grid !important;
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
        gap:14px !important;
    }

    body.page-id-2297 .kh-card,
    body.page-id-2297 .kh-card:nth-child(2),
    body.page-id-2297 .kh-card:nth-child(3) {
        grid-column:auto !important;

        min-width:0 !important;
        min-height:280px !important;

        padding:16px !important;

        transform:none !important;

        display:flex !important;
        flex-direction:column !important;
        justify-content:flex-end !important;
        align-items:flex-start !important;
    }

    /*
     * Auf dieser Breite brauchen wir noch mehr Ruhe
     * hinter dem Text.
     */

    body.page-id-2297 .kh-card::after {
        background:
            linear-gradient(
                180deg,
                rgba(0,35,46,.04) 0%,
                rgba(0,35,46,.16) 32%,
                rgba(0,31,42,.62) 58%,
                rgba(0,25,35,.96) 100%
            ) !important;
    }

    body.page-id-2297 .kh-card .kh-eyebrow {
        font-size:9px !important;
        line-height:1.2 !important;
        letter-spacing:.12em !important;

        margin:0 0 7px !important;

        white-space:normal !important;
    }

    body.page-id-2297 .kh-card h2 {
        font-size:clamp(21px,3.2vw,27px) !important;
        line-height:1.02 !important;

        letter-spacing:-.02em !important;

        margin:0 !important;

        overflow-wrap:normal !important;
        word-break:normal !important;
        hyphens:auto !important;
    }

    /*
     * Beschreibungen sind auf 200px breiten Karten
     * eher störend als hilfreich.
     */

    body.page-id-2297 .kh-card p {
        display:none !important;
    }
}


/* ----------------------------------------------------------
   SMARTPHONE
   BIS 650 PX

   Eine Karte pro Zeile.
   Text wieder vollständig sichtbar.
   ---------------------------------------------------------- */

@media (max-width:650px) {

    body.page-id-2297 .kh-three {
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:16px !important;
    }

    body.page-id-2297 .kh-card,
    body.page-id-2297 .kh-card:nth-child(2),
    body.page-id-2297 .kh-card:nth-child(3) {
        grid-column:auto !important;

        width:100% !important;
        min-width:0 !important;
        min-height:260px !important;

        padding:22px !important;

        transform:none !important;

        display:flex !important;
        flex-direction:column !important;
        justify-content:flex-end !important;
        align-items:flex-start !important;
    }

    body.page-id-2297 .kh-card::after {
        background:
            linear-gradient(
                180deg,
                rgba(0,35,46,.02) 0%,
                rgba(0,35,46,.10) 30%,
                rgba(0,31,42,.58) 58%,
                rgba(0,25,35,.96) 100%
            ) !important;
    }

    body.page-id-2297 .kh-card .kh-eyebrow {
        font-size:10px !important;
        line-height:1.2 !important;
        letter-spacing:.14em !important;
        margin:0 0 7px !important;
    }

    body.page-id-2297 .kh-card h2 {
        font-size:30px !important;
        line-height:1 !important;
        margin:0 0 10px !important;

        word-break:normal !important;
        overflow-wrap:normal !important;
        hyphens:none !important;
    }

    body.page-id-2297 .kh-card p {
        display:block !important;
        font-size:14px !important;
        line-height:1.5 !important;
        margin:0 !important;
        max-width:420px !important;
    }
}


/* ==========================================================
   END STARTSEITE HAUPTKACHELN RESPONSIVE V2
   ========================================================== */

/* =====================================================================
   KRAKEN HOME CARDS V3
   PREMIUM / READABLE / RESPONSIVE
   ===================================================================== */

/*
 * Die drei ersten Kacheln der Startseite.
 *
 * Wichtig:
 * - Bild ganz hinten
 * - Gradient darüber
 * - Inhalt ganz oben
 * - Text darf niemals unter Overlay/Bild verschwinden
 */


/* ---------------------------------------------------------------------
   GRID
   --------------------------------------------------------------------- */

body.home .kraken-home-cards,
body.home .kraken-home-grid,
body.home .home-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(12px, 1.5vw, 22px) !important;
    align-items: stretch !important;
}


/* ---------------------------------------------------------------------
   KARTE
   --------------------------------------------------------------------- */

body.home .kraken-home-card,
body.home .home-card {
    position: relative !important;
    isolation: isolate !important;

    min-width: 0 !important;
    min-height: 330px !important;

    overflow: hidden !important;

    border-radius: 18px !important;

    background-color: #064c5b !important;

    box-shadow:
        0 14px 35px rgba(0, 45, 58, .10),
        0 3px 10px rgba(0, 45, 58, .08) !important;

    transform: translateZ(0);
}


/* ---------------------------------------------------------------------
   BILDER
   --------------------------------------------------------------------- */

body.home .kraken-home-card img,
body.home .home-card img {
    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;

    z-index: 0 !important;

    transition:
        transform .45s ease,
        filter .45s ease !important;
}


/* ---------------------------------------------------------------------
   OVERLAY
   --------------------------------------------------------------------- */

body.home .kraken-home-card::after,
body.home .home-card::after {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    z-index: 1 !important;

    pointer-events: none !important;

    background:
        linear-gradient(
            180deg,
            rgba(0, 38, 49, .04) 0%,
            rgba(0, 43, 55, .12) 25%,
            rgba(0, 42, 54, .46) 48%,
            rgba(0, 38, 50, .82) 70%,
            rgba(0, 34, 46, .97) 100%
        ) !important;
}


/* zusätzliche leichte Seitenabdunklung */

body.home .kraken-home-card::before,
body.home .home-card::before {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    z-index: 1 !important;

    pointer-events: none !important;

    background:
        linear-gradient(
            90deg,
            rgba(0, 38, 50, .24) 0%,
            rgba(0, 38, 50, .04) 70%
        ) !important;
}


/* ---------------------------------------------------------------------
   ALLE INHALTE ZWINGEND VOR DAS OVERLAY
   --------------------------------------------------------------------- */

body.home .kraken-home-card > *,
body.home .home-card > * {
    position: relative !important;
    z-index: 5 !important;
}


/* ---------------------------------------------------------------------
   TEXT-CONTAINER
   --------------------------------------------------------------------- */

body.home .kraken-home-card .card-content,
body.home .home-card .card-content,
body.home .kraken-home-card .content,
body.home .home-card .content {
    position: absolute !important;

    z-index: 10 !important;

    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    padding:
        clamp(18px, 2.2vw, 28px)
        clamp(16px, 2vw, 25px) !important;

    color: #fff !important;
}


/* ---------------------------------------------------------------------
   EYEBROW / KLEINE TÜRKISE ZEILE
   --------------------------------------------------------------------- */

body.home .kraken-home-card .eyebrow,
body.home .home-card .eyebrow,
body.home .kraken-home-card .kicker,
body.home .home-card .kicker {
    position: relative !important;
    z-index: 11 !important;

    display: block !important;

    margin: 0 0 8px !important;

    color: #58c7d8 !important;

    font-size: clamp(10px, .9vw, 13px) !important;
    line-height: 1.2 !important;

    font-weight: 800 !important;

    letter-spacing: .16em !important;
    text-transform: uppercase !important;

    text-shadow:
        0 1px 2px rgba(0, 20, 30, .65) !important;
}


/* ---------------------------------------------------------------------
   ÜBERSCHRIFT
   --------------------------------------------------------------------- */

body.home .kraken-home-card h2,
body.home .kraken-home-card h3,
body.home .home-card h2,
body.home .home-card h3 {
    position: relative !important;
    z-index: 12 !important;

    margin: 0 0 12px !important;

    color: #fff !important;

    font-size: clamp(25px, 2.15vw, 36px) !important;
    line-height: .98 !important;

    text-shadow:
        0 2px 8px rgba(0, 20, 30, .55) !important;
}


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

body.home .kraken-home-card p,
body.home .home-card p {
    position: relative !important;
    z-index: 12 !important;

    margin: 0 !important;

    max-width: 30ch !important;

    color: rgba(255,255,255,.96) !important;

    font-size: clamp(13px, 1vw, 16px) !important;
    line-height: 1.5 !important;

    text-shadow:
        0 1px 5px rgba(0, 20, 30, .75) !important;
}


/* ---------------------------------------------------------------------
   LINKS
   --------------------------------------------------------------------- */

body.home .kraken-home-card a,
body.home .home-card a {
    position: relative !important;
    z-index: 20 !important;

    color: inherit !important;
}


/* ---------------------------------------------------------------------
   HOVER DESKTOP
   --------------------------------------------------------------------- */

@media (hover:hover) and (pointer:fine) {

    body.home .kraken-home-card:hover img,
    body.home .home-card:hover img {
        transform: scale(1.045) !important;
        filter: saturate(1.06) contrast(1.03) !important;
    }

}


/* =====================================================================
   TABLET / SCHMALER DESKTOP
   Drei Karten bleiben nebeneinander.
   ===================================================================== */

@media (max-width: 900px) {

    body.home .kraken-home-cards,
    body.home .kraken-home-grid,
    body.home .home-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    body.home .kraken-home-card,
    body.home .home-card {
        min-height: 300px !important;
        border-radius: 15px !important;
    }

    body.home .kraken-home-card .card-content,
    body.home .home-card .card-content,
    body.home .kraken-home-card .content,
    body.home .home-card .content {
        padding: 18px 14px !important;
    }

    body.home .kraken-home-card h2,
    body.home .kraken-home-card h3,
    body.home .home-card h2,
    body.home .home-card h3 {
        font-size: clamp(20px, 3.3vw, 29px) !important;
    }

    body.home .kraken-home-card p,
    body.home .home-card p {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

}


/* =====================================================================
   SMARTPHONE
   Auch hier drei Karten nebeneinander.
   Lesbarkeit hat Priorität.
   ===================================================================== */

@media (max-width: 600px) {

    body.home .kraken-home-cards,
    body.home .kraken-home-grid,
    body.home .home-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    body.home .kraken-home-card,
    body.home .home-card {
        min-height: 280px !important;
        border-radius: 14px !important;
    }

    /*
     * Auf kleinen Displays dunkeln wir unten stärker ab,
     * damit die Texte unabhängig vom jeweiligen Foto lesbar bleiben.
     */

    body.home .kraken-home-card::after,
    body.home .home-card::after {
        background:
            linear-gradient(
                180deg,
                rgba(0, 38, 49, .08) 0%,
                rgba(0, 40, 52, .20) 30%,
                rgba(0, 39, 51, .62) 52%,
                rgba(0, 35, 47, .94) 72%,
                rgba(0, 31, 42, .99) 100%
            ) !important;
    }

    body.home .kraken-home-card .card-content,
    body.home .home-card .card-content,
    body.home .kraken-home-card .content,
    body.home .home-card .content {
        padding: 15px 11px !important;
    }

    body.home .kraken-home-card .eyebrow,
    body.home .home-card .eyebrow,
    body.home .kraken-home-card .kicker,
    body.home .home-card .kicker {
        margin-bottom: 6px !important;

        font-size: 9px !important;
        line-height: 1.15 !important;

        letter-spacing: .10em !important;
    }

    body.home .kraken-home-card h2,
    body.home .kraken-home-card h3,
    body.home .home-card h2,
    body.home .home-card h3 {
        margin-bottom: 9px !important;

        font-size: clamp(18px, 5vw, 25px) !important;
        line-height: 1.02 !important;

        color: #fff !important;
    }

    body.home .kraken-home-card p,
    body.home .home-card p {
        font-size: 11.5px !important;
        line-height: 1.42 !important;

        color: #fff !important;
    }

}


/* =====================================================================
   SEHR KLEINE SMARTPHONES
   ===================================================================== */

@media (max-width: 420px) {

    body.home .kraken-home-cards,
    body.home .kraken-home-grid,
    body.home .home-cards {
        gap: 6px !important;
    }

    body.home .kraken-home-card,
    body.home .home-card {
        min-height: 265px !important;
        border-radius: 12px !important;
    }

    body.home .kraken-home-card .card-content,
    body.home .home-card .card-content,
    body.home .kraken-home-card .content,
    body.home .home-card .content {
        padding: 13px 9px !important;
    }

    body.home .kraken-home-card h2,
    body.home .kraken-home-card h3,
    body.home .home-card h2,
    body.home .home-card h3 {
        font-size: 17px !important;
    }

    body.home .kraken-home-card p,
    body.home .home-card p {
        font-size: 10.5px !important;
        line-height: 1.4 !important;
    }

}


/* =====================================================================
   END KRAKEN HOME CARDS V3
   ===================================================================== */

/* KRAKEN HOME CARDS FINAL FIX START
   ================================================================
   Echte Startseiten-Struktur:
   .kh-three
      .kh-card
         > div
            .kh-eyebrow
            h2
            p

   Ziel:
   - Desktop/Tablet: 3 Karten nebeneinander
   - gleiche Höhe
   - Text IMMER über Overlay
   - kräftiger Kontrast
   - Bild bleibt sichtbar
   - Smartphone <600px: 1 Karte pro Reihe
   ================================================================ */


/* ---------------------------------------------------------------
   GRID
   --------------------------------------------------------------- */

body.page-id-2297 .kraken-home .kh-three {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;

    width: min(1280px, calc(100% - 48px)) !important;
    margin: 30px auto 58px !important;

    align-items: stretch !important;
}


/* ---------------------------------------------------------------
   KARTE
   --------------------------------------------------------------- */

body.page-id-2297 .kraken-home .kh-three > .kh-card {
    position: relative !important;
    isolation: isolate !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: stretch !important;

    min-width: 0 !important;
    min-height: 300px !important;
    height: 100% !important;

    padding: 0 !important;

    overflow: hidden !important;

    border-radius: 20px !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    color: #fff !important;

    transform: none !important;

    box-shadow:
        0 12px 30px rgba(2, 46, 59, .10),
        0 2px 8px rgba(2, 46, 59, .06) !important;
}


/* Mittlere Karte NICHT mehr versetzen */

body.page-id-2297 .kraken-home .kh-three > .kh-card:nth-child(2),
body.page-id-2297 .kraken-home .kh-three > .kh-card:nth-child(2):hover {
    transform: none !important;
}


/* ---------------------------------------------------------------
   DUNKLER VERLAUF
   WICHTIG:
   Hintergrundbild = Ebene der Karte
   ::after        = z-index 1
   Text           = z-index 10+
   --------------------------------------------------------------- */

body.page-id-2297 .kraken-home .kh-three > .kh-card::before {
    content: none !important;
    display: none !important;
}

body.page-id-2297 .kraken-home .kh-three > .kh-card::after {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    display: block !important;

    z-index: 1 !important;

    pointer-events: none !important;

    background:
        linear-gradient(
            to top,
            rgba(1, 30, 39, .98) 0%,
            rgba(2, 46, 59, .93) 23%,
            rgba(2, 46, 59, .72) 48%,
            rgba(2, 46, 59, .28) 72%,
            rgba(2, 46, 59, .06) 100%
        ) !important;
}


/* ---------------------------------------------------------------
   TEXT-CONTAINER
   GARANTIERT ÜBER DEM OVERLAY
   --------------------------------------------------------------- */

body.page-id-2297 .kraken-home .kh-three > .kh-card > div {
    position: relative !important;
    z-index: 10 !important;

    width: 100% !important;

    margin-top: auto !important;
    padding: 26px 25px 24px !important;

    color: #fff !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;

    text-shadow:
        0 1px 2px rgba(0, 0, 0, .55),
        0 2px 8px rgba(0, 0, 0, .25) !important;
}


/* Alles im Textcontainer oberhalb aller Effekte */

body.page-id-2297 .kraken-home .kh-three > .kh-card > div > * {
    position: relative !important;
    z-index: 11 !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* ---------------------------------------------------------------
   KLEINE TÜRKISE ÜBERSCHRIFT
   --------------------------------------------------------------- */

body.page-id-2297 .kraken-home .kh-three > .kh-card .kh-eyebrow {
    position: relative !important;
    z-index: 12 !important;

    margin: 0 0 9px !important;

    color: #67D5E2 !important;

    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;

    letter-spacing: 2px !important;
    text-transform: uppercase !important;

    opacity: 1 !important;

    text-shadow:
        0 1px 3px rgba(0, 0, 0, .85) !important;
}


/* ---------------------------------------------------------------
   HAUPTÜBERSCHRIFT
   --------------------------------------------------------------- */

body.page-id-2297 .kraken-home .kh-three > .kh-card h2 {
    position: relative !important;
    z-index: 12 !important;

    margin: 0 0 10px !important;

    color: #fff !important;

    font-size: clamp(27px, 2.25vw, 38px) !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;

    letter-spacing: -.5px !important;

    opacity: 1 !important;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, .75),
        0 4px 12px rgba(0, 0, 0, .30) !important;
}


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

body.page-id-2297 .kraken-home .kh-three > .kh-card p {
    position: relative !important;
    z-index: 12 !important;

    max-width: none !important;

    margin: 0 !important;

    color: rgba(255, 255, 255, .94) !important;

    font-size: 14px !important;
    line-height: 1.48 !important;
    font-weight: 500 !important;

    opacity: 1 !important;

    text-shadow:
        0 1px 3px rgba(0, 0, 0, .80) !important;
}


/* ---------------------------------------------------------------
   HOVER NUR DESKTOP
   --------------------------------------------------------------- */

@media (hover:hover) and (pointer:fine) {

    body.page-id-2297 .kraken-home .kh-three > .kh-card {
        transition:
            transform .28s ease,
            box-shadow .28s ease,
            background-size .35s ease !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card:hover,
    body.page-id-2297 .kraken-home .kh-three > .kh-card:nth-child(2):hover {
        transform: translateY(-5px) !important;

        box-shadow:
            0 20px 45px rgba(2, 46, 59, .18),
            0 4px 12px rgba(2, 46, 59, .08) !important;
    }
}


/* ---------------------------------------------------------------
   TABLET / SCHMALER DESKTOP
   3 KARTEN BLEIBEN NEBENEINANDER
   --------------------------------------------------------------- */

@media (max-width: 1050px) {

    body.page-id-2297 .kraken-home .kh-three {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        width: calc(100% - 30px) !important;

        gap: 14px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card,
    body.page-id-2297 .kraken-home .kh-three > .kh-card:nth-child(3) {
        grid-column: auto !important;

        min-height: 280px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card > div {
        padding: 22px 18px 21px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card h2 {
        font-size: clamp(23px, 3.5vw, 32px) !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card p {
        font-size: 13px !important;
        line-height: 1.42 !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card .kh-eyebrow {
        font-size: 10px !important;
        letter-spacing: 1.5px !important;
    }
}


/* ---------------------------------------------------------------
   SEHR SCHMALES TABLET / GROSSER HANDYBEREICH
   Bis 600px weiterhin drei Karten.
   Etwas kompakter, damit Text hineinpasst.
   --------------------------------------------------------------- */

@media (min-width: 601px) and (max-width: 760px) {

    body.page-id-2297 .kraken-home .kh-three {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card {
        min-height: 280px !important;
        border-radius: 16px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card > div {
        padding: 18px 13px 18px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card .kh-eyebrow {
        margin-bottom: 7px !important;

        font-size: 9px !important;
        letter-spacing: 1.2px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card h2 {
        margin-bottom: 8px !important;

        font-size: clamp(20px, 3.6vw, 27px) !important;
        line-height: 1.02 !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card::after {
        background:
            linear-gradient(
                to top,
                rgba(1, 30, 39, 1) 0%,
                rgba(2, 46, 59, .96) 30%,
                rgba(2, 46, 59, .76) 58%,
                rgba(2, 46, 59, .18) 100%
            ) !important;
    }
}


/* ---------------------------------------------------------------
   SMARTPHONE
   Hier 1 Karte pro Reihe -> deutlich besser lesbar.
   --------------------------------------------------------------- */

@media (max-width: 600px) {

    body.page-id-2297 .kraken-home .kh-three {
        grid-template-columns: 1fr !important;

        width: calc(100% - 30px) !important;

        gap: 15px !important;

        margin-top: 20px !important;
        margin-bottom: 55px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card,
    body.page-id-2297 .kraken-home .kh-three > .kh-card:nth-child(2),
    body.page-id-2297 .kraken-home .kh-three > .kh-card:nth-child(3) {
        grid-column: auto !important;

        min-height: 260px !important;
        height: 260px !important;

        transform: none !important;

        border-radius: 18px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card > div {
        padding: 24px 22px 22px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card .kh-eyebrow {
        margin-bottom: 7px !important;

        font-size: 10px !important;
        letter-spacing: 1.7px !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card h2 {
        margin-bottom: 8px !important;

        font-size: 30px !important;
        line-height: 1 !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card p {
        max-width: 390px !important;

        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    body.page-id-2297 .kraken-home .kh-three > .kh-card::after {
        background:
            linear-gradient(
                to top,
                rgba(1, 30, 39, .99) 0%,
                rgba(2, 46, 59, .92) 29%,
                rgba(2, 46, 59, .58) 55%,
                rgba(2, 46, 59, .08) 100%
            ) !important;
    }
}


/* KRAKEN HOME CARDS FINAL FIX END */

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

.kraken-home .kh-hero {
    position: relative;
    overflow: hidden;
}

.kraken-home .kh-hero > .kh-wrap {
    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns: minmax(420px, 0.90fr) minmax(520px, 1.10fr);
    align-items: stretch;
    gap: 0;

    min-height: inherit;
}


/* ==============================================================
   TEXT LINKS
============================================================== */

.kraken-home .kh-hero-content {
    position: relative;
    z-index: 10;

    display: flex;
    flex-direction: column;
    justify-content: center;

    max-width: 620px;

    padding-right: 20px;
}


/* ==============================================================
   FOTO RECHTS
============================================================== */

.kraken-home .kh-hero-photo {
    position: relative;
    z-index: 2;

    align-self: stretch;

    width: 100%;
    min-width: 0;

    overflow: visible;

    display: flex;
    align-items: stretch;
}


/*
 * Das Bild füllt die rechte Hälfte.
 * Keine Karte mehr.
 */

.kraken-home .kh-hero-photo img {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 430px;

    object-fit: cover;

    /*
     * Kraken sitzt im Original rechts.
     * Dadurch bleibt das Fahrzeug deutlich sichtbar.
     */
    object-position: 68% center;

    max-width: none;

    margin: 0;

    border: 0;
    border-radius: 0;

    box-shadow: none;

    /*
     * Das ist der eigentliche weiche Übergang:
     *
     * links zunächst transparent,
     * dann langsam sichtbar,
     * rechts vollständig sichtbar.
     */

    -webkit-mask-image:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,0.05) 5%,
            rgba(0,0,0,0.20) 12%,
            rgba(0,0,0,0.48) 22%,
            rgba(0,0,0,0.78) 34%,
            #000 48%,
            #000 100%
        );

    mask-image:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,0.05) 5%,
            rgba(0,0,0,0.20) 12%,
            rgba(0,0,0,0.48) 22%,
            rgba(0,0,0,0.78) 34%,
            #000 48%,
            #000 100%
        );

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}


/* ==============================================================
   ZUSÄTZLICHER FARBÜBERGANG
============================================================== */

/*
 * Die Maske blendet das Bild aus.
 * Dieses Overlay sorgt zusätzlich dafür, dass der Übergang
 * exakt in den vorhandenen Kraken-Türkis-Ton läuft.
 */

.kraken-home .kh-hero-photo::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 3;

    pointer-events: none;

    background:
        linear-gradient(
            to right,
            rgba(4,76,91,0.98) 0%,
            rgba(4,76,91,0.72) 12%,
            rgba(4,76,91,0.34) 27%,
            rgba(4,76,91,0.10) 43%,
            rgba(4,76,91,0.00) 60%
        );
}


/* ==============================================================
   GROSSER DESKTOP
============================================================== */

@media (min-width: 1400px) {

    .kraken-home .kh-hero > .kh-wrap {
        grid-template-columns:
            minmax(430px, 0.86fr)
            minmax(650px, 1.14fr);
    }

    .kraken-home .kh-hero-photo img {
        min-height: 440px;
        object-position: 70% center;
    }

}


/* ==============================================================
   LAPTOP / KLEINER DESKTOP
============================================================== */

@media (max-width: 1150px) and (min-width: 901px) {

    .kraken-home .kh-hero > .kh-wrap {
        grid-template-columns:
            minmax(380px, 0.95fr)
            minmax(430px, 1.05fr);
    }

    .kraken-home .kh-hero-content {
        padding-right: 0;
    }

    .kraken-home .kh-hero-photo img {
        min-height: 420px;
        object-position: 72% center;
    }

}


/* ==============================================================
   TABLET
============================================================== */

@media (max-width: 900px) {

    .kraken-home .kh-hero {
        min-height: 680px;
    }

    .kraken-home .kh-hero > .kh-wrap {
        display: block;

        position: relative;

        min-height: 680px;

        padding-top: 65px;
        padding-bottom: 55px;
    }

    .kraken-home .kh-hero-content {
        position: relative;
        z-index: 10;

        max-width: 570px;

        padding-right: 0;
    }

    /*
     * Auf Tablet wird das Foto zum Hintergrund auf der rechten Seite.
     */

    .kraken-home .kh-hero-photo {
        position: absolute;

        z-index: 2;

        top: 0;
        right: 0;
        bottom: 0;

        width: 72%;
        height: 100%;

        margin: 0;
        padding: 0;
    }

    .kraken-home .kh-hero-photo img {
        width: 100%;
        height: 100%;

        min-height: 0;

        object-fit: cover;
        object-position: 68% center;

        border-radius: 0;
        box-shadow: none;

        -webkit-mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                rgba(0,0,0,0.12) 18%,
                rgba(0,0,0,0.55) 42%,
                #000 68%,
                #000 100%
            );

        mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                rgba(0,0,0,0.12) 18%,
                rgba(0,0,0,0.55) 42%,
                #000 68%,
                #000 100%
            );
    }

    .kraken-home .kh-hero-photo::after {
        background:
            linear-gradient(
                to right,
                rgba(4,76,91,1) 0%,
                rgba(4,76,91,0.82) 25%,
                rgba(4,76,91,0.38) 50%,
                rgba(4,76,91,0.08) 75%,
                transparent 100%
            );
    }

}


/* ==============================================================
   SMARTPHONE
============================================================== */

@media (max-width: 600px) {

    .kraken-home .kh-hero {
        min-height: 600px !important;
    }

    .kraken-home .kh-hero > .kh-wrap {
        min-height: 600px;

        padding-top: 58px;
        padding-bottom: 45px;
    }

    /*
     * Smartphone:
     * Bild bleibt sichtbar, aber deutlich dezenter.
     * Text hat absolute Priorität.
     */

    .kraken-home .kh-hero-photo {
        top: 0;
        right: 0;
        bottom: 0;

        width: 100%;
        height: 100%;

        opacity: 0.34;
    }

    .kraken-home .kh-hero-photo img {
        object-position: 67% center;

        -webkit-mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                rgba(0,0,0,0.10) 22%,
                rgba(0,0,0,0.55) 55%,
                #000 100%
            );

        mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                rgba(0,0,0,0.10) 22%,
                rgba(0,0,0,0.55) 55%,
                #000 100%
            );
    }

    .kraken-home .kh-hero-photo::after {
        background:
            linear-gradient(
                to right,
                rgba(4,76,91,1) 0%,
                rgba(4,76,91,0.96) 35%,
                rgba(4,76,91,0.70) 62%,
                rgba(4,76,91,0.30) 100%
            );
    }

    .kraken-home .kh-hero-content {
        position: relative;
        z-index: 20;
    }

}

/* ====================================================================
   GROSSER DESKTOP
   ==================================================================== */

@media (min-width: 1400px) {

    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        grid-template-columns:
            minmax(440px, .88fr)
            minmax(650px, 1.12fr) !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo img {
        object-position: 70% center !important;
    }

}


/* ====================================================================
   LAPTOP
   ==================================================================== */

@media (max-width: 1150px) and (min-width: 901px) {

    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        grid-template-columns:
            minmax(390px, .96fr)
            minmax(450px, 1.04fr) !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-content {
        padding-right: 10px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo img {
        object-position: 72% center !important;
    }

}


/* ====================================================================
   TABLET
   ==================================================================== */

@media (max-width: 900px) {

    body.page-id-2297 .kraken-home .kh-hero {
        min-height: 650px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        display: block !important;

        position: relative !important;

        min-height: 650px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-content {
        position: relative !important;
        z-index: 10 !important;

        max-width: 560px !important;

        padding:
            65px
            0
            60px
            0 !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo {
        position: absolute !important;

        z-index: 2 !important;

        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        width: 78% !important;
        height: 100% !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo img {
        width: 100% !important;
        height: 100% !important;

        min-height: 0 !important;

        object-fit: cover !important;
        object-position: 70% center !important;

        -webkit-mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                rgba(0,0,0,.06) 18%,
                rgba(0,0,0,.25) 34%,
                rgba(0,0,0,.55) 50%,
                rgba(0,0,0,.82) 64%,
                #000 78%,
                #000 100%
            ) !important;

        mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                rgba(0,0,0,.06) 18%,
                rgba(0,0,0,.25) 34%,
                rgba(0,0,0,.55) 50%,
                rgba(0,0,0,.82) 64%,
                #000 78%,
                #000 100%
            ) !important;
    }

}


/* ====================================================================
   SMARTPHONE
   ==================================================================== */

@media (max-width: 600px) {

    body.page-id-2297 .kraken-home .kh-hero {
        min-height: 680px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        min-height: 680px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-content {
        max-width: 100% !important;

        padding:
            55px
            0
            190px
            0 !important;
    }

    /*
     * Smartphone:
     * Bild stärker nach rechts/unten,
     * damit Text nicht vom Foto erschlagen wird.
     */

    body.page-id-2297 .kraken-home .kh-hero-photo {
        top: auto !important;
        right: -10% !important;
        bottom: 0 !important;

        width: 110% !important;
        height: 58% !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo img {
        object-position: 70% center !important;

        -webkit-mask-image:
            linear-gradient(
                to bottom,
                transparent 0%,
                rgba(0,0,0,.12) 16%,
                rgba(0,0,0,.48) 34%,
                rgba(0,0,0,.82) 50%,
                #000 66%,
                #000 100%
            ) !important;

        mask-image:
            linear-gradient(
                to bottom,
                transparent 0%,
                rgba(0,0,0,.12) 16%,
                rgba(0,0,0,.48) 34%,
                rgba(0,0,0,.82) 50%,
                #000 66%,
                #000 100%
            ) !important;
    }

}






/* FINAL SAFETY:
   Bild darf ausschließlich aus .kh-hero-photo kommen.
*/
body.page-id-2297 .kraken-home .kh-hero::before {
    content: none !important;
    display: none !important;
    background-image: none !important;
}



/* =====================================================================
   KRAKENEXPLORER HERO MASTER 2026
   ===================================================================== */

/*
 * Ziel:
 *
 * - Text sauber links im Container
 * - Originalfoto rechts
 * - Wohnmobil vollständig sichtbar
 * - kein Karten-Look
 * - sehr weicher Übergang Foto -> Türkis
 * - keine harte rechte Kante
 * - keine Überlagerung des Textes
 */

body.page-id-2297 .kraken-home .kh-hero {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;

    min-height: 500px !important;

    display: block !important;

    color: #fff !important;

    background:
        linear-gradient(
            90deg,
            #00495a 0%,
            #07586a 52%,
            #4f8996 78%,
            #b9ccd1 100%
        ) !important;
}


/* Alte Hero-Pseudoelemente vollständig neutralisieren */

body.page-id-2297 .kraken-home .kh-hero::before,
body.page-id-2297 .kraken-home .kh-hero::after {
    content: none !important;
    display: none !important;
}


/* ==============================================================
   CONTAINER
   ============================================================== */

body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
    position: relative !important;
    z-index: 1 !important;

    display: block !important;

    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;

    min-height: 500px !important;

    margin: 0 auto !important;
    padding: 0 !important;
}


/* ==============================================================
   TEXT
   ============================================================== */

body.page-id-2297 .kraken-home .kh-hero-content {
    position: relative !important;
    z-index: 20 !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    width: 47% !important;
    max-width: 520px !important;

    min-height: 500px !important;

    margin: 0 !important;
    padding: 55px 20px 55px 0 !important;
}


/* ==============================================================
   FOTO
   ============================================================== */

body.page-id-2297 .kraken-home .kh-hero-photo {
    position: absolute !important;
    z-index: 2 !important;

    /*
     * Foto beginnt innerhalb des Containers,
     * überlappt aber leicht Richtung Text.
     * Genau dort entsteht später der weiche Übergang.
     */
    top: 0 !important;
    left: 37% !important;
    right: 0 !important;
    bottom: 0 !important;

    width: auto !important;
    height: auto !important;

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

    overflow: hidden !important;

    opacity: 1 !important;

    pointer-events: none !important;

    /*
     * Der komplette Fotobereich wird nach LINKS weich ausgeblendet.
     *
     * Rechts bleibt er 100 % sichtbar.
     */
    -webkit-mask-image:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,.02) 5%,
            rgba(0,0,0,.07) 11%,
            rgba(0,0,0,.16) 18%,
            rgba(0,0,0,.30) 25%,
            rgba(0,0,0,.48) 32%,
            rgba(0,0,0,.66) 39%,
            rgba(0,0,0,.82) 46%,
            rgba(0,0,0,.94) 53%,
            #000 61%,
            #000 100%
        ) !important;

    mask-image:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,.02) 5%,
            rgba(0,0,0,.07) 11%,
            rgba(0,0,0,.16) 18%,
            rgba(0,0,0,.30) 25%,
            rgba(0,0,0,.48) 32%,
            rgba(0,0,0,.66) 39%,
            rgba(0,0,0,.82) 46%,
            rgba(0,0,0,.94) 53%,
            #000 61%,
            #000 100%
        ) !important;

    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;

    -webkit-mask-size: 100% 100% !important;
    mask-size: 100% 100% !important;
}


/*
 * Original-Seitenverhältnis 1400 x 856.
 *
 * contain ist hier ABSICHT:
 * Das Wohnmobil darf NICHT abgeschnitten werden.
 */

body.page-id-2297 .kraken-home .kh-hero-photo img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    min-width: 0 !important;
    min-height: 0 !important;

    object-fit: contain !important;
    object-position: right center !important;

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

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    opacity: 1 !important;
    filter: none !important;

    /*
     * Maske ausschließlich auf dem Foto-CONTAINER.
     */
    -webkit-mask-image: none !important;
    mask-image: none !important;
}


/* ==============================================================
   WEICHER TÜRKIS-SCHLEIER ÜBER DER LINKEN FOTOHÄLFTE
   ============================================================== */

body.page-id-2297 .kraken-home .kh-hero-photo::after {
    content: "" !important;

    display: block !important;

    position: absolute !important;
    z-index: 4 !important;

    inset: 0 !important;

    pointer-events: none !important;

    background:
        linear-gradient(
            to right,
            rgba(0,73,90,.98) 0%,
            rgba(0,73,90,.88) 12%,
            rgba(0,73,90,.68) 25%,
            rgba(0,73,90,.42) 38%,
            rgba(0,73,90,.20) 50%,
            rgba(0,73,90,.07) 61%,
            transparent 72%
        ) !important;
}


/* ==============================================================
   DESKTOP > 1400
   ============================================================== */

@media (min-width: 1400px) {

    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        width: min(1220px, calc(100% - 60px)) !important;
        max-width: 1220px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo {
        left: 36% !important;
    }

}


/* ==============================================================
   LAPTOP
   ============================================================== */

@media (max-width: 1150px) and (min-width: 901px) {

    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        width: calc(100% - 40px) !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-content {
        width: 49% !important;
        padding-right: 10px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo {
        left: 35% !important;
    }

}


/* ==============================================================
   TABLET
   ============================================================== */

@media (max-width: 900px) {

    body.page-id-2297 .kraken-home .kh-hero {
        min-height: 620px !important;

        background:
            linear-gradient(
                135deg,
                #00495a 0%,
                #07586a 65%,
                #6f9da7 100%
            ) !important;
    }

    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        width: calc(100% - 40px) !important;
        min-height: 620px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-content {
        width: 100% !important;
        max-width: 560px !important;

        min-height: auto !important;

        padding: 55px 0 250px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo {
        top: auto !important;

        left: 18% !important;
        right: -5% !important;
        bottom: 0 !important;

        height: 62% !important;

        opacity: .48 !important;

        -webkit-mask-image:
            linear-gradient(
                to bottom,
                transparent 0%,
                rgba(0,0,0,.10) 12%,
                rgba(0,0,0,.35) 28%,
                rgba(0,0,0,.68) 45%,
                #000 62%,
                #000 100%
            ) !important;

        mask-image:
            linear-gradient(
                to bottom,
                transparent 0%,
                rgba(0,0,0,.10) 12%,
                rgba(0,0,0,.35) 28%,
                rgba(0,0,0,.68) 45%,
                #000 62%,
                #000 100%
            ) !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo::after {
        background:
            linear-gradient(
                to bottom,
                rgba(0,73,90,.90) 0%,
                rgba(0,73,90,.55) 35%,
                rgba(0,73,90,.15) 65%,
                transparent 100%
            ) !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo img {
        object-position: right bottom !important;
    }

}


/* ==============================================================
   SMARTPHONE
   ============================================================== */

@media (max-width: 600px) {

    body.page-id-2297 .kraken-home .kh-hero {
        min-height: 610px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        width: calc(100% - 30px) !important;
        min-height: 610px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-content {
        padding: 50px 0 220px !important;
    }

    body.page-id-2297 .kraken-home .kh-hero-photo {
        left: 0 !important;
        right: -18% !important;

        height: 52% !important;

        opacity: .34 !important;
    }

}


/* =====================================================================
   ENDE KRAKENEXPLORER HERO MASTER 2026
   ===================================================================== */



/* =====================================================================
   KRAKENEXPLORER MOBILE HERO POLISH 2026
   Desktop bleibt unverändert
   ===================================================================== */

@media (max-width: 600px) {

    body.page-id-2297 .kraken-home .kh-hero {
        min-height: 620px !important;

        /*
         * Ruhiger Hintergrund hinter dem Text.
         */
        background:
            linear-gradient(
                180deg,
                #00495a 0%,
                #00586a 58%,
                #377b89 100%
            ) !important;
    }


    /*
     * Exakt 15px Außenabstand links UND rechts.
     */
    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        width: calc(100% - 30px) !important;
        min-height: 620px !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }


    /*
     * Oberer Textbereich bekommt seinen eigenen Platz.
     *
     * Dadurch scheint das Wohnmobil nicht mehr
     * hinter Beschreibung und Buttons hindurch.
     */
    body.page-id-2297 .kraken-home .kh-hero-content {
        position: relative !important;
        z-index: 20 !important;

        width: 100% !important;
        max-width: none !important;

        min-height: auto !important;

        padding:
            48px
            0
            245px
            0 !important;
    }


    /*
     * FOTO
     *
     * Jetzt exakt innerhalb des gleichen 15px-Rasters
     * wie der Text.
     */
    body.page-id-2297 .kraken-home .kh-hero-photo {
        position: absolute !important;

        z-index: 2 !important;

        top: auto !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 15px !important;

        width: 100% !important;
        height: 235px !important;

        margin: 0 !important;

        opacity: .62 !important;

        overflow: hidden !important;

        /*
         * Nur OBEN weich ausblenden.
         * Seitlich bleibt das Bild geometrisch sauber.
         */
        -webkit-mask-image:
            linear-gradient(
                to bottom,
                transparent 0%,
                rgba(0,0,0,.08) 8%,
                rgba(0,0,0,.28) 18%,
                rgba(0,0,0,.58) 30%,
                rgba(0,0,0,.84) 43%,
                #000 56%,
                #000 100%
            ) !important;

        mask-image:
            linear-gradient(
                to bottom,
                transparent 0%,
                rgba(0,0,0,.08) 8%,
                rgba(0,0,0,.28) 18%,
                rgba(0,0,0,.58) 30%,
                rgba(0,0,0,.84) 43%,
                #000 56%,
                #000 100%
            ) !important;
    }


    /*
     * Das Originalbild vollständig erhalten.
     */
    body.page-id-2297 .kraken-home .kh-hero-photo img {
        width: 100% !important;
        height: 100% !important;

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

        opacity: 1 !important;
    }


    /*
     * Türkiser Schleier nur von OBEN.
     * Kein seitlicher Verlauf mehr auf Mobile.
     */
    body.page-id-2297 .kraken-home .kh-hero-photo::after {
        content: "" !important;
        display: block !important;

        position: absolute !important;
        inset: 0 !important;

        background:
            linear-gradient(
                to bottom,
                rgba(0,73,90,.92) 0%,
                rgba(0,73,90,.62) 22%,
                rgba(0,73,90,.28) 43%,
                rgba(0,73,90,.08) 62%,
                transparent 80%
            ) !important;

        pointer-events: none !important;
    }

}


/* =====================================================================
   ENDE KRAKENEXPLORER MOBILE HERO POLISH 2026
   ===================================================================== */



/* =====================================================================
   KRAKEN HOMEPAGE - SYMMETRISCHE ABSTAENDE
   ===================================================================== */

/*
 * Drei Hauptkacheln direkt unter dem Hero
 * vorher: 30px oben / 58px unten
 * jetzt:  30px oben / 30px unten
 */
body.page-id-2297 .kraken-home .kh-three {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}


/*
 * Falls Padding statt Margin aus älteren Regeln beteiligt ist:
 * vertikales Padding ebenfalls symmetrisch halten.
 */
body.page-id-2297 .kraken-home section.kh-three {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/*
 * Mobile:
 * ebenfalls identischer Abstand oben/unten.
 */
@media (max-width: 600px) {

    body.page-id-2297 .kraken-home .kh-three {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

}


/* =====================================================================
   ENDE KRAKEN HOMEPAGE - SYMMETRISCHE ABSTAENDE
   ===================================================================== */














/* =====================================================================
   KRAKEN HOMEPAGE - SECTION SPACING MASTER

   Einheitliches vertikales Raster fuer die Inhaltsbereiche.

   Desktop: 48px oben / 48px unten
   Tablet:  42px oben / 42px unten
   Mobile:  36px oben / 36px unten

   NICHT betroffen:
   - Hero
   - obere drei Kacheln (.kh-three)
   - Footer CTA / unterster Abschlussbereich
   ===================================================================== */


/* ---------------------------------------------------------
   DESKTOP
   --------------------------------------------------------- */

body.page-id-2297 .kraken-home .kh-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}


/*
 * Kraken-Grid:
 * Text und Bild wieder sauber vertikal zentrieren.
 *
 * Jetzt darf die Section selbst oben/unten symmetrisch sein.
 */

body.page-id-2297 .kraken-home .kh-kraken-grid {
    align-items: center !important;
}


/*
 * Keine kuenstlichen Abstaende am letzten sichtbaren Element
 * einer normalen Section.
 */

body.page-id-2297 .kraken-home .kh-section .kh-wrap > *:last-child {
    margin-bottom: 0 !important;
}


/*
 * Leere direkte P-Elemente erzeugen keinen Leerraum.
 */

body.page-id-2297 .kraken-home .kh-section p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

    body.page-id-2297 .kraken-home .kh-section {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    body.page-id-2297 .kraken-home .kh-kraken-grid {
        align-items: center !important;
    }

}


/* ---------------------------------------------------------
   SMARTPHONE
   --------------------------------------------------------- */

@media (max-width: 600px) {

    body.page-id-2297 .kraken-home .kh-section {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

}


/* =====================================================================
   ENDE KRAKEN HOMEPAGE - SECTION SPACING MASTER
   ===================================================================== */



/* =====================================================================
   KRAKEN HERO - BOTTOM SPACING FINAL

   Ziel:
   - keinen kuenstlichen Leerraum unter dem Hero-Inhalt
   - keine feste/minimale Hoehe, die unten Restflaeche erzeugt
   - Bild und Text sauber ausrichten
   - bestehenden Bildverlauf NICHT veraendern
   - allgemeine Sections NICHT veraendern
   ===================================================================== */


/* Gesamter Hero bestimmt seine Hoehe aus seinem Inhalt */

body.page-id-2297 .kraken-home .kh-hero {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Innerer Hero-Wrapper */

body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
    height: auto !important;
    min-height: 0 !important;

    align-items: stretch !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*
 * Textbereich:
 * keine eigene Mindesthoehe erzeugen.
 *
 * Die vorhandene horizontale Positionierung,
 * Typografie usw. bleibt unangetastet.
 */

body.page-id-2297 .kraken-home .kh-hero-content {
    height: auto !important;
    min-height: 0 !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*
 * Fotobereich:
 * kein Margin/Padding unterhalb des Bildes.
 */

body.page-id-2297 .kraken-home .kh-hero-photo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    min-height: 0 !important;
}


/*
 * Das eigentliche Bild darf keinen Inline-Baseline-Abstand
 * unterhalb des Bildes erzeugen.
 */

body.page-id-2297 .kraken-home .kh-hero-photo img {
    display: block !important;

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

    vertical-align: bottom !important;
}


/*
 * Leere Elemente innerhalb des Hero duerfen
 * keinen zusaetzlichen vertikalen Raum erzeugen.
 */

body.page-id-2297 .kraken-home .kh-hero p:empty {
    display: none !important;

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

    height: 0 !important;
    min-height: 0 !important;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

    body.page-id-2297 .kraken-home .kh-hero,
    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        height: auto !important;
        min-height: 0 !important;
    }

}


/* ---------------------------------------------------------
   SMARTPHONE
   --------------------------------------------------------- */

@media (max-width: 600px) {

    body.page-id-2297 .kraken-home .kh-hero,
    body.page-id-2297 .kraken-home .kh-hero > .kh-wrap {
        height: auto !important;
        min-height: 0 !important;
    }

}


/* =====================================================================
   ENDE KRAKEN HERO - BOTTOM SPACING FINAL
   ===================================================================== */

