/* =========================================================
   JHB – Leichte Sprache
   Eigenständiges, ruhiges Seiten-System ohne globale Overrides.
   ========================================================= */

.jhb-easy-page {
  --easy-orange: #e9620b;
  --easy-orange-dark: #b84600;
  --easy-orange-soft: #fff2e7;
  --easy-green: #245c39;
  --easy-green-dark: #173f2a;
  --easy-green-soft: #edf8f1;
  --easy-blue-soft: #eef7fb;
  --easy-ink: #152838;
  --easy-copy: #2f4858;
  --easy-muted: #5a6d7a;
  --easy-line: rgba(21, 40, 56, 0.12);
  --easy-line-strong: rgba(21, 40, 56, 0.18);
  --easy-surface: #ffffff;
  --easy-page-bg: #fbfcfa;
  --easy-shadow: 0 18px 48px rgba(21, 40, 56, 0.08);
  --easy-shadow-soft: 0 12px 30px rgba(21, 40, 56, 0.06);
  --easy-radius-lg: 32px;
  --easy-radius: 24px;
  --easy-radius-sm: 17px;

  position: relative;
  overflow: hidden;
  color: var(--easy-ink);
  background: var(--easy-page-bg);
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 19px;
  line-height: 1.72;
}

.jhb-easy-page *,
.jhb-easy-page *::before,
.jhb-easy-page *::after {
  box-sizing: border-box;
}

.jhb-easy-page a {
  color: inherit;
  text-decoration: none;
}

.jhb-easy-page [hidden] {
  display: none;
}

.jhb-easy-page button,
.jhb-easy-page input,
.jhb-easy-page textarea,
.jhb-easy-page select {
  font: inherit;
}

.jhb-easy-page svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jhb-easy-shell {
  width: min(1040px, calc(100% - 40px));
  margin-inline: auto;
}

.jhb-easy-page h1,
.jhb-easy-page h2,
.jhb-easy-page h3 {
  margin-top: 0;
  color: var(--easy-ink);
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.jhb-easy-page p {
  color: var(--easy-copy);
}

.jhb-easy-page :focus-visible {
  outline: 4px solid rgba(36, 92, 57, 0.28);
  outline-offset: 4px;
}

.jhb-easy-hero {
  position: relative;
  padding: clamp(48px, 4.5vw, 68px) 0 26px;
  background:
    radial-gradient(820px 360px at 8% 0%, rgba(255, 228, 207, 0.8), transparent 72%),
    radial-gradient(760px 350px at 94% 4%, rgba(229, 249, 242, 0.94), transparent 73%),
    linear-gradient(180deg, #fffdf9 0%, #fbfcfa 100%);
}

.jhb-easy-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -235px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(233, 98, 11, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.jhb-easy-hero .jhb-easy-shell {
  width: min(1080px, calc(100% - 40px));
}

.jhb-easy-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
  gap: clamp(20px, 2.2vw, 28px);
  align-items: center;
  padding: clamp(18px, 2.2vw, 26px);
  overflow: hidden;
  border: 1px solid rgba(21, 40, 56, 0.11);
  border-radius: 34px;
  background:
    radial-gradient(480px 260px at 100% 0%, rgba(229, 249, 242, 0.92), transparent 76%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 247, 0.98) 58%, rgba(246, 251, 248, 0.98) 100%);
  box-shadow: 0 24px 70px rgba(21, 40, 56, 0.09);
}

.jhb-easy-hero__layout::before {
  content: "";
  position: absolute;
  top: -105px;
  right: 22%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(36, 92, 57, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.jhb-easy-hero__copy,
.jhb-easy-important {
  position: relative;
  z-index: 1;
  border-radius: 28px;
}

.jhb-easy-hero__copy {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(24px, 2.5vw, 34px);
}

.jhb-easy-kicker {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid rgba(184, 70, 0, 0.18);
  border-radius: 999px;
  background: var(--easy-orange-soft);
  color: var(--easy-orange-dark);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.jhb-easy-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--easy-orange);
}

.jhb-easy-hero h1 {
  max-width: 620px;
  margin: 17px 0 15px;
  color: var(--easy-orange-dark);
  font-size: clamp(2.8rem, 3.75vw, 3.85rem);
  line-height: 1.035;
  text-wrap: balance;
}

.jhb-easy-hero h1 span {
  display: block;
}

.jhb-easy-lead {
  display: grid;
  max-width: 720px;
  gap: 7px;
}

.jhb-easy-lead p {
  margin: 0;
  color: #253f50;
  font-size: clamp(1.08rem, 1.2vw, 1.2rem);
  font-weight: 750;
  line-height: 1.52;
}

.jhb-easy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}

.jhb-easy-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 20px;
  border: 1px solid rgba(184, 70, 0, 0.2);
  border-radius: 999px;
  background: #fff;
  color: var(--easy-orange-dark);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(21, 40, 56, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.jhb-easy-button__icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.jhb-easy-page .jhb-easy-button--primary,
.jhb-easy-page a.jhb-easy-button--primary,
.jhb-easy-page button.jhb-easy-button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--easy-orange), var(--easy-orange-dark));
  color: #fff;
  box-shadow: 0 13px 28px rgba(184, 70, 0, 0.2);
}

