/* =========================================================
   JHB Wegweiser – Complete CSS Clean FINAL
   Scope: .jhb-wegweiser-v4
   Stand: sauber bereinigt, ohne widersprüchliche Regions-Layouts
   ========================================================= */

.jhb-wegweiser-v4{
  --jhw-orange:#E9620B;
  --jhw-orange-dark:#C95508;
  --jhw-orange-soft:#FFF2E7;
  --jhw-apricot:#FFE3CC;
  --jhw-navy:#173244;
  --jhw-navy-soft:#667988;
  --jhw-line:#E8D9C9;
  --jhw-bg:#F7F3EC;
  --jhw-bg-soft:#FBF8F4;
  --jhw-card:#FFFDF9;
  --jhw-card-2:#F8F2EA;
  --jhw-sage-line:#D7E3D0;
  --jhw-sage-text:#55715A;
  --jhw-shadow-soft:0 14px 34px rgba(23,50,68,.055);
  --jhw-shadow-card:0 22px 52px rgba(23,50,68,.075);
  --jhw-shadow-hover:0 28px 62px rgba(23,50,68,.105),0 10px 26px rgba(233,98,11,.07);
  --jhw-ease:cubic-bezier(.22,1,.36,1);
  --jhw-ease-soft:cubic-bezier(.16,1,.3,1);
  --jhw-hero-x:50%;
  --jhw-hero-y:20%;
  --jhw-card-x:50%;
  --jhw-card-y:0%;

  color:var(--jhw-navy);
  font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  background:
    radial-gradient(980px 360px at 6% 0%, rgba(233,98,11,.07), transparent 64%),
    radial-gradient(820px 320px at 96% 8%, rgba(85,113,90,.055), transparent 66%),
    radial-gradient(760px 280px at 50% 0%, rgba(255,255,255,.58), transparent 68%),
    linear-gradient(180deg,var(--jhw-bg) 0%, var(--jhw-bg-soft) 45%, #fffdf9 100%);
}

.jhb-wegweiser-v4,
.jhb-wegweiser-v4 *{box-sizing:border-box}

@media (hover:hover) and (pointer:fine){.jhb-wegweiser-v4{scroll-behavior:smooth}}

.jhb-wegweiser-v4 a{color:inherit;text-decoration:none}
.jhb-wegweiser-v4 img{display:block;max-width:100%;height:auto}
.jhb-wegweiser-v4 address{font-style:normal}

.jhb-wegweiser-v4 h1,
.jhb-wegweiser-v4 h2,
.jhb-wegweiser-v4 h3,
.jhb-wegweiser-v4 h4{
  margin:0;
  color:var(--jhw-navy);
  letter-spacing:-.04em;
  text-wrap:balance;
}

.jhb-wegweiser-v4 h1,
.jhb-wegweiser-v4 h2{font-weight:700}

.jhb-wegweiser-v4 h3,
.jhb-wegweiser-v4 h4{font-weight:650}

.jhb-wegweiser-v4 p{
  margin:0;
  color:var(--jhw-navy-soft);
  font-size:1rem;
}

.jhw-wrap{width:min(1080px,calc(100% - 40px));margin:0 auto}
.jhw-stack > * + *{margin-top:22px}

.jhw-section{position:relative;padding:88px 0}
.jhw-section + .jhw-section::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(1080px,calc(100% - 40px));
  height:1px;
  background:linear-gradient(90deg,rgba(233,98,11,0),rgba(233,98,11,.11),rgba(233,98,11,0));
}

/* Section backgrounds */
.jhw-section--direct{
  padding-top:34px;
  background:
    radial-gradient(760px 240px at 50% 0%, rgba(233,98,11,.045), transparent 70%),
    linear-gradient(180deg, rgba(255,250,245,.38) 0%, rgba(255,250,245,0) 100%);
}

.jhw-section--help{
  background:
    radial-gradient(760px 260px at 50% 0%, rgba(233,98,11,.055), transparent 70%),
    radial-gradient(720px 240px at 10% 18%, rgba(255,255,255,.50), transparent 68%),
    linear-gradient(180deg, #FBF7F1 0%, #F8F3EC 100%);
}

.jhw-section--audience{
  background:linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,0) 100%);
}

.jhw-section--regions{
  background:
    radial-gradient(760px 260px at 50% 0%, rgba(85,113,90,.06), transparent 72%),
    linear-gradient(180deg, #F7FAF4 0%, #F7F3EC 100%);
}

.jhw-section--contacts{
  background:linear-gradient(180deg, #FCF9F4 0%, #FFFDFA 100%);
}

.jhw-section--map{
  background:radial-gradient(860px 280px at 12% 0%, rgba(233,98,11,.045), transparent 70%), linear-gradient(180deg, #FFF9F3 0%, #FBF6EF 100%);
}

.jhw-section--faq{
  background:linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,0) 100%);
}

.jhw-section--cta{
  background:linear-gradient(180deg, rgba(255,245,236,.52) 0%, rgba(255,255,255,0) 100%);
}

.jhw-section-head{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}

.jhw-section-head h2{
  font-size:clamp(2rem,3.25vw,3.3rem);
  line-height:1.12;
}

.jhw-lead{
  max-width:700px;
  margin:0 auto;
  line-height:1.94;
  text-align:center;
  text-wrap:pretty;
}

.jhw-divider{
  width:88px;
  height:2px;
  border-radius:999px;
  margin:8px auto 0;
  background:linear-gradient(90deg,rgba(233,98,11,.10),rgba(233,98,11,.84),rgba(233,98,11,.10));
}

/* Pills / badges */
.jhw-eyebrow,
.jhw-badge,
.jhw-route__label,
.jhw-mini-label,
.jhw-contact-group__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(233,98,11,.16);
  background:linear-gradient(180deg,#FFF3E8 0%, var(--jhw-apricot) 100%);
  color:#93480D;
  text-transform:uppercase;
}

.jhw-eyebrow{
  min-height:32px;
  padding:6px 12px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.105em;
  max-width:100%;
}

.jhw-badge,
.jhw-route__label,
.jhw-mini-label,
.jhw-contact-group__eyebrow{
  min-height:28px;
  padding:4px 9px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.065em;
  max-width:100%;
}

#standorte .jhw-eyebrow,
#standorte .jhw-badge,
#ansprechpartner .jhw-badge,
#ansprechpartner .jhw-contact-group__eyebrow{
  background:linear-gradient(180deg,#F4F7F1 0%, #E4EEDC 100%);
  border-color:var(--jhw-sage-line);
  color:var(--jhw-sage-text);
}

/* Buttons */
.jhw-btn-row,
.jhw-chip-row,
.jhw-info-chips,
.jhw-region-links{
  display:flex;
  flex-wrap:wrap;
}

.jhw-btn-row{gap:14px}
.jhw-btn-row--center{justify-content:center}
.jhw-btn-row--card{
  margin-top:auto;
  padding-top:10px;
  justify-content:center;
  align-items:center;
  width:100%;
}

.jhw-chip-row{
  gap:12px 14px;
  margin-top:28px;
  justify-content:center;
  align-items:center;
}

.jhw-info-chips{
  width:100%;
  margin-top:18px;
  gap:10px 10px;
  justify-content:center;
  align-items:center;
  align-content:center;
}

.jhw-btn{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  min-width:176px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:700;
  text-align:center;
  cursor:pointer;
  transition:transform .34s var(--jhw-ease),box-shadow .34s var(--jhw-ease),border-color .28s ease,background-color .28s ease,color .28s ease;
  white-space:nowrap;
  line-height:1;
  will-change:transform;
}

.jhw-btn::after{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:-1;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.34) 42%, transparent 72%);
  transform:translateX(-120%) skewX(-12deg);
  transition:transform .58s var(--jhw-ease);
}

