.teaser {
  display: block;
  position: relative
}

.teaser:after {
  padding-bottom: 100%;
  content: "";
  display: block
}

.teaser__text {
  position: absolute;
  top: 2vw;
  right: 2vw;
  bottom: 2vw;
  left: 2vw;
  background-color: hsla(0, 0%, 100%, .99);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  transition: background-color .05s ease-in-out
}

.teaser:focus .teaser__text {
  outline: 1vw solid #ff0000;
}

.teaser__main-text {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.teaser__title {
  background: #fff
}

.teaser:hover .teaser__title {
  text-decoration: underline
}

.teaser__image img, .teaser__image picture, .teaser__no-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}

.teaser__image img, .teaser__image picture {
  width: 100%
}

.teaser__no-image {
  background: silver
}

/*# sourceMappingURL=teaser.css.map*/
