.wandkunst-section1{
  display: flex;
  flex-direction: column;
  max-width: 75ch;
  align-items: center;
  justify-content: center;
}

.wandkunst-text{
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.wandbild{

 height: 688px;
 width: auto;
 margin-bottom: 2rem;
}

.wandbild-2{
  width: 100%;
  margin-bottom: 2rem;
}


.grid-wandkunst-cta{

  display: flex;
  flex-direction: row;
  width: 75ch;
  margin-top: 1rem;
  justify-content: center;
  gap: 1rem;

}
.wandkunst-section2{
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.blatt-wandkunst{
  max-width: 18%; /* stellt sicher, dass das Bild nicht größer als 20% wird */
  border: none;
  object-fit: scale-down;
}



@media (max-width: 767px) {
 
  .wandkunst-section1{
    width: 90%;
  }

  .wandbild{
    width: 100%;
    height: auto;
  }

  .grid-wandkunst-cta{

  width: 90%;
  margin-top: -1rem;
  }

}
