
/********************************************
 * JHB – JUGENDÄMTER-SEITE
 * jhb-jugendaemter.css
 *
 * Alle Styles sind unter .jhb-jugendaemter-page gescoped.
 ********************************************/


/* ==========================================
   1. BASIS & LAYOUT
   ========================================== */

.jhb-jugendaemter-page {
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #1f2933;
  background-color: #f5f7fb;
}

.jhb-jugendaemter-page * {
  box-sizing: border-box;
}

.jhb-jugendaemter-page a {
  color: #e9620b;
  text-decoration: none;
}

.jhb-jugendaemter-page a:hover {
  text-decoration: underline;
}

.jhb-jugendaemter-page .jhb-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.jhb-jugendaemter-page main.jhb-main {
  padding-bottom: 4rem;
}

.jhb-jugendaemter-page section {
  padding: 3.5rem 0;
}


/* ==========================================
   2. TYPOGRAFIE & STANDARDELEMENTE
   ========================================== */

.jhb-jugendaemter-page h1,
.jhb-jugendaemter-page h2,
.jhb-jugendaemter-page h3 {
  margin: 0 0 0.75rem;
  font-weight: 700;
  color: #10223a;
}

.jhb-jugendaemter-page h1 {
  font-size: 2.1rem;
  line-height: 1.25;
}

.jhb-jugendaemter-page h2 {
  font-size: 1.7rem;
  text-align: center;
}

.jhb-jugendaemter-page h3 {
  font-size: 1.2rem;
}

.jhb-jugendaemter-page p {
  margin: 0 0 0.75rem;
  line-height: 1.6;
  color: #42526b;
  font-size: 0.98rem;
}

.jhb-jugendaemter-page .jhb-section-intro {
  max-width: 780px;
  margin: 0.25rem auto 0;
  text-align: center;
  color: #52627a;
  font-size: 0.98rem;
}

.jhb-jugendaemter-page .jhb-heading-accent {
  color: #e9620b;
}


/* ==========================================
   3. HERO-BEREICH
   ========================================== */

.jhb-jugendaemter-page .jhb-hero {
  padding: 3.5rem 0 2.5rem;
  background: linear-gradient(180deg, #fdfaf6 0%, #f7fbff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.jhb-jugendaemter-page .jhb-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.6fr);
  gap: 2.5rem;
  align-items: stretch;
}

.jhb-jugendaemter-page .jhb-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #52627a;
  margin: 0 auto 0.75rem auto;
  background-color: #ffffff;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.jhb-jugendaemter-page .jhb-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #e9620b;
}

.jhb-jugendaemter-page .jhb-hero-subline {
  margin-top: 0.75rem;
  max-width: 620px;
}

.jhb-jugendaemter-page .jhb-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.25rem 0 1.1rem;
}

.jhb-jugendaemter-page .jhb-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  background-color: #ffffff;
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
  color: #42526b;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

.jhb-jugendaemter-page .jhb-chip-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.jhb-jugendaemter-page .jhb-chip-icon svg {
  width: 100%;
  height: 100%;
  stroke: #e9620b;
}

.jhb-jugendaemter-page .jhb-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* HERO-Karte rechts */
.jhb-jugendaemter-page .jhb-hero-card {
  align-self: stretch;
}

.jhb-jugendaemter-page .jhb-hero-card-inner {
  height: 100%;
  border-radius: 1.2rem;
  background: #ffffff;
  padding: 1.8rem 1.6rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.jhb-jugendaemter-page .jhb-card-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c7a95;
  margin-bottom: 0.2rem;
}

.jhb-jugendaemter-page .jhb-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #10223a;
}

.jhb-jugendaemter-page .jhb-card-text {
  font-size: 0.92rem;
}

.jhb-jugendaemter-page .jhb-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.45rem;
}

.jhb-jugendaemter-page .jhb-tag {
  font-size: 0.78rem;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background-color: #f3f4ff;
  color: #364152;
}


/* ==========================================
   4. BUTTONS
   ========================================== */

.jhb-jugendaemter-page .jhb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.jhb-jugendaemter-page .jhb-button-primary {
  background-color: #e9620b;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(233, 98, 11, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.jhb-jugendaemter-page .jhb-button-primary:hover {
  background-color: #cf5608;
  box-shadow: 0 14px 30px rgba(233, 98, 11, 0.45);
  transform: translateY(-2px);
}

.jhb-jugendaemter-page .jhb-button-secondary {
  background-color: #ffffff;
  border-color: #d3d7e5;
  color: #243b53;
}

.jhb-jugendaemter-page .jhb-button-secondary:hover {
  border-color: #e9620b;
}


/* ==========================================
   5. AUFTRAG-SEKTION – LISTEN
   ========================================== */

