:root {
  --genki-red: #cf2027;
  --genki-dark: #141a1f;
  --genki-cream: #f7f3ec;
  --genki-line: #e5ded4;
  --genki-text: #171717;
  --genki-muted: #5f5f5f;
}

.genki-legal-page,
.genki-legal-page * {
  box-sizing: border-box;
}

.genki-legal-page {
  width: 100%;
  overflow: hidden;
  background: var(--genki-cream);
  color: var(--genki-text);
  font-family: inherit;
}

.genki-legal-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.genki-legal-hero {
  position: relative;
  padding: 76px 0 64px;
  background:
    radial-gradient(circle at 85% 22%, rgba(207, 32, 39, .07), transparent 28%),
    linear-gradient(135deg, #fff 0%, #faf5ee 58%, #f0e8de 100%);
  border-bottom: 1px solid var(--genki-line);
}

.genki-legal-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 20%;
  width: 110px;
  height: 110px;
  border: 2px solid rgba(207, 32, 39, .13);
  border-radius: 50%;
}

.genki-legal-kicker {
  margin: 0 0 14px;
  color: var(--genki-red);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .14em;
}

.genki-legal-hero h1 {
  margin: 0;
  color: #121212;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.035em;
}

.genki-legal-date {
  margin: 22px 0 0;
  color: var(--genki-muted);
  font-size: 16px;
}

.genki-legal-content {
  padding-top: 50px;
  padding-bottom: 78px;
}

.genki-legal-toc,
.genki-legal-section {
  background: #fff;
  border: 1px solid var(--genki-line);
  box-shadow: 0 14px 36px rgba(25, 25, 25, .035);
}

.genki-legal-toc {
  padding: 30px 34px;
  margin: 0 0 26px;
  border-top: 4px solid var(--genki-red);
}

.genki-legal-toc h2,
.genki-legal-section h2 {
  margin: 0 0 22px;
  color: #171717;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: -.02em;
}

.genki-legal-toc__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}

.genki-legal-toc a,
.genki-legal-section a {
  color: var(--genki-red);
  text-decoration: none;
}

.genki-legal-toc a {
  position: relative;
  padding: 8px 0 8px 18px;
  border-bottom: 1px solid #eee8df;
  font-weight: 650;
}

.genki-legal-toc a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--genki-red);
}

.genki-legal-section {
  scroll-margin-top: 110px;
  padding: 34px 38px;
  margin: 0 0 20px;
}

.genki-legal-section h3 {
  margin: 28px 0 10px;
  color: #222;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 750;
}

.genki-legal-section p,
.genki-legal-section li {
  color: #333;
  font-size: 16px;
  line-height: 1.72;
}

.genki-legal-section p {
  margin: 0 0 16px;
}

.genki-legal-section ul {
  margin: 9px 0 22px 1.25em;
  padding: 0;
}

.genki-legal-section li {
  margin: 0 0 8px;
}

.genki-legal-section strong {
  color: #1f1f1f;
}

.genki-legal-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

.genki-legal-info-grid--compact {
  margin-top: 20px;
  padding-top: 26px;
  border-top: 1px solid var(--genki-line);
}

.genki-legal-section--technical {
  position: relative;
  background: #fff;
  border: 2px solid var(--genki-red);
  border-radius: 10px;
}

.genki-legal-section--technical h2,
.genki-legal-section--technical p,
.genki-legal-section--technical strong {
  color: #1f1f1f;
}

.genki-legal-section--technical a {
  color: var(--genki-red);
  text-decoration: none;
}

.genki-legal-section--technical::before {
  content: none;
}

.genki-legal-source {
  margin-top: 30px !important;
  padding-top: 18px;
  border-top: 1px solid var(--genki-line);
  font-size: 14px !important;
}

.genki-v61-legalbar {
  width: 100%;
  background: #f7f3ec;
  border-top: 1px solid #e7dfd5;
  color: #4a4a4a;
  font-family: inherit;
}

