/* Teaser in Bild */
.mm-teaser {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  padding: 10px 20px 20px !important;
  top: 70%;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 90%;
}

.wpb_wrapper .mm-teaser__wrapper {
  margin-bottom: 125px !important;
}

.mm-teaser__title {
  color: #BACF31;
  display: block;
  font-size: 19.5px;
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 30px;
}

.mm-teaser__link {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  right: 35px;
  bottom: 25px;
}

.wpb_row .wpb_wrapper img.mm-teaser__image {
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 1000px) {

  .mm-teaser {
    max-width: 700px;
    width: auto;
    padding: 25px 35px 30px !important;
    top: unset;
    bottom: -50px;
  }
  .mm-teaser__title {
    font-size: 34px;
    line-height: 45px;
  }

  .mm-teaser__link {
    font-size: 14px;
    line-height: 18px;
  }
}
