.forlag--body {
  background-color: white;
}
.forlag--section {
  background-color: white;
}
.forlag--section .nav-top--logo img {
  width: 144px;
  margin-top: 6px;
}

@media screen and (max-width: 620px) {
  .forlag .top-feature {
    margin-top: 5rem !important;
  }
}

.forlag .page_builder--coupon_code .button_orange-coupon a {
  background-color: #e40327;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.forlag .swiper-link {
  border-radius: 10px;
  background-color: #e40327;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.forlag .author-books a img {
  inline-size: 100%;
  -webkit-box-shadow: 10px 10px 0px 0px #f2522e;
  box-shadow: 10px 10px 0px 0px #e40327;
}
.forlag .page_builder--textarea blockquote {
  font-family: "Gelasio", serif, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0 1rem 0;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.5em;
  min-height: 7em;
  background-image: url("../img/quotes.png");
  background-repeat: no-repeat;
  background-size: 7em;
  background-position: 2em;
  padding-top: 1rem;
}
.forlag .page_builder--textarea blockquote h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3em 1em;
  color: black;
  border-left: 7px solid #e40327;
}

.top-feature--after {
  display: none;
}

.footer-contact span {
  margin: 0 !important;
}

.button-base--red---outline {
  border-radius: 10px;
  background-color: white !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #e40327;
  color: black !important;
}