/* ============================================================
   Nilkreuzfahrten.com 2026 — design layer
   Loaded AFTER the ts24 base (style.css); overrides colours and
   typography and styles the [section] content components plus the
   homepage / article templates. Source: the approved nk_home_final.html
   mockup (see front-page.php). Branding notes:
   docs/wordpress/sites/nilkreuzfahrten-com/branding/.
   ============================================================ */

:root{
  --nil:#16233f; --nil-deep:#0e1830; --nil-soft:#33406a;
  --sand:#e6d6ad; --sand-light:#efe7d4; --sand-deep:#d8c190;
  --terra:#c2a04e; --terra-deep:#a07f33;  /* Gold accent (concept B) */
  --grey:#5b554c; --grey-soft:#8a8275;
  --bg:#faf5ec; --bg-warm:#f4ecdd; --ink:#221d17; --white:#fffdf9;
  --shadow-sm:0 2px 8px rgba(60,42,20,.08); --shadow:0 12px 32px rgba(60,42,20,.14);
  --r:6px;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Source Sans 3',system-ui,-apple-system,sans-serif;
  --label:'Montserrat',sans-serif;
}

/* ---- Fundamentals ---- */
body{ font-family:var(--sans); color:var(--ink); background:var(--bg); line-height:1.75; }
h1,h2,h3,h4,.h1,.h2,.h3{ font-family:var(--serif); color:var(--nil); font-weight:600; letter-spacing:-.01em; }
a{ color:var(--terra-deep); }
a:hover,a:focus{ color:var(--terra); }

/* ============================================================
   Content pages ([section class="section-text"])
   ============================================================ */
.section-text{ font-size:1.05rem; }
.section-text h2{ font-size:1.8rem; margin:2.4rem 0 1rem; }
.section-text h3{ font-size:1.28rem; color:var(--nil-soft); margin:1.6rem 0 .6rem; }
.section-text p{ margin-bottom:1.2rem; }
.section-text img.size-full{ border-radius:var(--r); box-shadow:var(--shadow-sm); margin-bottom:1.6rem; }

/* "Kurz erklaert" capsule (answer capsule) */
.section-text p.lead{
  font-family:var(--serif); font-style:italic; font-weight:500;
  font-size:1.24rem; line-height:1.6; color:var(--nil);
  border-left:4px solid var(--terra); padding:.2rem 0 .2rem 1.3rem;
  margin:0 0 1.6rem; background:none;
}
.section-text p.lead strong{ font-style:normal; color:var(--terra-deep); }

/* Byline */
.section-text p em:only-child{ color:var(--grey-soft); font-size:.92rem; }

/* Quick-facts box (table.table-striped) -> "Auf einen Blick" */
.section-text table.table-striped{
  width:100%; border-collapse:separate; border-spacing:0; margin:1.4rem 0 2rem;
  background:var(--white); border:1px solid var(--sand-deep);
  border-left:4px solid var(--terra); border-radius:var(--r);
  box-shadow:var(--shadow-sm); overflow:hidden;
}
.section-text table.table-striped td{ padding:.7rem 1rem; border-top:1px solid var(--bg-warm); vertical-align:top; }
.section-text table.table-striped tr:first-child td{ border-top:none; }
.section-text table.table-striped td:first-child{
  font-family:var(--label); font-size:.82rem; font-weight:600;
  color:var(--nil); width:40%; text-transform:none; letter-spacing:.02em;
}
.section-text table.table-striped tbody tr:nth-child(odd){ background:var(--bg-warm); }

/* FAQ block (h2 "Haeufige Fragen" + h3/p) */
.section-text h2 + h3{ margin-top:1rem; }
.section-text h3{ position:relative; }

/* Question box (TOC of the question H2s, right after the quick facts) */
.section-text .nk-questionbox{
  background:var(--bg-warm); border:1px solid var(--sand-deep); border-radius:var(--r);
  padding:18px 22px 14px; margin:1.6rem 0 2rem; box-shadow:none;
}
.section-text .nk-questionbox > .panel-body{ padding:0; }
.section-text .nk-questionbox p{ margin:0 0 .6rem; }
.section-text .nk-questionbox p strong{ font-family:var(--label); font-size:.82rem; letter-spacing:.04em;
  text-transform:uppercase; color:var(--terra-deep); }
.section-text .nk-questionbox ul{ list-style:none; margin:0; padding:0;
  column-count:2; column-gap:30px; }
.section-text .nk-questionbox li{ margin:.3rem 0; break-inside:avoid; }
.section-text .nk-questionbox li a{ color:var(--nil-soft); font-weight:500; }
.section-text .nk-questionbox li a:hover{ color:var(--terra); }
@media(max-width:600px){ .section-text .nk-questionbox ul{ column-count:1; } }

/* CTA bridge to the region / money page */
.section-text .nk-cta{
  background:linear-gradient(135deg,var(--nil) 0%,var(--nil-soft) 100%);
  border:none; border-radius:var(--r); margin:2rem 0; box-shadow:var(--shadow-sm);
}
.section-text .nk-cta > .panel-body{ padding:20px 24px; color:var(--white); font-size:1.02rem; }
.section-text .nk-cta a{ color:var(--sand); font-weight:600; text-decoration:underline; }
.section-text .nk-cta a:hover{ color:var(--white); }

/* Anchor offset so jump marks do not end up underneath the sticky nav */
.section-text h2[id]{ scroll-margin-top:90px; }

/* ============================================================
   Homepage (front-page.php) — component classes from the prototype
   ============================================================ */
.nk-hero{ position:relative; min-height:88vh; display:flex; align-items:flex-end; overflow:hidden; }
.nk-hero__img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.nk-hero::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(15,41,66,.12) 0%,rgba(15,41,66,.78) 100%); }
.nk-hero__in{ position:relative; z-index:2; max-width:1180px; margin:0 auto; padding:0 28px 8vh; width:100%; }
.nk-hero h1{ font-size:clamp(2.4rem,5vw,4rem); color:var(--white); line-height:1.08; font-weight:700; max-width:16ch;
  text-shadow:0 2px 30px rgba(0,0,0,.35); }
.nk-hero p{ color:rgba(255,253,249,.92); font-size:1.2rem; max-width:46ch; margin:1.2rem 0 2rem; }
.nk-btn{ display:inline-block; font-family:var(--label); font-weight:600; font-size:.86rem; letter-spacing:.04em;
  padding:.85rem 1.7rem; border-radius:var(--r); text-decoration:none; transition:transform .2s,background .2s; }
.nk-btn--primary{ background:var(--terra); color:var(--white); }
.nk-btn--primary:hover{ background:var(--terra-deep); color:var(--white); transform:translateY(-2px); }
.nk-btn--ghost{ border:1.5px solid rgba(255,253,249,.7); color:var(--white); margin-left:.8rem; }
.nk-btn--ghost:hover{ background:rgba(255,253,249,.12); color:var(--white); }

/* Destination cards */
.nk-cards{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; max-width:1180px; margin:0 auto; padding:70px 28px; }
.nk-card{ background:var(--white); border-radius:var(--r); overflow:hidden; box-shadow:var(--shadow-sm);
  transition:transform .35s,box-shadow .35s; }
.nk-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.nk-card__img{ aspect-ratio:4/3; width:100%; object-fit:cover; transition:transform .5s; }
/* Card with no image at all: deep-blue placeholder instead of a broken <img>, same treatment as .nkh-hub. */
.nk-card__img--empty{ display:block; background:var(--nil) center/cover no-repeat; }
.nk-card:hover .nk-card__img{ transform:scale(1.07); }
.nk-card__body{ padding:18px 20px 22px; }
.nk-card .tag,.nk-mag .tag{ font-family:var(--label); font-size:.64rem; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:var(--terra); }
.nk-card h3{ font-size:1.2rem; margin:.4rem 0; line-height:1.25; }

