:root{
  --navy:#0A1D37;
  --blue:#1D4ED8;
  --red:#E30613;
  --light:#F2F4F7;
  --text:#333B44;
  --muted:#667085;
  --line:#E4E7EC;
  --white:#FFFFFF;
  --soft-blue:#EFF6FF;
  --soft-red:#FFF4F4;
  --shadow:0 18px 48px rgba(10,29,55,.08);
  --radius:18px;
  --content:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--blue);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--navy)}
img,svg{max-width:100%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.bw-legacy-site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.bw-legacy-header-inner{
  width:min(calc(100% - 40px),var(--content));
  min-height:74px;margin:auto;
  display:flex;align-items:center;justify-content:space-between;gap:26px;
}
.bw-legacy-brand{display:flex;align-items:center;gap:11px;color:var(--navy);text-decoration:none;min-width:max-content}
.bw-legacy-brand-mark{width:38px;height:38px;display:block}
.bw-legacy-brand-name{font-weight:750;letter-spacing:-.035em;font-size:1.16rem}
.bw-legacy-brand-name b{font-weight:850}
.bw-legacy-desktop-nav{display:flex;align-items:center;gap:26px;font-size:.94rem}
.bw-legacy-desktop-nav a{color:var(--text);text-decoration:none;font-weight:600}
.bw-legacy-desktop-nav a[aria-current="page"]{color:var(--blue)}
.bw-legacy-header-cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 16px;border-radius:10px;background:var(--navy);
  color:#fff!important;font-weight:750!important;
}
.bw-legacy-mobile-menu{display:none;position:relative}
.bw-legacy-mobile-menu summary{list-style:none;cursor:pointer;border:1px solid var(--line);border-radius:10px;padding:8px 11px;font-weight:700}
.bw-legacy-mobile-menu summary::-webkit-details-marker{display:none}
.bw-legacy-mobile-menu nav{
  position:absolute;right:0;top:48px;min-width:220px;padding:12px;
  display:grid;gap:4px;background:white;border:1px solid var(--line);
  border-radius:14px;box-shadow:var(--shadow);
}
.bw-legacy-mobile-menu nav a{padding:9px 10px;text-decoration:none;color:var(--text);font-weight:650;border-radius:8px}
.bw-legacy-mobile-menu nav a:hover{background:var(--light)}

/* Article header */
.article-hero{
  background:
    radial-gradient(circle at 92% 10%, rgba(29,78,216,.09), transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  border-bottom:1px solid var(--line);
}
.hero-inner{width:min(calc(100% - 40px),var(--content));margin:auto;padding:44px 0 52px}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted);font-size:.84rem;margin-bottom:26px}
.breadcrumbs a{color:var(--muted);text-decoration:none}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.eyebrow:before{content:"";width:26px;height:3px;background:var(--red);border-radius:99px}
h1,h2,h3{color:var(--navy);line-height:1.18;letter-spacing:-.025em}
h1{font-size:clamp(2.15rem,5vw,4rem);max-width:900px;margin:0 0 18px}
.hero-lead{max-width:820px;font-size:clamp(1.05rem,2vw,1.22rem);color:#475467;margin:0}
.article-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;color:var(--muted);font-size:.84rem}
.article-meta span{display:inline-flex;align-items:center;gap:6px}

