/**
* Block Name: teaser
*/

section.teaser .title_icon svg {
  height: 48px;
  width: 48px;
}

section.teaser .teaser_card .card_content {
  background-color: var(--blau);
  min-height: 360px;
  color: var(--text-weiss);
}

section.teaser .teaser_card h2 {
  position: relative;
  z-index: 1;
}

section.teaser .teaser_card .site_icon {
  position: absolute;
  z-index: 0;
}

section.teaser .teaser_card .site_icon svg {
  height: 154px;
  width: 145px;
  transition: 0.3s linear;
}

section.teaser .teaser_card:hover .site_icon svg {
  transform: scale(1.25);
}

section.teaser .teaser_card .site_icon svg path {
  fill: #fff;
  opacity: 0.3;
}

@media (min-width: 1460px) {
  section.teaser .teaser_card .card_content {
    min-height: 450px;
  }
}

@media (max-width: 1459px) {
  section.teaser .teaser_card .card_content {
    min-height: 360px;
  }
}
