/**
* Block Name: bild_text_sticky
*/

section.bild_text_sticky {
  min-height: auto;
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
}

section.bild_text_sticky .text {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.bild_text_sticky .bg_wrapper {
  position: relative;
  display: block;
  min-height: 400px;
  width: 100%;
  left: 0;
}

section.bild_text_sticky .bg_static_cover {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

section.bild_text_sticky .link_area {
  padding: 8px 14px;
}

section.bild_text_sticky .link_area::after {
  content: "";
  background-image: none;
  display: none;
}

@media (min-width: 992px) {
  section.bild_text_sticky {
    min-height: 742px;
  }
  section.bild_text_sticky > *,
  section.bild_text_sticky > * > * {
    height: 742px;
  }

  section.bild_text_sticky .bg_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0%;
    width: 50%;
    z-index: 110;
    overflow: hidden;
    min-height: 742px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
}