.jhb-easy-page .jhb-easy-button--primary:hover,
.jhb-easy-page .jhb-easy-button--primary:focus-visible,
.jhb-easy-page .jhb-easy-button--primary:visited {
  color: #fff;
}

.jhb-easy-button--secondary {
  border-color: rgba(36, 92, 57, 0.22);
  color: var(--easy-green-dark);
}

.jhb-easy-button--quiet {
  border-color: var(--easy-line);
  color: var(--easy-copy);
}

.jhb-easy-button:hover,
.jhb-easy-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(21, 40, 56, 0.11);
}

.jhb-easy-read-status {
  min-height: 1.55em;
  margin: 13px 0 0;
  color: var(--easy-muted);
  font-size: 1rem;
  font-weight: 700;
}

.jhb-easy-important {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 2.3vw, 32px);
  border: 1px solid rgba(36, 92, 57, 0.14);
  background:
    radial-gradient(300px 190px at 100% 0%, rgba(229, 249, 242, 0.96), transparent 76%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 246, 0.98) 100%);
  box-shadow: 0 16px 38px rgba(21, 40, 56, 0.07);
}

.jhb-easy-important__icon,
.jhb-easy-card-icon,
.jhb-easy-call-card__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(36, 92, 57, 0.17);
  border-radius: 18px;
  background: var(--easy-green-soft);
  color: var(--easy-green);
  font-size: 25px;
}

.jhb-easy-important h2 {
  margin: 17px 0 14px;
  color: var(--easy-green-dark);
  font-size: clamp(1.72rem, 2vw, 2.05rem);
  line-height: 1.12;
}

.jhb-easy-check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jhb-easy-check-list li {
  position: relative;
  padding-left: 33px;
  color: var(--easy-copy);
  font-weight: 750;
  line-height: 1.5;
}

.jhb-easy-check-list li::before {
  content: "✓";
  position: absolute;
  top: 0.06em;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--easy-green-soft);
  color: var(--easy-green);
  font-size: 0.9rem;
  font-weight: 900;
}

.jhb-easy-navigation {
  padding: 12px 0;
  border-block: 1px solid rgba(21, 40, 56, 0.08);
  background: #fff;
}

.jhb-easy-navigation .jhb-easy-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.jhb-easy-navigation__label {
  color: var(--easy-ink);
  font-weight: 900;
}

.jhb-easy-navigation__links {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  overflow: visible;
  scrollbar-width: none;
}

.jhb-easy-navigation__links::-webkit-scrollbar {
  display: none;
}

.jhb-easy-navigation a {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid rgba(184, 70, 0, 0.16);
  border-radius: 999px;
  background: #fffaf6;
  color: var(--easy-orange-dark);
  font-size: 1rem;
  font-weight: 900;
}

.jhb-easy-navigation a:hover,
.jhb-easy-navigation a:focus-visible {
  background: var(--easy-orange-soft);
}

.jhb-easy-section {
  position: relative;
  padding: clamp(50px, 4.25vw, 62px) 0;
  scroll-margin-top: 120px;
}

.jhb-easy-section--soft {
  border-block: 1px solid rgba(21, 40, 56, 0.06);
  background:
    radial-gradient(760px 280px at 18% 0%, rgba(255, 239, 227, 0.72), transparent 75%),
    radial-gradient(760px 300px at 88% 100%, rgba(229, 249, 242, 0.72), transparent 75%),
    #f8faf8;
}

.jhb-easy-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.jhb-easy-heading h2 {
  margin: 15px auto 10px;
  font-size: clamp(2rem, 2.8vw, 2.65rem);
  line-height: 1.08;
  text-wrap: balance;
}