.jhw-btn:hover{
  transform:translateY(-2px);
}

.jhw-btn:hover::after,
.jhw-btn:focus-visible::after{
  transform:translateX(120%) skewX(-12deg);
}

.jhw-btn:active{
  transform:translateY(0) scale(.985);
}

.jhw-btn--primary{
  background:linear-gradient(135deg,var(--jhw-orange) 0%, var(--jhw-orange-dark) 100%);
  color:#fff;
  box-shadow:0 16px 34px rgba(233,98,11,.22), inset 0 1px 0 rgba(255,255,255,.22);
}

.jhw-btn--secondary{
  background:#fffdfa;
  color:var(--jhw-navy);
  border-color:var(--jhw-line);
  box-shadow:var(--jhw-shadow-soft), inset 0 1px 0 rgba(255,255,255,.72);
}

.jhw-btn--primary:hover,
.jhw-btn--primary:focus-visible{
  background:linear-gradient(135deg,var(--jhw-orange-dark) 0%, #B84B08 100%);
  box-shadow:0 20px 44px rgba(233,98,11,.28), inset 0 1px 0 rgba(255,255,255,.18);
}

.jhw-btn--secondary:hover,
.jhw-btn--secondary:focus-visible{
  background:#fff7ef;
  border-color:rgba(233,98,11,.22);
  box-shadow:0 16px 34px rgba(23,50,68,.08),0 6px 16px rgba(233,98,11,.08);
  color:var(--jhw-navy);
}

.jhw-btn:focus-visible,
.jhw-region-link:focus-visible{
  outline:0;
  box-shadow:0 0 0 4px rgba(233,98,11,.14), var(--jhw-shadow-soft);
}

.jhb-wegweiser-v4 .jhw-btn--primary,
.jhb-wegweiser-v4 .jhw-btn--primary:link,
.jhb-wegweiser-v4 .jhw-btn--primary:visited,
.jhb-wegweiser-v4 .jhw-btn--primary:hover,
.jhb-wegweiser-v4 .jhw-btn--primary:focus-visible{color:#fff}

/* Generic chips */
.jhw-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(233,98,11,.12);
  background:rgba(255,255,255,.88);
  color:var(--jhw-navy);
  font-size:.84rem;
  font-weight:700;
  letter-spacing:.01em;
  line-height:1.2;
  box-shadow:0 8px 18px rgba(23,50,68,.04), inset 0 1px 0 rgba(255,255,255,.7);
  transition:transform .28s var(--jhw-ease), box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.jhw-chip:hover{
  transform:translateY(-2px);
  border-color:rgba(233,98,11,.18);
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 24px rgba(23,50,68,.065), inset 0 1px 0 rgba(255,255,255,.84);
}

.jhw-info-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  background:#FFF7EF;
  border:1px solid rgba(233,98,11,.12);
  color:#8D470E;
  font-size:.74rem;
  font-weight:700;
  line-height:1.15;
}

.jhw-card-chips{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:9px;
  margin-top:2px;
}

.jhw-card-chips .jhw-info-chip{
  box-shadow:0 6px 14px rgba(23,50,68,.035), inset 0 1px 0 rgba(255,255,255,.7);
  transition:transform .26s var(--jhw-ease), border-color .26s ease, box-shadow .26s ease, background .26s ease;
}

.jhw-card-chips .jhw-info-chip:hover{
  transform:translateY(-1px);
  border-color:rgba(233,98,11,.18);
  background:#fffaf5;
  box-shadow:0 10px 20px rgba(23,50,68,.055), inset 0 1px 0 rgba(255,255,255,.84);
}

.jhw-icon-svg{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:14px;
  background:#FFF7EF;
  border:1px solid rgba(233,98,11,.12);
  color:var(--jhw-orange);
  flex:0 0 auto;
}

.jhw-icon-svg svg{
  display:block;
  width:20px;
  height:20px;
}

.jhw-contact-card__meta-icon .jhw-icon-svg{
  width:100%;
  height:100%;
  border:0;
  background:none;
  border-radius:0;
}

.jhw-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:18px;
  color:var(--jhw-navy);
  font-weight:700;
  text-align:center;
}

/* Panels / cards */
.jhw-card,
.jhw-panel,
.jhw-faq,
.jhw-cta,
.jhw-contact-group,
.jhw-mini-card,
.jhw-map-shell{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(232,217,201,.92);
  background:linear-gradient(180deg,var(--jhw-card) 0%, var(--jhw-card-2) 100%);
  box-shadow:var(--jhw-shadow-soft);
}

.jhw-card,
.jhw-faq,
.jhw-cta,
.jhw-mini-card,
.jhw-map-shell,
.jhw-contact-group{
  transition:transform .42s var(--jhw-ease),box-shadow .42s var(--jhw-ease),border-color .28s ease,background .28s ease;
  will-change:transform;
}

.jhw-card:hover,
.jhw-faq:hover,
.jhw-cta:hover,
.jhw-mini-card:hover,
.jhw-map-shell:hover,
.jhw-contact-group:hover{
  --jhw-lift-y:-8px;
  --jhw-lift-scale:1.012;
  transform:translateY(-8px) scale(1.012);
  box-shadow:0 34px 72px rgba(23,50,68,.12),0 14px 30px rgba(233,98,11,.075);
  border-color:rgba(233,98,11,.22);
}

.jhw-card:active,
.jhw-faq:active,
.jhw-cta:active,
.jhw-mini-card:active,
.jhw-map-shell:active,
.jhw-contact-group:active{
  --jhw-lift-y:-2px;
  --jhw-lift-scale:.998;
  transform:translateY(-2px) scale(.998);
}

.jhw-card::before,
.jhw-cta::before,
.jhw-contact-group::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:radial-gradient(circle at 50% -12%, rgba(233,98,11,.07), transparent 36%);
  pointer-events:none;
}

