/* =========================================================
   KARRIERE — eigenständiges, schlichtes Layout
   Lädt NACH styles.css und überschreibt gezielt den
   verspielten Neo-Brutalismus-Look der übrigen Website.
   Ziel: helle, moderne Landingpage für Anzeigen-Traffic.
   ========================================================= */

.page-karriere {
  --k-bg: #FFFFFF;
  --k-bg-soft: #F7F8FA;
  --k-bg-dark: #0E1116;
  --k-line: #E4E7EC;
  --k-line-strong: #D0D5DD;
  --k-text: #101828;
  --k-text-soft: #101828;
  --k-text-mute: #101828;
  --k-accent: #FFC91F;
  --k-accent-soft: #FFF6D6;
  --k-radius: 14px;
  --k-radius-lg: 20px;
  --k-shadow: 0 1px 2px rgba(16,24,40,.04), 0 6px 20px -6px rgba(16,24,40,.10);
  --k-shadow-lg: 0 2px 4px rgba(16,24,40,.04), 0 18px 44px -12px rgba(16,24,40,.16);

  background: var(--k-bg);
  color: var(--k-text);
}

/* ---- Grundflächen entkoppeln ---- */
.page-karriere main,
.page-karriere section { background: transparent; }
.page-karriere .shell { max-width: 1180px; }

/* ---- Verspielte Elemente global neutralisieren ---- */
.page-karriere .card-pop {
  background: var(--k-bg);
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius);
  box-shadow: var(--k-shadow);
  transform: none !important;
}
.page-karriere .card-pop:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--k-shadow-lg);
  border-color: var(--k-line-strong);
}
.page-karriere .scribble { display: none; }

/* Marker-Highlight -> ruhige Akzentfarbe statt Filzstift */
.page-karriere .hl { padding: 0; }
.page-karriere .hl::before { display: none; }
.page-karriere .hl {
  background: linear-gradient(to top, var(--k-accent) 30%, transparent 30%);
  border-radius: 2px;
}

/* ---- Topbar ---- */
.page-karriere .topbar {
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--k-line);
  box-shadow: none;
}
.page-karriere .topbar__nav a { color: var(--k-text-soft); font-weight: 500; }
.page-karriere .topbar__nav a:hover,
.page-karriere .topbar__nav a.is-active { color: var(--k-text); }

/* ---- Buttons ---- */
.page-karriere .btn {
  border-radius: 10px;
  border-width: 1px;
  box-shadow: none !important;
  transform: none !important;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: background .16s, color .16s, border-color .16s, opacity .16s;
}
.page-karriere .btn--primary {
  background: var(--k-text);
  border-color: var(--k-text);
  color: #fff;
}
.page-karriere .btn--primary:hover { background: #1D2939; border-color: #1D2939; }
.page-karriere .btn--ghost {
  background: #fff;
  border-color: var(--k-line-strong);
  color: var(--k-text);
}
.page-karriere .btn--ghost:hover { background: var(--k-bg-soft); border-color: var(--k-text-mute); }

/* ---- Typografie ---- */
.page-karriere .h-display,
.page-karriere h1.title {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--k-text);
  line-height: 1.06;
}
.page-karriere .lead,
.page-karriere .sub { color: var(--k-text-soft); }
.page-karriere .eyebrow {
  color: var(--k-text-mute);
  font-weight: 600;
  letter-spacing: .1em;
  font-size: 12px;
}
.page-karriere .eyebrow .dash { background: var(--k-text-mute); }

/* =========================================================
   HERO
   ========================================================= */
.page-karriere .hero {
  padding: clamp(48px, 7vw, 92px) 0 clamp(36px, 5vw, 64px);
  border-bottom: 1px solid var(--k-line);
  background:
    radial-gradient(900px 420px at 12% -10%, var(--k-accent-soft), transparent 62%),
    var(--k-bg);
}
.page-karriere .hero__inner { align-items: center; }
.page-karriere h1.title { font-size: clamp(38px, 5.4vw, 66px); }

