/* ====================================================================
   hierzusammen · Ratgeber
   ====================================================================

   Übersicht und Beiträge. Zusatzblatt zu hierzusammen.css.

   Die Ratgeber sind der Grund, warum diese Domain überhaupt gefunden
   wird. Sie sind deshalb als Lesestrecke gebaut und nicht als
   Verkaufsseite: eine schmale Spalte, große Zeilenabstände, keine
   Karten, kein Angebot vor dem ersten Absatz. Der Hinweis auf die
   Eventseiten steht am ENDE jedes Beitrags · wer eine Auskunft sucht,
   soll sie bekommen, ohne vorher an einer Werbung vorbeizugehen.
   ==================================================================== */

/* == Übersicht ====================================================== */

.rg-uebersichtskopf {
  padding-block: clamp(2.5rem, 6vw, 4.5rem) clamp(2rem, 4vw, 3rem);
  max-width: 44rem;
}
.rg-uebersichtskopf h1 {
  margin-top: 0.5rem;
  font-family: "Fraunces hz", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-size: clamp(2.2rem, 1.2rem + 4vw, 3.5rem);
  font-weight: 410;
  line-height: 1.04;
  letter-spacing: -0.026em;
  text-wrap: balance;
}
.rg-vorspann {
  margin-top: 1.25rem;
  max-width: 56ch;
  color: var(--hz-muted-text);
  font-size: clamp(1.05rem, 1rem + 0.4vw, 1.2rem);
}

/*
 * Die Liste der Beiträge · Linien und keine Karten.
 *
 * Drei weiße Kästen auf hellem Grund sind der Bausatz-Block, den jede
 * zweite Seite hat. Eine Linie trennt genauso, und der Beitrag bleibt
 * dabei ein Text und wird nicht zur Kachel.
 */
.rg-liste {
  margin: 0 0 clamp(3rem, 7vw, 5rem);
  padding: 0;
  list-style: none;
  max-width: 52rem;
}
.rg-liste li { border-top: 1px solid var(--hz-line); }
.rg-liste li:last-child { border-bottom: 1px solid var(--hz-line); }
.rg-liste a {
  display: block;
  padding: clamp(1.35rem, 3vw, 1.85rem) 0;
  color: var(--hz-ink);
  text-decoration: none;
}
.rg-liste a:hover h2 { text-decoration: underline; text-underline-offset: 0.16em; }
.rg-liste h2 {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-family: "Fraunces hz", Georgia, serif;
  font-optical-sizing: auto;
  font-size: clamp(1.35rem, 1.1rem + 1.2vw, 1.8rem);
  font-weight: 460;
  line-height: 1.16;
  letter-spacing: -0.016em;
}
.rg-liste h2::before {
  content: "";
  flex: none;
  width: 8px; height: 8px;
  margin-top: 0.45em;
  border-radius: 50%;
  background: var(--hz-gold);
}
.rg-liste-unter { margin-top: 0.35rem; color: var(--hz-gold-text); font-size: 0.9375rem; font-weight: 600; }
.rg-liste-anriss { margin-top: 0.6rem; max-width: 66ch; color: var(--hz-muted-text); }
.rg-liste-daten { margin-top: 0.7rem; color: var(--hz-muted-text); font-size: 0.875rem; }

/* == Ein Beitrag ==================================================== */

.rg-beitrag { padding-block: clamp(2rem, 5vw, 3.5rem) clamp(3rem, 7vw, 5rem); }
.rg-beitrag .hz-feld { max-width: 48rem; }

.rg-weg { margin-bottom: 1.5rem; font-size: 0.9375rem; }
.rg-weg a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  color: var(--hz-muted-text);
  font-weight: 600;
  text-decoration: none;
}
.rg-weg a::before { content: "←"; }
.rg-weg a:hover { color: var(--hz-ink); text-decoration: underline; }