.jhw-card::after,
.jhw-cta::after,
.jhw-contact-group::after,
.jhw-map-shell::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:0;
  background:
    radial-gradient(240px 160px at var(--jhw-card-x) var(--jhw-card-y), rgba(255,255,255,.58), transparent 68%),
    radial-gradient(320px 200px at var(--jhw-card-x) var(--jhw-card-y), rgba(233,98,11,.07), transparent 74%);
  transition:opacity .34s ease;
  pointer-events:none;
}

.jhw-card:hover::after,
.jhw-card:focus-within::after,
.jhw-cta:hover::after,
.jhw-cta:focus-within::after,
.jhw-contact-group:hover::after,
.jhw-contact-group:focus-within::after,
.jhw-map-shell:hover::after,
.jhw-map-shell:focus-within::after{
  opacity:1;
}

.jhw-card > *,
.jhw-cta > *,
.jhw-contact-group > *,
.jhw-map-shell > *{
  position:relative;
  z-index:1;
}

.jhw-reveal{
  opacity:0;
  transform:translateY(18px) scale(.992);
  transform-origin:center;
  transition:
    opacity .52s var(--jhw-ease),
    transform .52s var(--jhw-ease),
    box-shadow .28s ease,
    border-color .24s ease;
  transition-delay:var(--jhw-reveal-delay,0ms);
}

.jhw-reveal.is-visible{
  opacity:1;
  transform:translateY(var(--jhw-lift-y,0)) scale(var(--jhw-lift-scale,1));
}

/* HERO + Direktkontakt */
.jhw-hero{
  position:relative;
  padding:32px 0 50px;
}

.jhw-hero::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(1040px,calc(100% - 40px));
  height:100%;
  transform:translateX(-50%);
  background:
    radial-gradient(640px 250px at 50% 4%, rgba(233,98,11,.065), transparent 70%),
    radial-gradient(520px 220px at 88% 10%, rgba(85,113,90,.045), transparent 76%);
  pointer-events:none;
}

.jhw-hero__shell{
  position:relative;
  overflow:hidden;
  max-width:920px;
  margin:0 auto;
  border:1px solid rgba(232,217,201,.84);
  border-radius:38px;
  padding:38px 30px 28px;
  background:
    radial-gradient(520px 260px at var(--jhw-hero-x) var(--jhw-hero-y), rgba(255,255,255,.80), transparent 72%),
    linear-gradient(180deg, rgba(255,253,249,.97) 0%, rgba(249,244,237,.94) 100%);
  box-shadow:
    0 28px 70px rgba(23,50,68,.075),
    0 10px 28px rgba(233,98,11,.04),
    inset 0 1px 0 rgba(255,255,255,.78);
  transform:translateZ(0);
}

.jhw-hero__shell::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% -10%, rgba(233,98,11,.10), transparent 40%),
    linear-gradient(135deg, rgba(255,255,255,.42), transparent 36%);
  pointer-events:none;
}

.jhw-hero__shell::after{
  content:"";
  position:absolute;
  inset:auto 10% 0;
  height:1px;
  background:linear-gradient(90deg, rgba(233,98,11,0), rgba(233,98,11,.22), rgba(85,113,90,.14), rgba(233,98,11,0));
  pointer-events:none;
}

.jhw-hero__top{
  max-width:760px;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}

.jhw-hero__top h1{
  font-size:clamp(2.08rem,3.45vw,3.28rem);
  line-height:1.03;
  max-width:10ch;
  margin:0 auto;
  text-align:center;
}

.jhw-hero__lead{
  max-width:560px;
  margin:0 auto;
  line-height:1.76;
  text-align:center;
  text-wrap:pretty;
}


/* Compact direct-help card */
.jhw-direct-help{
  max-width:944px;
  margin:24px auto 0;
  padding:26px 28px;
  display:flex;
  flex-direction:column;
  gap:18px;
  background:
    radial-gradient(520px 180px at 50% 0%, rgba(233,98,11,.055), transparent 70%),
    linear-gradient(180deg, rgba(255,253,249,.98) 0%, rgba(249,244,237,.94) 100%);
}

.jhw-direct-help__head{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-align:center;
}

.jhw-direct-help__head h3{
  font-size:clamp(1.34rem,2.1vw,1.78rem);
  line-height:1.12;
}

.jhw-direct-help__head p{
  max-width:58ch;
  margin:0 auto;
  line-height:1.68;
}

.jhw-inline-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.jhw-inline-step{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:start;
  padding:14px 16px;
  border-radius:20px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(233,98,11,.08);
  box-shadow:0 10px 22px rgba(23,50,68,.035), inset 0 1px 0 rgba(255,255,255,.70);
  transition:transform .32s var(--jhw-ease), box-shadow .32s ease, border-color .32s ease;
}

.jhw-inline-step:hover{
  transform:translateY(-2px);
  border-color:rgba(233,98,11,.15);
  box-shadow:0 14px 28px rgba(23,50,68,.055), inset 0 1px 0 rgba(255,255,255,.82);
}

.jhw-inline-step__num{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#FFF2E6 0%, #FFDCC0 100%);
  color:#8C460D;
  font-size:.88rem;
  font-weight:800;
}

.jhw-inline-step__body strong{
  display:block;
  color:var(--jhw-navy);
  font-size:.96rem;
  line-height:1.32;
}

.jhw-inline-step__body span{
  display:block;
  margin-top:4px;
  color:var(--jhw-navy-soft);
  font-size:.9rem;
  line-height:1.5;
}

.jhw-inline-note{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px 12px;
  padding-top:2px;
}

.jhw-inline-note__label{
  color:#8D470E;
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.01em;
}

.jhw-inline-note__chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.jhw-quickstart-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,420px));
  justify-content:center;
  gap:22px;
  position:relative;
  z-index:2;
  align-items:stretch;
}

.jhw-quickstart-card{
  padding:28px 24px 24px;
  text-align:center;
  display:flex;
  flex-direction:column;
  height:100%;
  gap:14px;
}

.jhw-quickstart-card > .jhw-eyebrow{margin:0 auto 2px}

.jhw-quickstart-card h3{
  font-size:clamp(1.28rem,2vw,1.62rem);
  line-height:1.16;
  margin:0;
}

.jhw-quickstart-card > p{
  max-width:33ch;
  margin:0 auto;
  line-height:1.72;
  text-align:center;
}

.jhw-steps{
  display:grid;
  gap:14px;
  margin-top:20px;
  text-align:left;
}

.jhw-step{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:12px;
  align-items:start;
  padding:13px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(233,98,11,.08);
}

.jhw-step__num{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#FFF2E6 0%, #FFDCC0 100%);
  color:#8C460D;
  font-size:.88rem;
  font-weight:800;
}

.jhw-step__text strong{
  display:block;
  color:var(--jhw-navy);
  font-size:.97rem;
  line-height:1.36;
}

.jhw-step__text span{
  display:block;
  margin-top:5px;
  color:var(--jhw-navy-soft);
  font-size:.92rem;
  line-height:1.58;
}

