/**
* Block Name: text_bild
*/

section.text_bild {
  min-height: 594px;
  position: relative;
  color: var(--waldgrun);
  background-color: var(--salbei);
}

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

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

section.text_bild .bg_static_cover {
  position: absolute;
  top: 0;
  right: 0;
}

section.text_bild .link_area {
  border-radius: var(--medium);
  border: 1px solid var(--waldgrun);
  padding: 8px 14px;
  color: var(--waldgrun);
}

section.text_bild .link_area::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.01687 21.3098L6.95337 20.2463L15.1976 12.0021L6.95337 3.75784L8.01687 2.69434L17.3246 12.0021L8.01687 21.3098Z' fill='%2334563E'/%3E%3C/svg%3E%0A");
  height: 24px;
  width: 24px;
  position: relative;
  display: inline-block;
  top: 6px;
  right: -4px;
  transition: 300ms ease-in-out;
}

section.text_bild .link_area:hover::after {
  transform: translateX(3px);
}

@media (min-width: 768px) {
  section.text_bild .bg_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 50%;
    z-index: 110;
    overflow: hidden;
    min-height: 594px;
  }
}

@media (max-width: 767px) {
  section.text_bild .container {
    order: 2;
  }

  section.text_bild .bg_wrapper {
    order: 1;
  }
}