/* Container für die zwei Spalten */
.jhb-jugendaemter-page .jhb-two-col {
  max-width: 1100px;
  margin: 2.2rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem 3.5rem;
  text-align: left;
}

/* UL-Listen in der Auftrags-Sektion */
.jhb-jugendaemter-page .jhb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #3f4a5a;
  font-size: 0.96rem;
  text-align: left;
}

/* Sicherstellen, dass alle Inhalte von Aufzählungen linksbündig sind,
   auch wenn umgebende Container zentriert sind. */
.jhb-jugendaemter-page .jhb-list,
.jhb-jugendaemter-page .jhb-list * {
  text-align: left;
}

/* Listeneinträge */
.jhb-jugendaemter-page .jhb-list li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.55;
}

/* Abstand zwischen den Punkten */
.jhb-jugendaemter-page .jhb-list li + li {
  margin-top: 0.45rem;
}

/* Runder Punkt – Markenfarbe */
.jhb-jugendaemter-page .jhb-list li::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background-color: #e9620b;
}

/* Mobil: eine Spalte */
@media (max-width: 768px) {
  .jhb-jugendaemter-page .jhb-two-col {
    grid-template-columns: 1fr;
    max-width: 620px;
    gap: 1.1rem;
  }
}


/* ==========================================
   6. KERNFAKTEN – CARDS & TABELLE
   ========================================== */

.jhb-jugendaemter-page #fakten {
  background-color: #f5f7fb; /* neutral/kühl */
}

.jhb-jugendaemter-page .jhb-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.jhb-jugendaemter-page .jhb-fact-card {
  background-color: #ffffff;
  padding: 1.1rem 1.1rem 1.2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.jhb-jugendaemter-page .jhb-fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
}

.jhb-jugendaemter-page .jhb-fact-card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.jhb-jugendaemter-page .jhb-fact-table-wrap {
  margin-top: 2.6rem;
}

.jhb-jugendaemter-page .jhb-fact-table-title {
  font-size: 1.05rem;
  margin-bottom: 0.9rem;
}

.jhb-jugendaemter-page .jhb-table-scroll {
  width: 100%;
  overflow-x: auto;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.jhb-jugendaemter-page .jhb-fact-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background-color: #ffffff;
  font-size: 0.86rem;
}

.jhb-jugendaemter-page .jhb-fact-table th,
.jhb-jugendaemter-page .jhb-fact-table td {
  padding: 0.75rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid #edf0f6;
}

.jhb-jugendaemter-page .jhb-fact-table th {
  background-color: #eef1fb;
  font-weight: 600;
  color: #243b53;
}

.jhb-jugendaemter-page .jhb-fact-table tbody tr:nth-child(even) {
  background-color: #fafbff;
}


/* ==========================================
   7. VERFAHREN & TIMELINE
   ========================================== */