.jhw-notice{
  margin-top:22px;
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(233,98,11,.12);
  background:linear-gradient(180deg,#FFF8F1 0%, #FFF1E6 100%);
  color:#7D604F;
  font-size:.95rem;
  line-height:1.7;
  text-align:left;
}

/* General cards */
.jhw-card-grid{display:grid;gap:24px}
.jhw-card-grid--3{grid-template-columns:repeat(3,minmax(0,300px));justify-content:center;align-items:stretch;gap:22px}
.jhw-card-grid--2{grid-template-columns:repeat(2,minmax(0,460px));justify-content:center;align-items:stretch;gap:24px}

.jhw-card-grid--direct{
  max-width:944px;
  margin:0 auto;
}

.jhw-card-grid--direct .jhw-section-card{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  grid-template-rows:auto auto minmax(86px,1fr) auto auto;
  justify-items:center;
  align-items:start;
  align-content:start;
  text-align:center;
  gap:14px;
  padding:30px 24px 24px;
  transform-origin:center bottom;
}

.jhw-card-grid--direct .jhw-section-card:hover{
  --jhw-lift-y:-10px;
  --jhw-lift-scale:1.014;
}

.jhw-card-grid--direct .jhw-section-card > h3{
  width:100%;
  max-width:12ch;
  min-height:2.35em;
  text-align:center;
}

.jhw-card-grid--direct .jhw-section-card > p{
  width:100%;
  max-width:30ch;
  min-height:4.4em;
  margin:0 auto;
  line-height:1.68;
  text-align:center;
}

.jhw-card-grid--direct .jhw-card-chips{
  margin-top:0;
  min-height:78px;
  align-content:start;
}

.jhw-card-grid--direct .jhw-btn-row--card{
  width:100%;
  padding-top:2px;
}

.jhw-card-grid--direct .jhw-btn-row--card .jhw-btn{
  min-width:176px;
}

.jhw-section-card{
  padding:30px 24px 26px;
  text-align:left;
  display:flex;
  flex-direction:column;
  height:100%;
  align-items:center;
  gap:16px;
}

.jhw-section-card > h3{
  font-size:clamp(1.3rem,2vw,1.7rem);
  line-height:1.18;
  margin:0;
  text-align:center;
}

.jhw-section-card > p{
  max-width:36ch;
  margin:0 auto;
  line-height:1.92;
  text-align:center;
}

.jhw-card-grid--audience{grid-auto-rows:1fr}

.jhw-section-card--audience{
  padding:26px 22px 22px;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  grid-template-rows:auto auto minmax(0,1fr) auto;
  justify-items:center;
  align-items:start;
  align-content:start;
  gap:14px;
  text-align:center;
}

.jhw-section-card--audience > .jhw-eyebrow{margin:0 auto 8px}

.jhw-section-card--audience > h3{
  width:100%;
  max-width:14ch;
  text-align:center;
}

.jhw-section-card--audience > p{
  width:100%;
  max-width:34ch;
  margin:0 auto;
  text-align:center;
  line-height:1.78;
  color:var(--jhw-navy-soft);
}

.jhw-section-card--audience > .jhw-btn-row--card{
  width:100%;
  padding-top:6px;
  justify-content:center;
}

.jhw-section-card--audience > .jhw-btn-row--card .jhw-btn{min-width:188px}

.jhw-meta-list{display:grid;gap:16px;margin-top:6px;width:100%}
.jhw-meta-item{display:grid;grid-template-columns:10px 1fr;gap:12px;align-items:start;text-align:left}
.jhw-meta-dot{width:10px;height:10px;border-radius:50%;background:var(--jhw-orange);margin-top:9px;box-shadow:0 0 0 5px rgba(233,98,11,.08)}
.jhw-meta-item strong{display:block;color:var(--jhw-navy);font-size:1rem;line-height:1.44}
.jhw-meta-item span{display:block;margin-top:4px;color:var(--jhw-navy-soft);font-size:.93rem;line-height:1.7}

.jhw-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.jhw-mini-card{padding:24px 20px;text-align:center;display:flex;flex-direction:column;justify-content:center;min-height:100%}
.jhw-mini-card strong{display:block;color:var(--jhw-navy);font-size:1rem;line-height:1.42;text-align:center}
.jhw-mini-card span{display:block;max-width:28ch;margin:8px auto 0;color:var(--jhw-navy-soft);font-size:.94rem;line-height:1.68;text-align:center}

/* =========================================================
   REGIONSBEREICH – FINAL CLEAN
   Alle 5 oberen Karten gleich groß, Märkisch unten breiter
   ========================================================= */
.jhw-location-shell{
  display:grid;
  gap:24px;
  max-width:980px;
  margin:0 auto;
}

.jhw-location-card,
.jhw-regions-card{height:100%}

.jhw-address{
  margin:4px auto 0;
  max-width:30ch;
  color:var(--jhw-navy);
  font-size:1rem;
  font-weight:700;
  line-height:1.75;
  text-align:center;
}

.jhw-regions-card{
  padding:34px 28px 34px;
  border-radius:34px;
}

.jhw-regions-card > .jhw-eyebrow{
  display:flex;
  margin:0 auto 14px;
}

.jhw-regions-card > h3{
  margin:0 auto 14px;
  text-align:center;
  max-width:14ch;
}

.jhw-regions-card > p{
  max-width:620px;
  margin:0 auto;
  text-align:center;
  line-height:1.78;
}

.jhw-region-grid{
  display:grid;
  gap:18px;
  align-items:stretch;
}

.jhw-region-grid--top{
  grid-template-columns:repeat(2, minmax(0, 260px));
  justify-content:center;
  gap:18px;
  margin-top:28px;
}

.jhw-region-grid--middle{
  grid-template-columns:repeat(3, minmax(0, 260px));
  justify-content:center;
  gap:18px;
  margin:18px auto 0;
}

.jhw-region-grid--bottom{
  grid-template-columns:minmax(0, 620px);
  justify-content:center;
  margin:18px auto 0;
}

.jhw-region-item{
  width:100%;
  min-height:148px;
  padding:22px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(233,98,11,.08);
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  box-shadow:0 6px 18px rgba(23,50,68,.04);
  transition:transform .34s var(--jhw-ease), box-shadow .34s ease, border-color .28s ease, background .28s ease;
}

.jhw-region-grid--top .jhw-region-item,
.jhw-region-grid--middle .jhw-region-item{
  min-height:148px;
}

.jhw-region-grid--bottom .jhw-region-item{
  min-height:160px;
  padding:24px 20px;
}

.jhw-region-item:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 26px rgba(23,50,68,.07);
  border-color:rgba(233,98,11,.16);
}

.jhw-region-item > strong{
  display:block;
  margin:0;
  color:var(--jhw-navy);
  font-size:1.02rem;
  line-height:1.28;
  text-align:center;
}