.jhb-easy-heading p {
  max-width: 690px;
  margin: 3px auto 0;
  font-size: 1.04rem;
  line-height: 1.62;
}

.jhb-easy-heading--left {
  max-width: none;
  margin: 0;
  text-align: left;
}

.jhb-easy-heading--left h2,
.jhb-easy-heading--left p {
  margin-inline: 0;
}

.jhb-easy-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-block: 8px;
  border-block: 1px solid var(--easy-line);
}

.jhb-easy-offer-card {
  border: 1px solid var(--easy-line);
  border-radius: var(--easy-radius);
  background: var(--easy-surface);
  box-shadow: var(--easy-shadow-soft);
}

.jhb-easy-value-card {
  min-width: 0;
  padding: 22px 24px;
}

.jhb-easy-value-card + .jhb-easy-value-card {
  border-left: 1px solid var(--easy-line);
}

.jhb-easy-value-card .jhb-easy-card-icon {
  margin-bottom: 14px;
}

.jhb-easy-value-card h3,
.jhb-easy-offer-card h3,
.jhb-easy-note h3,
.jhb-easy-steps h3,
.jhb-easy-call-card h3 {
  margin-bottom: 9px;
  font-size: 1.24rem;
  line-height: 1.24;
}

.jhb-easy-value-card p,
.jhb-easy-offer-card > p,
.jhb-easy-note p,
.jhb-easy-steps p,
.jhb-easy-call-card p {
  margin: 0;
  line-height: 1.62;
}

.jhb-easy-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  max-width: 820px;
  margin: 22px auto 0;
  padding: 19px 22px;
  border: 1px solid rgba(184, 70, 0, 0.16);
  border-radius: var(--easy-radius-sm);
  background: #fff8f2;
}

.jhb-easy-note__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: var(--easy-orange-soft);
  color: var(--easy-orange-dark);
  font-size: 21px;
}

.jhb-easy-note h3 {
  color: var(--easy-orange-dark);
}

.jhb-easy-note--green {
  grid-column: 2;
  max-width: none;
  margin-top: 4px;
  border-color: rgba(36, 92, 57, 0.16);
  background: #f3faf6;
}

.jhb-easy-note--green .jhb-easy-note__icon {
  background: var(--easy-green-soft);
  color: var(--easy-green);
}

.jhb-easy-note--green h3 {
  color: var(--easy-green-dark);
}

.jhb-easy-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jhb-easy-offer-card {
  display: flex;
  min-height: 242px;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.jhb-easy-offer-card:nth-child(2n) .jhb-easy-card-icon {
  border-color: rgba(184, 70, 0, 0.16);
  background: var(--easy-orange-soft);
  color: var(--easy-orange-dark);
}

.jhb-easy-offer-card h3 {
  margin-top: 13px;
  font-size: 1.34rem;
}

.jhb-easy-offer-card details {
  width: 100%;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid var(--easy-line);
}

.jhb-easy-offer-card summary {
  width: max-content;
  max-width: 100%;
  color: var(--easy-green-dark);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
}

.jhb-easy-offer-card details p {
  margin: 10px 0 0;
  padding: 12px 14px;
  border-radius: 13px;
  background: #f6f8f6;
  color: var(--easy-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.jhb-easy-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 15px;
  color: var(--easy-orange-dark);
  font-weight: 900;
}

.jhb-easy-text-link svg {
  width: 20px;
  height: 20px;
  transition: transform 180ms ease;
}

.jhb-easy-offer-card:hover,
.jhb-easy-offer-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(184, 70, 0, 0.2);
  box-shadow: var(--easy-shadow);
}

.jhb-easy-text-link:hover svg,
.jhb-easy-text-link:focus-visible svg {
  transform: translateX(4px);
}

.jhb-easy-offer-card--all {
  background: linear-gradient(145deg, #ffffff 0%, #f0f8f3 100%);
}

.jhb-easy-link-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  max-width: 760px;
  align-items: start;
  gap: 14px;
  margin: 0 auto 22px;
  padding: 16px 18px;
  border: 1px solid rgba(184, 70, 0, 0.16);
  border-radius: var(--easy-radius-sm);
  background: #fff8f2;
  color: var(--easy-copy);
  font-size: 1rem;
  font-weight: 750;
  text-align: left;
}

.jhb-easy-link-note p {
  margin: 0;
  color: inherit;
}

.jhb-easy-link-note strong {
  display: block;
  margin-bottom: 2px;
  color: var(--easy-orange-dark);
}

.jhb-easy-link-note__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: var(--easy-orange-soft);
  color: var(--easy-orange-dark);
  font-size: 21px;
}

