/**
* Block Name: teaser_cards
*/

section.teaser_cards {
  overflow: hidden;
}

section.teaser_cards .swiper-container {
  overflow: initial;
}

/* Card Frame */

section.teaser_cards .card_frame {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  background-color: rgba(224, 224, 224, 0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 8px 30px 0px #8a8a8a14, 0px 4px 6px 0px #8a8a8a14, 0px 1px 2px 0px #8a8a8a14;
  box-shadow: 0px 8px 30px 0px #8a8a8a14, 0px 4px 6px 0px #8a8a8a14, 0px 1px 2px 0px #8a8a8a14;
}
section.teaser_cards.bg_white .card_frame {
  background-color: #fff;
}

/* Image Wrapper */

section.teaser_cards .img_frame {
  position: relative;
  padding-top: 270px;
  margin-bottom: 15px;
}

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

section.teaser_cards .img_wrapper h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0;
}

section.teaser_cards a.card_wrapper h3 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.teaser_cards a.card_wrapper:hover h3 {
  color: #e13a3e;
}

section.teaser_cards img {
  height: 100%;
}

/* Hover */

section.teaser_cards a.card_wrapper:hover .card_frame {
  border-color: #e13a3e;
}

/* Content */

section.teaser_cards .content_frame {
  padding: 15px 15px 0px;
}

section.teaser_cards .content_frame h3,
section.teaser_cards .content_frame p.description {
  margin-bottom: 30px;
}

section.teaser_cards .content_frame .btn-primary {
  margin-bottom: 43px;
}

/* BLOCK SPECIFIC CODE */

section.teaser_cards .spalten_2 .card_wrapper:nth-child(n + 3),
section.teaser_cards .spalten_3 .card_wrapper:nth-child(n + 4),
section.teaser_cards .spalten_4 .card_wrapper:nth-child(n + 5) {
  margin-top: 30px;
}

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

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

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