/* Fellgeliebt — Rechtsseiten (Tokens aus ../styles.css) */
.seite-recht { background: var(--papier); }
.seite-recht .kopfleiste { background: var(--abend); }
.seite-recht .kopfleiste .wortmarke { color: var(--papier); }
.recht {
  max-width: 760px; margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--pad-x) var(--pad-sektion);
  color: var(--tinte);
}
.recht h1 {
  font-family: var(--display); font-weight: 500; font-style: italic;
  font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 0.4rem;
}
.recht .stand { font-size: 0.85rem; color: rgba(35,42,47,0.55); margin-bottom: 2.2rem; }
.recht h2 {
  font-family: var(--display); font-weight: 500; font-size: 1.3rem;
  margin: 2rem 0 0.6rem;
}
.recht h3 { font-size: 1rem; font-weight: 700; margin: 1.3rem 0 0.4rem; }
.recht p, .recht li { font-size: 0.95rem; line-height: 1.65; color: rgba(35,42,47,0.85); }
.recht p + p { margin-top: 0.7rem; }
.recht ul { padding-left: 1.2rem; margin: 0.6rem 0; }
.recht li { margin-bottom: 0.35rem; }
.recht a { color: var(--gold-tief); }
.recht .kasten {
  background: #FFFDF7; border: 1px solid rgba(154,108,60,0.4); border-radius: 12px;
  padding: 1.1rem 1.3rem; margin: 1rem 0;
}
.recht address { font-style: normal; }
