/* Slider Anfang */
.mm-slider__wrapper {
  width: 300px;
  height: 400px;
  background: url('/wp-content/uploads/2019/03/Maedchen-mit-Kopfhoerer_171246571_pololia_cropped.jpg') center/cover no-repeat;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.mm-slider__wrapper:hover .mm-slider__description {
  height: 85px;
}

.mm-slider__overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(186,207,49,0) 0%, #BACF31 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 30px 15px;
}

.mm-slider__name {
  color: #fff;
  margin-bottom: 0;
  font-family: Muli;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 40px !important;
}

.mm-slider__description {
  color: #fff;
  height: 0;
  transition: height .5s;
  padding-bottom: 10px;
  overflow: hidden;
}

.mm-slider__title {
  height: 44px;
  width: 398px;
  color: #303030;
  font-family: Muli;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 28px;
}

@media (min-width: 1000px) {
  .mm-slider__title {
    font-size: 48px;
  }
}

.mm-recs__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  margin: 0 auto;
}

.mm-recs__image {
  border-radius: 10px;
}

.mm-recs__title {
  color: #303030;
  display: block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 38px;
}

.mm-recs__text {
  color: #303030;
  font-family: Muli;
  font-size: 15px;
  letter-spacing: 0.07px;
  line-height: 25px;
}

#mm__recs .owl-next,
#mm__dasSindWir .owl-next {
  background: transparent url('/wp-content/plugins/slide-anything/images/black_icon_next.png') no-repeat center center !important;
}

#mm__recs .owl-prev,
#mm__dasSindWir .owl-prev {
  background: transparent url('/wp-content/plugins/slide-anything/images/black_icon_prev.png') no-repeat center center !important;
}
/* Slider Ende */

/* Mehr entdecken Button */
.mm-moreButton {
  box-shadow: 0 0 20px 0 rgba(143,54,133,0.4) !important;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}

.nectar-button.regular-button.extra-color-1.mm-moreButton:hover {
  box-shadow: 0 0 30px 0 rgba(143, 54, 133, 0.6) !important;
  opacity: 1;
  transform: none !important;
}