/* Layout */
.page-grid{
  width:min(calc(100% - 48px),var(--content));margin:0 auto;
  display:block;
  padding:54px 0 72px;
}
.article{max-width:1100px;margin:0 auto}
.article p{margin:0 0 20px}
.article h2{font-size:1.72rem;margin:46px 0 16px}
.article h3{font-size:1.15rem;margin:30px 0 10px}
.article ul{padding-left:1.25rem;margin:12px 0 24px}
.article li{margin:6px 0}
.article strong{color:#202937}
.article blockquote{
  margin:22px 0;padding:18px 20px;border-left:4px solid var(--blue);
  background:var(--soft-blue);border-radius:0 12px 12px 0;color:#344054;
}
.answer-box{
  margin:0 0 32px;padding:22px 24px;background:var(--navy);color:#fff;border-radius:16px;
}
.answer-box strong{color:#fff;font-size:1.06rem}
.answer-box p{margin:5px 0 0;color:#e9eef6}
.pilot-tip{
  margin:28px 0;padding:20px 22px;border:1px solid #cfe0ff;
  border-radius:15px;background:linear-gradient(135deg,#f7faff,#eef5ff);
}
.pilot-tip strong{display:block;color:var(--blue);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.pilot-tip p{margin:0}
.note{
  margin:28px 0;padding:18px 20px;border-left:4px solid var(--red);background:var(--soft-red);border-radius:0 12px 12px 0
}
.example{
  margin:18px 0 26px;padding:18px 20px;background:var(--light);border-radius:12px;font-size:.96rem
}
.clean-table{width:100%;border-collapse:collapse;margin:22px 0 28px;font-size:.94rem}
.clean-table th,.clean-table td{padding:13px 14px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
.clean-table th{background:var(--light);color:var(--navy);font-weight:750}
.source-box{margin-top:52px;padding-top:28px;border-top:1px solid var(--line)}
.source-box h2{font-size:1.16rem;margin:0 0 12px}
.source-box p,.source-box li{font-size:.9rem;color:var(--muted)}
.source-box ul{margin:0;padding-left:1.15rem}

/* Zusatznavigation unter dem Artikel statt einer dauerhaft leeren rechten Spalte. */
.sidebar{max-width:1100px;margin:36px auto 0}
.sidebar-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.toc,.related{
  border:1px solid var(--line);border-radius:16px;background:white;padding:20px;
}
.toc h2,.related h2{font-size:.95rem;margin:0 0 12px;letter-spacing:0}
.toc ol{margin:0;padding-left:1.1rem}
.toc li{margin:7px 0;color:var(--muted);font-size:.88rem}
.toc a{color:var(--muted);text-decoration:none}
.toc a:hover{color:var(--blue)}
.related{margin-top:0}
.related a{display:block;padding:8px 0;border-bottom:1px solid var(--line);text-decoration:none;font-weight:650;font-size:.9rem}
.related a:last-child{border-bottom:0}

/* CTA + Footer */
.article-cta{
  margin-top:48px;padding:28px;border-radius:18px;
  background:linear-gradient(135deg,var(--navy),#102a50);color:white;
}
.article-cta h2{color:white;margin:0 0 8px;font-size:1.45rem}
.article-cta p{color:#d8e1ec;margin:0 0 18px}
.article-cta a{display:inline-flex;padding:11px 16px;background:white;color:var(--navy);text-decoration:none;border-radius:10px;font-weight:800}
.bw-legacy-site-footer{background:#071326;color:white}
.bw-legacy-footer-inner{
  width:min(calc(100% - 40px),var(--content));margin:auto;
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  padding:30px 0;
}
.bw-legacy-footer-brand{display:flex;align-items:center;gap:10px;font-weight:750}
.bw-legacy-footer-brand .bw-legacy-brand-mark{width:30px;height:30px}
.bw-legacy-footer-links{display:flex;flex-wrap:wrap;gap:18px}
.bw-legacy-footer-links a{color:#d7dfeb;text-decoration:none;font-size:.88rem}
.bw-legacy-footer-copy{color:#98a2b3;font-size:.8rem;margin-top:4px}

/* Responsive */
@media (max-width:900px){
  .bw-legacy-desktop-nav{display:none}.bw-legacy-mobile-menu{display:block}
  .page-grid{gap:34px}
  .article{max-width:none}
  .sidebar-inner{grid-template-columns:1fr}
}
@media (max-width:640px){
  .bw-legacy-header-inner,.hero-inner,.page-grid,.bw-legacy-footer-inner{width:min(calc(100% - 28px),var(--content))}
  .hero-inner{padding:34px 0 40px}
  .page-grid{padding:38px 0 54px}
  h1{font-size:2.35rem}
  .article h2{font-size:1.48rem;margin-top:38px}
  .answer-box,.pilot-tip,.article-cta{padding:19px}
  .bw-legacy-footer-inner{align-items:flex-start;flex-direction:column}
  .clean-table{display:block;overflow-x:auto;white-space:nowrap}
}
@media print{
  .bw-legacy-site-header,.sidebar,.article-cta,.bw-legacy-site-footer{display:none!important}
  .page-grid{display:block;width:100%;padding:0}
  .article{max-width:none}
  a{color:inherit;text-decoration:none}
}

/* Lehrstelle section */
.lehr-body{
  background:
    radial-gradient(circle at 8% 4%, rgba(227,6,19,.055), transparent 24%),
    radial-gradient(circle at 93% 8%, rgba(29,78,216,.07), transparent 28%),
    #fff;
}
.lehr-hero{
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
}
.lehr-hero .hero-inner{padding-top:48px;padding-bottom:48px}
.lehr-badge{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid #dbe6fb;background:#fff;border-radius:999px;
  padding:7px 11px;font-size:.8rem;font-weight:800;color:var(--blue);
  margin-bottom:16px;
}
.lehr-badge::before{
  content:"";width:8px;height:8px;border-radius:50%;background:var(--red);
}
.lehr-lead{max-width:760px;font-size:1.16rem;color:#475467;margin:0}
.lehr-note{
  max-width:760px;margin-top:18px;font-size:.93rem;color:var(--muted);
}
.lehr-container{
  width:min(calc(100% - 40px),var(--content));margin:auto;padding:48px 0 72px;
}
.quick-start{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;
  margin:6px 0 46px;
}
.quick-card{
  position:relative;display:flex;flex-direction:column;min-height:190px;
  padding:24px;border:1px solid var(--line);border-radius:20px;background:white;
  box-shadow:0 10px 30px rgba(10,29,55,.055);text-decoration:none;color:var(--text);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.quick-card:hover{
  transform:translateY(-2px);box-shadow:0 16px 36px rgba(10,29,55,.09);border-color:#cad7ee;
}
.card-number{
  display:inline-flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:10px;background:var(--navy);color:#fff;
  font-weight:850;font-size:.9rem;margin-bottom:18px;
}
.quick-card h2{font-size:1.32rem;margin:0 0 8px}
.quick-card p{margin:0;color:var(--muted);font-size:.95rem}
.quick-card .card-link{margin-top:auto;padding-top:18px;color:var(--blue);font-weight:800;font-size:.9rem}
.quick-card.tool-card{
  background:linear-gradient(135deg,#0A1D37,#123765);border-color:#0A1D37;color:white;
}
.quick-card.tool-card h2,.quick-card.tool-card p{color:white}
.quick-card.tool-card p{color:#dbe5f1}
.quick-card.tool-card .card-number{background:#fff;color:var(--navy)}
.quick-card.tool-card .card-link{color:white}
.lehr-section-title{font-size:1.7rem;margin:48px 0 10px}
.lehr-section-intro{max-width:760px;color:var(--muted);margin:0 0 20px}
.mini-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0 8px;
}
.mini-card{
  padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;
}
.mini-card strong{display:block;color:var(--navy);margin-bottom:4px}
.mini-card p{font-size:.9rem;color:var(--muted);margin:0}
.help-strip{
  display:flex;gap:18px;align-items:flex-start;
  margin-top:42px;padding:24px;border-radius:18px;background:#f7f9fc;border:1px solid var(--line);
}
.help-strip strong{color:var(--navy)}
.help-strip p{margin:3px 0 0;color:var(--muted);font-size:.94rem}
.tool-inline{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  margin:28px 0;padding:20px 22px;border-radius:16px;background:var(--navy);color:white;
}
.tool-inline strong{display:block;color:white;font-size:1.05rem}
.tool-inline p{margin:3px 0 0;color:#dbe5f1;font-size:.92rem}
.tool-inline a{
  min-width:max-content;padding:10px 15px;border-radius:10px;background:#fff;color:var(--navy);
  text-decoration:none;font-weight:850;
}
.simple-steps{counter-reset:step;list-style:none;padding:0;margin:22px 0 30px}
.simple-steps li{
  counter-increment:step;position:relative;padding:0 0 22px 48px;margin:0;
}
.simple-steps li::before{
  content:counter(step);position:absolute;left:0;top:1px;width:30px;height:30px;border-radius:9px;
  display:flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;font-weight:850;
}
.simple-steps li::after{
  content:"";position:absolute;left:14px;top:34px;bottom:4px;width:2px;background:#dce6f5;
}
.simple-steps li:last-child::after{display:none}
.simple-steps strong{display:block;color:var(--navy);margin-bottom:3px}
.youth-example{
  margin:18px 0 26px;padding:18px 20px;background:#f7f9fc;border:1px solid var(--line);
  border-radius:14px;
}
.youth-example .bad,.youth-example .good{
  display:block;font-size:.76rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;
}
.youth-example .bad{color:#b42318}
.youth-example .good{color:#067647}
.source-box a{overflow-wrap:anywhere}
@media(max-width:820px){
  .quick-start{grid-template-columns:1fr}
  .mini-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .lehr-container{width:min(calc(100% - 28px),var(--content));padding:34px 0 54px}
  .quick-card{min-height:0}
  .tool-inline{align-items:flex-start;flex-direction:column}
  .help-strip{flex-direction:column}
}
