.textbild {
  padding: 110px 0 40px 0;
}
.textbild .textbild__heading {
  margin-bottom: 54px;
}
.textbild .textbild__heading h2.section-title span.title-secondary {
  text-align: center;
}
.textbild.textbild--type2 .textbild__content-wrapper {
  gap: 20px;
  align-items: stretch;
}
.textbild.textbild--type2 .textbild__content-left {
  display: flex;
  flex-direction: column;
}
.textbild.textbild--type2 .textbild__mobile-foot {
  display: none;
}
.textbild.textbild--type2 .textbild__foot {
  margin-top: auto;
}
.textbild.textbild--type2 .textbild__content {
  padding-top: 0;
}
@media screen and (max-width: 1179px) {
  .textbild.textbild--type2 .textbild__mobile-foot {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .textbild.textbild--type2 .textbild__foot {
    display: none;
  }
}
.textbild__content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px 30px;
  flex-wrap: wrap;
}
.textbild__content-wrapper.textbild__content--reverse {
  flex-direction: row-reverse;
}
.textbild__content {
  flex: 1 48%;
  padding-top: 98px;
}
.textbild__content-left {
  flex: 1 48%;
}
.textbild__content-left .textbild__image {
  flex: none;
  padding-top: 0;
}
.textbild__content-left .textbild__image picture {
  max-width: 615px;
  max-height: -moz-max-content;
  max-height: max-content;
}
.textbild__content-left .textbild__image picture img {
  width: 100%;
  height: 100%;
  max-width: 615px;
  max-height: -moz-max-content;
  max-height: max-content;
}
.textbild__content-left .textbild__image picture::before {
  left: -170px;
  top: 28px;
  width: 570px;
  height: 570px;
}
@media screen and (max-width: 1179px) {
  .textbild__content-left .textbild__image picture::before {
    width: 300px;
    height: 300px;
    left: -80px;
    top: 0px;
  }
}
.textbild__image {
  position: relative;
  flex: 1 48%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 98px;
}
@media screen and (max-width: 773px) {
  .textbild__image {
    justify-content: center;
  }
}
.textbild__image picture {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 490px;
  max-height: 490px;
  /* overflow: hidden; */
}
.textbild__image picture::before {
  position: absolute;
  content: "";
  left: -80px;
  top: -98px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  border-radius: 50%;
  background-color: #A5D8C2;
  z-index: -1;
  opacity: 0.2;
}
.textbild__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 35px;
  overflow: hidden;
  max-width: 490px;
  max-height: 490px;
}
.textbild__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 1179px) {
  .textbild__container {
    padding: 0 12px;
  }
  .textbild__image {
    padding-top: 40px;
  }
  .textbild__image picture::before {
    left: -80px;
    top: -40px;
    width: 340px;
    height: 340px;
  }
  .textbild .textbild__heading {
    margin-bottom: 10px;
  }
  .textbild__content {
    padding: 0;
  }
  .textbild {
    padding: 60px 0 20px 0;
  }
}