body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f2f4f7;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
}

header {
  background: #e9ecef;
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
  border-bottom: 1px solid #d3d7db;
}

.author-photo {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 6px;
  border: 4px solid #d3d7db;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.zitat-bereich {
  margin: 2.2rem auto 1.5rem auto;
  max-width: 700px;
  text-align: center;
}

.zitat {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #374151;
  background: #eef1f5;
  border-left: 6px solid #d3d7db;
  border-radius: 12px;
  padding: 1.2em 1.5em 0.7em 1.5em;
  margin: 0 auto 0.5em auto;
  display: inline-block;
  line-height: 1.5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  font-style: normal;
}

.zitat-autor {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  color: #6b7280;
  margin-top: 0.7em;
  text-align: right;
  display: block;
  font-style: normal;
}

h1 {
  font-size: 1.6rem;
  margin: 0.2em 0 0.1em 0;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

h2 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #495057;
  margin: 0 0 1em 0;
}

main {
  max-width: 700px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  padding: 2rem 2.5rem;
}

section {
  margin-bottom: 2.5rem;
}

.vita p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  font-size: 1.25rem; /* ~20px, about +4pt from default */
}

.hinweis {
  background: #f0f3f7;
  color: #374151;
  border: 1px solid #d3d7db;
  border-left: 4px solid #9aa4b2;
  padding: 0.9rem 1rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 0.98rem;
}

h3 {
  font-size: 1.2rem;
  color: #374151;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.kontakt p, .impressum p {
  font-size: 1rem;
  margin: 0.5em 0;
}

/* Collapsible Impressum */
.impressum-details {
  background: #f2f4f7;
  border: 1px solid #d3d7db;
  border-radius: 8px;
  padding: 0.6rem 0.9rem;
}

.impressum-details > summary {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #374151;
  font-size: 1.05rem;
}

.impressum-content {
  margin-top: 0.8rem;
  white-space: pre-line;
  font-size: 0.98rem;
}

footer {
  text-align: center;
  color: #6b7280;
  font-size: 0.95rem;
  padding: 1.5rem 0 1rem 0;
  background: #e9ecef;
  border-top: 1px solid #d3d7db;
  margin-top: 2rem;
}

@media (max-width: 800px) {
  main {
    padding: 1rem 0.5rem;
  }
}