.genki-v61-legalbar__inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 14px;
}

.genki-v61-legalbar nav {
  display: flex;
  gap: 20px;
}

.genki-v61-legalbar a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 650;
}

.genki-v61-legalbar a:hover,
.genki-v61-legalbar a:focus {
  color: var(--genki-red);
}

/* Klassen, die das mobile Reparatur-Skript auf der Willkommen-Seite setzt. */
.genki-v61-mobile-services {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.genki-v61-mobile-services-grid {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
  align-content: start !important;
}

.genki-v61-mobile-service-card {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.genki-v61-mobile-service-card + .genki-v61-mobile-service-card {
  border-top: 1px solid rgba(255,255,255,.15) !important;
}

@media (max-width: 900px) {
  .genki-legal-shell,
  .genki-v61-legalbar__inner {
    width: min(100% - 34px, 760px);
  }

  .genki-legal-hero {
    padding: 54px 0 48px;
  }

  .genki-legal-content {
    padding-top: 30px;
    padding-bottom: 56px;
  }

  .genki-legal-toc__grid,
  .genki-legal-info-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .genki-legal-section,
  .genki-legal-toc {
    padding: 26px 24px;
  }
}

@media (max-width: 640px) {
  .genki-legal-shell,
  .genki-v61-legalbar__inner {
    width: calc(100% - 28px);
  }

  .genki-legal-hero {
    padding: 42px 0 38px;
  }

  .genki-legal-hero::after {
    width: 72px;
    height: 72px;
    right: -8px;
    top: 24px;
  }

  .genki-legal-kicker {
    font-size: 12px;
  }

  .genki-legal-hero h1 {
    font-size: clamp(38px, 11vw, 56px);
    max-width: 92%;
  }

  .genki-legal-date {
    margin-top: 16px;
    font-size: 15px;
  }

  .genki-legal-content {
    padding-top: 20px;
    padding-bottom: 42px;
  }

  .genki-legal-section,
  .genki-legal-toc {
    padding: 23px 19px;
    margin-bottom: 14px;
    border-radius: 0;
  }

  .genki-legal-toc h2,
  .genki-legal-section h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .genki-legal-section h3 {
    font-size: 19px;
  }

  .genki-legal-section p,
  .genki-legal-section li {
    font-size: 15px;
    line-height: 1.68;
    overflow-wrap: anywhere;
  }

  .genki-legal-section ul {
    margin-left: 1em;
  }

  .genki-v61-legalbar__inner {
    padding: 15px 0;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.genki-legal-page{font-family:Arial,Helvetica,sans-serif;color:#1c1f22;background:#fff}.genki-legal-shell{width:min(1180px,90vw);margin:0 auto}.genki-legal-hero{background:#f8f5ef;padding:54px 0 32px;border-bottom:1px solid #ebe5dc}.genki-legal-hero h1{font-size:46px;margin:8px 0 0}.genki-legal-kicker{font-size:13px;color:#cf2028;font-weight:800;letter-spacing:.14em}.genki-legal-content{padding:42px 0 70px}.genki-legal-content h2{color:#1b1d20}.genki-legal-content a{color:#b81d24}@media(max-width:700px){.genki-legal-hero h1{font-size:38px}.genki-legal-shell{width:88vw}}

/* Clear exit from legal pages back to the Genki start page. */
.genki-legal-exit{background:#fff;border-bottom:1px solid var(--genki-line)}
.genki-legal-exit .genki-legal-shell{padding-top:16px;padding-bottom:16px}
.genki-legal-exit a{display:inline-flex;align-items:center;gap:8px;color:var(--genki-red);text-decoration:none;font-size:15px;line-height:1.2;font-weight:750}
.genki-legal-exit a:hover,.genki-legal-exit a:focus{text-decoration:underline;text-underline-offset:3px}
@media(max-width:700px){.genki-legal-exit .genki-legal-shell{padding-top:13px;padding-bottom:13px}.genki-legal-exit a{font-size:14px}}