.jhw-region-links{
  justify-content:center;
  gap:8px 8px;
  max-width:100%;
  align-items:center;
  align-content:center;
}

.jhw-region-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  background:linear-gradient(180deg,#F4F7F1 0%, #E4EEDC 100%);
  border:1px solid var(--jhw-sage-line);
  color:var(--jhw-navy);
  font-size:.73rem;
  font-weight:700;
  white-space:normal;
  text-align:center;
  line-height:1.15;
  box-shadow:0 6px 14px rgba(23,50,68,.035);
  max-width:100%;
}

.jhw-region-link:hover,
.jhw-region-link:focus-visible{
  transform:translateY(-2px);
  border-color:#C8D9BF;
  background:linear-gradient(180deg,#F8FBF5 0%, #EDF5E6 100%);
  box-shadow:0 14px 28px rgba(23,50,68,.08),0 6px 14px rgba(85,113,90,.10);
  color:var(--jhw-navy);
}

.jhw-region-hint{
  margin:0 auto;
  max-width:42ch;
  color:var(--jhw-navy-soft);
  line-height:1.86;
  text-align:center;
}


/* Contact groups */
.jhw-contact-groups{display:grid;gap:22px;max-width:980px;margin:0 auto}
.jhw-contact-group{padding:0;max-width:860px;margin:0 auto 32px}
.jhw-contact-group.is-barnim{background:radial-gradient(640px 220px at 8% 0%, rgba(233,98,11,.06), transparent 70%),linear-gradient(180deg,var(--jhw-card) 0%, var(--jhw-card-2) 100%)}
.jhw-contact-group__summary{display:block;list-style:none;cursor:pointer;padding:0}
.jhw-contact-group__summary::-webkit-details-marker{display:none}
.jhw-contact-group__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:28px 24px 26px}
.jhw-contact-group__intro{max-width:680px;margin:0 auto;text-align:center;justify-self:center;display:flex;flex-direction:column;align-items:center;gap:12px}
.jhw-contact-group__title{font-size:clamp(1.18rem,1.6vw,1.5rem);line-height:1.22;margin:0}
.jhw-contact-group__text{margin:0 auto;max-width:54ch;color:var(--jhw-navy-soft);line-height:1.92;text-align:center}
.jhw-contact-group__summary-meta{display:flex;align-items:center;gap:12px;white-space:nowrap;align-self:center}
.jhw-contact-group__count{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(233,98,11,.10);color:var(--jhw-navy-soft);font-size:.84rem;font-weight:700;box-shadow:0 8px 16px rgba(23,50,68,.04)}
.jhw-contact-group__toggle{position:relative;width:40px;height:40px;border-radius:50%;border:1px solid rgba(233,98,11,.12);background:#fff}
.jhw-contact-group__toggle::before,
.jhw-contact-group__toggle::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:var(--jhw-orange);border-radius:999px;transform:translate(-50%,-50%)}
.jhw-contact-group__toggle::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .24s ease}
.jhw-contact-group[open] .jhw-contact-group__toggle::after{transform:translate(-50%,-50%) rotate(0)}
.jhw-contact-group__body{padding:0 24px 28px}
.jhw-contact-group__cards{display:grid;grid-template-columns:repeat(2,minmax(0,420px));justify-content:center;gap:18px;align-items:stretch}

