.blog-items p, .com-content-article p {
  font-size: 1.2rem;
}

/* Maximale Breite des Headers mit Logo */
header .grid-child {
  max-width: 1170px;
}

/* Hintergrund für den Header */
.container-header {
  background: linear-gradient(to bottom, #ffffff, #fff699);
}

/* Schrift unter dem Logo */
.container-header .site-description {
  color: #000000;
  font-size: 1.75rem;
  font-weight: bold;
  text-shadow: 3px 3px 3px #aaaaaa;
  margin-top: 0.75rem;
  white-space: normal;
}

/* Hintergrund des Textbereichs
main {
  background-color: #ffffff;
  padding: 0.5rem;
}*/

/* Hintergrund für den Body unterm Header */
.site-grid {
  background: linear-gradient(to bottom, #99d4ff, #ffffff);
}
