/**
* Block Name: teaser_alle_projekte
*/

section.teaser_alle_projekte .teaser_item {
  margin-bottom: 18px;
}

section.teaser_alle_projekte .teaser_item .img_wrapper {
  margin-bottom: 6px;
  width: 100%;
  overflow: hidden;
}

section.teaser_alle_projekte .teaser_item a .img_wrapper img {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
section.teaser_alle_projekte .teaser_item:hover a .img_wrapper img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

section.teaser_alle_projekte .teaser_item a.link_area {
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}

section.teaser_alle_projekte .teaser_item a.link_area:focus {
  opacity: 0;
}

@media (min-width: 576px) {
  section.teaser_alle_projekte .teaser_item .img_wrapper {
    padding-bottom: 60%;
  }
  section.teaser_alle_projekte .teaser_item img {
    position: absolute;
  }
}

@media (min-width: 992px) {
  section.teaser_alle_projekte .teaser_item {
    margin-bottom: 30px;
  }
  section.teaser_alle_projekte .teaser_item .img_wrapper {
    margin-bottom: 10px;
  }
}
