/* ===== Stil nur für den Tagebuch-Abschnitt ===== */
.tagebuch {
  background-color: #fdf6e3;
  background-image: url('../images/vintage.jpg');
background-repeat: repeat;

 background-attachment: fixed;
  color: #3b2f2f;
  font-family: "EB Garamond", "Cormorant Garamond", Georgia, serif;
  font-size: 1.0em;
  line-height: 1.6;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  max-width: 900px;
  margin: 2rem auto;
}

/* Überschriften im Tagebuch */
.tagebuch h1, .tagebuch h2, .tagebuch h3 {
  color: #2a1f1f;
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

h4 {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}


/* Links im Tagebuch */
.tagebuch a {
  color: #4b2e05;
  text-decoration: underline dotted;
}

.tagebuch a:hover {
  color: #7a4e0a;
}

/* Erstbuchstabe im Tagebuchtext
.tagebuch p:first-letter {
  font-size: 1.4em;
  color: #2f1e1e;
  font-weight: bold;
} */
