.hero {
  position: relative;
  width: 100%;
  min-height: 40vh;
  background-image: url('../images/tucan costa casa.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #FDFDFD;
}



.hero-content {
  position: relative;
  max-width: 800px;
  padding-top: 3rem;
  padding-bottom: 9rem;
  z-index: 1;                       /* über Overlay */
}

.hero h1 {
  font-size: clamp(2rem, 1rem + 3vw, 4rem);
  margin: 0 0 1.25rem;
  margin-left: 5rem;
  font-weight: 700;
}

.hero p {
  margin-left: 5rem;
  font-size: 1.5rem;
  margin-top: 3rem;
  font-weight: 600;
}