.jhb-jugendaemter-page .jhb-proc-box {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.jhb-jugendaemter-page .jhb-proc-box h3 {
  margin-bottom: 0.5rem;
}

.jhb-jugendaemter-page .jhb-proc-box ul {
  margin: 0;
  padding-left: 1.1rem;
  text-align: left;
}

/* Auch im Verfahrens-Block: Listen strikt linksbündig halten */
.jhb-jugendaemter-page .jhb-proc-box ul,
.jhb-jugendaemter-page .jhb-proc-box ul * {
  text-align: left;
}

.jhb-jugendaemter-page .jhb-proc-box li + li {
  margin-top: 0.35rem;
}

/* Timeline */
.jhb-jugendaemter-page .jhb-timeline {
  margin-top: 2.2rem;
  display: grid;
  gap: 1.4rem;
}

.jhb-jugendaemter-page .jhb-timeline-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 1rem 1.2rem;
  border-radius: 0.9rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jhb-jugendaemter-page .jhb-timeline-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.jhb-jugendaemter-page .jhb-timeline-badge {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: #e9620b;
  color: #ffffff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* ==========================================
   8. QUALITÄT & KINDERSCHUTZ
   ========================================== */

.jhb-jugendaemter-page .jhb-quality {
  background-color: #fdfaf6;
}

.jhb-jugendaemter-page .jhb-quality-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.jhb-jugendaemter-page .jhb-quality-heading {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.jhb-jugendaemter-page .jhb-quality-text {
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.jhb-jugendaemter-page .jhb-quality-list {
  margin: 0;
  padding-left: 1.1rem;
  text-align: left;
}

/* Qualität & Kinderschutz – Listen und Inhalte linksbündig */
.jhb-jugendaemter-page .jhb-quality-list,
.jhb-jugendaemter-page .jhb-quality-list * {
  text-align: left;
}

.jhb-jugendaemter-page .jhb-quality-list li + li {
  margin-top: 0.3rem;
}


/* ==========================================
   9. REGIONEN
   ========================================== */

.jhb-jugendaemter-page .jhb-regions {
  background-color: #f7f8fd;
}

.jhb-jugendaemter-page .jhb-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.jhb-jugendaemter-page .jhb-region-card {
  background-color: #ffffff;
  padding: 1.3rem 1.4rem;
  border-radius: 1rem;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jhb-jugendaemter-page .jhb-region-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.jhb-jugendaemter-page .jhb-region-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.jhb-jugendaemter-page .jhb-region-icon img {
  width: 80px;
  height: 80px;
}

.jhb-jugendaemter-page .jhb-region-title {
  font-weight: 700;
}

.jhb-jugendaemter-page .jhb-region-divider {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e9620b, transparent);
}

.jhb-jugendaemter-page .jhb-region-text {
  font-size: 0.95rem;
}

.jhb-jugendaemter-page .jhb-region-note {
  font-size: 0.9rem;
  margin-top: 1.4rem;
  text-align: center;
  color: #6b7280;
}


/* ==========================================
   10. LEISTUNGEN – KARTEN
   ========================================== */

.jhb-jugendaemter-page .jhb-services-grid {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.jhb-jugendaemter-page .jhb-service-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.3rem 1.4rem 1.4rem;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.jhb-jugendaemter-page .jhb-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

/* Icon oben zentriert */
.jhb-jugendaemter-page .jhb-service-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
}

/* Gemeinsame Icon-Fläche – alle gleich groß */
.jhb-jugendaemter-page .jhb-service-icon {
  width: 80px;
  height: 80px;
  border-radius: 0;
  background: none;
  padding: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inhalt im Icon: skaliert, damit alles gleich wirkt */
.jhb-jugendaemter-page .jhb-service-icon img,
.jhb-jugendaemter-page .jhb-service-icon svg {
  width: 90%;
  height: 90%;
}

/* Strichfarbe + Strichstärke für inline-SVGs */
.jhb-jugendaemter-page .jhb-service-icon svg,
.jhb-jugendaemter-page .jhb-service-icon svg * {
  stroke: #e9620b;
  stroke-width: 2.9; /* hier kannst du bei Bedarf „dicker“/„dünner“ drehen */
}

/* Titel & Meta mittig */
.jhb-jugendaemter-page .jhb-service-title,
.jhb-jugendaemter-page .jhb-service-meta {
  text-align: center;
}

.jhb-jugendaemter-page .jhb-service-title {
  font-size: 1.02rem;
  margin-bottom: 0.1rem;
}

.jhb-jugendaemter-page .jhb-service-meta {
  font-size: 0.8rem;
  color: #6b7280;
}

.jhb-jugendaemter-page .jhb-service-text {
  font-size: 0.94rem;
  margin-top: 0.35rem;
}

/* Tags mittig */
.jhb-jugendaemter-page .jhb-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
  justify-content: center;
}

.jhb-jugendaemter-page .jhb-service-tag {
  font-size: 0.78rem;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background-color: #f3f4ff;
  color: #364152;
}

.jhb-jugendaemter-page .jhb-service-footnote {
  font-size: 0.86rem;
  margin-top: 1.5rem;
  text-align: center;
  color: #6b7280;
}


/* ==========================================
   11. KONTAKT/CTA
   ========================================== */

.jhb-jugendaemter-page .jhb-cta {
  background-color: #f7f8fd;
}

.jhb-jugendaemter-page .jhb-cta-box {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.3fr);
  gap: 2rem;
  padding: 1.8rem 1.8rem 1.9rem;
  border-radius: 1.4rem;
  background-color: #ffffff;
  border: 1px solid rgba(233, 98, 11, 0.18);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* CTA-Box – vertikale Marken-Akzentleiste links */
.jhb-jugendaemter-page .jhb-cta-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #e9620b, #ffb86b);
  border-radius: 1.4rem 0 0 1.4rem;
}

.jhb-jugendaemter-page .jhb-cta-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14);
}

.jhb-jugendaemter-page .jhb-cta-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e9620b;
  margin-bottom: 0.45rem;
}

