/* Rechtsseiten: schmale Spalte, ruhige Typografie, gut lesbar. */
.recht{ padding-block: clamp(48px, 8vh, 96px) clamp(66px, 11vh, 128px); }
.recht .schale{ width: min(760px, 100% - var(--rand) * 2); }
.recht h1{
  font-family: var(--serif);
  font-size: clamp(38px, 6vw, 68px);
  margin-bottom: clamp(28px, 5vh, 52px);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--kante);
}
.recht h2{
  font-family: var(--serif);
  font-size: clamp(21px, 2.3vw, 28px);
  margin: 46px 0 12px;
}
.recht p{ color: var(--dim); line-height: 1.68; margin: 0 0 16px; }
.recht a{ color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.recht a:hover{ color: var(--rot-hell); }
.recht strong{ color: var(--ink); font-weight: 700; }
.recht .hinweis{
  font-size: 14px;
  color: var(--faint);
  border-left: 2px solid var(--kante);
  padding-left: 18px;
}
.recht .stand{
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid var(--kante);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--faint);
}
.recht ul{ color: var(--dim); line-height: 1.68; padding-left: 20px; }
.recht li{ margin-bottom: 8px; }