/* Highlight banner (terracotta) */
.nk-banner{ background:var(--terra); color:var(--white); }
.nk-banner__in{ max-width:1180px; margin:0 auto; padding:54px 28px; display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.nk-banner h3{ color:var(--white); font-size:1.25rem; }
.nk-banner p{ color:rgba(255,253,249,.9); }

/* ============================================================
   Article (single.php / page.php) — reading column + sticky sidebar
   ============================================================ */
.nk-article{ max-width:740px; }
.nk-shell{ max-width:1180px; margin:0 auto; padding:48px 28px 80px; }
@media(min-width:1200px){
  .nk-shell{ display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:50px; }
  .nk-side{ position:sticky; top:90px; align-self:start; }
}
.nk-toc{ background:var(--white); border-radius:var(--r); padding:22px 24px; box-shadow:var(--shadow-sm); }
.nk-toc a{ display:block; color:var(--nil-soft); padding-left:14px; border-left:2px solid var(--sand-deep);
  margin-bottom:9px; font-size:.92rem; }
.nk-toc a:hover{ border-color:var(--terra); color:var(--terra); padding-left:18px; }

/* ---- Responsive ---- */
@media(max-width:980px){ .nk-cards{ grid-template-columns:1fr 1fr; } .nk-banner__in{ grid-template-columns:1fr; gap:18px; } }
@media(max-width:560px){ .nk-cards{ grid-template-columns:1fr; } }

/* ============================================================
   Magazine navigation (replaces the ts24 header/navbar) — 2026-06-04
   nk-prefixed; hooks: assets/nilkreuzfahrten-nav.js
   (body.nk-scrolled, [data-nk-nav-toggle]/[data-nk-nav] .is-open)
   ============================================================ */

/* Neutralize the ts24 header wrapper (navbar.php renders inside it) */
#header{ background:none !important; border:none !important; box-shadow:none !important; min-height:0 !important; padding:0 !important; }
#header .container-fluid{ padding:0 !important; }
#header .searchmask_container,
.searchmask_container,
#section-search{ display:none !important; }

.nk-nav{ position:fixed; top:0; left:0; right:0; z-index:1050; padding:20px 0;
  transition:background .4s, padding .4s, box-shadow .4s; }
body.nk-scrolled .nk-nav{ background:var(--white); box-shadow:0 4px 24px rgba(60,42,20,.1); padding:10px 0; }
.nk-nav-in{ max-width:1200px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; }
.nk-logo{ font-family:var(--serif); font-size:1.6rem; font-weight:700; color:var(--white);
  letter-spacing:-.02em; text-decoration:none; transition:color .4s; }
.nk-logo b{ color:var(--sand); }
body.nk-scrolled .nk-logo{ color:var(--nil); }
body.nk-scrolled .nk-logo b{ color:var(--terra); }
.nk-menu{ display:flex; gap:30px; align-items:center; }
.nk-menu a{ font-family:var(--label); font-size:.82rem; font-weight:600; letter-spacing:.04em;
  text-transform:uppercase; color:rgba(255,253,249,.92); position:relative; padding:4px 0;
  text-decoration:none; transition:color .3s; }
.nk-menu a::after{ content:""; position:absolute; left:0; bottom:-2px; height:2px; width:0;
  background:var(--terra); transition:width .3s; }
.nk-menu a:hover::after{ width:100%; }
body.nk-scrolled .nk-menu a{ color:var(--nil); }
.nk-nav-right{ display:flex; align-items:center; gap:18px; }
.nk-burger{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px; }
.nk-burger span{ width:26px; height:2px; background:var(--white); display:block; transition:all .3s; }
body.nk-scrolled .nk-burger span{ background:var(--nil); }

@media (max-width:860px){
  .nk-menu{ display:none; }
  .nk-burger{ display:flex; }
  .nk-nav-right{ position:relative; z-index:1071; }  /* Lift the burger above the drawer (1060) -> the X stays visible and clickable to close */
  .nk-menu.is-open{ display:flex; position:fixed; top:0; right:0; bottom:0; width:78%; max-width:320px;
    background:var(--nil-deep); flex-direction:column; align-items:flex-start; justify-content:center;
    gap:28px; padding:0 40px; z-index:1060; box-shadow:-10px 0 40px rgba(0,0,0,.3); }
  .nk-menu.is-open a{ color:var(--white) !important; font-size:1.1rem; }
  body.nk-scrolled .nk-menu.is-open a{ color:var(--white) !important; }
  .nk-burger.is-open span{ background:var(--white); }
  .nk-burger.is-open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
  .nk-burger.is-open span:nth-child(2){ opacity:0; }
  .nk-burger.is-open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }
}

/* ============================================================
   Header polish (2026-06-04, addendum):
   neutralize leftover ts24 backgrounds in the header area +
   secure the nav contrast on a light page start.
   ============================================================ */

/* 1) Force the header wrapper transparent (including the enclosing .tt) */
body header#header,
body .tt:has(> #header){
  background:transparent !important; background-image:none !important;
  box-shadow:none !important; border:0 !important; min-height:0 !important;
  height:auto !important; padding:0 !important;
}

/* 2) Force the magazine nav fixed + transparent (against the ts24 specificity) */
body header#header nav.nk-nav{
  position:fixed !important; top:0 !important; left:0 !important; right:0 !important;
  width:100% !important; background:transparent !important; background-image:none !important;
  box-shadow:none !important;
}
body.nk-scrolled header#header nav.nk-nav{
  background:var(--white) !important; box-shadow:0 4px 24px rgba(60,42,20,.1) !important;
}

/* 3) Readability scrim: a subtle dark gradient behind the transparent nav so the
      white logo / menu type stays readable on a light page start.
      Disappears as soon as the nav turns white on scroll. */
body header#header nav.nk-nav::before{
  content:""; position:absolute; left:0; right:0; top:0; bottom:0; z-index:-1;
  background:linear-gradient(to bottom, rgba(15,41,66,.55), rgba(15,41,66,0));
  transition:opacity .4s; pointer-events:none;
}
body.nk-scrolled header#header nav.nk-nav::before{ opacity:0; }

/* ============================================================
   More compact article / news hero (2026-06-04 addendum):
   the full-screen hero (88vh) is meant for the front page only.
   Article / news / spot pages get a compact hero so the reader
   reaches the text quickly.
   ============================================================ */
.nk-hero.nk-hero--article{ min-height:42vh !important; max-height:480px; }
.nk-hero.nk-hero--article .nk-hero__in{ padding-bottom:2.4rem; }
.nk-hero.nk-hero--article h1{ font-size:clamp(1.9rem,3.4vw,2.9rem); }

/* Without a featured image: an elegant Nile gradient instead of an empty area */
.nk-hero.nk-hero--plain{ min-height:32vh !important; max-height:360px;
  background:linear-gradient(135deg,var(--nil) 0%,var(--nil-deep) 100%); }
.nk-hero.nk-hero--plain::after{ background:linear-gradient(180deg,rgba(15,41,66,.1),rgba(15,41,66,.45)); }

/* ============================================================
   Breadcrumb (2026-06-04 addendum):
   hide the upper ts24 breadcrumb entirely — the hero already has
   its own, readable breadcrumb (.nk-crumb). That way the fixed nav
   no longer covers anything and the magazine layout stays clean
   (nav transparent over the hero, as on the front page).
   ============================================================ */
#content > #breadcrumbs,
#breadcrumbs,
.tt #breadcrumbs{ display:none !important; }

/* Additionally secure the readability of the transparent nav over the hero */
.nk-hero .nk-crumb a{ color:rgba(255,253,249,.95); }
.nk-hero .nk-crumb a:hover{ color:var(--sand); }

/* ============================================================
   Hero readability (2026-06-04 addendum):
   the editorial byline (.nk-meta) + hero breadcrumb sit on top of
   the hero photo -> light type + text shadow, and the lower part of
   the hero gets a stronger overlay.
   ============================================================ */
