
.hero-image-small {
  background-image: url('/asset/ferienhaus/images/Ferienhaus_im_Gruenen.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 40vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.hero-text-small {
  background: rgba(60, 118, 61, 0.7);
  padding: 20px;
  border-radius: 5px;
}
.section {
  padding: 60px 15px;
}
.section-content {
  margin-top: 20px;
  /*font-size: 1.1rem;*/
  color: #555;
}