.k-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px 7px 10px;
  background: var(--k-accent-soft);
  border: 1px solid #F5D97B;
  border-radius: 999px;
  font-size: 13px; font-weight: 600; color: #7A5B00;
  margin-bottom: 18px;
}
.k-hero-badge span.dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #E0A800;
}

.page-karriere .hero__trust {
  border-top: 1px solid var(--k-line);
  padding-top: 20px; margin-top: 28px;
  gap: 10px 28px;
}
.page-karriere .hero__trust li { color: var(--k-text-soft); font-size: 14.5px; }
.page-karriere .hero__trust .dot { background: var(--k-accent); }

/* Hero-Portrait ruhiger */
.page-karriere .hero-portrait {
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow-lg);
  overflow: hidden;
  background: var(--k-bg-soft);
}
.page-karriere .hero-portrait__cap {
  background: #fff;
  border-top: 1px solid var(--k-line);
  color: var(--k-text);
}
.page-karriere .hero-portrait__cap span { color: var(--k-text-soft); }

/* =========================================================
   SEKTIONS-RHYTHMUS
   ========================================================= */
.page-karriere section { padding: clamp(52px, 7vw, 92px) 0; }
.page-karriere .section-head { margin-bottom: clamp(28px, 4vw, 48px); }
.page-karriere .section-head .h-display { font-size: clamp(28px, 3.6vw, 42px); }

/* abwechselnde Flächen für Struktur */
.page-karriere .k-soft { background: var(--k-bg-soft); border-block: 1px solid var(--k-line); }

/* =========================================================
   STELLEN
   ========================================================= */
.page-karriere .jobs__grid { display: grid; gap: clamp(20px, 2.5vw, 28px); }

.page-karriere .job {
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow);
  padding: clamp(24px, 3vw, 38px);
  transform: none;
}
.page-karriere .job:hover { box-shadow: var(--k-shadow-lg); }

/* Haupt-Stelle (Vertrieb) hervorheben */
.page-karriere .job--primary {
  border: 1.5px solid var(--k-text);
  box-shadow: var(--k-shadow-lg);
  position: relative;
}
.k-job-flag {
  position: absolute; top: -13px; left: clamp(24px, 3vw, 38px);
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--k-text); color: #fff;
  font-size: 12px; font-weight: 600; letter-spacing: .04em;
  padding: 6px 13px; border-radius: 999px;
}
.k-job-flag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--k-accent); }

.page-karriere .job__head {
  border-bottom: 1px solid var(--k-line);
  padding-bottom: 22px; margin-bottom: 24px;
  gap: 20px;
}
.page-karriere .job__title {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(21px, 2.5vw, 28px);
  letter-spacing: -0.025em; color: var(--k-text);
}
.page-karriere .job__chip {
  background: var(--k-bg-soft);
  border: 1px solid var(--k-line);
  border-radius: 7px;
  color: var(--k-text-soft);
  font-size: 12.5px; font-weight: 500;
  padding: 5px 11px;
}
.page-karriere .job__col h4 {
  font-family: var(--font-head); font-weight: 700;
  font-size: 13px; text-transform: uppercase; letter-spacing: .07em;
  color: var(--k-text-mute); margin-bottom: 12px;
}
.page-karriere .job__col ul { display: grid; gap: 9px; }
.page-karriere .job__col li {
  color: var(--k-text-soft); font-size: 15px; line-height: 1.5;
  padding-left: 22px; position: relative;
}
.page-karriere .job__col li::before {
  content: ""; position: absolute; left: 4px; top: 9px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--k-accent);
}
.page-karriere .job__foot {
  border-top: 1px solid var(--k-line);
  padding-top: 20px; margin-top: 26px;
}
.page-karriere .job__foot p { color: var(--k-text-soft); font-size: 14.5px; }

