/* ═══════════════════════════════════════════
   LEGAL PAGES — Impressum & Datenschutz
═══════════════════════════════════════════ */

.legal-content {
  color: #374151;
  font-size: 0.9375rem;
  line-height: 1.75;
}

/* Blocks */
.legal-block {
  margin-bottom: 2.5rem;
}

/* Divider */
.legal-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 2.5rem 0;
}

/* H2 — Hauptabschnitt */
.legal-content h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #7ab648;
  display: inline-block;
}

/* H3 — Unterabschnitt */
.legal-content h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111111;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Paragraphen */
.legal-content p {
  margin-bottom: 0.875rem;
  color: #4b5563;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

/* Links */
.legal-content a {
  color: #1a4a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.legal-content a:hover {
  color: #7ab648;
}

/* Strong */
.legal-content strong {
  color: #111111;
  font-weight: 700;
}