.jhw-contact-card{padding:24px;text-align:left;display:flex;flex-direction:column;height:100%;gap:0;max-width:420px;width:100%;margin:0 auto}
.jhw-contact-card__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.jhw-contact-card h3{font-size:1.28rem;line-height:1.2;margin-bottom:10px}
.jhw-contact-card__role{color:var(--jhw-navy);font-weight:600;line-height:1.72}
.jhw-contact-card__meta{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:12px}
.jhw-contact-card__meta li{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.84);border:1px solid rgba(233,98,11,.08)}
.jhw-contact-card__meta span{display:block;color:#8B6A56;font-size:.79rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.jhw-contact-card__meta a,
.jhw-contact-card__meta strong{display:block;margin-top:6px;color:var(--jhw-navy);font-size:.96rem;font-weight:700;line-height:1.62;word-break:break-word}
.jhw-contact-card__note{margin-top:16px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,#FFF9F3 0%,#FFF1E6 100%);border:1px solid rgba(233,98,11,.12);color:#8B6A56;font-size:.93rem;line-height:1.74}
.jhw-contact-card .jhw-link{margin-top:auto;padding-top:18px}
.jhw-contact-card__meta-icon{width:42px;height:42px;border-radius:14px;background:#FFF7EF;border:1px solid rgba(233,98,11,.12);color:var(--jhw-orange);display:grid;place-items:center}
.jhw-contact-card__meta-icon svg{width:20px;height:20px;display:block}
.jhw-contact-line{margin-top:0;display:flex;align-items:center;justify-content:center;gap:12px 14px;flex-wrap:wrap;color:var(--jhw-navy);font-size:1.03rem;font-weight:700;text-align:center;width:100%;line-height:1.75}

/* Map */
.jhw-map-shell{padding:28px;min-height:360px;text-align:center;display:flex;align-items:center;justify-content:center}
.jhw-map-placeholder{display:flex;align-items:center;justify-content:center;min-height:304px;background:none;width:100%}
.jhw-map-placeholder__inner{max-width:820px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}
.jhw-map-placeholder__inner h3{font-size:clamp(1.55rem,2.2vw,2.15rem);line-height:1.12;text-align:center}
.jhw-map-placeholder__inner p{max-width:60ch;margin:0 auto;line-height:1.76;text-align:center}
.jhw-map-frame{display:block;width:100%;height:304px;border:0;border-radius:22px}

/* FAQ */
.jhw-faq-stack{display:grid;gap:16px;max-width:1030px;margin:0 auto}
.jhw-faq{border-radius:22px;overflow:hidden}
.jhw-faq summary{position:relative;display:block;list-style:none;cursor:pointer;padding:22px 58px 22px 22px;color:var(--jhw-navy);font-size:1.01rem;font-weight:700;line-height:1.6;text-align:left}
.jhw-faq summary::-webkit-details-marker{display:none}
.jhw-faq summary::marker{content:"";display:none}
.jhw-faq summary::before,
.jhw-faq summary::after{content:"";position:absolute;right:22px;top:50%;width:14px;height:2px;border-radius:999px;background:var(--jhw-orange);transform:translateY(-50%)}
.jhw-faq summary::after{transform:translateY(-50%) rotate(90deg);transition:transform .24s ease}
.jhw-faq[open] summary::after{transform:translateY(-50%) rotate(0deg)}
.jhw-faq__content{padding:0 22px 18px;text-align:left}
.jhw-faq__content > div{padding-top:0;border-top:1px solid rgba(233,98,11,.08)}
.jhw-faq__content p{padding:18px 0 0;margin:0;color:var(--jhw-navy-soft);line-height:1.96;text-align:left}

/* CTA */
.jhw-cta{padding:56px 36px 60px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}
.jhw-cta h2{font-size:clamp(2rem,3.2vw,3rem);line-height:1.12;margin:0;text-align:center}
.jhw-cta .jhw-lead{max-width:760px;margin:0 auto;text-align:center;line-height:1.98}
.jhw-section--cta{padding-bottom:124px}

/* Footer */
.jhb-wegweiser-v4 + footer,
.jhb-wegweiser-v4 ~ footer{margin-top:0}

.jhb-wegweiser-v4 + footer .site-footer,
.jhb-wegweiser-v4 ~ footer .site-footer{padding-top:36px}

/* Support */
.jhw-section-card--support{
  padding:34px 26px 26px;
  gap:14px;
  display:flex;
  flex-direction:column;
  height:100%;
  text-align:left;
  align-items:flex-start;
}

.jhw-section-card--support > .jhw-eyebrow,
.jhw-section-card--support > h3,
.jhw-section-card--support > p{
  text-align:center;
  align-self:center;
}

.jhw-section-card--support > .jhw-eyebrow{margin-bottom:6px}

.jhw-section-card--support h3{
  margin-top:8px;
  font-size:1.32rem;
  line-height:1.2;
}

.jhw-section-card--support > p{
  max-width:28ch;
  margin:0 auto;
  font-size:.95rem;
  line-height:1.78;
}

.jhw-support-list{
  list-style:none;
  margin:12px 0 0;
  padding:0;
  display:grid;
  gap:10px;
  width:100%;
}

.jhw-support-list li{
  position:relative;
  min-height:70px;
  display:flex;
  align-items:center;
  padding:14px 16px 14px 44px;
  border-radius:16px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(233,98,11,.10);
  color:var(--jhw-navy);
  font-size:.98rem;
  font-weight:600;
  line-height:1.35;
  text-wrap:balance;
}

.jhw-support-list li::before{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--jhw-orange);
  box-shadow:0 0 0 6px rgba(233,98,11,.10);
}

.jhw-section-card--support .jhw-btn-row--card{
  margin-top:auto;
  width:100%;
}

.jhw-section-card--support .jhw-btn-row--card .jhw-btn{min-width:214px}

.jhw-support-link-wrap{
  margin-top:auto;
  width:100%;
  padding-top:10px;
  text-align:center;
}

.jhw-support-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:.95rem;
  font-weight:700;
  line-height:1.4;
  color:var(--jhw-orange-dark);
  text-decoration:none;
  opacity:.86;
}

.jhw-support-link::after{
  content:"→";
  font-size:.9em;
  line-height:1;
}

.jhw-support-link:hover,
.jhw-support-link:focus-visible{
  color:var(--jhw-orange);
  opacity:1;
}

.jhw-section-card--support-hours{
  background:linear-gradient(180deg,#FFF8F1 0%, #FFF3EA 100%);
  border-color:rgba(233,98,11,.20);
  box-shadow:0 22px 46px rgba(233,98,11,.10), 0 18px 42px rgba(23,50,68,.06);
}

.jhw-section-card--support-hours::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,var(--jhw-orange) 0%, #F28A36 100%);
}

.jhw-section-card--support-hours h3{color:#133048}

.jhw-section-card--support-hours .jhw-support-list li{
  background:rgba(255,255,255,.92);
  border-color:rgba(233,98,11,.16);
  box-shadow:0 12px 24px rgba(233,98,11,.06);
  font-size:1rem;
}

.jhw-section-card--support-hours .jhw-support-list li::before{
  width:12px;
  height:12px;
  box-shadow:0 0 0 7px rgba(233,98,11,.12);
}

.jhw-section-card--support-alert .jhw-support-list li,
.jhw-section-card--support-help .jhw-support-list li{background:rgba(255,255,255,.88)}
.jhw-section-card--support-alert .jhw-support-list li{font-size:1rem}

/* Responsive */
@media (max-width: 1100px){
  .jhw-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .jhw-card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jhw-mini-grid,
  .jhw-contact-group__cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 980px){
  .jhw-inline-steps{
    grid-template-columns:1fr;
  }

  .jhw-quickstart-grid{
    grid-template-columns:1fr;
    max-width:520px;
    margin:0 auto;
  }

  .jhw-region-grid--top,
  .jhw-region-grid--middle,
  .jhw-region-grid--bottom{
    grid-template-columns:1fr;
    max-width:none;
    justify-content:stretch;
  }

  .jhw-region-item,
  .jhw-region-grid--middle .jhw-region-item,
  .jhw-region-grid--bottom .jhw-region-item{
    min-height:0;
  }
}

@media (max-width: 820px){
  .jhw-wrap{width:min(100%,calc(100% - 24px))}

  .jhw-section{padding:54px 0}
  .jhw-section--direct{padding-top:18px}
  .jhw-section--cta{padding-bottom:90px}

  .jhw-section + .jhw-section::before{
    width:min(100%,calc(100% - 24px));
  }

  .jhw-section-head{
    margin-bottom:30px;
    gap:12px;
  }

  .jhw-section-head h2{
    font-size:clamp(1.78rem,7.2vw,2.42rem);
    line-height:1.12;
    max-width:12.5ch;
  }

  .jhw-lead{
    max-width:31ch;
    font-size:1rem;
    line-height:1.68;
  }

  .jhw-divider{
    width:70px;
    margin-top:2px;
  }

  .jhw-hero{padding:12px 0 28px}
  .jhw-hero__shell{
    padding:24px 16px 20px;
    border-radius:28px;
    box-shadow:0 18px 42px rgba(23,50,68,.065), inset 0 1px 0 rgba(255,255,255,.72);
  }

  .jhw-hero__top{
    gap:14px;
  }

  .jhw-hero__top h1{
    font-size:clamp(1.86rem,7.6vw,2.48rem);
    max-width:12ch;
  }

  .jhw-hero__lead{
    max-width:31ch;
    font-size:.98rem;
    line-height:1.68;
  }

  .jhw-hero__top .jhw-btn-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    max-width:520px;
    gap:10px;
    margin-top:2px;
  }

  .jhw-hero__top .jhw-btn{
    width:100%;
    max-width:none;
    min-width:0;
    min-height:48px;
    padding:0 14px;
    font-size:.92rem;
  }

  .jhw-hero__top .jhw-btn:nth-child(3){
    grid-column:1 / -1;
  }

  .jhw-chip-row{
    width:100%;
    margin-top:4px;
    gap:8px;
  }

  .jhw-chip{
    min-height:28px;
    padding:6px 10px;
    font-size:.73rem;
    box-shadow:none;
    background:rgba(255,255,255,.72);
  }

  .jhw-chip:nth-child(3){
    width:100%;
    max-width:360px;
  }

  .jhw-card-grid--3,
  .jhw-card-grid--2,
  .jhw-mini-grid,
  .jhw-contact-group__cards,
  .jhw-quickstart-grid{
    grid-template-columns:1fr;
  }

  .jhw-card-grid{gap:16px}

  .jhw-card,
  .jhw-panel,
  .jhw-faq,
  .jhw-cta,
  .jhw-contact-group,
  .jhw-mini-card,
  .jhw-map-shell{
    border-radius:26px;
  }

  .jhw-section-card,
  .jhw-quickstart-card,
  .jhw-cta,
  .jhw-contact-group__head,
  .jhw-contact-group__body{
    padding-left:18px;
    padding-right:18px;
  }

  .jhw-section-card,
  .jhw-quickstart-card{
    padding-top:22px;
    padding-bottom:20px;
    gap:12px;
  }

  .jhw-section-card > .jhw-eyebrow,
  .jhw-quickstart-card > .jhw-eyebrow{
    margin-left:auto;
    margin-right:auto;
  }

  .jhw-section-card > h3,
  .jhw-quickstart-card > h3{
    font-size:clamp(1.28rem,5.8vw,1.62rem);
    line-height:1.16;
  }

  .jhw-section-card > p,
  .jhw-quickstart-card > p{
    max-width:30ch;
    line-height:1.62;
    font-size:.97rem;
  }

  .jhw-btn{
    width:100%;
    min-width:0;
    max-width:340px;
    min-height:50px;
  }

  .jhw-info-chip{
    min-height:30px;
    padding:6px 10px;
    font-size:.76rem;
  }

  .jhw-card-grid--direct{
    gap:12px;
  }

  .jhw-card-grid--direct{
    max-width:none;
  }

  .jhw-card-grid--direct .jhw-section-card{
    grid-template-rows:auto auto auto auto auto;
    justify-items:center;
    align-items:center;
    text-align:center;
    padding:18px;
    border-radius:24px;
  }

  .jhw-card-grid--direct .jhw-section-card > .jhw-eyebrow{
    margin:0 auto;
  }

  .jhw-card-grid--direct .jhw-section-card > h3,
  .jhw-card-grid--direct .jhw-section-card > p{
    max-width:30ch;
    min-height:0;
    margin:0 auto;
    text-align:center;
  }

  .jhw-card-grid--direct .jhw-card-chips{
    min-height:0;
    justify-content:center;
    gap:8px;
  }

  .jhw-card-grid--direct .jhw-card-chips .jhw-info-chip:nth-child(n+3){
    display:none;
  }

  .jhw-card-grid--direct .jhw-btn-row--card{
    justify-content:center;
    padding-top:4px;
  }

  .jhw-card-grid--direct .jhw-btn{
    max-width:none;
  }

  .jhw-direct-help{
    max-width:none;
    margin-top:16px;
    padding:20px 18px;
    gap:14px;
  }

  .jhw-direct-help__head{
    gap:8px;
  }

  .jhw-direct-help__head h3{
    font-size:clamp(1.22rem,5.5vw,1.56rem);
  }

  .jhw-direct-help__head p{
    max-width:31ch;
    font-size:.94rem;
    line-height:1.58;
  }

  .jhw-inline-steps{
    gap:10px;
  }

  .jhw-inline-step{
    grid-template-columns:32px 1fr;
    gap:10px;
    padding:11px 12px;
    border-radius:16px;
  }

  .jhw-inline-step__num{
    width:30px;
    height:30px;
    font-size:.82rem;
  }

  .jhw-inline-step__body strong{font-size:.93rem}

  .jhw-inline-step__body span{
    margin-top:3px;
    font-size:.88rem;
    line-height:1.45;
  }

  .jhw-inline-note{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .jhw-inline-note__chips{
    justify-content:flex-start;
    gap:8px;
  }

  .jhw-steps{
    gap:10px;
    margin-top:8px;
  }

  .jhw-step{
    grid-template-columns:32px 1fr;
    gap:10px;
    padding:11px 12px;
    border-radius:16px;
  }

  .jhw-step__num{
    width:30px;
    height:30px;
    font-size:.82rem;
  }

  .jhw-step__text strong{font-size:.93rem}
  .jhw-step__text span{
    margin-top:3px;
    font-size:.88rem;
    line-height:1.45;
  }

  .jhw-quickstart-card .jhw-info-chips{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:6px;
  }

  .jhw-quickstart-card .jhw-info-chip{
    width:100%;
    min-height:34px;
    background:rgba(255,247,239,.72);
  }

  .jhw-section-card--audience{
    padding:22px 18px 20px;
    gap:12px;
  }

  .jhw-section-card--audience > h3{max-width:none}
  .jhw-section-card--audience > p{
    max-width:31ch;
    line-height:1.62;
  }

  .jhw-section-card--support{
    align-items:center;
    text-align:center;
    padding:22px 16px 18px;
    gap:10px;
  }

  .jhw-section-card--support > h3{
    max-width:14ch;
    margin:0 auto;
    font-size:1.22rem;
  }

  .jhw-section-card--support > p{
    max-width:27ch;
    font-size:.93rem;
    line-height:1.58;
  }

  .jhw-support-list{
    gap:9px;
    margin-top:8px;
  }

  .jhw-support-list li{
    min-height:0;
    padding:12px 14px 12px 42px;
    border-radius:17px;
    font-size:.95rem;
    line-height:1.35;
  }

  .jhw-support-list li::before{
    left:15px;
    top:18px;
    transform:none;
    width:10px;
    height:10px;
    box-shadow:0 0 0 5px rgba(233,98,11,.10);
  }

  #hilfe .jhw-section-head{
    margin-bottom:28px;
  }

  #hilfe .jhw-section-head h2{
    max-width:11.5ch;
  }

  .jhw-regions-card{
    padding:24px 14px 18px;
    border-radius:28px;
  }

  #standorte .jhw-section-head{
    margin-bottom:28px;
  }

  #standorte .jhw-regions-card > h3{
    max-width:11ch;
    font-size:clamp(1.55rem,6.4vw,2rem);
    line-height:1.08;
  }

  #standorte .jhw-regions-card > p{
    max-width:25ch;
    line-height:1.6;
  }

  #standorte .jhw-region-grid--top,
  #standorte .jhw-region-grid--middle,
  #standorte .jhw-region-grid--bottom{
    max-width:none;
    justify-content:stretch;
    align-items:stretch;
    gap:14px;
    margin-top:14px;
  }

  #standorte .jhw-region-grid--top{
    grid-template-columns:1fr;
    margin-top:20px;
  }

  #standorte .jhw-region-grid--middle{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #standorte .jhw-region-grid--middle .jhw-region-item:nth-child(3){
    grid-column:1 / -1;
    max-width:170px;
    justify-self:center;
  }

  #standorte .jhw-region-grid--bottom{
    grid-template-columns:1fr;
  }

  #standorte .jhw-region-item{
    min-height:0;
    padding:20px 14px 18px;
    border-radius:24px;
    gap:12px;
    background:linear-gradient(180deg,rgba(255,255,255,.96) 0%, rgba(249,246,241,.96) 100%);
    border-color:rgba(23,50,68,.05);
    box-shadow:0 12px 28px rgba(23,50,68,.055);
  }

  #standorte .jhw-region-grid--middle .jhw-region-item{
    min-height:150px;
    padding:18px 12px 16px;
  }

  #standorte .jhw-region-item > strong{
    font-size:1rem;
    line-height:1.16;
  }

  #standorte .jhw-region-links{
    gap:7px;
  }

  #standorte .jhw-region-link{
    width:auto;
    min-height:32px;
    padding:7px 10px;
    font-size:.78rem;
    line-height:1.12;
  }

  #standorte .jhw-region-grid--middle .jhw-region-link{
    font-size:.8rem;
  }

  #standorte .jhw-region-hint{
    max-width:24ch;
    font-size:.9rem;
    line-height:1.5;
  }

  .jhw-contact-group{
    margin-bottom:16px;
  }

  .jhw-contact-group__head{
    grid-template-columns:1fr;
    gap:14px;
    padding-top:22px;
    padding-bottom:18px;
  }

  .jhw-contact-group__summary-meta{
    width:100%;
    justify-content:center;
    gap:10px;
  }

  .jhw-contact-card,
  .jhw-contact-group{max-width:100%}

  .jhw-contact-card{
    padding:20px 16px;
  }

  .jhw-contact-card__top{
    align-items:flex-start;
    gap:12px;
  }

  .jhw-contact-card__meta li{
    grid-template-columns:38px 1fr;
    gap:10px;
    padding:11px 12px;
  }

  .jhw-contact-card__meta-icon{
    width:38px;
    height:38px;
    border-radius:13px;
  }

  .jhw-map-shell{
    padding:22px 16px;
    min-height:380px;
  }

  .jhw-map-placeholder{min-height:330px}
  .jhw-map-frame{height:340px}

  .jhw-cta{
    padding-top:34px;
    padding-bottom:38px;
  }

  .jhw-cta .jhw-lead{
    line-height:1.68;
  }

  .jhw-contact-line{
    gap:8px 12px;
    font-size:.96rem;
    line-height:1.55;
  }
}