.jhb-easy-place-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: 24px;
  align-items: stretch;
  padding: clamp(26px, 3.2vw, 36px);
  border: 1px solid rgba(36, 92, 57, 0.15);
  border-radius: var(--easy-radius-lg);
  background:
    radial-gradient(520px 230px at 100% 0%, rgba(229, 249, 242, 0.96), transparent 75%),
    linear-gradient(145deg, #fff 0%, #f7fbf8 100%);
  box-shadow: var(--easy-shadow-soft);
}

.jhb-easy-place-card__copy {
  align-self: center;
}

.jhb-easy-place-card h2 {
  margin: 16px 0 12px;
  font-size: clamp(1.95rem, 2.6vw, 2.5rem);
  line-height: 1.1;
  text-wrap: balance;
}

.jhb-easy-place-card__copy > p {
  margin: 0 0 15px;
}

.jhb-easy-place-card .jhb-easy-button {
  margin-top: 18px;
}

.jhb-easy-place-card__visual {
  display: grid;
  min-height: 250px;
  align-content: center;
  gap: 15px;
  padding: 6px 0 6px 24px;
  border-left: 1px solid rgba(36, 92, 57, 0.16);
}

.jhb-easy-place-card__visual-label {
  display: block;
  color: var(--easy-green-dark);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-align: left;
  text-transform: uppercase;
}

.jhb-easy-place-card__regions {
  display: grid;
  gap: 10px;
}

.jhb-easy-place-card__region {
  display: grid;
  min-height: 76px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--easy-ink);
}

.jhb-easy-place-card__region--berlin {
  background: linear-gradient(135deg, #f7fbff 0%, #eaf4ff 100%);
}

.jhb-easy-place-card__region--brandenburg {
  background: linear-gradient(135deg, #fbfefc 0%, #e8f7ee 100%);
}

.jhb-easy-place-card__region-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
}

.jhb-easy-place-card__region--berlin .jhb-easy-place-card__region-icon {
  color: #416d9d;
}

.jhb-easy-place-card__region--brandenburg .jhb-easy-place-card__region-icon {
  color: var(--easy-green);
}

.jhb-easy-place-card__region-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.65;
}

.jhb-easy-place-card__region-copy {
  display: grid;
  gap: 3px;
}

.jhb-easy-place-card__region strong {
  color: var(--easy-ink);
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

.jhb-easy-place-card__region small {
  color: var(--easy-copy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.jhb-easy-place-card__visual-note {
  margin: 0;
  color: var(--easy-muted);
  font-size: 1rem;
  font-weight: 750;
  text-align: left;
}

.jhb-easy-steps-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px 36px;
  align-items: start;
}

.jhb-easy-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: easy-step;
}

.jhb-easy-steps li {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 0 0 24px;
}

.jhb-easy-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 47px;
  bottom: 0;
  left: 22px;
  width: 2px;
  border-radius: 999px;
  background: rgba(184, 70, 0, 0.18);
}

.jhb-easy-step-number {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(184, 70, 0, 0.18);
  border-radius: 50%;
  background: var(--easy-orange-soft);
  color: var(--easy-orange-dark);
  font-weight: 900;
}

.jhb-easy-steps h3 {
  margin-top: 1px;
}

.jhb-easy-section--contact {
  padding-top: clamp(50px, 4.25vw, 62px);
  background:
    radial-gradient(720px 300px at 50% 0%, rgba(255, 230, 211, 0.68), transparent 75%),
    #fbfcfa;
}

.jhb-easy-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 24px;
  padding: clamp(26px, 3.4vw, 40px);
  border: 1px solid rgba(184, 70, 0, 0.15);
  border-radius: var(--easy-radius-lg);
  background: #fff;
  box-shadow: var(--easy-shadow);
}

.jhb-easy-contact-card__copy h2 {
  margin: 16px 0 10px;
  font-size: clamp(1.95rem, 2.7vw, 2.65rem);
  line-height: 1.08;
}

.jhb-easy-contact-card__copy > p {
  margin: 0;
}

.jhb-easy-contact-actions {
  display: grid;
  gap: 11px;
  margin-top: 19px;
}