.jhb-jugendaemter-page .jhb-cta-text {
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.jhb-jugendaemter-page .jhb-cta-meta {
  font-size: 0.86rem;
  color: #6b7280;
}

.jhb-jugendaemter-page .jhb-cta-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.jhb-jugendaemter-page .jhb-cta-right {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.jhb-jugendaemter-page .jhb-cta-contact-block {
  background-color: #f8fafc;
  border-radius: 1.1rem;
  padding: 1.3rem 1.3rem 1.4rem;
  border: 1px solid #e5e7f0;
  width: 100%;
}

.jhb-jugendaemter-page .jhb-cta-contact-title {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.jhb-jugendaemter-page .jhb-cta-contact-text {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.jhb-jugendaemter-page .jhb-cta-contact-line {
  display: flex;
  gap: 0.45rem;
  font-size: 0.9rem;
  align-items: baseline;
}

.jhb-jugendaemter-page .jhb-cta-contact-line + .jhb-cta-contact-line {
  margin-top: 0.35rem;
}

.jhb-jugendaemter-page .jhb-cta-contact-label {
  min-width: 70px;
  font-weight: 600;
}

.jhb-jugendaemter-page .jhb-cta-contact-note {
  margin-top: 0.7rem;
  font-size: 0.84rem;
  color: #6b7280;
}

.jhb-jugendaemter-page .jhb-cta-contact-link {
  margin-top: 0.55rem;
  font-size: 0.86rem;
}


/* ==========================================
   12. FOOTER
   ========================================== */

.jhb-jugendaemter-page .jhb-footer {
  padding: 1.3rem 1.5rem 2.2rem;
  font-size: 0.82rem;
  text-align: center;
  color: #6b7280;
}


/* ==========================================
   13. RESPONSIVE BREAKPOINTS
   ========================================== */

@media (max-width: 1024px) {
  .jhb-jugendaemter-page .jhb-hero-inner {
    grid-template-columns: minmax(0, 1.9fr) minmax(0, 1.6fr);
  }

  .jhb-jugendaemter-page .jhb-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jhb-jugendaemter-page .jhb-services-grid {
    grid-template-columns: 1fr;
  }

  .jhb-jugendaemter-page .jhb-region-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .jhb-jugendaemter-page .jhb-hero-inner {
    grid-template-columns: 1fr;
  }

  .jhb-jugendaemter-page .jhb-hero-card-inner {
    margin-top: 0.5rem;
  }

  .jhb-jugendaemter-page .jhb-cta-box {
    grid-template-columns: 1fr;
  }

  .jhb-jugendaemter-page .jhb-quality-box {
    grid-template-columns: 1fr;
  }

  .jhb-jugendaemter-page .jhb-fact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .jhb-jugendaemter-page h1 {
    font-size: 1.7rem;
  }

  /* Hero-Kicker: Badge auf mobilen Geräten vollbreit zentrieren */
  .jhb-jugendaemter-page .jhb-kicker {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Kicker in der rechten Hero-Karte zentrieren */
  .jhb-jugendaemter-page .jhb-card-kicker {
    text-align: center;
    display: block;
    margin: 0 auto 0.4rem auto;
  }

  /* Auftrag-Heading: „kurz & klar“ auf eigene Zeile, zentriert unter dem Titel */
  .jhb-jugendaemter-page #auftrag h2 .jhb-heading-accent {
    display: block;
    margin-top: 0.1rem;
  }

  .jhb-jugendaemter-page .jhb-hero {
    padding-top: 2.3rem;
  }

  /* Hero-Badges: auf Handy im 2-Spalten-Grid, Block zentriert */
  .jhb-jugendaemter-page .jhb-hero-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    max-width: 420px;
    margin: 1.25rem auto 1.1rem;
    justify-items: stretch;
  }

  .jhb-jugendaemter-page .jhb-chip {
    width: 100%;
    justify-content: flex-start;
    min-height: 2.2rem;
  }

  /* Hero-Buttons: zentriert und gleich breit */
  .jhb-jugendaemter-page .jhb-hero-cta-row {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
    margin: 1.5rem auto 0;
  }

  .jhb-jugendaemter-page .jhb-hero-cta-row .jhb-button {
    width: 100%;
    justify-content: center;
  }

  .jhb-jugendaemter-page .jhb-fact-grid {
    grid-template-columns: 1fr;
  }

  .jhb-jugendaemter-page .jhb-region-card,
  .jhb-jugendaemter-page .jhb-service-card {
    padding: 1.1rem 1.1rem 1.2rem;
  }

  .jhb-jugendaemter-page p {
    font-size: 1rem;
  }

  /* Timeline: Zahl oben zentriert, Text darunter zentriert */
  .jhb-jugendaemter-page .jhb-timeline-step {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .jhb-jugendaemter-page .jhb-timeline-badge {
    margin: 0 auto 0.4rem;
  }

  .jhb-jugendaemter-page .jhb-timeline-step > :last-child {
    text-align: center;
  }

  /* Regionen: Icon und Titel auf Handy zentriert, Icon oben */
  .jhb-jugendaemter-page .jhb-region-label {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .jhb-jugendaemter-page .jhb-region-title {
    text-align: center;
  }

  .jhb-jugendaemter-page .jhb-region-divider {
    width: 100%;
  }
}