@media (max-width: 820px){
  .jhb-wegweiser-v4{
    background:linear-gradient(180deg,var(--jhw-bg) 0%, var(--jhw-bg-soft) 48%, #fffdf9 100%);
  }

  .jhw-section--direct,
  .jhw-section--help,
  .jhw-section--audience,
  .jhw-section--regions,
  .jhw-section--contacts,
  .jhw-section--map,
  .jhw-section--faq,
  .jhw-section--cta{
    background:transparent;
  }

  .jhw-card,
  .jhw-panel,
  .jhw-faq,
  .jhw-cta,
  .jhw-contact-group,
  .jhw-mini-card,
  .jhw-map-shell{
    box-shadow:0 10px 24px rgba(23,50,68,.055);
    will-change:auto;
  }

  .jhw-region-item,
  .jhw-contact-card__meta li,
  .jhw-support-list li{
    box-shadow:0 6px 16px rgba(23,50,68,.04);
  }

  .jhw-card::before,
  .jhw-cta::before,
  .jhw-contact-group::before{
    background:linear-gradient(180deg,rgba(233,98,11,.035),rgba(233,98,11,0) 34%);
  }

  .jhw-reveal,
  .jhw-reveal.is-visible{
    opacity:1;
    transform:none;
    transition:none;
  }

  #standorte .jhw-region-item{
    opacity:1;
    animation:none;
  }
}