.rg-kopf { padding-bottom: clamp(1.5rem, 3vw, 2.25rem); border-bottom: 1px solid var(--hz-line); }
.rg-kopf h1 {
  font-family: "Fraunces hz", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-size: clamp(2.05rem, 1.2rem + 3.4vw, 3.1rem);
  font-weight: 410;
  line-height: 1.06;
  letter-spacing: -0.024em;
  text-wrap: balance;
}
.rg-unter { margin-top: 0.9rem; max-width: 58ch; color: var(--hz-muted-text); font-size: 1.125rem; }
.rg-daten {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  margin-top: 1.1rem;
  color: var(--hz-muted-text);
  font-size: 0.875rem;
}

/*
 * Der Text.
 *
 * 68 Zeichen Zeilenlänge und 1,72 Zeilenhöhe. Beides ist gemessen und
 * nicht gewählt: Darüber verliert man beim Zeilenwechsel die Zeile,
 * darunter liest es sich gehackt.
 */
.rg-text { padding-top: clamp(1.75rem, 4vw, 2.5rem); }
.rg-text > * { max-width: 68ch; }
.rg-text p { margin-bottom: 1.15rem; line-height: 1.72; }
.rg-text h2 {
  margin: clamp(2.25rem, 5vw, 3rem) 0 0.85rem;
  font-family: "Fraunces hz", Georgia, serif;
  font-optical-sizing: auto;
  font-size: clamp(1.4rem, 1.15rem + 1.2vw, 1.85rem);
  font-weight: 460;
  line-height: 1.18;
  letter-spacing: -0.016em;
}
.rg-text h3 {
  margin: 1.85rem 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.008em;
}
.rg-text ul, .rg-text ol { margin: 0 0 1.15rem; padding-left: 1.35rem; }
.rg-text li { margin-bottom: 0.5rem; line-height: 1.65; }
.rg-text ul { list-style: none; padding-left: 0; }
.rg-text ul li {
  position: relative;
  padding-left: 1.35rem;
}
.rg-text ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.62em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--hz-gold);
}
.rg-text a {
  color: var(--hz-ink);
  text-decoration: underline;
  text-decoration-color: rgb(142 103 47 / 0.5);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.2em;
}
.rg-text a:hover { text-decoration-color: var(--hz-gold-dark); }
.rg-text strong { font-weight: 700; }

/* Ein hervorgehobener Absatz im Text · für den einen Satz, auf den es
   ankommt. Eine Linie links und kein Kasten: Er soll auffallen und
   nicht unterbrechen. */
.rg-text blockquote,
.rg-text .rg-merk {
  margin: 1.75rem 0;
  padding: 0.35rem 0 0.35rem 1.35rem;
  border-left: 2px solid var(--hz-gold);
  max-width: 62ch;
}

/* == Der Hinweis am Ende ============================================ */

.rg-hinweis {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--hz-line);
  border-radius: var(--hz-radius-medium);
  background: var(--hz-white);
}
.rg-hinweis h2 {
  margin-bottom: 0.6rem;
  font-family: "Fraunces hz", Georgia, serif;
  font-optical-sizing: auto;
  font-size: 1.35rem;
  font-weight: 480;
  letter-spacing: -0.014em;
}
.rg-hinweis p { max-width: 62ch; color: var(--hz-muted-text); }
.rg-hinweis-knopf { margin-top: 1.25rem; }

.rg-weiter { margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.rg-weiter h2 {
  margin-bottom: 0.5rem;
  color: var(--hz-muted-text);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.rg-weiter ul { list-style: none; margin: 0; padding: 0; }
.rg-weiter li { border-top: 1px solid var(--hz-line); }
.rg-weiter li:last-child { border-bottom: 1px solid var(--hz-line); }
.rg-weiter a {
  display: grid;
  gap: 0.2rem;
  padding: 1.1rem 0;
  color: var(--hz-ink);
  text-decoration: none;
}
.rg-weiter a:hover .rg-weiter-titel { text-decoration: underline; text-underline-offset: 0.16em; }
.rg-weiter-titel { font-size: 1.0625rem; font-weight: 700; }
.rg-weiter-anriss { color: var(--hz-muted-text); font-size: 0.9375rem; }
