/* Freizeitplausch Seite */
.ueber-uns {
  padding: 60px 0;
  background: var(--bg);
  text-align: center;
}

.ueber-uns h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
    margin-top: 20px;
}

.ueber-uns p {
  margin: 0 0 16px;
  line-height: 1.7;
  color: var(--fg);
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.ueber-uns strong {
  color: var(--brand);
  font-weight: 600;
}

.about-image {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 700px;         /* Skalierung */
  height: auto;
  border-radius: var(--radius);
  object-fit: cover;    /* schneidet Überflüssiges ab */
}
