.textbild {
  padding-top: 90px;
  padding-bottom: 90px;
}
.textbild[data-type="0"] {
  padding-left: 67px;
  padding-right: 0;
}
.textbild[data-type="0"] .textbild__image figure {
  -webkit-mask-image: url("../../../img/bild-mask-1.svg");
  mask-image: url("../../../img/bild-mask-1.svg");
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  max-height: 630px;
  height: 100vh;
  max-width: 870px;
  width: 100%;
}
.textbild[data-type="0"] .textbild__image figure img {
  -o-object-position: left;
     object-position: left;
}
.textbild[data-type="0"] .textbild__content-inner {
  width: 100%;
}
.textbild[data-type="0"].textbild--reverse {
  padding-left: 0;
  padding-right: 67px;
}
.textbild[data-type="0"].textbild--reverse .textbild-wrapper {
  flex-direction: row-reverse;
}
.textbild[data-type="0"].textbild--reverse .textbild__image {
  justify-content: flex-end;
}
.textbild[data-type="0"].textbild--reverse .textbild__image figure {
  transform: scale(-1, 1);
}
.textbild[data-type="0"].textbild--reverse .textbild__image figure img {
  transform: scale(-1, 1);
  -o-object-position: right;
     object-position: right;
}
.textbild[data-type="0"].textbild--reverse .textbild__content {
  padding-right: 0;
  padding-left: 102px;
  justify-content: flex-start;
}
.textbild[data-type="1"] {
  padding-top: 0;
  padding-bottom: 0;
}
.textbild[data-type="1"].textbild--highlight {
  padding-top: 90px;
  padding-bottom: 90px;
}
.textbild[data-type="1"].textbild--reverse .textbild__image figure {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.textbild[data-type="1"].textbild--reverse .textbild__content {
  justify-content: flex-end;
}
.textbild[data-type="1"].textbild--reverse .textbild__container {
  padding: 0 0 0 67px;
}
.textbild[data-type="1"].textbild--reverse .textbild-wrapper {
  flex-direction: row;
}
.textbild[data-type="1"] .textbild__image {
  flex: 1 320px;
}
.textbild[data-type="1"] .textbild__image figure {
  width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.textbild[data-type="1"] .textbild__container {
  flex: 1 320px;
  padding: 0 67px 0 0;
}
.textbild[data-type="1"] .textbild-wrapper {
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 100px 80px;
}
.textbild[data-type="1"] .textbild__content {
  padding: 0;
  justify-content: flex-start;
}
.textbild[data-type="2"] .textbild-wrapper {
  padding: 0;
}
.textbild[data-type="2"] .textbild__image {
  justify-content: center;
  flex: auto;
  width: 100%;
}
.textbild[data-type="2"] .textbild__image figure {
  width: 100%;
  border-radius: 8px;
}
.textbild[data-type="2"] .textbild__foot {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.textbild[data-type="2"] .textbild__container {
  padding: 0 67px;
  max-width: 1280px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.textbild[data-type="2"] .textbild__container .textbild__content {
  justify-content: flex-start;
  padding: 0;
}
.textbild[data-type="2"] .textbild__container .textbild__content .textbild__text p {
  font-size: 24px;
}
.textbild[data-type="2"] .textbild__container .textbild__content-inner {
  max-width: 100%;
  gap: 0;
}
.textbild[data-type="2"] .textbild__container .textbild__content-inner .section-title {
  margin-bottom: 30px;
}
.textbild[data-type="2"].textbild.textbild--reverse .textbild-wrapper {
  flex-direction: inherit;
}
.textbild[data-type="2"].textbild.textbild--reverse .textbild__container {
  flex-direction: column-reverse;
}
.textbild.textbild--highlight .textbild__text p {
  color: #03273B;
}
.textbild .textbild-wrapper {
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: auto;
}
.textbild.textbild--reverse .textbild-wrapper {
  flex-direction: row-reverse;
}
.textbild__container {
  flex: 1 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1920px;
  width: 100%;
  padding: 0;
}
.textbild__content {
  flex: 1 50%;
  padding: 0 102px 0 0;
  display: flex;
  justify-content: flex-end;
}
.textbild__content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  max-width: 505px;
}
.textbild__content-inner .section-title {
  line-height: 130%;
}
.textbild__text p {
  color: #595959;
}
.textbild__image {
  display: flex;
  flex: 1 50%;
  position: relative;
  justify-content: flex-start;
}
.textbild__image figure {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.textbild__image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1279px) {
  .textbild {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .textbild[data-type="0"] {
    padding-left: 40px;
  }
  .textbild[data-type="0"].textbild--reverse {
    padding-right: 40px;
  }
  .textbild[data-type="0"].textbild--reverse .textbild-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .textbild[data-type="0"].textbild--reverse .textbild__content {
    padding-left: 40px;
    justify-content: flex-end;
  }
  .textbild[data-type="0"] figure img {
    aspect-ratio: 700/569;
  }
  .textbild .textbild-wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
  }
  .textbild__content {
    flex: auto;
    justify-content: flex-start;
    padding-right: 40px;
  }
  .textbild__content-inner {
    max-width: 464px;
  }
  .textbild__text {
    font-size: 18px;
  }
  .textbild[data-type="1"] .textbild__image {
    flex: 1 375px;
    order: 0;
    padding-right: 80px;
  }
  .textbild[data-type="1"] .textbild__container {
    flex: auto;
    padding: 0 40px;
    order: 1;
  }
  .textbild[data-type="1"] .textbild__content-inner {
    max-width: 100%;
  }
  .textbild[data-type="2"] .textbild__container {
    padding: 0 40px;
  }
  .textbild[data-type="2"] .textbild__container .textbild__content-inner {
    max-width: 100%;
  }
  .textbild[data-type="2"] .textbild__container .textbild__content .textbild__text p {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .textbild {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .textbild[data-type="0"] {
    padding-left: 0;
  }
  .textbild[data-type="0"] .textbild__image figure {
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 200% 100%;
            mask-size: 200% 100%;
    height: auto;
  }
  .textbild[data-type="0"].textbild--reverse {
    padding-right: 0;
  }
  .textbild[data-type="0"].textbild--reverse .textbild-wrapper {
    align-items: center;
  }
  .textbild[data-type="0"].textbild--reverse .textbild__content {
    padding-left: 0;
    justify-content: flex-start;
  }
  .textbild[data-type="0"].textbild--reverse .textbild__image {
    justify-content: center;
  }
  .textbild .textbild-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .textbild .textbild__container {
    padding: 0 16px;
  }
  .textbild .textbild__content {
    padding-right: 0px;
  }
  .textbild .textbild__image {
    flex: auto;
  }
  .textbild[data-type="1"] .textbild__image {
    padding-right: 0px;
  }
  .textbild[data-type="1"] .textbild__image figure {
    border-radius: 0;
  }
  .textbild[data-type="1"] .textbild-wrapper {
    gap: 50px;
  }
  .textbild[data-type="1"] .textbild__container {
    padding: 0 16px;
  }
  .textbild[data-type="1"].textbild--reverse .textbild__container {
    padding: 0 0 0 16px;
  }
  .textbild[data-type="2"] .textbild__container {
    padding: 0 16px;
  }
  .textbild[data-type="2"].textbild--reverse .textbild__container {
    padding: 0 0 0 16px;
  }
  .textbild[data-type="2"] .textbild__container .textbild__content .textbild__text p {
    font-size: 19px;
  }
}