.jhb-easy-contact-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1px 13px;
  align-items: center;
  min-height: 72px;
  padding: 13px 17px;
  border: 1px solid var(--easy-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(21, 40, 56, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.jhb-easy-contact-link > span {
  display: grid;
  grid-row: 1 / 3;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 14px;
  background: var(--easy-orange-soft);
  color: var(--easy-orange-dark);
  font-size: 22px;
}

.jhb-easy-contact-link small {
  color: var(--easy-muted);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.jhb-easy-contact-link strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--easy-ink);
  font-size: 1.06rem;
  line-height: 1.3;
}

.jhb-easy-contact-link:hover,
.jhb-easy-contact-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(184, 70, 0, 0.22);
  box-shadow: 0 14px 30px rgba(21, 40, 56, 0.1);
}

.jhb-easy-address {
  display: grid;
  gap: 2px;
  margin-top: 26px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.55;
}

.jhb-easy-call-card {
  align-self: stretch;
  padding: 10px 0 10px 26px;
  border-left: 1px solid rgba(36, 92, 57, 0.18);
}

.jhb-easy-call-card__icon {
  margin-bottom: 15px;
}

.jhb-easy-call-card h3 {
  margin-bottom: 16px;
  color: var(--easy-green-dark);
}

.jhb-easy-contact-footer {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  padding-top: 19px;
  border-top: 1px solid var(--easy-line);
}

.jhb-easy-contact-footer a {
  color: var(--easy-green-dark);
  font-size: 1rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(36, 92, 57, 0.3);
  text-underline-offset: 4px;
}

/* Auf dieser Seite gibt es bereits klare Kontakt- und Vorlese-Funktionen.
   Zusätzliche schwebende Assistenten und Kontakt-Reiter werden bewusst entfernt. */
body.jhb-page-slug-leichte-sprache .jhbBot3LazyHost,
body.jhb-page-slug-leichte-sprache .jhbBot3Host,
body.jhb-page-slug-leichte-sprache .jhb-sofortkontakt__desktop-trigger,
body.jhb-page-slug-leichte-sprache .jhb-sofortkontakt__desktop-tab,
body.jhb-page-slug-leichte-sprache .jhb-sofortkontakt__desktop-dock,
body.jhb-page-slug-leichte-sprache .jhb-sofortkontakt__floating-trigger,
body.jhb-page-slug-leichte-sprache .jhb-sofortkontakt__mobile-trigger,
body.jhb-page-slug-leichte-sprache .jhb-sofortkontakt__mobile-dock,
body.jhb-page-slug-leichte-sprache [data-jhb-sofortkontakt-root] {
  display: none;
}