@media (max-width: 560px){
  .jhw-eyebrow,
  .jhw-badge,
  .jhw-route__label,
  .jhw-mini-label,
  .jhw-contact-group__eyebrow{
    min-height:30px;
    padding:6px 11px;
    font-size:9px;
    letter-spacing:.075em;
  }

  .jhw-section-head h2{
    font-size:clamp(1.7rem,7.8vw,2.24rem);
  }

  .jhw-hero__top .jhw-btn-row{
    grid-template-columns:1fr;
  }

  .jhw-hero__top .jhw-btn:nth-child(3){
    grid-column:auto;
  }

  .jhw-hero__top .jhw-btn{
    min-height:46px;
  }

  .jhw-card-grid--direct .jhw-section-card{
    padding:17px 16px;
  }

  .jhw-card-grid--direct .jhw-card-chips .jhw-info-chip{
    width:100%;
    justify-content:center;
  }

  .jhw-inline-note{
    align-items:center;
  }

  .jhw-inline-note__chips{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
  }

  .jhw-inline-note__chips .jhw-info-chip{
    width:100%;
    justify-content:center;
  }

  .jhw-faq summary{
    padding:18px 48px 18px 18px;
    font-size:.96rem;
  }

  .jhw-faq__content{
    padding:0 18px 18px;
  }

  .jhw-faq__content p{
    padding-top:16px;
  }

  #standorte .jhw-region-grid--middle{
    gap:12px;
  }

  #standorte .jhw-region-grid--middle .jhw-region-item{
    min-height:142px;
  }

  #standorte .jhw-region-grid--middle .jhw-region-item:nth-child(3){
    max-width:160px;
  }
}

@media (hover: none){
  .jhw-card:hover,
  .jhw-faq:hover,
  .jhw-cta:hover,
  .jhw-mini-card:hover,
  .jhw-map-shell:hover,
  .jhw-contact-group:hover,
  .jhw-region-item:hover,
  .jhw-inline-step:hover,
  .jhw-chip:hover,
  .jhw-card-chips .jhw-info-chip:hover{
    --jhw-lift-y:0;
    --jhw-lift-scale:1;
    transform:none;
  }
}

@media (prefers-reduced-motion: reduce){
  .jhb-wegweiser-v4 *,
  .jhb-wegweiser-v4 *::before,
  .jhb-wegweiser-v4 *::after{
    scroll-behavior:auto;
    animation:none;
    transition:none;
  }

  .jhw-reveal{
    opacity:1;
    transform:none;
    filter:none;
  }

  .jhw-card:hover,
  .jhw-faq:hover,
  .jhw-cta:hover,
  .jhw-mini-card:hover,
  .jhw-map-shell:hover,
  .jhw-contact-group:hover{
    --jhw-lift-y:0;
    --jhw-lift-scale:1;
    transform:none;
  }
}

@media (prefers-reduced-motion: no-preference){
  @keyframes jhwRegionFadeUp{
    from{
      opacity:0;
      transform:translateY(16px) scale(.985);
    }
    to{
      opacity:1;
      transform:translateY(0) scale(1);
    }
  }
}

@media (prefers-reduced-motion: no-preference) and (max-width: 820px){
  #standorte .jhw-region-item{
    opacity:1;
    animation:none;
  }
}
