.textbild .textbild__wrapper {
  padding-top: 76px;
  padding-bottom: 76px;
}
.textbild .textbild__wrapper.textbild--reverse {
  flex-direction: row-reverse;
}
.textbild__title {
  color: #540000;
}
.textbild__wrapper {
  display: flex;
  align-items: center;
  gap: 32px 128px;
  flex-wrap: wrap;
  width: 100%;
}
.textbild__text {
  max-width: 500px;
}
.textbild .textbild__head {
  padding-top: 76px;
  text-align: center;
}
.textbild__content {
  flex: 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.textbild__image {
  flex: 1 440px;
  overflow: hidden;
}
.textbild__image picture {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  overflow: hidden;
}
.textbild__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .textbild__content-inner {
    align-items: flex-start;
    gap: 20px;
    max-width: 100%;
  }
  .textbild__image {
    flex: 1 335px;
  }
  .textbild__wrapper {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .textbild .textbild__wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}