html {
 scroll-behavior: smooth;
 }
 body {
  font-family: sans-serif;
  line-height: 1.6;
  max-width: 900px;
  margin: auto;
  padding: 1rem;
  background-color: #F5F5DC;
  color:black;
  font-size: 14;

}
 h1 {
 letter-spacing: 3px;
 color:  black;
 font-weight: 300;
 line-height: 1.5em;
 font-size: 4.5em;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 border-radius: 8px;
 padding-top: 5px;
 background-color: green;
 }
  p {
 line-height: 1.5em;
 font-weight: 500;
 font-size: 1.3em;
 font-family: Arial, Helvetica, sans-serif;
 text-align: justify;
 color:  black;
 }

.magazine {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.image-text {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.image-text img {
  width: 45%;
  border-radius: 12px;
}

.text-box {
  width: 55%;
  font-family: sans-serif;
  font-size: 1.5rem; /* ≈ 14px */
  color: black;
  background-color: #F5F5DC;
  padding: 1.5rem;
  border-radius: 8px;
  line-height: 1.6;
  text-align: justify;
}

.image-text.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 700px) {
  .image-text {
    flex-direction: column;
  }

  .image-text img,
  .text-box {
    width: 100%;
  }
}
.image-wrapper {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.image-wrapper img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.bildquelle {
  margin-top: 0.4rem;
  font-size: 0.75rem;
  color: black;
  font-family: sans-serif;
}
