.impressum-alias #content,
.datenschutzerklaerung-alias #content {
  background: linear-gradient(180deg, #fbfaf7 0%, #f5f1e9 100%);
  padding-top: 54px;
}

.impressum-alias .item-page,
.datenschutzerklaerung-alias .item-page {
  color: #292621;
  margin: 0 auto;
  max-width: 1040px;
}

.impressum-alias .item-title,
.datenschutzerklaerung-alias .item-title {
  display: none;
}

.legal-page {
  margin: 0 auto;
  max-width: 900px;
}

.legal-kicker {
  color: #8a5f24;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.legal-hero {
  border-bottom: 1px solid #ddd4c3;
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.legal-hero h1 {
  color: #171717;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 600;
  hyphens: auto;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  overflow-wrap: normal;
  text-transform: none !important;
  word-break: normal;
}

.legal-hero p,
.legal-section p,
.legal-list li {
  color: #4d4a43;
  font-size: 1rem;
  line-height: 1.72;
}

.legal-hero p {
  max-width: 720px;
}

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

.legal-card,
.legal-section {
  background: #fffdf8;
  border: 1px solid #ded8c9;
  padding: 24px;
}

.legal-section {
  margin-top: 20px;
}

.legal-card h2,
.legal-section h2 {
  color: #1f1d19;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0 0 12px;
}

.legal-section h3 {
  color: #2b2a24;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 18px 0 8px;
}

.legal-card p,
.legal-section p {
  margin: 0 0 12px;
  max-width: 72ch;
}

.legal-card p:last-child,
.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-list {
  margin: 0 0 12px;
  padding-left: 20px;
}

.legal-page a {
  color: #7b521b !important;
  font-weight: 700;
  text-decoration: none !important;
}

.legal-page a:hover,
.legal-page a:focus-visible {
  color: #566447 !important;
  text-decoration: underline !important;
}

.legal-muted {
  color: #6c665c !important;
  font-size: 0.94rem !important;
}

@media (max-width: 820px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .impressum-alias #content,
  .datenschutzerklaerung-alias #content {
    padding-top: 30px;
  }

  .legal-card,
  .legal-section {
    padding: 18px;
  }

  .legal-hero p,
  .legal-section p,
  .legal-card p,
  .legal-list li {
    font-size: 0.95rem !important;
  }

  .legal-hero h1 {
    font-size: 1.5rem;
  }
}
