@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  background: #f8f6f2;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
}

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

.author-photo {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #d6cfc7;
  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: 'Pacifico', cursive, 'Georgia', serif;
  font-size: 1.5rem;
  color: #6b4c2b;
  background: #f3ede7;
  border-left: 6px solid #d6cfc7;
  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: italic;
}

.zitat-autor {
  font-family: 'Georgia', serif;
  font-size: 1.05rem;
  color: #7a6c5d;
  margin-top: 0.7em;
  text-align: right;
  display: block;
  font-style: normal;
}

h1 {
  font-size: 2.5rem;
  margin: 0.2em 0 0.1em 0;
  font-family: 'Georgia', serif;
  letter-spacing: 0.03em;
}

h2 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #7a6c5d;
  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;
}

.hinweis {
  background: #fff8e5;
  color: #5a4a2f;
  border: 1px solid #ead9b3;
  border-left: 4px solid #caa96b;
  padding: 0.9rem 1rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 0.98rem;
}

h3 {
  font-size: 1.2rem;
  color: #4d3c2b;
  border-bottom: 1px solid #ede6dd;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  font-family: 'Georgia', serif;
}

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

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

  .impressum-details > summary {
    cursor: pointer;
    font-family: 'Georgia', serif;
    color: #4d3c2b;
    font-size: 1.05rem;
  }

  .impressum-content {
    margin-top: 0.8rem;
    white-space: pre-line;
    font-size: 0.98rem;
  }
  text-align: center;
  color: #7a6c5d;
  font-size: 0.95rem;
  padding: 1.5rem 0 1rem 0;
  background: #ede6dd;
  border-top: 1px solid #d6cfc7;
  margin-top: 2rem;
}

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