.mfe {
  width: 100%;
  font-family: Lato, sans-serif;
  padding: 20px;
}

.mfe .mf-restart {
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-align: center;
  padding: 5px 60px 5px 5px;
}

.mfe-empfehlung a {
  color: white;
}

.mf-restart svg {
  margin-bottom: -3px;
  margin-right: 5px;
}

.mfe-empfehlung svg {
  padding: 10px;
  width: 60px;
}

.mfe-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 5px;
  background-color: rgb(249, 250, 250);
  gap: 2%;
  flex-wrap: wrap;
}

.mfe-empfehlung-box {
  width: 100%;
}

p.mfe-productname {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0px;
  text-align: center;
}

a.mfe-button {
  height: 44px;
  background-color: #37b485 !important;
  font-size: 14px !important;
  padding: 15px 10px !important;
  margin-right: 10px;
}

.mfe-body img {
  width: 120px;
  padding: 0 10px;
  mix-blend-mode: darken;
}

p.mfe-masse {
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0px;
}

.mfe-empfehlung {
  text-align: center;
  color: white;
  display: flex;
  flex-direction: row;
  background-color: #003466;
  border-radius: 5px 5px 0 0;
}
.mfe-empfehlung p {
  margin-bottom: 0px;
  font-size: 20px;
  margin: auto;
  padding: 10px 0;
}
.mfe-triangle {
  background-color: rgb(249, 250, 250);
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 50px solid #003466;
  padding-right: 13px;
}

.mfe legend {
  color: #37b485;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.desktop-only {
  display: none;
}

a.mf-restart-mobile {
  text-transform: uppercase;
  color: gray;
  text-align: center;
  display: block;
  margin-top: 10px;
  text-decoration: underline !important;
}
.mf-restart-mobile svg {
  color: gray;
  margin-right: 5px;
  margin-bottom: -3px;
}

.mfe-empfehlung-text {
  font-weight: bold;
  font-size: 18px;
}

.price {
  font-size: 16px;
  padding: 10px 0;
  width: 85px;
  font-weight: bold;
  text-align: center;
  color: #003466;
}

.price.is_loading {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 4px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.mfe_buy_container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mfe-middle {
  text-align: center;
}

.mfe-product-infos {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@media only screen and (min-width: 1026px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .mfe-empfehlung-box,
  .mfe-product-infos {
    width: 32%;
  }
  p.mfe-productname {
    font-size: 20px;
  }

  .mfe-body {
    flex-wrap: nowrap;
    justify-content:  space-between;
  }

  .mfe-body:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  .price {
    font-size: 16px;
    width: 100px;
  }

  p.mfe-productname {
    margin-bottom: 10px;
  }
  p.mfe-masse {
    margin-bottom: 5px;
  }
  .mfe-header h2 {
    text-align: left;
  }
  .mfe-empfehlung svg {
    width: 100px;
    margin-left: 10px;
  }
  .mfe-body img {
    width: 200px;
  }
  .mfe-empfehlung {
    border-radius: 5px 0 0 0;
  }
  a.mfe-button {
    padding: 15px 30px !important;
  }
}
