/* Ruhige, gut lesbare Darstellung ausschließlich für die Seite in Leichter Sprache. */
.content-page-main .prose {
  max-width: 48rem;
  font-size: 1.16rem;
  line-height: 1.85;
}

.content-page-main .prose h2 {
  margin-top: 2.6rem;
  margin-bottom: 1rem;
  font-family: var(--font);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0;
}

.content-page-main .prose p {
  max-width: 42rem;
  margin-bottom: 1.35rem;
}

.content-page-main .prose a {
  font-weight: 800;
  text-decoration-thickness: 0.12em;
}

@media (max-width: 38rem) {
  .content-page-main .prose {
    font-size: 1.08rem;
    line-height: 1.78;
  }
}