/* Gehalts-Highlight in der Vertriebs-Stelle */
.k-paybox {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px;
  background: var(--k-bg-dark);
  border-radius: var(--k-radius);
  padding: 20px 24px;
  margin-bottom: 26px;
}
.k-paybox__item { display: flex; flex-direction: column; gap: 3px; }
.k-paybox__label {
  font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em;
  color: rgba(255,255,255,.55); font-weight: 600;
}
.k-paybox__value {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(19px, 2.2vw, 24px); color: #fff; letter-spacing: -0.02em;
}
.k-paybox__value em { font-style: normal; color: var(--k-accent); }
.k-paybox__note {
  margin-left: auto; font-size: 13px; color: rgba(255,255,255,.6); max-width: 30ch;
}

/* =========================================================
   BENEFITS / WERTE
   ========================================================= */
.page-karriere .service { padding: clamp(22px, 2.6vw, 30px); }
.page-karriere .service__num {
  font-family: var(--font-head); font-weight: 800;
  font-size: 13px; color: var(--k-text-mute);
  letter-spacing: .06em;
}
.page-karriere .service h3 {
  font-size: 18.5px; letter-spacing: -0.02em; margin: 10px 0 8px;
  color: var(--k-text);
}
.page-karriere .service p { color: var(--k-text-soft); font-size: 15px; line-height: 1.6; }
.page-karriere .service--featured {
  background: var(--k-bg-dark);
  border-color: var(--k-bg-dark);
}
.page-karriere .service--featured h3,
.page-karriere .service--featured .service__num { color: #fff; }
.page-karriere .service--featured p { color: rgba(255,255,255,.72); }
.page-karriere .service__badge {
  background: var(--k-accent); color: var(--k-text);
  border: 0; border-radius: 999px;
  font-size: 11.5px; font-weight: 700; padding: 4px 11px;
}

.page-karriere .value {
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius);
  padding: 26px 24px;
}
.page-karriere .value__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--k-accent-soft);
  color: #7A5B00;
  font-size: 15px; font-weight: 700; font-family: var(--font-head);
  margin-bottom: 14px;
  border: 1px solid #F5D97B;
}
.page-karriere .value h3 { font-size: 17.5px; letter-spacing: -0.02em; color: var(--k-text); }
.page-karriere .value p { color: var(--k-text-soft); font-size: 14.5px; line-height: 1.6; }

/* =========================================================
   EINBLICKE / BILDGALERIE (Bento)
   ========================================================= */
.k-insights { background: var(--k-bg); }
.k-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: clamp(190px, 21vw, 260px);
  gap: clamp(10px, 1.2vw, 16px);
}
.k-gallery__item {
  position: relative; margin: 0;
  overflow: hidden;
  border-radius: var(--k-radius);
  border: 1px solid var(--k-line);
  background: var(--k-bg-soft);
}
.k-gallery__item--wide { grid-column: span 2; }
.k-gallery__item picture { display: block; width: 100%; height: 100%; }
.k-gallery__item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  object-position: center 45%;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
/* Hochformat: das Publikum sitzt in der unteren Bildhaelfte,
   oben ist nur Wand -> Ausschnitt nach unten schieben. */
.k-gallery__item--tall img { object-position: center 60%; }
.k-gallery__item:hover img { transform: scale(1.04); }
.k-gallery__item figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 40px 15px 13px;
  color: #fff; font-size: 13.5px; font-weight: 600;
  letter-spacing: -0.01em;
  background: linear-gradient(to top, rgba(9,12,17,.85), transparent);
}

/* =========================================================
   PROZESS
   ========================================================= */
.page-karriere .process__steps { counter-reset: kstep; }
.page-karriere .process__step {
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius);
  box-shadow: none;
  padding: 26px 24px;
}
.page-karriere .process__num {
  background: var(--k-text); color: #fff;
  border: 0; border-radius: 9px;
  font-size: 14px; font-weight: 700;
  width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
}
.page-karriere .process__step h3 { font-size: 17.5px; letter-spacing: -0.02em; margin-top: 14px; }
.page-karriere .process__step p { color: var(--k-text-soft); font-size: 14.5px; }

/* =========================================================
   FAQ
   ========================================================= */
