.teaser {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.teaser figure {
  margin: 0;
}
.teaser-contentbox {
  padding: 1.4rem 1.8rem 1.7rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.teaser-title {
  color: var(--wp--preset--color--blau);
}
.teaser-title:hover {
  color: var(--wp--preset--color--rot);
}
.teaser-excerpt {
  margin: 0.4rem 0 0.5rem;
}
.teaser-link {
  margin-top: auto;
}

@media only screen and (min-width: 600px) {
}
