/**
* Block Name: gallery
*/

section.gallery .card_frame {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.gallery .card_frame .img_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  right: 0px;
  bottom: 0px;
}

section.gallery .card_frame .img_frame {
  position: relative;
  padding-top: 550px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

section.gallery .card_frame .text {
  max-width: 450px;
}

section.gallery .card_frame .text_zweispaltig {
  box-sizing: border-box;
  display: flex;
}
section.gallery .card_frame .text_zweispaltig .text_one,
section.gallery .card_frame .text_zweispaltig .text_two {
  max-width: 50%;
}
section.gallery .card_frame .text_zweispaltig .text_one {
  padding-right: 15px;
}
section.gallery .card_frame .text_zweispaltig .text_two {
  padding-left: 15px;
}


@media (max-width: 767px) {
  section.gallery .card_frame .img_frame {
    padding-top: 350px;
  }
}

@media (max-width: 350px) {
  section.gallery .card_frame .img_frame {
    padding-top: 150px;
  }
}