.page-karriere .faq__item {
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius);
  box-shadow: none;
  margin-bottom: 10px;
}
.page-karriere .faq__item summary {
  font-family: var(--font-head); font-weight: 600;
  font-size: 16px; color: var(--k-text);
}
.page-karriere .faq__item p { color: var(--k-text-soft); font-size: 15px; line-height: 1.65; }

/* =========================================================
   FINAL CTA / BEWERBUNG
   ========================================================= */
.page-karriere .finalcta {
  background: var(--k-bg-dark);
  border-radius: 0;
}
/* Innerer Kasten trägt keine eigene Fläche mehr — die Sektion ist dunkel */
.page-karriere .finalcta__inner {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  max-width: 720px;
}
.page-karriere .finalcta__inner::before { display: none; }
.page-karriere .finalcta .h-display,
.page-karriere .finalcta h2 { color: #fff; }
.page-karriere .finalcta__hint { color: rgba(255,255,255,.55); }
.page-karriere .finalcta p,
.page-karriere .finalcta .lead { color: rgba(255,255,255,.7); }
.page-karriere .finalcta .hl {
  background: linear-gradient(to top, var(--k-accent) 30%, transparent 30%);
  color: #fff;
}
.page-karriere .finalcta .btn--primary { background: var(--k-accent); border-color: var(--k-accent); color: var(--k-text); }
.page-karriere .finalcta .btn--primary:hover { background: #FFD84D; border-color: #FFD84D; }
.page-karriere .finalcta .btn--ghost { background: transparent; border-color: rgba(255,255,255,.3); color: #fff; }
.page-karriere .finalcta .btn--ghost:hover { background: rgba(255,255,255,.08); }

.page-karriere .contact { background: var(--k-bg-soft); border-top: 1px solid var(--k-line); }
.page-karriere .contact__form,
.page-karriere .contact__card {
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow);
}
.page-karriere .field input,
.page-karriere .field select,
.page-karriere .field textarea {
  border: 1px solid var(--k-line-strong);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  font-size: 15px;
}
.page-karriere .field input:focus,
.page-karriere .field select:focus,
.page-karriere .field textarea:focus {
  border-color: var(--k-text);
  box-shadow: 0 0 0 3px rgba(16,24,40,.07);
  outline: none;
}
.page-karriere .field-label,
.page-karriere .field > label { color: var(--k-text); font-weight: 600; font-size: 13.5px; }

/* ---- Footer ---- */
.page-karriere .footer { background: var(--k-bg-dark); }

/* =========================================================
   STICKY BEWERBUNGS-LEISTE (Mobile, Anzeigen-Traffic)
   ========================================================= */
.k-sticky-apply {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none;
  align-items: center; gap: 12px;
  padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(12px);
  border-top: 1px solid var(--k-line);
}
.k-sticky-apply__text { font-size: 13px; color: var(--k-text-soft); line-height: 1.3; }
.k-sticky-apply__text strong { display: block; color: var(--k-text); font-size: 14px; }
.k-sticky-apply .btn { margin-left: auto; white-space: nowrap; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .k-gallery { grid-template-columns: repeat(2, 1fr); }
  .k-gallery__item--wide { grid-column: span 2; }
}
@media (max-width: 860px) {
  .k-paybox__note { margin-left: 0; }
}
@media (max-width: 720px) {
  .page-karriere .hero { padding-top: 32px; }
  .k-sticky-apply { display: flex; }
  .page-karriere .contact { padding-bottom: 96px; }
  .k-job-flag { left: 20px; }
}
@media (max-width: 520px) {
  .k-gallery { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .k-gallery__item--wide { grid-column: span 1; }
  .k-paybox { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* =========================================================
   STIMMEN AUS DEM TEAM
   ========================================================= */
.k-voices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.k-voice {
  margin: 0;
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius-lg);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--k-shadow);
}
.k-voice blockquote {
  margin: 0 0 20px;
  font-size: clamp(16px, 1.8vw, 18.5px);
  line-height: 1.6;
  color: var(--k-text);
  font-weight: 500;
}
.k-voice blockquote::before {
  content: "";
  display: block;
  width: 34px; height: 3px;
  background: var(--k-accent);
  border-radius: 2px;
  margin-bottom: 18px;
}
.k-voice figcaption {
  display: flex; flex-direction: column; gap: 2px;
  padding-top: 16px;
  border-top: 1px solid var(--k-line);
}
.k-voice figcaption strong { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--k-text); }
.k-voice figcaption span { font-size: 13.5px; color: var(--k-text-soft); }
@media (max-width: 720px) {
  .k-voices__grid { grid-template-columns: 1fr; }
}


/* =========================================================
   1. KONTRAST-SYSTEM
   Regel: helle Flaeche -> dunkler Text, dunkle Flaeche -> heller
   Text. Wird zentral hier geregelt, damit nirgends Schrift in der
   Hintergrundfarbe verschwindet.
   ========================================================= */

/* --- Alles auf hellem Grund: dunkle Schrift --- */
.page-karriere,
.page-karriere p,
.page-karriere li,
.page-karriere .lead,
.page-karriere .sub,
.page-karriere .eyebrow,
.page-karriere .h-display,
.page-karriere .h-display--light,
.page-karriere .eyebrow--light,
.page-karriere h1, .page-karriere h2,
.page-karriere h3, .page-karriere h4 { color: var(--k-text); }
.page-karriere .eyebrow .dash,
.page-karriere .dash--light { background: var(--k-text); }

/* Prozess-Karten: aus dunkler Kachel wird helle Karte */
.page-karriere .process { color: var(--k-text); }
.page-karriere .process::before,
.page-karriere .process::after { display: none; }
.page-karriere .process__step {
  background: #fff;
  border: 1px solid var(--k-line);
}
.page-karriere .process__step h3,
.page-karriere .process__step p { color: var(--k-text); }

/* --- Dunkle Flaechen: helle Schrift (gewinnt ueber die Regeln oben) --- */
.page-karriere .k-paybox,
.page-karriere .k-paybox p,
.page-karriere .k-paybox span { color: #fff; }
.page-karriere .k-paybox__label { color: rgba(255,255,255,.7); }
.page-karriere .k-paybox__note  { color: rgba(255,255,255,.8); }
.page-karriere .k-paybox__value { color: #fff; }
.page-karriere .k-paybox__value em { color: var(--k-accent); }

.page-karriere .service--featured h3,
.page-karriere .service--featured p,
.page-karriere .service--featured .service__num { color: #fff; }
.page-karriere .service--featured .service__badge { color: var(--k-text); }

.page-karriere .finalcta h2,
.page-karriere .finalcta .h-display { color: #fff; }
.page-karriere .finalcta p { color: rgba(255,255,255,.85); }
.page-karriere .finalcta__hint,
.page-karriere .finalcta__hint span { color: rgba(255,255,255,.7); }

.page-karriere .k-gallery figcaption { color: #fff; }
.page-karriere .k-job-flag,
.page-karriere .k-job-flag span { color: #fff; }
.page-karriere .process__num { color: #fff; }
.page-karriere .btn--primary { color: #fff; }
.page-karriere .finalcta .btn--primary { color: var(--k-text); }
.page-karriere .footer,
.page-karriere .footer p,
.page-karriere .footer li,
.page-karriere .footer a { color: rgba(255,255,255,.82); }
.page-karriere .footer h4 { color: #fff; }

/* Verbliebene Schraegstellungen der Basis-Website */
.page-karriere .service,
.page-karriere .service:nth-child(2n),
.page-karriere .service:nth-child(2n+1),
.page-karriere .contact__form,
.page-karriere .job,
.page-karriere .badge { transform: none !important; }

/* =========================================================
   2. UMBRUECHE UND SEITENBREITE
   Verhindert horizontales Verschieben und zerrissene Woerter.
   ========================================================= */
.page-karriere { overflow-x: clip; overscroll-behavior-x: none; max-width: 100%; }
.page-karriere * { min-width: 0; }
.page-karriere img,
.page-karriere picture,
.page-karriere svg { max-width: 100%; height: auto; }

/* Kopfleiste vom Obigen ausnehmen: "height: auto" hat das Logo auf seine
   Originalgroesse aufgeblasen, "min-width: 0" hat die Navigationslinks
   schmaler gequetscht als ihr Text - beides zusammen ergab die
   ueberlappende Menueleiste. */
.page-karriere .topbar * { min-width: auto; }
.page-karriere .topbar__logo img { height: clamp(56px, 6vw, 78px); width: auto; }
@media (max-width: 1200px) {
  .page-karriere .topbar__logo img { height: 54px; }
}

.page-karriere p,
.page-karriere li,
.page-karriere h1, .page-karriere h2,
.page-karriere h3, .page-karriere h4,
.page-karriere .lead,
.page-karriere .sub {
  overflow-wrap: break-word;
  hyphens: none;
  text-wrap: pretty;
}
/* Ueberschriften duerfen nicht mitten im Wort brechen */
.page-karriere h1, .page-karriere h2,
.page-karriere .h-display,
.page-karriere .job__title { text-wrap: balance; }

/* =========================================================
   3. MOBILE — eine Spalte, ruhiger Rhythmus
   ========================================================= */
@media (max-width: 720px) {
  /* Bugfix: flex-basis wirkt in Spaltenrichtung als Hoehe */
  .page-karriere .job__head-main { flex: 0 1 auto; }

  .page-karriere .shell { padding-left: 18px; padding-right: 18px; }
  .page-karriere section { padding: 40px 0; }
  .page-karriere .hero { padding: 24px 0 32px; }
  .page-karriere .section-head { margin-bottom: 22px; }

  /* Typo */
  .page-karriere h1.title { font-size: 30px; line-height: 1.15; }
  .page-karriere .section-head .h-display { font-size: 24px; line-height: 1.2; }
  .page-karriere .sub { font-size: 15.5px; }
  .page-karriere .lead { font-size: 15px; }
  .page-karriere .job__title { font-size: 19px; }

  /* Hero */
  .page-karriere .hero__portrait { display: none; }
  .page-karriere .hero__cta { flex-direction: column; gap: 10px; }
  .page-karriere .hero__cta .btn { width: 100%; justify-content: center; }
  .page-karriere .hero__trust { gap: 8px; margin-top: 20px; padding-top: 16px; }
  .page-karriere .hero__trust li { font-size: 13.5px; }

  /* Alle mehrspaltigen Raster auf eine Spalte —
     inklusive der :has()-Regel der Basis-Website */
  .page-karriere .jobs__grid,
  .page-karriere .services__grid,
  .page-karriere .job__body,
  .page-karriere .k-voices__grid,
  .page-karriere .process__steps,
  .page-karriere .process__steps--three,
  .page-karriere .process__steps:has(> li:nth-child(3):last-child) {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-karriere .job__body { gap: 20px; }

  /* Stellen-Karten */
  .page-karriere .job { padding: 22px 18px; }
  .page-karriere .job__head { flex-direction: column; gap: 14px; }
  .page-karriere .job__meta { gap: 6px; }
  .page-karriere .job__chip { font-size: 11.5px; padding: 4px 9px; }
  .page-karriere .job__cta,
  .page-karriere .job__cta .btn { width: 100%; justify-content: center; }
  .page-karriere .job__foot { flex-direction: column; align-items: stretch; gap: 12px; }
  .page-karriere .job__foot .btn { width: 100%; justify-content: center; }
  .k-job-flag { left: 18px; font-size: 11.5px; }

  /* Gehalts-Box gestapelt */
  .k-paybox { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px; }
  .k-paybox__note { margin-left: 0; max-width: none; font-size: 12.5px; }

  /* Benefits und Prozess */
  .page-karriere .service,
  .page-karriere .process__step { padding: 20px 18px; }
  .page-karriere .service h3,
  .page-karriere .process__step h3 { font-size: 17px; }

  /* Galerie mobil: ALLE Motive zeigen, als verstreutes Masonry.
     Zwei Spalten, natuerliche Bildhoehen (Quer- und Hochformat mischen sich
     zu einem gestaffelten Raster) -> kein Beschnitt, nichts wird abgeschnitten. */
  .page-karriere .k-gallery {
    display: block;
    column-count: 2;
    column-gap: 10px;
    grid-auto-rows: auto;
  }
  .page-karriere .k-gallery__item,
  .page-karriere .k-gallery__item--wide {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    grid-column: auto;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
  .page-karriere .k-gallery__item:nth-child(n+3) { display: inline-block; }
  .page-karriere .k-gallery__item picture { height: auto; }
  .page-karriere .k-gallery__item img { height: auto; object-position: center; }

  /* FAQ und Formular */
  .page-karriere .faq__item summary { font-size: 15.5px; }
  .page-karriere .faq__item p { font-size: 14.5px; }
  .page-karriere .contact__form { padding: 20px 18px; }
  .page-karriere .contact__inner { grid-template-columns: 1fr; gap: 24px; }

  /* Final-CTA */
  .page-karriere .finalcta__btns { flex-direction: column; }
  .page-karriere .finalcta .btn { width: 100%; justify-content: center; }
  .page-karriere .finalcta__hint { white-space: normal; line-height: 1.8; }

  /* Platz fuer die fixierte Bewerben-Leiste */
  .page-karriere .footer { padding-bottom: 84px; }
}

/* Letzte Overflow-Quellen: nowrap-Zeilen duerfen umbrechen */
.page-karriere .finalcta__hint { white-space: normal; }
.page-karriere .job__chip { white-space: normal; }

/* Tablet: drei Spalten werden hier schon zu schmal (ca. 175 px)
   und zerreissen den Text — deshalb frueher umbrechen. */
@media (min-width: 721px) and (max-width: 900px) {
  .page-karriere .process__steps,
  .page-karriere .process__steps--three,
  .page-karriere .process__steps:has(> li:nth-child(3):last-child) {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 620px;
  }
  .page-karriere .services__grid { grid-template-columns: repeat(2, 1fr); }
  .page-karriere .k-gallery { grid-template-columns: repeat(2, 1fr); }
  .page-karriere .k-gallery__item--wide { grid-column: span 2; }
}

/* =========================================================
   4. MOBILE — Laenge reduzieren
   Die Seite ist Ziel bezahlter Anzeigen; jeder unnoetige
   Bildschirm kostet Bewerbungen.
   ========================================================= */
@media (max-width: 720px) {
  .page-karriere section { padding: 32px 0; }
  .page-karriere .section-head { margin-bottom: 18px; }
  .page-karriere .section-head .lead { margin-bottom: 0; }

  /* Benefits: kompakte Liste statt grosser Karten */
  .page-karriere .services__grid { gap: 8px; }
  .page-karriere .service { padding: 16px; border-radius: 12px; }
  .page-karriere .service h3 { font-size: 16px; margin: 6px 0 4px; }
  .page-karriere .service p { font-size: 14px; line-height: 1.5; }
  .page-karriere .service__num { font-size: 11.5px; }

  /* Stellen: engere Listen */
  .page-karriere .job { padding: 20px 16px; }
  .page-karriere .job__head { padding-bottom: 16px; margin-bottom: 18px; }
  .page-karriere .job__body { gap: 18px; margin-bottom: 16px; }
  .page-karriere .job__col h4 { font-size: 12px; margin-bottom: 8px; }
  .page-karriere .job__col ul { gap: 6px; }
  .page-karriere .job__col li { font-size: 14px; line-height: 1.45; padding-left: 18px; }
  .page-karriere .job__col li::before { top: 8px; width: 5px; height: 5px; }
  .page-karriere .job__foot { padding-top: 16px; margin-top: 18px; }

  /* Prozess und FAQ */
  .page-karriere .process__step { padding: 16px; }
  .page-karriere .process__step p { font-size: 14px; line-height: 1.5; }
  .page-karriere .faq__item { margin-bottom: 8px; }

  /* Kontaktbereich */
  .page-karriere .contact__intro .check-list li { font-size: 14px; }
  .page-karriere .contact__form { gap: 10px; }
}

/* Zweite Stelle: Details ab Tablet immer offen, mobil aufklappbar.
   Haelt den Fokus auf der Vertriebsstelle und spart Scrollweg. */
.page-karriere .job__more > summary {
  display: none;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-head); font-weight: 600; font-size: 14.5px;
  color: var(--k-text);
  padding: 11px 14px;
  border: 1px solid var(--k-line-strong);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 4px;
}
.page-karriere .job__more > summary::-webkit-details-marker { display: none; }
.page-karriere .job__more > summary::after { content: " ↓"; }
.page-karriere .job__more[open] > summary::after { content: " ↑"; }
@media (max-width: 720px) {
  .page-karriere .job__more > summary { display: block; }
  .page-karriere .job__more:not([open]) .job__body { display: none; }
}

/* =========================================================
   5. RUHE — keine Einblend-Animationen
   Die Reveal-Animation zeigt Text waehrend des Scrollens
   halbtransparent; auf dunklen Karten wirkt er dann grau in grau.
   ========================================================= */
.page-karriere .reveal,
.page-karriere .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Sticky Bewerben-Leiste: kompakt und einzeilig */
.k-sticky-apply { padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); gap: 10px; }
.k-sticky-apply__text { font-size: 12px; line-height: 1.25; min-width: 0; }
.k-sticky-apply__text strong {
  font-size: 13.5px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.k-sticky-apply__text span {
  display: block;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.k-sticky-apply .btn { flex: 0 0 auto; padding: 10px 16px; font-size: 14px; }

/* Kopfbereich mobil verschlanken — 142 px Header kosteten
   zusammen mit der Bewerben-Leiste ein Viertel des Bildschirms. */
@media (max-width: 720px) {
  .page-karriere .topbar { padding: 8px 0; }
  .page-karriere .topbar__inner { min-height: 0; }
  .page-karriere .topbar__logo img { height: 46px; width: auto; }
}

/* =========================================================
   6. BEWERBUNGSBEREICH — gleicher schlichter Stil wie oben
   ========================================================= */

/* Eingabefelder: weiss statt beige, ruhiger Rahmen */
.page-karriere .contact__field input,
.page-karriere .contact__field textarea,
.page-karriere .contact__field select {
  background: #fff;
  border: 1px solid var(--k-line-strong);
  border-radius: 10px;
  color: var(--k-text);
  font-family: inherit;
  font-size: 15px;
  box-shadow: none;
}
.page-karriere .contact__field input:focus,
.page-karriere .contact__field textarea:focus,
.page-karriere .contact__field select:focus {
  border-color: var(--k-text);
  box-shadow: 0 0 0 3px rgba(16,24,40,.07);
  outline: none;
}
.page-karriere .contact__field > span {
  font-family: inherit;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--k-text);
}
.page-karriere .contact__field input::placeholder,
.page-karriere .contact__field textarea::placeholder { color: #98A2B3; }

/* Datei-Auswahl */
.page-karriere .contact__field input[type="file"] { padding: 9px 12px; }

/* Hinweis unter dem Absenden-Button: gleiche Schrift wie der Rest */
.page-karriere .contact__form-note {
  font-family: inherit;
  font-size: 13px;
  color: var(--k-text);
  opacity: .65;
}

/* Haken-Liste schlicht statt gelber Kreis mit Rahmen */
.page-karriere .check-list li { padding-left: 24px; }
.page-karriere .check-list li::before {
  content: "";
  width: 7px; height: 7px;
  border: 0; border-radius: 50%;
  background: var(--k-accent);
  top: 9px; left: 4px;
}

/* Formular-Karte ruhiger */
.page-karriere .contact__form {
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow);
}
.page-karriere .contact__form-title { font-size: 20px; letter-spacing: -0.02em; }
.page-karriere .contact__form .badge {
  background: var(--k-accent-soft);
  border: 1px solid #F5D97B;
  color: #7A5B00;
  font-weight: 600;
}
.page-karriere .contact__form .badge__dot { background: #E0A800; }
.page-karriere .contact__consent { font-size: 13.5px; color: var(--k-text); }
