.ueber-mich-section1{
  display: flex;
  flex-direction: column;
  max-width: 75ch;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.ueber-mich-section1 p{
  text-align: center;
  padding: 0;
  margin: -0.4rem 0rem 0rem 0rem;

}

.foto-bonita{
  width: 688px;
  height: 516px;
  
}

.ueber-mich-text-mobile{
  display: none;
}


.ueber-mich-section1 .image-placeholder{
  height: 518px;
  width: 690px;
  margin-top: -1rem;
}




@media (max-width: 767px) {
 
  .ueber-mich-section1{
    width: 90%;
  }

  .foto-bonita{
    width: 100%;
    height: auto;
  }

  .ueber-mich-section1 .image-placeholder {
    position: relative;
    margin: 0 auto; /* Zentrieren des Containers */
    padding-top: 75%; /* 4:3 Verhältnis - 3/4 = 75% */
    width: 100%;
    height: auto;
  }

  .image-placeholder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Passt das Bild in den Container */
  }

  .ueber-mich-text-desktop{
    display: none;
  }

  .ueber-mich-section1 .ueber-mich-text-mobile{
    display: block;
    margin-top: -0.5rem;
  }
}
