/**
* Block Name: text_bild_2-spaltig
*/

section.text_bild_2-spaltig img {
  height: 288px;
}

section.text_bild_2-spaltig .card_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.text_bild_2-spaltig .card_wrapper {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

section.text_bild_2-spaltig .img_wrapper {
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  opacity: 1;
}

@media (max-width: 992px) {
  section.text_bild_2-spaltig .teaser_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  section.text_bild_2-spaltig img {
    height: 380px;
  }
}

@media (min-width: 992px) {
  section.text_bild_2-spaltig img {
    height: 413px;
  }
}

@media (min-width: 1200px) {
  section.text_bild_2-spaltig img {
    height: 496px;
  }
}