.nk-hero .nk-meta{
  color:rgba(255,253,249,.94); font-family:var(--label); font-size:.9rem; font-weight:500;
  margin-top:.9rem; display:flex; flex-wrap:wrap; align-items:center; gap:.55rem;
  text-shadow:0 1px 14px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.5);
}
.nk-hero .nk-meta strong{ color:#fff; font-weight:700; }
.nk-hero .nk-meta .nk-dot{
  width:4px; height:4px; border-radius:50%; background:var(--sand); display:inline-block; opacity:.85;
}
.nk-hero .nk-crumb{ text-shadow:0 1px 12px rgba(0,0,0,.55); }

/* Stronger overlay in the lower hero area (that is where H1 + byline sit) */
.nk-hero.nk-hero--article::after{
  background:linear-gradient(180deg, rgba(15,41,66,.12) 0%, rgba(15,41,66,.5) 52%, rgba(15,41,66,.86) 100%) !important;
}

/* ============================================================
   More restrained highlight banner (2026-06-04 addendum):
   instead of a large solid terracotta area -> a slim light
   strip (desert sand) with terracotta only as an accent.
   ============================================================ */
.nk-banner{ background:var(--bg-warm) !important; color:var(--grey) !important;
  border-top:3px solid var(--terra); }
.nk-banner__in{ padding:26px 28px !important; gap:26px; }
.nk-banner h3{ color:var(--terra-deep) !important; font-family:var(--label);
  font-size:1rem !important; text-transform:uppercase; letter-spacing:.04em; margin-bottom:.35rem; }
.nk-banner p{ color:var(--grey) !important; font-size:.92rem; line-height:1.55; margin:0; }

/* ============================================================
   REDESIGN 2026-06-04 — layout B · colour world „Nachtblau & Gold"
   (chosen by the client). Overrides colours + content layout.
   ============================================================ */
:root{
  --nil:#1d2746; --nil2:#141b33; --nil-soft:#33406a;
  --sand:#e6d6ad; --sand-light:#efe7d4; --sand-deep:#d8c190;
  --terra:#bf9b4e; --terra-deep:#a07f33;     /* Gold accent */
  --grey:#5e574a; --grey-soft:#8a8275;
  --bg:#faf6ec; --bg-warm:#f1ead9; --ink:#23201a; --white:#fffdf9;
  --sandbg:#f1ead9; --line:#e7ddc9;
}

/* ---- Breadcrumb band (Schema.org), directly below the fixed nav ---- */
body:not(.home) #content{ padding-top:0 !important; }
.nk-bcband{ background:var(--sandbg); border-bottom:1px solid var(--line); margin-top:62px; }
.nk-bc-in{ max-width:1200px; margin:0 auto; padding:11px 30px; }
.nk-bc{ display:flex; align-items:center; flex-wrap:wrap; gap:6px; font-family:var(--label);
  font-size:.74rem; font-weight:600; letter-spacing:.03em; color:var(--grey); }
.nk-bc a{ text-decoration:none; color:var(--terra-deep); }
.nk-bc a:hover{ color:var(--terra); }
.nk-bc-cur span{ color:var(--nil); font-weight:700; }
.nk-bc-sep{ width:14px; height:14px; fill:none; stroke:var(--sand-deep); stroke-width:2.4; flex:0 0 auto; }
.nk-bc-home{ width:14px; height:14px; fill:none; stroke:var(--terra-deep); stroke-width:2; margin-right:2px; flex:0 0 auto; }

/* ---- Header: title + byline (compact) ---- */
.nk-head{ max-width:1200px; margin:0 auto; padding:26px 30px 0; }
.nk-head .nk-eyebrow{ font-family:var(--label); font-size:.72rem; font-weight:700; letter-spacing:.16em;
  text-transform:uppercase; color:var(--terra-deep); }
.nk-head h1{ font-family:var(--serif); font-weight:700; color:var(--nil);
  font-size:clamp(2rem,4.4vw,3.1rem); line-height:1.07; margin:.25rem 0 .5rem; max-width:22ch; }
.nk-head .nk-meta{ font-family:var(--label); font-size:.78rem; color:var(--grey);
  display:flex; flex-wrap:wrap; align-items:center; gap:.5rem; }
.nk-head .nk-dot{ width:4px; height:4px; border-radius:50%; background:var(--sand-deep); display:inline-block; }

/* ---- Header image ---- */
.nk-figure{ max-width:1200px; margin:18px auto 0; padding:0 30px; }
.nk-figure img{ width:100%; height:auto; max-height:420px; object-fit:cover; border-radius:8px; box-shadow:var(--shadow-sm); }

/* ---- Two-column layout: reading column (free, NO box) + sidebar ---- */
.content.nk-page .nk-shell{ max-width:1200px; margin:0 auto; padding:30px 30px 80px;
  display:block; }
@media(min-width:900px){
  .content.nk-page .nk-shell{ display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:54px; align-items:start; }
}
.content.nk-page .nk-article{ max-width:760px; background:none; box-shadow:none; padding:0; }
.nk-article.section-text{ font-size:1.06rem; }
.nk-article h2{ font-family:var(--serif); font-weight:700; color:var(--nil); font-size:1.7rem;
  line-height:1.2; margin:36px 0 12px; }
.nk-article h2::before{ content:""; display:block; width:30px; height:2px; background:var(--terra); margin-bottom:12px; }
.nk-article h3{ font-family:var(--serif); font-size:1.18rem; color:var(--nil-soft); margin:22px 0 6px; }
.nk-article p{ margin-bottom:16px; } .nk-article a{ color:var(--terra-deep); }
.nk-article p.lead{ font-family:var(--serif); font-style:italic; font-weight:500; font-size:1.3rem;
  line-height:1.6; color:var(--nil); border:0; background:none; padding:0; margin-bottom:26px; }
.nk-article p.lead strong{ font-style:normal; }

/* Hide the inline question box (the sidebar contents replace it) */
.nk-article .nk-questionbox{ display:none !important; }
/* The CTA stays a coloured block (no "text in a box" problem here, intentional) */
.nk-article .nk-cta{ background:linear-gradient(135deg,var(--nil),var(--nil2)); color:#fff;
  border:0; border-radius:8px; padding:6px 4px; margin:34px 0; }
.nk-article .nk-cta .panel-body{ color:#fff; } .nk-article .nk-cta a{ color:var(--sand); font-weight:600; }

/* ---- Sidebar ---- */
.content.nk-page .nk-side{ position:sticky; top:84px; align-self:start; }
.nk-side-card{ border-top:3px solid var(--terra); padding-top:14px; margin-bottom:26px; }
.nk-side-t{ font-family:var(--label); font-size:.7rem; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:var(--nil); margin-bottom:10px; }
/* Quick-facts table in the sidebar: rows instead of a box */
.nk-side-card table.table-striped{ width:100%; }
.nk-side-card table.table-striped tr{ display:flex; flex-direction:column; padding:8px 0; border-bottom:1px solid var(--line); }
.nk-side-card table.table-striped td{ border:0; padding:0; }
.nk-side-card table.table-striped td:first-child{ font-family:var(--label); font-size:.66rem; font-weight:700;
  letter-spacing:.08em; text-transform:uppercase; color:var(--terra-deep); }
.nk-side-card table.table-striped td:first-child strong{ font-weight:700; }
.nk-side-card table.table-striped td:last-child{ color:var(--ink); font-size:.95rem; }
.nk-toc nav{ display:block; }
.nk-toc nav a{ display:block; color:var(--nil); text-decoration:none; font-size:.9rem;
  padding:6px 0 6px 14px; border-left:2px solid var(--sand-light); }
.nk-toc nav a:hover{ border-color:var(--terra); color:var(--terra); }

@media(max-width:900px){ .content.nk-page .nk-side{ position:static; } }

/* ---- Do NOT set the content section off as a grey box (client request) ---- */
.nk-article .section,
.nk-article div.section-text{
  background:none !important; background-color:transparent !important;
  box-shadow:none !important; border:0 !important; padding:0 !important; margin:0 !important;
}

/* ---- Sidebar boxes without background / stripes (as in the mockup) ---- */
.nk-side-card table,
.nk-side-card table.table-striped,
.nk-side-card table.table-striped tbody,
.nk-side-card table.table-striped tr,
.nk-side-card table.table-striped td{
  background:none !important; background-color:transparent !important; box-shadow:none !important;
}
.nk-side .nk-toc,
.nk-side-card.nk-toc{
  background:none !important; background-color:transparent !important; box-shadow:none !important;
  border-radius:0 !important; padding:14px 0 0 0 !important; border-top:3px solid var(--terra) !important;
}

/* ============================================================
   FRONT PAGE 2026 (night blue & gold) — hubs / destinations / band
   ============================================================ */
.nk-hero--home .nk-hero__eyebrow{ font-family:var(--label); font-size:.8rem; font-weight:700;
  letter-spacing:.22em; text-transform:uppercase; color:var(--terra); }
.nk-hero--home::after{ background:linear-gradient(120deg,rgba(20,27,51,.82) 0%,rgba(20,27,51,.45) 55%,rgba(20,27,51,.22) 100%); }

.nk-shell2{ max-width:1200px; margin:0 auto; padding:0 30px; }
.nk-sec{ padding:76px 0; }
.nk-sec-h{ text-align:center; margin-bottom:46px; }
.nk-sec-h .nk-eyebrow{ font-family:var(--label); font-size:.74rem; font-weight:700; letter-spacing:.18em;
  text-transform:uppercase; color:var(--terra-deep); }
.nk-sec-h h2{ font-family:var(--serif); font-weight:700; color:var(--nil); font-size:clamp(2rem,3.6vw,2.7rem); margin-top:.4rem; }
.nk-sec-h p{ color:var(--grey); max-width:54ch; margin:.6rem auto 0; }

/* Hub grid */
.nk-hubs{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.nk-hub{ background:var(--white); border:1px solid #ece3d2; border-top:3px solid var(--terra); border-radius:8px;
  padding:30px 26px; text-decoration:none; color:var(--ink); transition:transform .2s,box-shadow .2s; display:block; }
.nk-hub:hover{ transform:translateY(-4px); box-shadow:0 18px 40px rgba(60,42,20,.12); }
.nk-hubico{ width:34px; height:34px; fill:none; stroke:var(--terra-deep); stroke-width:1.6; margin-bottom:14px; }
.nk-hub h3{ font-family:var(--serif); font-size:1.35rem; color:var(--nil); margin-bottom:6px; }
.nk-hub p{ color:var(--grey); font-size:.95rem; margin-bottom:14px; }
.nk-hublink{ font-family:var(--label); font-size:.76rem; font-weight:700; letter-spacing:.04em;
  text-transform:uppercase; color:var(--terra-deep); }

/* Destinations (night-blue section) */
.nk-sec--dark{ background:var(--nil); color:#fff; }
.nk-sec--dark .nk-sec-h h2{ color:#fff; }
.nk-sec--dark .nk-sec-h .nk-eyebrow{ color:var(--terra); }
.nk-sec--dark .nk-sec-h p{ color:rgba(255,253,249,.8); }
.nk-zgrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.nk-zcard{ border-radius:8px; overflow:hidden; text-decoration:none; background:var(--nil-soft);
  box-shadow:0 10px 30px rgba(0,0,0,.25); transition:transform .2s; }
.nk-zcard:hover{ transform:translateY(-4px); }
.nk-zimg{ height:150px; background-size:cover; background-position:center; }
.nk-zbody{ padding:14px 16px; }
.nk-ztag{ font-family:var(--label); font-size:.64rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--terra); }
.nk-zbody h3{ font-family:var(--serif); font-size:1.2rem; color:#fff; margin-top:2px; }
.nk-zmore{ text-align:center; margin-top:34px; }
.nk-zmore a{ font-family:var(--label); font-weight:700; font-size:.8rem; letter-spacing:.06em; text-transform:uppercase;
  color:var(--terra); text-decoration:none; border-bottom:2px solid var(--terra); padding-bottom:4px; }

/* Highlight band (gold) */
.nk-band{ background:var(--terra); color:var(--nil2); }
.nk-band__in{ max-width:1100px; margin:0 auto; padding:40px 30px; display:grid; grid-template-columns:repeat(3,1fr); gap:34px; }
.nk-band h3{ font-family:var(--serif); font-size:1.3rem; margin-bottom:4px; color:var(--nil2); }
.nk-band p{ font-size:.95rem; opacity:.85; }

/* Magazine */
.nk-mag2{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.nk-mcard{ border-radius:8px; overflow:hidden; text-decoration:none; background:var(--white); border:1px solid #ece3d2; display:block; }
.nk-mcard:hover{ box-shadow:0 14px 32px rgba(60,42,20,.12); }
.nk-mimg{ height:140px; background-size:cover; background-position:center; }
.nk-mbody{ padding:14px 16px; }
.nk-mtag{ font-family:var(--label); font-size:.62rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--terra-deep); }
.nk-mbody h3{ font-family:var(--serif); font-size:1.05rem; color:var(--nil); margin-top:3px; }

@media(max-width:900px){
  .nk-hubs,.nk-zgrid,.nk-mag2{ grid-template-columns:1fr 1fr; }
  .nk-band__in{ grid-template-columns:1fr; gap:20px; }
}

/* ============================================================
   CONCEPT B — logo (the „Segel & Sonne" mark + wordmark) in the nav
   ============================================================ */
.nk-logo{ display:inline-flex; align-items:center; gap:11px; text-decoration:none; }
.nk-logo-mark{ width:38px; height:38px; flex:0 0 auto; color:#fff; transition:color .3s; }
.nk-logo-wm{ font-family:var(--serif); font-size:1.5rem; font-weight:700; line-height:1; color:#fff; letter-spacing:-.01em; transition:color .3s; }
.nk-logo-wm b{ color:var(--terra); font-weight:700; }
body.nk-scrolled .nk-logo-mark,
body.nk-scrolled .nk-logo-wm{ color:var(--nil); }
@media(max-width:600px){ .nk-logo-wm{ font-size:1.25rem; } .nk-logo-mark{ width:32px; height:32px; } }

/* ============================================================
   HOMEPAGE (concept B: deep blue & gold) — nkh-* per mockup nk_home_final.html
   ============================================================ */
.nkh-wrap{ max-width:1200px; margin:0 auto; padding:0 30px; }
.nkh-eyebrow{ font-family:var(--label); font-size:.72rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--terra); }
.nkh-h2{ font-family:var(--serif); font-weight:700; color:var(--nil); font-size:1.95rem; line-height:1.12; margin:.15rem 0; }
.nkh-sech{ margin-bottom:18px; } .nkh-sech p{ color:var(--grey); max-width:62ch; margin-top:.3rem; }
.nkh-sec{ padding:42px 0; }

/* Hero */
.nkh-hero{ position:relative; min-height:74vh; display:flex; align-items:flex-end; overflow:hidden; background:var(--nil); }
.nkh-hero__img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.nkh-hero::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.4) 0%,rgba(0,0,0,.12) 40%,var(--nil-deep) 100%); opacity:.94; }
.nkh-hero--noimg::after{ background:linear-gradient(135deg,var(--nil) 0%,var(--nil-deep) 100%); opacity:1; }
.nkh-in{ position:relative; z-index:2; max-width:1200px; margin:0 auto; width:100%; padding:120px 30px 6vh; }
.nkh-hero h1{ font-family:var(--serif); font-weight:700; color:#fff; font-size:clamp(2.4rem,5.4vw,4.2rem);
  line-height:1.05; margin:.5rem 0 .6rem; max-width:20ch; text-shadow:0 4px 40px rgba(0,0,0,.5); }
.nkh-hero p{ color:rgba(255,255,255,.92); font-size:1.18rem; max-width:46ch; margin-bottom:1.6rem; }
.nkh-cta{ display:flex; flex-wrap:wrap; gap:12px; }
.nkh-btn{ display:inline-flex; align-items:center; gap:8px; font-family:var(--label); font-weight:700;
  font-size:.84rem; letter-spacing:.04em; padding:.9rem 1.7rem; border-radius:6px; text-decoration:none; }
.nkh-btn--gold{ background:var(--terra); color:var(--nil-deep); }
.nkh-btn--gold:hover{ background:var(--sand); color:var(--nil-deep); }
.nkh-btn--ghost{ border:1.5px solid rgba(255,255,255,.6); color:#fff; }
.nkh-btn--ghost:hover{ border-color:var(--terra); color:var(--terra); }

/* 6 image hubs */
.nkh-hubs{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.nkh-hub{ position:relative; height:194px; border-radius:10px; overflow:hidden; display:block;
  text-decoration:none; background:var(--nil) center/cover no-repeat; }
.nkh-hub__ov{ position:absolute; inset:0; background:linear-gradient(180deg,rgba(14,24,48,.18) 25%,rgba(10,17,36,.9)); transition:background .3s; }
.nkh-hub:hover .nkh-hub__ov{ background:linear-gradient(180deg,rgba(22,35,63,.35),rgba(10,17,36,.94)); }
.nkh-hub__tx{ position:absolute; left:0; bottom:0; padding:18px; z-index:2; display:block; }
.nkh-hub__h{ display:block; font-family:var(--serif); color:#fff; font-size:1.35rem; line-height:1.15; }
.nkh-hub__p{ display:block; color:rgba(255,255,255,.82); font-size:.85rem; margin:3px 0 7px; }
.nkh-hub__l{ font-family:var(--label); font-size:.7rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--terra); }

/* dark section ("Top-Schiffe") */
.nkh-sec--dark{ background:var(--nil); }
.nkh-sec--dark .nkh-h2{ color:#fff; } .nkh-sec--dark .nkh-sech p{ color:rgba(255,255,255,.72); }
.nkh-ships{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.nkh-ship{ background:var(--nil-deep); border:1px solid rgba(255,255,255,.12); border-radius:10px;
  overflow:hidden; text-decoration:none; transition:transform .25s,border-color .25s; display:block; }
.nkh-ship:hover{ transform:translateY(-4px); border-color:var(--terra); }
.nkh-ship__img{ display:block; width:100%; height:140px; background:var(--nil) center/cover no-repeat; }
.nkh-ship__b{ display:block; padding:13px 15px; }
.nkh-ship__tag{ display:block; font-family:var(--label); font-size:.6rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--terra); }
.nkh-ship__h{ display:block; font-family:var(--serif); color:#fff; font-size:1.08rem; margin-top:3px; }
.nkh-more{ margin-top:20px; }
.nkh-more a{ font-family:var(--label); font-size:.8rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; color:var(--terra); text-decoration:none; }
.nkh-more a:hover{ color:var(--sand); }

/* Grid of stops */
.nkh-zg{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.nkh-zc{ position:relative; height:220px; border-radius:10px; overflow:hidden; display:block;
  text-decoration:none; background:var(--nil) center/cover no-repeat; }
.nkh-zc__ov{ position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,0) 38%,rgba(0,0,0,.82)); }
.nkh-zc__tx{ position:absolute; left:0; bottom:0; padding:18px; z-index:2; display:block; }
.nkh-zc__s{ display:block; font-family:var(--label); font-size:.62rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--sand); }
.nkh-zc__h{ display:block; font-family:var(--serif); color:#fff; font-size:1.4rem; }

/* Travel-info band */
.nkh-band{ background:var(--sand-light); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:30px 0; }
.nkh-bandg{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.nkh-bandg a{ text-decoration:none; display:block; }
.nkh-bandg h3{ font-family:var(--serif); color:var(--nil); font-size:1.15rem; margin-bottom:.2rem; }
.nkh-bandg p{ color:var(--grey); font-size:.95rem; }
.nkh-bandg a:hover h3{ color:var(--terra-deep); }

@media(max-width:900px){ .nkh-hubs,.nkh-ships,.nkh-zg,.nkh-bandg{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .nkh-hubs,.nkh-ships,.nkh-zg,.nkh-bandg{ grid-template-columns:1fr; } }

/* Hide the standard ts24 header elements on the magazine front page:
   our own hero + 6 image hubs replace them; fm720 offer boxes + the ts24 header
   image + the ts24 breadcrumb do not fit the editorial front-page look. */
body.home #section-search,
body.home #top-boxes,
body.home #breadcrumbs{ display:none !important; }

/* ============================================================
   Layout B polish for sub-pages
   ============================================================ */
/* Hide the standard ts24 breadcrumb everywhere — our own Schema.org band (.nk-bcband) replaces it */
#breadcrumbs{ display:none !important; }

/* ts24 child-page overview (hub pages with children) as magazine cards (deep blue & gold) */
#list-child-pages{ max-width:1200px; margin:6px auto 64px; padding:0 30px; }
#list-child-pages .container-fluid{ padding:0; max-width:none; }
#list-child-pages .row{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:0; }
#list-child-pages .h3{ grid-column:1/-1; width:auto; float:none; font-family:var(--serif);
  font-size:1.7rem; font-weight:700; color:var(--nil); margin:0; }
#list-child-pages .h3::before{ content:""; display:block; width:30px; height:2px; background:var(--terra); margin-bottom:12px; }
#list-child-pages [class*="col-"]{ width:auto; max-width:none; padding:0; float:none; }
#list-child-pages .child-thumbs-box{ position:relative; display:block; background:var(--nil);
  border-radius:10px; overflow:hidden; box-shadow:var(--shadow-sm); height:100%;
  transition:transform .25s,box-shadow .25s; }
#list-child-pages .child-thumbs-box:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
#list-child-pages .child-thumbs-box img{ width:100%; height:184px; object-fit:cover; display:block; margin:0; }
#list-child-pages .child-thumbs-box > div{ padding:14px 16px 16px; }
#list-child-pages .child-thumbs-box .h2{ font-family:var(--serif); font-size:1.18rem; line-height:1.2;
  color:#fff !important; display:block; margin:0 0 8px !important; }
#list-child-pages .child-thumbs-box a{ font-family:var(--label); font-size:.72rem; font-weight:700;
  letter-spacing:.05em; text-transform:uppercase; color:var(--terra) !important; text-decoration:none; }
#list-child-pages .child-thumbs-box a:hover{ color:var(--sand) !important; }
@media(max-width:900px){ #list-child-pages .row{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ #list-child-pages .row{ grid-template-columns:1fr; } }

/* ============================================================
   Nav readability: bigger logo + bigger menu type + contrast
   (user feedback June 2026 — „kaum lesbar" on a light hero)
   ============================================================ */
.nk-nav{ padding:16px 0; }
.nk-logo{ gap:13px; }
.nk-logo-mark{ width:50px; height:50px; }
.nk-logo-wm{ font-size:2.4rem; }
.nk-menu{ gap:26px; }
.nk-menu a{ font-size:1.4rem; letter-spacing:.02em; }
/* Readability over a light hero: shadow as long as the page is not scrolled */
.nk-logo-wm,
.nk-menu a{ text-shadow:0 1px 16px rgba(0,0,0,.6), 0 0 2px rgba(0,0,0,.35); }
.nk-logo-mark{ filter:drop-shadow(0 1px 9px rgba(0,0,0,.5)); }
body.nk-scrolled .nk-logo-wm,
body.nk-scrolled .nk-menu a{ text-shadow:none; }
body.nk-scrolled .nk-logo-mark{ filter:none; }
@media(max-width:1024px){ .nk-menu{ gap:20px; } .nk-menu a{ font-size:.92rem; } }
@media(max-width:600px){ .nk-logo-wm{ font-size:1.6rem; } .nk-logo-mark{ width:42px; height:42px; } }

/* ============================================================
   Larger, readable content type (user feedback June 2026)
   Theme root = 10px (62.5%) → body was 10.6px, far too small
   ============================================================ */
.nk-article.section-text{ font-size:1.72rem; line-height:1.8; }
.nk-article p{ margin-bottom:1.5rem; }
.nk-article h2{ font-size:2.55rem; line-height:1.18; margin:3.2rem 0 1.1rem; }
.nk-article h3{ font-size:1.95rem; margin:2.2rem 0 .7rem; }
.nk-article p.lead{ font-size:2.05rem; line-height:1.58; }
.nk-article li{ font-size:1.72rem; margin-bottom:.55rem; }
.nk-article blockquote{ font-size:1.9rem; }
.nk-head h1{ font-size:clamp(3.2rem,5vw,4.8rem); }
.nk-head .nk-meta{ font-size:1.3rem; }
.nk-bc{ font-size:1.2rem; }
.nk-side-card .nk-side-t{ font-size:1.2rem; }
.nk-side-card table.table-striped td:first-child{ font-size:1.1rem; }
.nk-side-card table.table-striped td:last-child{ font-size:1.55rem; }
.nk-toc nav a{ font-size:1.45rem; }

/* ============================================================
   Question box VISIBLE + structured (user: „vermisse die Frageboxen")
   Jump-mark overview of the question H2s as a deep-blue & gold box in the content
   ============================================================ */
.nk-article .nk-questionbox{ display:block !important;
  background:var(--sand-light); border:1px solid var(--line); border-left:4px solid var(--terra);
  border-radius:8px; padding:1.6rem 1.9rem; margin:2.2rem 0 2.8rem; box-shadow:var(--shadow-sm); }
.nk-article .nk-questionbox .panel-heading,
.nk-article .nk-questionbox > .nk-questionbox-t,
.nk-article .nk-questionbox > strong:first-child{ font-family:var(--label); font-size:1.2rem; font-weight:700;
  letter-spacing:.05em; text-transform:uppercase; color:var(--terra-deep); display:block; margin:0 0 1rem;
  background:none; border:0; padding:0; }
.nk-article .nk-questionbox ul,
.nk-article .nk-questionbox ol{ list-style:none; margin:0; padding:0; column-count:2; column-gap:2.2rem; }
.nk-article .nk-questionbox li{ margin:.5rem 0; break-inside:avoid; font-size:1.58rem; line-height:1.4; }
.nk-article .nk-questionbox li a{ color:var(--nil-soft); font-weight:600; text-decoration:none;
  border-bottom:1px solid transparent; }
.nk-article .nk-questionbox li a:hover{ color:var(--terra-deep); border-color:var(--sand-deep); }
@media(max-width:600px){ .nk-article .nk-questionbox ul,.nk-article .nk-questionbox ol{ column-count:1; } }

/* Question H2 with anchor-target offset for the jump marks (sticky nav) */
.nk-article h2[id]{ scroll-margin-top:96px; }

/* CTA block bigger / more readable */
.nk-article .nk-cta{ font-size:1.7rem; }
.nk-article .nk-cta .panel-body{ padding:1.6rem 1.9rem; }

/* ============================================================
   Nile route map [nilkarte] — concept B
   ============================================================ */
.nk-article .nk-map{ float:right; width:340px; max-width:42%; margin:.4rem 0 1.6rem 2.2rem;
  background:linear-gradient(165deg,#fbf7ee,#f1e7d2); border:1px solid var(--line);
  border-radius:14px; padding:16px 18px 18px; box-shadow:var(--shadow-sm); }
.nk-map__s{ display:block; font-family:var(--label); font-size:1.05rem; font-weight:700;
  letter-spacing:.12em; text-transform:uppercase; color:var(--terra-deep); }
.nk-map__h{ display:block; font-family:var(--serif); font-weight:700; color:var(--nil);
  font-size:1.5rem; line-height:1.15; margin:2px 0 8px; }
.nk-map svg{ display:block; width:100%; height:auto; }
.nk-map__leg{ display:flex; flex-wrap:wrap; gap:14px; margin-top:8px; }
.nk-map__lg{ display:inline-flex; align-items:center; gap:6px; font-family:var(--label);
  font-size:1.15rem; font-weight:600; color:var(--grey); }
.nk-map__dot{ width:11px; height:11px; border-radius:50%; background:var(--terra); border:2px solid #fff; box-shadow:0 0 0 1px var(--sand-deep); flex:0 0 auto; }
.nk-map__line{ width:16px; height:4px; border-radius:2px; background:var(--terra); flex:0 0 auto; }
@media(max-width:680px){ .nk-article .nk-map{ float:none; width:100%; max-width:none; margin:1.4rem 0 2rem; } }

/* ============================================================
   National Geographic reading typography (user request June 2026)
   generous body copy, large headlines, plenty of line spacing
   ============================================================ */
.nk-article.section-text{ font-size:2.1rem; line-height:1.85; }
.nk-article p{ margin-bottom:1.8rem; }
.nk-article li{ font-size:2.1rem; line-height:1.6; margin-bottom:.6rem; }
.nk-article h2{ font-size:3.2rem; line-height:1.16; margin:3.8rem 0 1.3rem; }
.nk-article h3{ font-size:2.4rem; margin:2.6rem 0 .8rem; }
.nk-article p.lead{ font-size:2.5rem; line-height:1.55; }
.nk-article blockquote{ font-size:2.4rem; }
.nk-article .nk-questionbox li{ font-size:1.85rem; }
.nk-head h1{ font-size:clamp(3.6rem,5.5vw,5.6rem); line-height:1.06; }
.nk-map__h{ font-size:1.7rem; }

/* ============================================================
   Magazine font sizes: boxes & headings enlarged
   (client feedback 2026-06-08 — "Schrift in den Boxen zu klein")
   Background: parent ts24-master = 1rem=10px → box/card values too small.
   Additive override at the end of the file (wins over earlier rules by source order).
   ============================================================ */

/* --- Article body a little more generous (magazine feel, 17→18.5px) --- */
.nk-article.section-text{ font-size:1.85rem; }
.nk-article li{ font-size:1.85rem; }
.nk-article h2{ font-size:2.75rem; }
.nk-article h3{ font-size:2.1rem; }
.nk-article p.lead{ font-size:2.2rem; }

/* --- Child-page thumbnail boxes (at the bottom of every page) --- */
#list-child-pages .h3{ font-size:2.1rem; }
#list-child-pages .child-thumbs-box .h2{ font-size:1.6rem !important; line-height:1.25; }
#list-child-pages .child-thumbs-box a{ font-size:1.02rem; }

/* --- Home and module boxes: headings --- */
.nk-card h3, .nk-banner h3, .nk-hub h3, .nk-band h3, .nk-mbody h3, .nk-zbody h3,
.nkh-hub__h, .nkh-ship__h, .nkh-zc__h, .nkh-bandg h3{ font-size:1.65rem; line-height:1.22; }

/* --- Box body copy --- */
.nk-card__body, .nk-hub p, .nk-band p, .nk-banner p,
.nkh-hub__p, .nkh-bandg p, .nk-mbody p{ font-size:1.2rem; line-height:1.55; }

/* --- Box tags / eyebrows (were 6-8px, now readable) --- */
.nk-card .tag, .nk-mag .tag, .nk-ztag, .nk-mtag,
.nkh-ship__tag, .nkh-zc__s, .nkh-hub__l, .nkh-eyebrow,
.nk-banner .nk-eyebrow, .nk-sec-h .nk-eyebrow, .nk-head .nk-eyebrow{ font-size:1.02rem; }

/* --- Section headings stronger --- */
.nk-sec-h h2, .nkh-h2{ font-size:clamp(2.4rem,3.8vw,3.1rem); }

/* --- Sidebar "Auf einen Blick" (readable on mobile / base too) --- */
.nk-side-card .nk-side-t{ font-size:1.25rem; }
.nk-side-card table.table-striped td:first-child{ font-size:1.12rem; }
.nk-side-card table.table-striped td:last-child{ font-size:1.5rem; }

/* ============================================================
   ts24 Nile-cruise search mask (1655) in the nk design (concept B)
   — header bar at the top; the ts24 header image is hidden
   ============================================================ */
/* Hide the ts24 header image (section-image) — nk-figure replaces it; the search mask stays */
.content.nk-page > .section.section-image,
.content.nk-single > .section.section-image,
#section-search{ display:none !important; }

/* Wrapper: deep-blue bar, sits below the fixed nav; the following breadcrumb band gets no top spacing */
#searchmask_wrap{ background:linear-gradient(135deg,var(--nil) 0%,var(--nil-deep) 100%);
  margin:62px 0 0 !important; padding:30px 0 32px; }
body:has(#searchmask_wrap) .nk-bcband{ margin-top:0 !important; }
#searchmask_wrap > .row{ margin:0; }
#searchmask_wrap .searchmask_container{ max-width:1200px; margin:0 auto; padding:0 30px; }
#searchmask_wrap::before{ content:"Ihre Nilkreuzfahrt finden"; display:block; max-width:1200px;
  margin:0 auto 12px; padding:0 30px; font-family:var(--label); font-size:1.35rem; font-weight:700;
  letter-spacing:.14em; text-transform:uppercase; color:var(--sand); }
#searchmask_wrap .searchmask_outer{ width:100%; max-width:none; padding:0; float:none; }
#searchmask_wrap .searchmask_inner{ background:var(--white); border-radius:12px;
  box-shadow:0 16px 44px rgba(0,0,0,.28); padding:16px 18px; width:100%; max-width:none; float:none; }

/* Tab bar (travel type "Nilkreuzfahrt") */
#searchmask_wrap #search-selectors{ margin:0 0 14px; padding:0 0 2px; border-bottom:1px solid var(--line); list-style:none; }
#searchmask_wrap .search-selector{ display:inline-block; }
#searchmask_wrap .search-selector a{ font-family:var(--label); font-weight:700; font-size:1.45rem;
  color:var(--nil); padding:8px 14px 12px; display:inline-flex; align-items:center; gap:8px;
  border-bottom:3px solid var(--terra); text-decoration:none; }
#searchmask_wrap .search-selector .glyphicons-boat{ color:var(--terra); font-size:1.8rem; top:3px; }
#searchmask_wrap .selector-title{ color:var(--nil); }

/* Loading animation in gold */
#ts24-searchmask-loading .dot{ background:var(--terra) !important; }

/* Form fields (AJAX-loaded) — generically restyled into the nk design */
#searchmask_wrap .form-control,
#searchmask_wrap select,
#searchmask_wrap input[type="text"],
#searchmask_wrap input[type="search"]{ font-size:1.5rem; line-height:1.3; height:auto;
  padding:.7rem .9rem; border:1px solid var(--sand-deep); border-radius:6px; color:var(--ink);
  background-color:var(--white); box-shadow:none; }
#searchmask_wrap .input-group-addon,
#searchmask_wrap label{ font-family:var(--label); font-size:1.2rem; color:var(--grey); }
#searchmask_wrap .btn,
#searchmask_wrap button[type="submit"],
#searchmask_wrap .ts24-search-submit{ background:var(--terra) !important; border:0 !important;
  color:var(--nil-deep) !important; font-family:var(--label); font-weight:700; font-size:1.55rem;
  letter-spacing:.03em; padding:.85rem 2rem; border-radius:6px; box-shadow:none; }
#searchmask_wrap .btn:hover,
#searchmask_wrap button[type="submit"]:hover{ background:var(--sand) !important; color:var(--nil-deep) !important; }

@media(max-width:680px){
  #searchmask_wrap{ padding:18px 0 22px; }
  #searchmask_wrap::before{ font-size:1.15rem; }
}

/* ============================================================
   nk booking box „Nilkreuzfahrt finden" — header bar (concept B)
   ============================================================ */
.nk-searchbox{ background:linear-gradient(135deg,var(--nil) 0%,var(--nil-deep) 100%); margin:62px 0 0; }
body:has(.nk-searchbox) .nk-bcband{ margin-top:0 !important; }
.nk-searchbox__in{ max-width:1200px; margin:0 auto; padding:20px 30px; display:flex;
  align-items:center; justify-content:space-between; gap:26px; flex-wrap:wrap; }
.nk-searchbox__txt{ display:flex; flex-direction:column; gap:2px; }
.nk-searchbox__eyebrow{ font-family:var(--label); font-size:1.15rem; font-weight:700;
  letter-spacing:.14em; text-transform:uppercase; color:var(--terra); }
.nk-searchbox__h{ font-family:var(--serif); font-size:2.1rem; font-weight:700; color:#fff; line-height:1.1; }
.nk-searchbox__sub{ font-family:var(--label); font-size:1.3rem; color:var(--sand); margin-top:3px; }
.nk-searchbox__btn{ flex:0 0 auto; background:var(--terra); color:var(--nil-deep);
  font-family:var(--label); font-weight:700; font-size:1.6rem; letter-spacing:.02em;
  padding:1rem 2.2rem; border-radius:8px; text-decoration:none;
  box-shadow:0 6px 20px rgba(0,0,0,.25); transition:background .2s,transform .2s; }
.nk-searchbox__btn:hover{ background:var(--sand); color:var(--nil-deep); transform:translateY(-2px); }
@media(max-width:760px){
  .nk-searchbox__in{ padding:16px 22px; gap:14px; }
  .nk-searchbox__h{ font-size:1.75rem; }
  .nk-searchbox__btn{ width:100%; text-align:center; }
}

/* ============================================================
   Consistency: remaining ts24/Bootstrap elements into the nk design
   ============================================================ */
/* „Zurück nach oben" button (used to be Bootstrap blue) */
#btn-totop,
#btn-totop.btn-primary{ background:var(--terra) !important; border-color:var(--terra-deep) !important;
  color:var(--nil-deep) !important; box-shadow:0 4px 14px rgba(0,0,0,.22); }
#btn-totop:hover,
#btn-totop:focus{ background:var(--sand) !important; color:var(--nil-deep) !important; }
/* generic ts24 Bootstrap buttons (except the search / CTA buttons already styled) */
.btn-primary:not(.nk-searchbox__btn):not(.nk-cta *){ background:var(--terra); border-color:var(--terra-deep); color:var(--nil-deep); }
.btn-primary:not(.nk-searchbox__btn):hover{ background:var(--terra-deep); color:#fff; }
/* Bootstrap links/labels in the ts24 blue moved onto the gold accent */
.label-primary{ background:var(--terra); color:var(--nil-deep); }

/* ============================================================
   v12 (2026-06-09) — header / front-page headings larger,
   "Mehr zum Thema" box moved onto the concept B design, :visited visibility
   ============================================================ */

/* --- A) Header navigation larger (was 1.4rem, barely readable) --- */
.nk-menu{ gap:24px; }
.nk-menu a{ font-size:1.62rem; }
@media(max-width:1024px){ .nk-menu{ gap:18px; } .nk-menu a{ font-size:1.34rem; } }

/* --- B) Front page: box headings, teasers & eyebrows markedly larger --- */
.nkh-hub__h, .nkh-ship__h, .nkh-zc__h, .nkh-bandg h3{ font-size:2.1rem; line-height:1.2; }
.nkh-hub__p, .nkh-bandg p{ font-size:1.42rem; line-height:1.5; }
.nkh-eyebrow{ font-size:1.2rem; letter-spacing:.14em; }
.nkh-ship__tag, .nkh-zc__s, .nkh-hub__l{ font-size:1.18rem; }
.nkh-sech p{ font-size:1.45rem; line-height:1.5; }
.nk-sec-h h2, .nkh-h2{ font-size:clamp(2.9rem,4.4vw,3.7rem); line-height:1.08; }
.nkh-hero h1{ font-size:clamp(3rem,6vw,4.9rem); }

/* --- C) "Mehr zum Thema": drop the Bootstrap button leftovers, clean gold link --- */
#list-child-pages .child-thumbs-box a.btn{
  background:none !important; border:0 !important; box-shadow:none !important;
  padding:0 !important; margin:0 !important; border-radius:0 !important; min-height:0 !important;
  width:auto !important; line-height:1.3 !important; white-space:normal !important;
  font-size:0 !important; }
#list-child-pages .child-thumbs-box a.btn::before{ content:none !important; }
#list-child-pages .child-thumbs-box a.btn::after{
  content:"Mehr erfahren \2192"; font-family:var(--label); font-size:1.04rem;
  font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--terra); }
#list-child-pages .child-thumbs-box a.btn:hover::after{ color:var(--sand); }

/* --- D) Keep visited buttons/links visible (ts24 a:visited coloured them dark -> invisible) --- */
.nk-searchbox__btn:visited{ color:var(--nil-deep) !important; }
.nkh-btn--gold:visited{ color:var(--nil-deep); }
.nkh-btn--ghost:visited{ color:#fff; }
.nk-btn--primary:visited, .nk-btn--ghost:visited{ color:var(--white); }
.nkh-hub:visited, .nkh-ship:visited, .nkh-zc:visited, .nkh-bandg a:visited{ color:inherit; }
#list-child-pages .child-thumbs-box a:visited::after{ color:var(--terra); }
.nk-cta a:visited{ color:var(--sand); }

/* --- v13: keep the nav items on one line (no wrap caused by the larger type) --- */
.nk-menu a{ white-space:nowrap; }
@media(max-width:1280px){ .nk-menu{ gap:20px; } .nk-menu a{ font-size:1.48rem; } }

/* === v14 (2026-06-09) — header: spacing logo<->nav + larger box type === */
/* Logo <-> nav: more container width + push the menu to the right = clear spacing */
.nk-nav-in{ max-width:1290px; gap:40px; }
.nk-menu{ margin-left:auto; }
/* Front page: markedly larger type in the hub / ship / stop boxes */
.nkh-hub__h, .nkh-ship__h, .nkh-zc__h, .nkh-bandg h3{ font-size:2.45rem; line-height:1.16; }
.nkh-hub__p, .nkh-bandg p{ font-size:1.6rem; line-height:1.45; }
.nkh-hub__l, .nkh-ship__tag, .nkh-zc__s{ font-size:1.32rem; }
.nkh-hub{ height:220px; }
.nkh-eyebrow{ font-size:1.28rem; }

/* === v15 (2026-06-11) — hero CTA buttons: larger, readable type (was .84rem) === */
.nkh-btn{ font-size:1.6rem; padding:1.1rem 2.3rem; letter-spacing:.03em; }
.nkh-hero p{ font-size:1.5rem; }

/* === TM-TOPBOX-FIX 2026-09-01: FM720 #top-boxes inherits margin-top:-300px from ts24 (meant to overlap the search mask). nilkreuzfahrten however has a FIXED .nk-nav (82px) -> the offer boxes get pulled behind the nav, only the navy .panel-heading + arrows show through = visual defect. Reset the margin + clear the nav height. === */
#content > #top-boxes{ margin-top:0 !important; padding-top:100px !important; padding-bottom:26px !important; background:#f6f2e9; }
/* === TM-TOPBOX-FIX END === */

/* === Web fonts (moved here from the Customizer custom_css, 2026-09-01). They only lived there as a workaround for the CDN CORS trap; useCDN is now off for this site, so they belong in the theme stylesheet. Root-relative url(), no hardcoded host. See docs/infrastructure/gateway.md -> "W3TC/CDN trap". === */
@font-face{font-family:'Glyphicons Regular';font-style:normal;font-weight:normal;font-display:swap;src:url('/wp-content/plugins/glyphicons/fonts/glyphicons-regular.woff2') format('woff2'),url('/wp-content/plugins/glyphicons/fonts/glyphicons-regular.woff') format('woff');}
@font-face{font-family:'Glyphicons Social';font-style:normal;font-weight:normal;font-display:swap;src:url('/wp-content/plugins/glyphicons/fonts/glyphicons-social-regular.woff2') format('woff2'),url('/wp-content/plugins/glyphicons/fonts/glyphicons-social-regular.woff') format('woff');}
@font-face{font-family:'Raleway';font-style:normal;font-weight:400;font-display:swap;src:url('/wp-content/themes/ts24-child-generic/fonts/Raleway.woff') format('woff'),url('/wp-content/themes/ts24-child-generic/fonts/Raleway.ttf') format('truetype');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url('/wp-content/themes/ts24-master-travelscout24-de/fonts/Open_Sans.woff') format('woff'),url('/wp-content/themes/ts24-master-travelscout24-de/fonts/Open_Sans.ttf') format('truetype');}

/* === "Fragen im Ueberblick" box (moved here from wp_add_inline_style(), 2026-09-01): static CSS belongs in the stylesheet, not in every HTML document. Cascade unchanged - the inline block was attached to exactly this handle. === */
.nk-questionbox{background:#f6f2e9;border:1px solid #e3d6b0;border-left:4px solid #c2a04e;border-radius:6px;padding:16px 20px;margin:0 0 26px}
.nk-questionbox-title{margin:0 0 8px;font-size:1.05em;color:#16233f}
.nk-questionbox ul{margin:0;padding-left:1.15em;columns:2;column-gap:28px}
.nk-questionbox li{margin:5px 0;break-inside:avoid}
.nk-questionbox a{color:#2c5f86;text-decoration:none}
.nk-questionbox a:hover,.nk-questionbox a:focus{text-decoration:underline}
.entry-content h2[id],article h2[id]{scroll-margin-top:90px}
@media (max-width:600px){.nk-questionbox ul{columns:1}}

/* ==================== formerly nilkreuzfahrten-modules.css (merged in 2026-09-01; cascade unchanged - it loaded directly after this stylesheet) ==================== */
/* =========================================================================
   Adapt the portal module teasers to the theme palette (variable based)
   fm720 travel price comparison (.top-boxes .panel-primary / .btn-info)
   + "Mehr zu" box (.same-destination) — colours via --nil/--terra/--sand-deep
   ========================================================================= */
   ========================================================================= */

/* ---------- fm720 travel-price-comparison teaser ---------- */
.top-boxes .panel,
.t04 .panel { border-radius: var(--r, 6px); overflow: hidden; box-shadow: var(--shadow-sm, 0 2px 8px rgba(60,42,20,.08)); }

.top-boxes .panel-primary,
.t04 .panel-primary { border-color: var(--sand-deep, #d8c190) !important; }

.top-boxes .panel-primary > .panel-heading,
.top-boxes .panel-heading.link,
.t04 .panel-heading {
  background-color: var(--nil, #1d2746) !important;
  background-image: none !important;
  border-color: var(--nil, #1d2746) !important;
  color: var(--white, #fffdf9) !important;
}
.top-boxes .panel-heading.link:hover,
.top-boxes .panel-heading.link:focus { background-color: var(--nil-soft, #33406a) !important; }
.top-boxes .panel-heading .glyphicons,
.top-boxes .panel-heading .glyphicon { color: inherit !important; }

/* Buttons: Bootstrap cyan (.btn-info) becomes theme gold */
.top-boxes .btn-info,
.t04 .btn-info,
.same-destination .btn-info {
  background-color: var(--terra, #bf9b4e) !important;
  border-color: var(--terra-deep, #a07f33) !important;
  color: #23201a !important;
}
.top-boxes .btn-info:hover,
.top-boxes .btn-info:focus,
.t04 .btn-info:hover,
.same-destination .btn-info:hover {
  background-color: var(--terra-deep, #a07f33) !important;
  border-color: var(--terra-deep, #a07f33) !important;
  color: var(--white, #fffdf9) !important;
}

/* ---------- "Mehr zu <place>" related box (.same-destination) ---------- */
.same-destination { background-color: var(--bg-warm, #f1ead9); }

.same-destination h2.hr,
.same-destination .hr { color: var(--nil, #1d2746) !important; }
.same-destination h2.hr::before,
.same-destination h2.hr::after { background-color: var(--terra, #bf9b4e) !important; border-color: var(--terra, #bf9b4e) !important; }

.same-destination .same-destination-item-inner {
  background-color: var(--white, #fffdf9);
  border: 1px solid var(--sand-deep, #d8c190);
  border-radius: var(--r, 6px);
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(60,42,20,.08));
  transition: box-shadow .2s ease, transform .2s ease;
}
.same-destination .same-destination-item:hover .same-destination-item-inner { box-shadow: var(--shadow, 0 12px 32px rgba(60,42,20,.14)); transform: translateY(-2px); }

.same-destination .same-destination-headline,
.same-destination .same-destination-item .h3,
.same-destination [data-mh="same-destination-headline"] { color: var(--terra-deep, #a07f33) !important; }

.same-destination a,
.same-destination .same-destination-item a { color: var(--nil, #1d2746); }
.same-destination a:hover,
.same-destination .same-destination-item a:hover { color: var(--terra-deep, #a07f33); }

.same-destination .btn,
.same-destination .btn-primary {
  background-color: var(--nil, #1d2746) !important;
  border-color: var(--nil, #1d2746) !important;
  color: var(--white, #fffdf9) !important;
}
.same-destination .btn:hover,
.same-destination .btn-primary:hover {
  background-color: var(--terra-deep, #a07f33) !important;
  border-color: var(--terra-deep, #a07f33) !important;
  color: var(--white, #fffdf9) !important;
}

/* ==================== formerly nilkreuzfahrten-urlaub.css (merged in 2026-09-01; it loaded last, priority 60) ==================== */
/* =========================================================================
   nilkreuzfahrten-2026 — Nile-cruise search box (monetization via reise.de)
   + fm720 / „Mehr zum Thema" restyle. Client request 2026-06-08.
   Palette: navy #16233f + gold #c2a04e.
   ========================================================================= */

/* ---------- fm720 offer teaser onto the palette ---------- */
.section-offers-table .image-content,
.t12 .offer-table-content .image-content { background-color:#16233f!important; background-image:none!important; color:#fffdf9!important; border-radius:6px; padding:1.4rem 1.6rem; }
.section-offers-table .image-content .h1, .section-offers-table .image-content .h1 em,
.section-offers-table .offer-city, .section-offers-table .offer-city li { color:#fffdf9!important; font-style:normal!important; }
.section-offers-table .offer-city li::before, .section-offers-table .icon.ok li::before { color:#c2a04e!important; }
.section-offers-table .price, .section-offers-table .price .text-nowrap { color:#a07f33!important; font-weight:700; }
.section-offers-table .offer-stars .text-warning { color:#c2a04e!important; }
.section-offers-table .btn-info, .t12 .btn-info, .table-offer-button .btn-info {
  background-color:#c2a04e!important; border-color:#a07f33!important; color:#1a2238!important; font-weight:700; }
.section-offers-table .btn-info:hover, .table-offer-button .btn-info:hover { background-color:#a07f33!important; border-color:#a07f33!important; color:#fffdf9!important; }

/* ---------- "Mehr zum Thema …" related cards (.child-thumbs-box) ---------- */
.child-thumbs-box { background-color:#fffdf9; border:1px solid #d8c190; border-radius:6px; overflow:hidden; box-shadow:0 2px 8px rgba(22,35,63,.10); transition:box-shadow .2s ease, transform .2s ease; }
.child-thumbs-box:hover { box-shadow:0 12px 32px rgba(22,35,63,.16); transform:translateY(-2px); }
.child-thumbs-box img { display:block; width:100%; height:auto; }
.child-thumbs-box a { color:#16233f; }
.child-thumbs-box a:hover { color:#a07f33; }
.row.clearfix > span.h3, .container-fluid .row > span.h3 { display:block; color:#16233f; font-size:2.4rem; margin:1.2rem 0 .6rem; }

/* =========================================================================
   Nile-cruise search box (.nk-cruisefinder) — px values (ts24 parent 1rem=10px)
   ========================================================================= */
.nk-cruisefinder { background:linear-gradient(135deg,#16233f 0%,#0e1830 100%); border:1px solid #33406a; border-top:3px solid #c2a04e; border-radius:12px; padding:20px 22px; margin:0 0 26px; box-shadow:0 10px 28px rgba(14,24,48,.22); }
.nk-cruisefinder__head { display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; margin-bottom:14px; }
.nk-cruisefinder__title { color:#fffdf9; font-size:23px; line-height:1.2; margin:0; font-weight:700; }
.nk-cruisefinder__sub { color:#e6d6ad; font-size:14px; margin:0; }
.nk-cruisefinder form { display:flex; flex-wrap:wrap; gap:12px; align-items:flex-end; }
.nk-cruisefinder__field { display:flex; flex-direction:column; flex:1 1 200px; min-width:150px; }
.nk-cruisefinder__field--small { flex:0 1 130px; min-width:110px; }
.nk-cruisefinder label { text-transform:uppercase; letter-spacing:.04em; color:#e6d6ad; font-size:11px; font-weight:600; margin:0 0 5px 2px; }
.nk-cruisefinder select { width:100%; appearance:none; -webkit-appearance:none; background:#fffdf9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2316233f' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center; border:1px solid #d8c190; border-radius:7px; color:#23201a; font-size:15px; padding:11px 32px 11px 12px; cursor:pointer; }
.nk-cruisefinder select:focus { outline:none; border-color:#c2a04e; box-shadow:0 0 0 3px rgba(194,160,78,.3); }
.nk-cruisefinder__btn { flex:0 0 auto; border:0; cursor:pointer; background:#c2a04e; color:#1a2238; font-weight:700; font-size:15px; padding:12px 22px; border-radius:7px; line-height:1.1; transition:background .15s ease, transform .15s ease; }
.nk-cruisefinder__btn:hover { background:#a07f33; color:#fffdf9; transform:translateY(-1px); }
.nk-cruisefinder__note { color:#9aa3c2; font-size:11.5px; margin:11px 0 0; }
.nk-cruisefinder__note a { color:#e6d6ad; text-decoration:underline; }
@media (max-width:600px){ .nk-cruisefinder__field, .nk-cruisefinder__field--small{ flex:1 1 100%; } .nk-cruisefinder__btn{ width:100%; } }

/* ============================================================
   Classes for former inline style="" attributes (2026-09-02).
   Specificity, not !important, is what makes these win.
   ============================================================ */

/* Related posts under a single post. This .nk-shell must stay a plain
   full-width block; .content.nk-page .nk-shell (0,3,0) turns every
   other shell into the 2-column article grid from 900px up, so these
   selectors carry four classes to outrank it. */
.content.nk-page .nk-mag .nk-shell{ display:block; }
.content.nk-page .nk-mag .nk-shell > h2{ font-size:1.7rem; margin-bottom:1.2rem; }
.content.nk-page .nk-mag .nk-cards{ padding:0; }
