/**
* Block Name: bild_text
*/

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

section.bild_text .custom-clipped {
  clip-path: url(#clipResponsive1);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

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

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

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

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

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

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