/* Trollhunter Child – 404
   Fehlerseite Layout + Dropcap deaktivieren. */


/* 404-Seite */
.error404 .th-404 {
  max-width: 720px;
  margin: 80px auto 80px auto;
  padding: 0 1rem;
}

.error404 .th-404 h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 18px 0;
  color: #f0f3f6;
}

.error404 .th-404 p {
  font-size: 15px;
  line-height: 1.6;
  color: #c7cbcf;
  margin: 0 0 12px 0;
}

.error404 .dynamic-entry-content p:first-of-type::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  margin-right: 0;
  font-weight: inherit;
}
