/* SchulStern: Lesbarkeit für Beitragsansicht (News/Artikel) verbessern */
.item-page {
  max-width: 800px !important;
  margin: 0 auto !important;
}

/* Hauptüberschrift */
.item-page h1 {
  font-size: 2.2rem !important;
  line-height: 1.2 !important;
  margin-bottom: 1.2rem !important;
}

/* Zwischenüberschriften */
.item-page h2 {
  font-size: 1.4rem !important;
  line-height: 1.3 !important;
  margin-top: 2rem !important;
  margin-bottom: 0.8rem !important;
}

/* Fließtext */
.item-page p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin-bottom: 0.9rem !important;
}

/* Listen */
.item-page ul {
  padding-left: 1.4rem !important;
  margin-bottom: 0.9rem !important;
}

/* Footer nicht abschneiden */
html, body {
  min-height: 100%;
}
.body-innerwrapper {
  min-height: 100vh;
}
/* SchulStern: Footer/Copyright nicht sticky machen */
#sp-footer,
.sp-footer {
  position: static !important;
  bottom: auto !important;
}

/* etwas Luft nach unten, damit nichts gequetscht wirkt */
#sp-footer {
  padding-bottom: 1rem;
}