/* ============================================================
   EXKLUSIV VERANDA — Rechtstexte
   Impressum, Widerruf, Versand, Datenschutz, AGB.
   Lesbarkeit vor Gestaltung: eine Spalte, ruhige Typografie,
   großzügige Zeilenhöhe.
   ============================================================ */

.recht {
  padding-block: 130px 100px;
  max-width: 100%;
}

.recht .wrap { max-width: 780px; }

.krumen {
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--text-mute);
  margin-bottom: 26px;
}
.krumen a { color: var(--text-mute); }
.krumen a:hover { color: var(--rot); }

.recht h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  letter-spacing: -.03em;
  line-height: 1.05;
  margin-bottom: 46px;
}

.recht section { margin-bottom: 46px; }

.recht h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.32rem;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.recht h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -.015em;
  margin: 26px 0 10px;
}

.recht p { margin-bottom: 14px; line-height: 1.72; }
.recht p:last-child { margin-bottom: 0; }

.recht ul { margin: 0 0 14px; padding-left: 22px; }
.recht li { margin-bottom: 9px; line-height: 1.68; }

.recht a { color: var(--rot); text-decoration: underline; text-underline-offset: 3px; }
.recht a:hover { color: var(--rot-dunkel); }

.anschrift { line-height: 1.8; }

.klein { font-size: .9rem; color: var(--text-dim); line-height: 1.65; }
.mono  { font-family: var(--mono); font-size: .92rem; }

/* Offene Punkte sichtbar markieren, damit sie vor dem Livegang
   nicht übersehen werden */
.offen {
  border-left: 2px solid var(--rot);
  padding: 10px 0 10px 14px;
  background: rgba(200, 32, 42, .035);
}

/* Begriffspaare */
.paare {
  display: grid;
  grid-template-columns: minmax(150px, auto) 1fr;
  gap: 10px 24px;
}
.paare dt { font-weight: 500; color: var(--text); }
.paare dd { color: var(--text-dim); }

@media (max-width: 560px) {
  .paare { grid-template-columns: 1fr; gap: 3px 0; }
  .paare dd { margin-bottom: 12px; }
}

/* Tabelle Versandkosten */
.tabelle {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.tabelle th {
  text-align: left;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 400;
  padding: 0 14px 10px 0;
  border-bottom: 1px solid var(--line-hi);
}
.tabelle td {
  padding: 14px 14px 14px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.55;
}
.tabelle td:nth-child(2) { font-family: var(--mono); white-space: nowrap; }
.tabelle td:nth-child(3) { color: var(--text-dim); white-space: nowrap; }

@media (max-width: 560px) {
  .tabelle, .tabelle tbody, .tabelle tr, .tabelle td { display: block; width: 100%; }
  .tabelle thead { display: none; }
  .tabelle tr { border-bottom: 1px solid var(--line); padding: 14px 0; }
  .tabelle td { border: 0; padding: 2px 0; }
}

/* Kästen */
.hinweiskasten,
.wichtig {
  background: var(--bg-alt);
  border-left: 3px solid var(--rot);
  padding: 24px 26px;
}
.hinweiskasten h2,
.wichtig h2 { border-bottom: 0; padding-bottom: 0; margin-bottom: 12px; }
.hinweiskasten ul { margin-bottom: 0; }

/* Muster-Widerrufsformular */
.formularkasten {
  border: 1px solid var(--line-hi);
  padding: 28px 30px;
  margin: 18px 0;
  font-size: .96rem;
  line-height: 1.85;
}
.formularkasten .linien { font-family: var(--mono); letter-spacing: -.05em; }

.formular-aktionen {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0 16px;
}
.formular-aktionen .btn { text-decoration: none; }

.zahlarten { list-style: none; padding-left: 0; }
.zahlarten li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.zahlarten li:last-child { border-bottom: 0; }

/* Druckansicht: nur das Formular */
@media print {
  .nav, .footer, .krumen, .formular-aktionen { display: none; }
  .recht { padding-block: 0; }
  .recht a { color: #000; text-decoration: none; }
}