body.jhb-page-slug-leichte-sprache.jhb-sofortkontakt-has-mobile-toolbar {
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .jhb-easy-hero__layout,
  .jhb-easy-place-card,
  .jhb-easy-contact-card {
    grid-template-columns: 1fr;
  }

  .jhb-easy-hero__layout {
    gap: 18px;
  }

  .jhb-easy-hero__copy,
  .jhb-easy-important {
    min-height: 0;
  }

  .jhb-easy-hero__copy {
    align-items: center;
    text-align: center;
  }

  .jhb-easy-lead p,
  .jhb-easy-read-status {
    text-align: center;
  }

  .jhb-easy-actions {
    justify-content: center;
  }

  .jhb-easy-important {
    align-items: center;
    text-align: center;
  }

  .jhb-easy-important .jhb-easy-check-list {
    max-width: 560px;
    text-align: left;
  }

  .jhb-easy-steps-layout {
    grid-template-columns: 1fr;
  }

  .jhb-easy-heading--left {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
  }

  .jhb-easy-heading--left h2,
  .jhb-easy-heading--left p {
    margin-inline: auto;
  }

  .jhb-easy-place-card__visual {
    min-height: 0;
    padding: 26px 0 0;
    border-top: 1px solid rgba(36, 92, 57, 0.16);
    border-left: 0;
  }

  .jhb-easy-note--green {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .jhb-easy-page {
    font-size: 18px;
  }

  .jhb-easy-shell {
    width: min(100% - 24px, 1120px);
  }

  .jhb-easy-hero {
    padding: 30px 0 22px;
  }

  .jhb-easy-hero__layout {
    gap: 14px;
    padding: 12px;
    border-radius: 28px;
  }

  .jhb-easy-hero__copy,
  .jhb-easy-important,
  .jhb-easy-place-card,
  .jhb-easy-contact-card {
    border-radius: 24px;
  }

  .jhb-easy-hero__copy {
    align-items: center;
    padding: 28px 20px;
    text-align: center;
  }

  .jhb-easy-hero h1 {
    margin-top: 18px;
    font-size: clamp(2.3rem, 10.6vw, 3.15rem);
    text-align: center;
  }

  .jhb-easy-lead p {
    font-size: 1.03rem;
    text-align: center;
  }

  .jhb-easy-actions {
    display: grid;
    width: 100%;
    max-width: 390px;
    grid-template-columns: 1fr;
  }

  .jhb-easy-button {
    width: 100%;
  }

  .jhb-easy-read-status {
    text-align: center;
  }

  .jhb-easy-important {
    padding: 26px 21px;
  }

  .jhb-easy-important__icon {
    margin-inline: auto;
  }

  .jhb-easy-important h2 {
    text-align: center;
  }

  .jhb-easy-navigation .jhb-easy-shell {
    gap: 9px;
  }

  .jhb-easy-navigation__label {
    display: block;
    text-align: center;
  }

  .jhb-easy-navigation__links {
    justify-content: center;
  }

  .jhb-easy-section {
    padding: 46px 0;
    scroll-margin-top: 96px;
  }

  .jhb-easy-heading {
    margin-bottom: 25px;
  }

  .jhb-easy-heading h2 {
    font-size: clamp(1.85rem, 8.3vw, 2.45rem);
  }

  .jhb-easy-heading p {
    font-size: 1rem;
  }

  .jhb-easy-value-grid,
  .jhb-easy-offer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .jhb-easy-value-card {
    min-height: 0;
    padding: 24px 10px;
  }

  .jhb-easy-value-card + .jhb-easy-value-card {
    border-top: 1px solid var(--easy-line);
    border-left: 0;
  }

  .jhb-easy-offer-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .jhb-easy-value-card .jhb-easy-card-icon,
  .jhb-easy-offer-card .jhb-easy-card-icon {
    margin-inline: auto;
  }

  .jhb-easy-value-card,
  .jhb-easy-offer-card {
    text-align: center;
  }

  .jhb-easy-offer-card {
    align-items: center;
  }

  .jhb-easy-offer-card details {
    text-align: left;
  }

  .jhb-easy-offer-card summary {
    margin-inline: auto;
  }

  .jhb-easy-note {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px;
    text-align: center;
  }

  .jhb-easy-place-card {
    padding: 25px 20px;
  }

  .jhb-easy-place-card__copy {
    text-align: center;
  }

  .jhb-easy-place-card .jhb-easy-check-list {
    max-width: 390px;
    margin-inline: auto;
    text-align: left;
  }

  .jhb-easy-place-card__visual {
    min-height: 0;
    padding: 24px 0 0;
  }

  .jhb-easy-place-card__region {
    min-height: 86px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 15px;
    text-align: left;
  }

  .jhb-easy-place-card__region-icon {
    width: 46px;
    height: 46px;
  }

  .jhb-easy-steps {
    max-width: 620px;
    margin-inline: auto;
  }

  .jhb-easy-steps li {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: stretch;
    padding: 0 0 26px;
    text-align: left;
  }

  .jhb-easy-contact-card {
    padding: 25px 19px;
  }

  .jhb-easy-contact-card__copy {
    text-align: center;
  }

  .jhb-easy-contact-actions {
    text-align: left;
  }

  .jhb-easy-call-card {
    padding: 24px 0 0;
    border-top: 1px solid rgba(36, 92, 57, 0.18);
    border-left: 0;
  }

  .jhb-easy-call-card__icon {
    margin-inline: auto;
  }

  .jhb-easy-call-card h3 {
    text-align: center;
  }

  .jhb-easy-contact-footer {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 430px) {
  .jhb-easy-shell {
    width: min(100% - 18px, 1120px);
  }

  .jhb-easy-hero__copy,
  .jhb-easy-important,
  .jhb-easy-value-card,
  .jhb-easy-offer-card,
  .jhb-easy-place-card,
  .jhb-easy-contact-card {
    border-radius: 22px;
  }

  .jhb-easy-contact-link {
    grid-template-columns: auto minmax(0, 1fr);
    padding-inline: 13px;
  }

  .jhb-easy-contact-link strong {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jhb-easy-page *,
  .jhb-easy-page *::before,
  .jhb-easy-page *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    transition-delay: 0ms;
  }
}
