/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 20:32:49 */
/* Lesebreite (kann bleiben wie gehabt) */
.page .entry-content {
  max-width: 700px;
  margin: 0 auto;
}

/* Gemeinsame Typo für alle Seiten mit der Klasse fw-text */
.fw-text p:first-of-type {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 820px;
  margin: 2rem auto 3rem;
  text-align: center;
  color: #ffffff;
}

/* Abschnittsüberschriften */
.fw-text h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1rem;
  color: #ffffff;
  border-bottom: 1px solid #800020;
  display: inline-block;
  margin: 2rem 0 1rem;
  padding-bottom: 0.2rem;
}

/* Absatztexte darunter – mit Blocksatz */
.fw-text p {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
  color: #dddddd;
  text-align: justify;          /* Blocksatz */
  text-align-last: left;        /* letzte Zeile linksbündig */
  hyphens: auto;                /* Silbentrennung */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* Überschriften niemals im Blocksatz */
.fw-text h1, .fw-text h2, .fw-text h3 { text-align: left; }

/* Optional: auf sehr schmalen Screens Blocksatz vermeiden (weniger „Lücken“) */
@media (max-width: 600px) {
  .fw-text p { text-align: left; hyphens: auto; }
}
