/**
* Block Name: gallery_mit_text
*/

section.gallery_mit_text .img_frame {
  position: relative;
  margin-bottom: 30px;
  padding-top: 75%;
}

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

section.gallery_mit_text img {
  height: 100%;
}

section.gallery_mit_text p.description {
  margin-bottom: 30px;
}

section.gallery_mit_text .card_wrapper {
  padding-bottom: 30px;
}

/* SWIPER SPECIFIC CODE */
section.gallery_mit_text.is_swiper .swiper-slide {
  height: auto;
}

section.gallery_mit_text.is_swiper .swiper-button-prev {
  left: 0px;
}

section.gallery_mit_text.is_swiper .swiper-button-next {
  right: 0px;
}

section.gallery_mit_text.is_swiper .swiper-button-next,
section.gallery_mit_text.is_swiper .swiper-button-prev {
  height: 60px;
  width: 60px;
  padding: 10px;
  background: #a8cf38;
  top: 180px;
}

section.gallery_mit_text.is_swiper .swiper-button-next svg,
section.gallery_mit_text.is_swiper .swiper-button-prev svg {
  height: 100%;
  width: 100%;
}

/* BLOCK SPECIFIC CODE */
section.gallery_mit_text.is_block .spalten_2 .card_wrapper:nth-child(n + 3),
section.gallery_mit_text.is_block .spalten_3 .card_wrapper:nth-child(n + 4),
section.gallery_mit_text.is_block .spalten_4 .card_wrapper:nth-child(n + 5) {
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  section.gallery_mit_text.is_block .spalten_3 .card_wrapper:nth-child(n + 2),
  section.gallery_mit_text.is_block .spalten_4 .card_wrapper:nth-child(n + 2) {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  section.gallery_mit_text.is_block .spalten_2 .card_wrapper:nth-child(n + 2),
  section.gallery_mit_text.is_block .spalten_4 .card_wrapper:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  section.gallery_mit_text.is_block .spalten_3 .card_wrapper:nth-child(n + 3),
  section.gallery_mit_text.is_block .spalten_4 .card_wrapper:nth-child(n + 4) {
    margin-top: 30px;
  }
}
