@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  /* RAL Farbpalette */
  --ral5021: #007577;   /* Wasserblau – Logo, CTAs, primäre Buttons */
  --ral5018: #058B8C;   /* Türkisblau – Akzente, Icons, Labels */
  --ral5025: #21697C;   /* Perlenzian – Headings auf Dark, tiefe Hintergründe */

  --c-deeper: #0A3F47;
  --c-dark:   #005F61;
  --c-light:  #DFF2F2;
  --c-pale:   #F0FAFA;
  --c-mid:    #4DC8CA;

  --ink:  #0D2226;
  --ink2: #2E5057;
  --ink3: #567880;
  --warm: #F7F5F0;
  --white:#FFFFFF;
  --r:    14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--ink); background: var(--white); font-size: 15px; }

/* ── TOPBAR ── */
.tb { background: var(--c-deeper); color: rgba(255,255,255,.7); font-size: 12px; padding: 6px 48px; display: flex; justify-content: space-between; align-items: center; }
.tb a { color: rgba(255,255,255,.68); text-decoration: none; transition: color .15s; }
.tb a:hover { color: #fff; }
.tb-s { display: flex; gap: 14px; }

/* ── NAV ── */
.nav { background: rgba(255,255,255,.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,117,119,.1); padding: 0 48px; height: 70px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 200; }
.nav img { height: 46px; width: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--ink2); text-decoration: none; padding: 7px 13px; border-radius: 8px; transition: all .18s; }
.nav-links a:hover, .nav-links a.active { color: var(--ral5025); background: var(--c-light); }
.nav-pill { background: var(--ral5021) !important; color: #fff !important; font-weight: 600 !important; padding: 8px 20px !important; border-radius: 8px !important; }
.nav-pill:hover { background: var(--c-dark) !important; }

/* ── HERO ── */
.hero { background: linear-gradient(135deg, var(--c-deeper) 0%, var(--ral5025) 100%); padding: 76px 48px 68px; position: relative; overflow: hidden; }
.ring { position: absolute; border-radius: 50%; border: 1px solid rgba(77,200,202,.15); }
.r1 { width: 540px; height: 540px; top: -160px; right: -90px; }
.r2 { width: 300px; height: 300px; bottom: -130px; right: 150px; }
.r3 { width: 160px; height: 160px; top: 50px; right: 400px; border-color: rgba(77,200,202,.1); }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(77,200,202,.14); color: #7DDFE0; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 22px; border: 1px solid rgba(77,200,202,.22); }
.hero h1 { font-size: 46px; font-weight: 800; color: #fff; letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 18px; }
.hero h1 span { color: var(--c-mid); }
.hero-sub { font-size: 15px; color: rgba(255,255,255,.65); font-weight: 300; line-height: 1.78; margin-bottom: 32px; max-width: 560px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-w { background: #fff; color: var(--c-deeper); padding: 13px 26px; border-radius: 9px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .15s, box-shadow .15s; display: inline-flex; align-items: center; gap: 7px; }
.btn-w:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.btn-tr { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); color: #fff; padding: 13px 26px; border-radius: 9px; font-size: 14px; font-weight: 500; text-decoration: none; transition: background .18s; display: inline-flex; align-items: center; gap: 7px; }
.btn-tr:hover { background: rgba(255,255,255,.18); }

.hcard { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; padding: 32px 28px; position: relative; z-index: 2; }
.hc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hc-n { font-size: 36px; font-weight: 800; color: #fff; letter-spacing: -1.5px; line-height: 1; margin-bottom: 4px; }
.hc-n span { color: var(--c-mid); }
.hc-l { font-size: 12px; color: rgba(255,255,255,.5); }
.hc-sep { grid-column: 1/-1; height: 1px; background: rgba(255,255,255,.08); }
.hc-quote { grid-column: 1/-1; font-size: 13px; color: rgba(255,255,255,.6); font-style: italic; font-weight: 300; line-height: 1.6; }
.hc-quote span { display: block; color: var(--c-mid); font-style: normal; font-size: 12px; font-weight: 600; margin-top: 8px; }

.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 36px; }
.hs { border-left: 2px solid rgba(77,200,202,.35); padding-left: 16px; }
.hs-n { font-size: 30px; font-weight: 800; color: #fff; letter-spacing: -1px; line-height: 1; }
.hs-n span { color: var(--c-mid); }
.hs-l { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 4px; font-weight: 300; }

.hcard-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.hp-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.78); padding: 7px 0; }
.hp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-mid); flex-shrink: 0; }
.hcard-cta { margin-top: 20px; background: rgba(77,200,202,.15); border: 1px solid rgba(77,200,202,.25); border-radius: 9px; padding: 14px 16px; text-align: center; }
.hcard-cta p { font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 8px; font-weight: 300; }
.hcard-cta a { display: block; background: var(--c-mid); color: var(--c-deeper); padding: 9px; border-radius: 7px; font-size: 13px; font-weight: 700; text-decoration: none; transition: opacity .15s; }
.hcard-cta a:hover { opacity: .9; }

/* ── SECTIONS ── */
.sec { padding: 68px 48px; }
.sec-warm { background: var(--warm); }
.sec-light { background: var(--c-pale); }
.lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--ral5018); margin-bottom: 10px; }
.h2 { font-size: 34px; font-weight: 800; color: var(--ink); line-height: 1.15; letter-spacing: -1px; margin-bottom: 14px; }
.sub { font-size: 15px; color: var(--ink3); line-height: 1.78; font-weight: 300; }

