/* Schlichtes, gut lesbares Layout für die Rechtstexte.
   Bewusst ohne Bootstrap/FontAwesome - diese Seiten brauchen keine
   Bibliotheken, und je weniger geladen wird, desto weniger kann
   datenschutzrechtlich schiefgehen. */

:root {
  --gold-text: #8B6914;
  --text-dark: #333333;
  --text-muted: #666666;
  --border-light: rgba(0, 0, 0, 0.12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  padding: 2rem 1rem 4rem;
  background: #f8f9fa;
  color: var(--text-dark);
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.recht-container {
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 2.5rem;
}

.recht-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: var(--gold-text);
  text-decoration: none;
  font-size: 0.9rem;
}

.recht-back:hover { text-decoration: underline; }

h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.9rem;
  color: var(--gold-text);
  margin: 0 0 0.4rem;
}

.recht-stand {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0 0 2rem;
}

h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  margin: 2.2rem 0 0.6rem;
  color: var(--text-dark);
}

h3 {
  font-size: 1.02rem;
  margin: 1.5rem 0 0.4rem;
  color: var(--text-dark);
}

p, li { color: var(--text-dark); }

ul, ol { padding-left: 1.3rem; }

li { margin-bottom: 0.4rem; }

a { color: var(--gold-text); }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.93rem;
}

th, td {
  border: 1px solid var(--border-light);
  padding: 0.6rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

th { background: #f2f2f4; font-weight: 600; }

.recht-box {
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 1.1rem 1.25rem;
  margin: 1.2rem 0;
  background: #fafafa;
}

.recht-box-warn {
  border-color: #e0a800;
  background: #fff8e6;
}

.recht-footer {
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border-light);
  font-size: 0.85rem;
  color: var(--text-muted);
}

.recht-footer a { margin-right: 0.8rem; }

@media (max-width: 600px) {
  .recht-container { padding: 1.5rem 1.2rem; }
  h1 { font-size: 1.5rem; }
}
