/**
* Block Name: text_bild
*/

section.text_bild .image_wrapper {
  height: 485px;
}

section.text_bild .image_wrapper.custom-clipped {
  clip-path: url(#clipResponsive2);
}
section.text_bild .image_wrapper img {
  border-radius: 20px;
}

section.text_bild .gap {
  gap: 25px;
}

section.text_bild .btn-primary:not(:first-of-type) {
  border-color: transparent;
  background: transparent;
}

section.text_bild .btn-primary:not(:first-of-type):hover {
  color: #273347;
  opacity: 0.7;
}

@media (min-width: 1400px) {
  section.text_bild .image_wrapper {
    height: 600px;
  }
}

@media (max-width: 992px) {
  section.text_bild .order-1 {
    padding-bottom: 30px;
  }
  section.text_bild .image_wrapper {
    max-height: none;
    aspect-ratio: 2/1;
    height: auto;
  }

  section.text_bild .image_wrapper.custom-clipped {
    clip-path: none;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
  }
}