/* ── BUTTONS ── */
.btn-teal { display: inline-flex; align-items: center; gap: 7px; background: var(--ral5021); color: #fff; padding: 13px 26px; border-radius: 9px; font-size: 14px; font-weight: 700; text-decoration: none; transition: background .15s; }
.btn-teal:hover { background: var(--c-dark); }
.btn-outline { display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid var(--ral5021); color: var(--ral5025); padding: 12px 24px; border-radius: 9px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .18s; background: transparent; }
.btn-outline:hover { background: var(--ral5021); color: #fff; }

/* ── TRUST BAR ── */
.trust { background: var(--c-pale); padding: 22px 48px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; border-bottom: 1px solid rgba(0,117,119,.1); }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink2); font-weight: 500; }
.trust-sep { color: rgba(0,117,119,.25); }

/* ── CARDS ── */
.card { background: #fff; border: 1px solid rgba(0,117,119,.12); border-radius: var(--r); padding: 26px 22px; transition: all .2s; position: relative; overflow: hidden; }
.card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--ral5021); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.card:hover { border-color: var(--ral5021); box-shadow: 0 8px 28px rgba(0,117,119,.1); transform: translateY(-3px); }
.card:hover::after { transform: scaleX(1); }
.card-ic { width: 46px; height: 46px; background: var(--c-light); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.card h3 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.card p { font-size: 13px; color: var(--ink3); line-height: 1.65; font-weight: 300; }

.step-n { font-size: 48px; font-weight: 800; color: var(--c-light); letter-spacing: -2px; line-height: 1; margin-bottom: 14px; }

/* ── SPLIT ── */
.split { display: grid; grid-template-columns: 1fr 1fr; }
.sp-a { background: var(--ral5021); padding: 54px 48px; position: relative; overflow: hidden; }
.sp-a::after { content: ''; position: absolute; bottom: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.07); }
.sp-b { background: var(--warm); padding: 54px 48px; }
.sp-lbl-a { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.6); margin-bottom: 14px; }
.sp-lbl-b { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--ral5018); margin-bottom: 14px; }
.sp-h { font-size: 26px; font-weight: 800; line-height: 1.2; margin-bottom: 14px; letter-spacing: -.5px; }
.sp-a .sp-h { color: #fff; }
.sp-b .sp-h { color: var(--ink); }
.sp-p { font-size: 14px; line-height: 1.78; margin-bottom: 28px; font-weight: 300; }
.sp-a .sp-p { color: rgba(255,255,255,.75); }
.sp-b .sp-p { color: var(--ink2); }
.btn-wh { display: inline-block; background: #fff; color: var(--ral5025); padding: 11px 22px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .15s; }
.btn-wh:hover { transform: translateY(-1px); }
.btn-ink { display: inline-block; background: var(--ink); color: #fff; padding: 11px 22px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; transition: background .15s; }
.btn-ink:hover { background: var(--ral5025); }

/* ── BANNER ── */
.banner { background: var(--ink); padding: 56px 48px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.ban-h { font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -.7px; margin-bottom: 8px; line-height: 1.2; }
.ban-h span { color: var(--c-mid); }
.ban-p { font-size: 14px; color: rgba(255,255,255,.55); font-weight: 300; max-width: 500px; }
.ban-btns { display: flex; flex-direction: column; gap: 10px; min-width: 200px; }
.btn-ow { display: block; text-align: center; border: 1px solid rgba(255,255,255,.22); color: #fff; padding: 12px 28px; border-radius: 9px; font-size: 14px; font-weight: 500; text-decoration: none; transition: background .18s; }
.btn-ow:hover { background: rgba(255,255,255,.08); }

/* ── FOOTER ── */
.footer { background: var(--c-deeper); color: rgba(255,255,255,.5); padding: 22px 48px; display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; flex-wrap: wrap; gap: 10px; }
.footer a { color: rgba(255,255,255,.45); text-decoration: none; margin-left: 14px; }
.footer a:hover { color: var(--c-mid); }

/* ── TEAM CARDS ── */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.team-card { border-radius: var(--r); overflow: hidden; position: relative; aspect-ratio: 3/4; background: var(--c-light); cursor: default; }
.t-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.team-card:hover .t-img { transform: scale(1.06); }
.t-base { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(10,63,71,.93) 0%, transparent 100%); padding: 24px 20px 18px; transition: opacity .3s; }
.team-card:hover .t-base { opacity: 0; }
.tb-name { font-size: 16px; font-weight: 700; color: #fff; }
.tb-role { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 2px; font-weight: 300; }
.t-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,63,71,.97) 44%, rgba(10,63,71,.6) 72%, transparent 100%); opacity: 0; transition: opacity .35s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px 24px; }
.team-card:hover .t-overlay { opacity: 1; }
.to-name { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 3px; letter-spacing: -.3px; }
.to-role { font-size: 11px; color: var(--c-mid); font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 6px; }
.to-office { font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: 14px; font-weight: 300; }
.to-contacts { display: flex; flex-direction: column; gap: 7px; }
.to-row { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: rgba(255,255,255,.82); text-decoration: none; transition: color .15s; }
.to-row:hover { color: var(--c-mid); }
.to-ic { width: 26px; height: 26px; background: rgba(255,255,255,.1); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; }
.t-ph { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; font-size: 48px; font-weight: 800; color: var(--ral5025); background: var(--c-light); }

/* ── CONTACT CARDS ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.con-box { background: #fff; border: 1px solid rgba(0,117,119,.14); border-radius: var(--r); padding: 26px; transition: all .2s; }
.con-box:hover { border-color: var(--ral5021); box-shadow: 0 6px 24px rgba(0,117,119,.1); }
.con-box h4 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.cr { display: flex; gap: 9px; font-size: 13.5px; color: var(--ink2); margin-bottom: 8px; align-items: flex-start; }
.cr a { color: var(--ral5025); text-decoration: none; }
.cr a:hover { text-decoration: underline; }

/* ── CERT BADGES ── */
.cert-b { background: #fff; border: 1px solid rgba(0,117,119,.18); border-radius: 9px; padding: 9px 16px; font-size: 12.5px; color: var(--ink2); font-weight: 500; display: inline-flex; align-items: center; gap: 7px; }

/* ── JOBBÖRSE ── */
.jobs-layout { display: grid; grid-template-columns: 240px 1fr; gap: 24px; margin-top: 40px; }
.sb-card { background: #fff; border: 1px solid rgba(0,117,119,.12); border-radius: var(--r); padding: 20px; margin-bottom: 14px; }
.sb-card h3 { font-size: 12.5px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.fg { display: flex; flex-direction: column; gap: 5px; }
.fb { background: none; border: 1px solid rgba(0,117,119,.18); border-radius: 7px; padding: 7px 11px; font-size: 13px; font-family: inherit; color: var(--ink2); cursor: pointer; text-align: left; transition: all .18s; display: flex; justify-content: space-between; align-items: center; }
.fb:hover { border-color: var(--ral5021); color: var(--ral5025); background: var(--c-pale); }
.fb.active { background: var(--c-light); border-color: var(--ral5021); color: var(--ral5025); font-weight: 600; }
.fc { background: var(--c-light); color: var(--ral5025); border-radius: 10px; padding: 1px 7px; font-size: 11px; font-weight: 700; }
.fb.active .fc { background: var(--ral5021); color: #fff; }
.cta-sb { background: linear-gradient(135deg,var(--c-deeper),var(--ral5025)); border-radius: var(--r); padding: 20px; }
.cta-sb h4 { font-size: 13.5px; font-weight: 700; color: #fff; margin-bottom: 7px; }
.cta-sb p { font-size: 12px; color: rgba(255,255,255,.65); font-weight: 300; line-height: 1.6; margin-bottom: 14px; }
.cta-sb a { display: block; text-align: center; background: #fff; color: var(--ral5025); padding: 9px; border-radius: 7px; font-size: 13px; font-weight: 700; text-decoration: none; }
.search-bar { display: flex; gap: 8px; margin-bottom: 14px; background: #fff; border: 1px solid rgba(0,117,119,.2); border-radius: 10px; padding: 5px 5px 5px 14px; align-items: center; }
.search-bar input { flex: 1; background: none; border: none; outline: none; font-family: inherit; font-size: 14px; color: var(--ink); }
.search-bar input::placeholder { color: var(--ink3); }
.search-bar button { background: var(--ral5021); color: #fff; border: none; border-radius: 7px; padding: 9px 18px; font-size: 13px; font-weight: 700; font-family: inherit; cursor: pointer; transition: background .15s; }
.search-bar button:hover { background: var(--c-dark); }
.jobs-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; flex-wrap: wrap; gap: 8px; }
.jcount { font-size: 13px; color: var(--ink3); }
.jcount strong { color: var(--ink); font-weight: 700; }
.jsort { background: #fff; border: 1px solid rgba(0,117,119,.18); border-radius: 7px; padding: 7px 12px; font-size: 13px; font-family: inherit; color: var(--ink2); cursor: pointer; outline: none; }
.job-card { background: #fff; border: 1px solid rgba(0,117,119,.12); border-radius: var(--r); padding: 22px; margin-bottom: 12px; display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: start; transition: all .2s; }
.job-card:hover { border-color: var(--ral5021); box-shadow: 0 6px 24px rgba(0,117,119,.1); transform: translateY(-2px); }
.job-card.featured { border-left: 3px solid var(--ral5021); }
.badges { display: flex; gap: 5px; margin-bottom: 9px; flex-wrap: wrap; }
.badge { display: inline-block; padding: 2px 9px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.b-new { background: #FFF3E0; color: #BF6000; }
.b-feat { background: var(--c-light); color: var(--ral5025); }
.b-vz { background: #E8F4F4; color: var(--ral5025); }
.b-tz { background: #F3EFF8; color: #5E3D8A; }
.jtitle { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 6px; line-height: 1.3; }
.jmeta { display: flex; gap: 12px; flex-wrap: wrap; }
.jmeta span { font-size: 12.5px; color: var(--ink3); }
.jdesc { font-size: 13px; color: var(--ink2); line-height: 1.65; margin-top: 9px; font-weight: 300; }
.jtags { display: flex; gap: 5px; margin-top: 10px; flex-wrap: wrap; }
.jtag { background: var(--warm); color: var(--ink2); border-radius: 6px; padding: 3px 9px; font-size: 11.5px; font-weight: 500; }
.jright { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.btn-apply { background: var(--ral5021); color: #fff; border: none; border-radius: 8px; padding: 9px 16px; font-size: 13px; font-weight: 700; font-family: inherit; cursor: pointer; text-decoration: none; display: inline-block; transition: background .15s; }
.btn-apply:hover { background: var(--c-dark); }
.btn-det { background: none; border: 1px solid rgba(0,117,119,.3); border-radius: 8px; padding: 7px 14px; font-size: 13px; font-weight: 600; color: var(--ral5025); font-family: inherit; cursor: pointer; transition: all .18s; }
.btn-det:hover { background: var(--c-light); border-color: var(--ral5021); }
.jdate { font-size: 11.5px; color: var(--ink3); }
.no-res { text-align: center; padding: 48px 24px; color: var(--ink3); }
.no-res h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }

/* ── GRIDS ── */
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

/* ── QUOTE CARD ── */
.quote-card { background: linear-gradient(135deg,var(--c-deeper),var(--ral5025)); border-radius: 18px; padding: 36px 32px; margin-bottom: 20px; position: relative; overflow: hidden; }
.quote-card::before { content: '\201C'; position: absolute; top: -10px; left: 16px; font-size: 120px; color: rgba(255,255,255,.06); font-family: Georgia,serif; line-height: 1; }
.qc-text { font-size: 16px; font-weight: 600; color: #fff; line-height: 1.55; margin-bottom: 18px; position: relative; z-index: 1; }
.qc-author { display: flex; align-items: center; gap: 12px; position: relative; z-index: 1; }
.qc-av { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(77,200,202,.4); }
.qc-av-ph { width: 44px; height: 44px; border-radius: 50%; background: rgba(77,200,202,.2); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: var(--c-mid); border: 2px solid rgba(77,200,202,.3); flex-shrink: 0; }
.qc-name { font-size: 13px; font-weight: 700; color: #fff; }
.qc-role { font-size: 11.5px; color: rgba(255,255,255,.55); margin-top: 1px; }

/* ── TIMELINE ── */
.tl { position: relative; padding-left: 32px; }
.tl::before { content: ''; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(to bottom,var(--ral5021),var(--c-light)); }
.tl-item { position: relative; margin-bottom: 30px; }
.tl-item:last-child { margin-bottom: 0; }
.tl-dot { position: absolute; left: -28px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--ral5021); border: 3px solid var(--c-light); }
.tl-year { font-size: 11px; font-weight: 700; color: var(--ral5018); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px; }
.tl-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.tl-text { font-size: 13px; color: var(--ink3); line-height: 1.65; font-weight: 300; }

/* ── VALUE CARDS ── */
.val-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.val-card { background: #fff; border: 1px solid rgba(0,117,119,.12); border-radius: 10px; padding: 16px; }
.val-ic { font-size: 22px; margin-bottom: 8px; }
.val-card h4 { font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.val-card p { font-size: 12px; color: var(--ink3); line-height: 1.6; font-weight: 300; }

/* ── SPEC GRID ── */
.spec-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 44px; }
.spec-card { border-radius: var(--r); overflow: hidden; position: relative; background: var(--c-light); min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; }
.spec-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.spec-card:hover .spec-img { transform: scale(1.04); }
.spec-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(10,63,71,.9) 30%,rgba(10,63,71,.4) 65%,transparent 100%); }
.spec-body { position: relative; z-index: 2; padding: 26px; }
.spec-title { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 8px; letter-spacing: -.3px; }
.spec-text { font-size: 13px; color: rgba(255,255,255,.75); line-height: 1.65; font-weight: 300; }
.spec-tag { display: inline-block; background: rgba(77,200,202,.18); color: #7DDFE0; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-top: 12px; }

/* ── MODEL CARDS ── */
.model-card { background: #fff; border: 1px solid rgba(0,117,119,.12); border-radius: var(--r); padding: 28px 24px; transition: all .2s; position: relative; overflow: hidden; }
.model-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--ral5021); transform: scaleX(0); transition: transform .3s; }
.model-card:hover { border-color: var(--ral5021); box-shadow: 0 8px 28px rgba(0,117,119,.1); transform: translateY(-3px); }
.model-card:hover::before { transform: scaleX(1); }
.model-num { font-size: 42px; font-weight: 800; color: var(--c-light); letter-spacing: -2px; line-height: 1; margin-bottom: 12px; }
.model-card h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.model-card p { font-size: 13.5px; color: var(--ink2); line-height: 1.7; font-weight: 300; margin-bottom: 16px; }
.model-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.model-tag { background: var(--c-pale); color: var(--ral5025); border-radius: 6px; padding: 3px 9px; font-size: 11.5px; font-weight: 600; border: 1px solid rgba(0,117,119,.18); }
.model-grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; max-width: 800px; }

/* ── BEWERBER VISUAL ── */
.betr-visual { background: linear-gradient(135deg,var(--c-deeper),var(--ral5025)); border-radius: 18px; padding: 40px 36px; position: relative; overflow: hidden; }
.betr-visual::before { content: ''; position: absolute; bottom: -50px; right: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.05); }
.bv-quote { font-size: 17px; font-weight: 700; color: #fff; line-height: 1.5; margin-bottom: 20px; position: relative; z-index: 1; }
.bv-quote::before { content: '"'; font-size: 60px; color: var(--c-mid); opacity: .3; position: absolute; top: -18px; left: -8px; font-family: Georgia,serif; line-height: 1; }
.bv-sub { font-size: 13.5px; color: rgba(255,255,255,.65); line-height: 1.7; font-weight: 300; position: relative; z-index: 1; margin-bottom: 24px; }
.bv-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; z-index: 1; }
.bv-sn { font-size: 30px; font-weight: 800; color: #fff; letter-spacing: -1px; }
.bv-sn span { color: var(--c-mid); }
.bv-sl { font-size: 11.5px; color: rgba(255,255,255,.55); margin-top: 3px; }

/* ── STANDORT CARDS ── */
.st-card { background: #fff; border: 1px solid rgba(0,117,119,.14); border-radius: var(--r); padding: 20px 22px; margin-bottom: 14px; }
.st-card:last-child { margin-bottom: 0; }
.st-card h4 { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 12px; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.st-badge { background: var(--c-light); color: var(--ral5025); font-size: 10px; padding: 2px 8px; border-radius: 10px; font-weight: 700; }
.st-row { display: flex; gap: 9px; font-size: 13px; color: var(--ink2); margin-bottom: 7px; align-items: flex-start; }
.st-row a { color: var(--ral5025); text-decoration: none; }

/* ── KERNKOMPETENZEN KARTEN ── */
.kk-card{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  aspect-ratio:3/4;
  background:var(--c-deeper);
}
.kk-img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;display:block;
  transition:transform .5s ease, filter .4s ease;
  filter:brightness(.85) saturate(1.1);
}
.kk-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(10,63,71,.97) 0%,rgba(10,63,71,.7) 45%,rgba(0,117,119,.25) 75%,transparent 100%);
}
.kk-bar{
  position:absolute;top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(to right,var(--ral5021),var(--c-mid));
  z-index:3;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
}
.kk-body{
  position:absolute;bottom:0;left:0;right:0;
  padding:22px 20px;z-index:2;
}
.kk-pill{
  display:inline-block;
  background:rgba(0,117,119,.5);
  border:1px solid rgba(77,200,202,.3);
  color:#7DDFE0;
  font-size:10.5px;font-weight:700;
  padding:3px 10px;border-radius:20px;
  letter-spacing:.8px;text-transform:uppercase;
  margin-bottom:10px;
}
.kk-icon{
  width:40px;height:40px;
  background:rgba(77,200,202,.2);
  border:1px solid rgba(77,200,202,.35);
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;margin-bottom:12px;
  transition:background .3s,transform .3s;
}
.kk-title{
  font-size:19px;font-weight:800;color:#fff;
  margin-bottom:0;letter-spacing:-.3px;line-height:1.2;
}
.kk-desc{
  font-size:12.5px;color:rgba(255,255,255,.7);
  line-height:1.65;font-weight:300;
  max-height:0;overflow:hidden;
  transition:max-height .4s ease, opacity .3s, margin .3s;
  opacity:0;margin-top:0;
}
.kk-link{
  display:inline-flex;align-items:center;gap:5px;
  margin-top:0;font-size:12.5px;font-weight:700;
  color:var(--c-mid);text-decoration:none;
  opacity:0;transform:translateY(6px);
  transition:opacity .3s .1s, transform .3s .1s, margin .3s;
}
/* hover states controlled via JS for better browser compat */
.kk-card.hovered .kk-img{transform:scale(1.07);filter:brightness(.72) saturate(1.2);}
.kk-card.hovered .kk-bar{transform:scaleX(1);}
.kk-card.hovered .kk-icon{background:rgba(77,200,202,.35);transform:scale(1.05);}
.kk-card.hovered .kk-desc{max-height:80px;opacity:1;margin-top:8px;}
.kk-card.hovered .kk-link{opacity:1;transform:translateY(0);margin-top:10px;}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero, .nav, .sec, .tb, .footer, .banner, .split, .sp-a, .sp-b, .jobs-layout, .trust { padding-left: 24px; padding-right: 24px; }
  .g2, .g3, .g4, .model-grid-2 { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .spec-grid { grid-template-columns: 1fr; }
  .hero[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
}
@media (max-width: 720px) {
  .g2, .g3, .g4, .model-grid-2, .team-grid, .contact-grid, .jobs-layout, .split, .banner { grid-template-columns: 1fr !important; }
  .hero h1 { font-size: 34px; }
  .h2 { font-size: 26px; }
  .nav-links a:not(.nav-pill) { display: none; }
  .tb { font-size: 11px; }
  .tb-s a:nth-child(n+4) { display: none; }
}

/* ══════════════════════════════════════════
   JOBBÖRSE V2 – Card Preview + Detail Modal
   ══════════════════════════════════════════ */

/* FILTER BAR */
.jfilter-bar { margin-top: 32px; }
.jfilter-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0; }
.jfc-group { display: flex; gap: 5px; flex-wrap: wrap; }
.fc-btn {
  background: #fff; border: 1.5px solid rgba(0,117,119,.15);
  border-radius: 20px; padding: 7px 15px;
  font-size: 13px; font-weight: 500; font-family: inherit;
  color: var(--ink2); cursor: pointer; transition: all .18s;
  white-space: nowrap;
}
.fc-btn:hover { border-color: var(--ral5021); color: var(--ral5021); }
.fc-btn.active {
  background: var(--ral5021); color: #fff;
  border-color: var(--ral5021);
}

/* CARD GRID */
.jcard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
  margin-top: 8px;
}

/* EINZELNE CARD */
.jcard {
  background: #fff;
  border: 1.5px solid rgba(0,117,119,.1);
  border-radius: 14px;
  padding: 22px 24px 18px;
  cursor: pointer;
  transition: all .25s;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.jcard:hover {
  border-color: var(--ral5021);
  box-shadow: 0 8px 32px rgba(0,117,119,.12);
  transform: translateY(-3px);
}
.jcard::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--ral5021);
  transform: scaleY(0);
  transition: transform .25s;
}
.jcard:hover::before { transform: scaleY(1); }

.jcard-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 8px;
}
.jcard-badges { display: flex; gap: 5px; flex-wrap: wrap; }
.jb {
  display: inline-block; border-radius: 6px;
  padding: 3px 9px; font-size: 11px; font-weight: 700;
  letter-spacing: .3px;
}
.jb-new { background: #FFF3E0; color: #BF6000; }
.jb-feat { background: var(--c-light); color: var(--ral5025); }
.jb-typ { background: #E8F4F4; color: var(--ral5025); }
.jcard-date {
  font-size: 11.5px; color: var(--ink3);
  white-space: nowrap; flex-shrink: 0; padding-top: 2px;
}

.jcard-title {
  font-size: 17px; font-weight: 700; color: var(--ink);
  line-height: 1.3; margin-bottom: 8px; letter-spacing: -.3px;
}
.jcard-meta {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 10px;
}
.jcard-meta span {
  font-size: 12.5px; color: var(--ink3); font-weight: 400;
}
.jcard-desc {
  font-size: 13.5px; color: var(--ink2); line-height: 1.6;
  font-weight: 300; flex: 1; margin-bottom: 14px;
}

.jcard-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid rgba(0,117,119,.08);
  padding-top: 12px;
  margin-top: auto;
}
.jcard-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.jcard-arrow {
  font-size: 13px; font-weight: 700;
  color: var(--ral5021);
  white-space: nowrap;
  transition: gap .2s;
}
.jcard:hover .jcard-arrow { letter-spacing: .5px; }

/* INITIATIV BAR */
.cta-initiativ {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  background: var(--c-light); border: 1px solid rgba(0,117,119,.15);
  border-radius: 14px; padding: 24px 28px; margin-top: 28px;
}
.cta-initiativ h4 {
  font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 4px;
}
.cta-initiativ p {
  font-size: 13.5px; color: var(--ink2); font-weight: 300; line-height: 1.6; max-width: 540px;
}

/* ── DETAIL MODAL ──────────────────────── */
.jmodal-bg {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 600;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}
.jmodal-bg.open { display: flex; }

.jmodal {
  background: #fff;
  border-radius: 20px;
  width: 100%; max-width: 720px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 32px 80px rgba(0,0,0,.3);
  animation: modalIn .3s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(24px) scale(.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.jmodal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(0,117,119,.1);
  position: sticky; top: 0; background: #fff; z-index: 2;
  border-radius: 20px 20px 0 0;
}
.jmodal-nav { display: flex; align-items: center; gap: 12px; }
.jm-nav-btn {
  background: var(--c-light); border: 1px solid rgba(0,117,119,.15);
  border-radius: 8px; padding: 7px 14px;
  font-size: 12.5px; font-weight: 600; font-family: inherit;
  color: var(--ral5025); cursor: pointer; transition: all .15s;
}
.jm-nav-btn:hover { background: var(--ral5021); color: #fff; border-color: var(--ral5021); }
.jm-counter { font-size: 12px; color: var(--ink3); font-weight: 500; }
.jm-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--warm); border: none;
  font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink2); transition: all .15s;
}
.jm-close:hover { background: var(--c-light); color: var(--ink); }

.jmodal-body { padding: 32px 28px; }

.jm-badges { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }

.jm-title {
  font-size: 28px; font-weight: 800; color: var(--ink);
  line-height: 1.15; letter-spacing: -.8px; margin-bottom: 18px;
}

.jm-meta {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.jm-meta-item {
  font-size: 14px; color: var(--ink2); font-weight: 300;
  display: flex; align-items: center; gap: 6px;
}
.jm-meta-item strong { font-weight: 600; color: var(--ink); }

.jm-divider {
  height: 1px; background: rgba(0,117,119,.1);
  margin: 22px 0;
}

.jm-section-title {
  font-size: 14px; font-weight: 700; color: var(--ral5025);
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 12px;
}

.jm-desc {
  font-size: 15px; color: var(--ink2);
  line-height: 1.8; font-weight: 300;
}

.jm-tags { display: flex; gap: 6px; flex-wrap: wrap; }

.jm-actions {
  display: flex; align-items: flex-start;
  justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.jm-apply {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ral5021); color: #fff;
  border-radius: 10px; padding: 14px 28px;
  font-size: 15px; font-weight: 700; font-family: inherit;
  text-decoration: none; transition: all .15s;
  white-space: nowrap;
}
.jm-apply:hover { background: var(--c-deeper); transform: translateY(-2px); }

.jm-contact {
  text-align: right;
}
.jm-contact p {
  font-size: 12px; color: var(--ink3); margin-bottom: 6px; font-weight: 500;
}
.jm-contact a {
  display: block; font-size: 13.5px; color: var(--ral5021);
  text-decoration: none; margin-bottom: 3px; font-weight: 600;
}
.jm-contact a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 768px) {
  .jcard-grid { grid-template-columns: 1fr; }
  .jmodal { max-width: 100%; border-radius: 16px; }
  .jm-title { font-size: 22px; }
  .jm-meta { grid-template-columns: 1fr; }
  .jm-actions { flex-direction: column; }
  .jm-contact { text-align: left; }
}

/* FILTER DROPDOWNS (ersetzt Chip-Buttons) */
.jfilter-selects {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin: 14px 0 8px;
}
.jf-select {
  background: #fff;
  border: 1.5px solid rgba(0,117,119,.18);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink);
  cursor: pointer;
  outline: none;
  min-width: 180px;
  transition: border-color .18s;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23567880' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.jf-select:focus { border-color: var(--ral5021); }
.jf-select:hover { border-color: var(--ral5021); }

/* HTML-formatierte Stellenbeschreibung im Modal */
.jm-desc {
  font-size: 15px; color: var(--ink2);
  line-height: 1.8; font-weight: 300;
}
.jm-desc h3, .jm-desc h4 {
  font-size: 16px; font-weight: 700; color: var(--ink);
  margin: 20px 0 10px;
}
.jm-desc h3:first-child, .jm-desc h4:first-child { margin-top: 0; }
.jm-desc strong, .jm-desc b { font-weight: 700; color: var(--ink); }
.jm-desc ul, .jm-desc ol {
  margin: 8px 0 16px 20px;
  display: flex; flex-direction: column; gap: 6px;
}
.jm-desc ul li, .jm-desc ol li {
  font-size: 14.5px; color: var(--ink2); line-height: 1.65; font-weight: 300;
}
.jm-desc ul li::marker { color: var(--ral5021); }
.jm-desc p { margin-bottom: 12px; }

@media (max-width: 768px) {
  .jfilter-selects { flex-direction: column; }
  .jf-select { min-width: 100%; }
}

/* ══════════════════════════════════════════
   BEWERBUNGSFORMULAR MODAL
   ══════════════════════════════════════════ */
.bmodal-bg {
  position:fixed;inset:0;background:rgba(0,0,0,.55);
  z-index:700;display:none;align-items:center;justify-content:center;
  padding:20px;backdrop-filter:blur(4px);
}
.bmodal-bg.open { display:flex; }
.bmodal {
  background:#fff;border-radius:20px;width:100%;max-width:620px;
  max-height:90vh;overflow-y:auto;
  box-shadow:0 32px 80px rgba(0,0,0,.3);
  animation:modalIn .3s ease;
}
.bmodal-head {
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 28px 18px;border-bottom:1px solid rgba(0,117,119,.1);
  position:sticky;top:0;background:#fff;z-index:2;border-radius:20px 20px 0 0;
}
.bmodal-head h3 { font-size:20px;font-weight:800;color:var(--ink); }
.bmodal-body { padding:24px 28px; }
.bmodal-footer {
  padding:16px 28px;border-top:1px solid rgba(0,117,119,.1);
  display:flex;gap:10px;justify-content:flex-end;
  position:sticky;bottom:0;background:#fff;border-radius:0 0 20px 20px;
}

.bf-row { display:grid;grid-template-columns:1fr 1fr;gap:14px; }
.bf-field { margin-bottom:16px; }
.bf-field label {
  display:block;font-size:12px;font-weight:700;color:var(--ink2);
  text-transform:uppercase;letter-spacing:.7px;margin-bottom:6px;
}
.bf-field input, .bf-field textarea {
  width:100%;padding:11px 14px;border:1.5px solid rgba(0,117,119,.18);
  border-radius:9px;font-size:14px;font-family:inherit;color:var(--ink);
  outline:none;transition:border .18s,box-shadow .18s;background:#fff;
}
.bf-field input:focus, .bf-field textarea:focus {
  border-color:var(--ral5021);box-shadow:0 0 0 3px rgba(0,117,119,.1);
}
.bf-field textarea { resize:vertical;min-height:100px; }

.bf-upload {
  position:relative;border:2px dashed rgba(0,117,119,.2);
  border-radius:12px;padding:24px;text-align:center;
  cursor:pointer;transition:all .2s;background:var(--cp);
}
.bf-upload:hover { border-color:var(--ral5021);background:var(--c-light); }
.bf-upload input[type=file] {
  position:absolute;inset:0;opacity:0;cursor:pointer;
}
.bf-upload-label p { font-size:13px;color:var(--ink2);margin:4px 0; }

.bf-filelist { display:flex;flex-direction:column;gap:4px;margin-top:8px; }
.bf-file {
  font-size:13px;color:var(--ink);padding:6px 10px;
  background:var(--cp);border-radius:6px;
}
.bf-file span { color:var(--ink3);font-size:11px; }

.bf-hint {
  display:flex;align-items:flex-start;gap:8px;
  font-size:12px;color:var(--ink3);line-height:1.5;
  background:var(--warm);border-radius:8px;padding:12px 14px;
  margin-top:4px;
}

.bf-submit {
  background:var(--ral5021);color:#fff;border:none;
  border-radius:9px;padding:12px 24px;
  font-size:15px;font-weight:700;font-family:inherit;
  cursor:pointer;transition:all .15s;white-space:nowrap;
}
.bf-submit:hover:not(:disabled) { background:var(--c-deeper); }
.bf-submit:disabled { opacity:.6;cursor:not-allowed; }

@media (max-width:768px) {
  .bf-row { grid-template-columns:1fr; }
  .bmodal { max-width:100%;border-radius:16px; }
}
