@charset "UTF-8";
:root {
  --main-color: #dd3b30;
  --gray-cold: #ebedec;
  --bg-section: #00b9cf14;
  --main-colorLink: #dd3b30;
}

.reviews-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .reviews-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.reviews-head h1, .reviews-head h2, .reviews-head h3, .reviews-head h4, .reviews-head h5, .reviews-head h6,
.reviews-head p {
  color: var(--main-color);
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .reviews-head .section-link {
    display: block;
    margin: 0;
  }
}
.reviews-head .section-link::after {
  margin-top: 5px;
}

.review-rating-left {
  border-right: none !important;
}
.review-rating-left .rating-container {
  color: var(--sec-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.review-rating-left .rating-container [class*=fas],
.review-rating-left .rating-container [class^=fa-] {
  font-size: 20px;
  margin-left: 0.7em;
  line-height: 1;
  color: #ffa000;
}
.review-rating-left .rating-container .rating-container__bg {
  border-radius: 5px;
  height: 10px;
  overflow: hidden;
  margin: 0 15px;
  width: 73%;
}
.review-rating-left .rating-container__percentage {
  background-color: var(--main-color);
  border-radius: 5px 0 0 5px;
}

.review-rating h1, .review-rating h2, .review-rating h3, .review-rating h4, .review-rating h5, .review-rating h6,
.review-rating .cs-heading-comment {
  color: var(--sec-color);
  font-weight: bold;
  font-size: 1.5em;
}
.review-rating p {
  color: var(--sec-color);
}

.review-rating-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.review-rating-right .percentage-xl {
  font-size: 70px;
  font-style: italic;
}
@media (min-width: 768px) {
  .review-rating-right .percentage-xl {
    font-size: 90px;
  }
}
.review-rating-right p {
  font-size: 27px;
  margin-bottom: 1em;
  line-height: 1;
}
@media (min-width: 1600px) {
  .review-rating-right p {
    line-height: unset;
  }
}
.review-rating-right a {
  color: var(--main-colorLink);
}
.review-rating-right .percentage-xl {
  margin-top: 50px;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--sec-color);
  position: relative;
  border-bottom: solid 1px var(--gray-cold);
}
@media (max-width: 767px) {
  .review-rating-right .percentage-xl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.stars-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffa000;
}
.stars-rev [class*=far],
.stars-rev [class*=fas],
.stars-rev [class^=fa-] {
  font-size: 27px;
  display: inline-block;
  padding: 0 3px;
  color: inherit;
}

.sec-color {
  color: var(--sec-color);
}

.light-blue {
  color: var(--main-color) !important;
}

.reviewer-card {
  border-top: solid 1px var(--gray-cold);
  margin: 0;
  color: var(--sec-color);
  font-size: 16px;
  padding: 3rem 0 !important;
}
@media (min-width: 768px) {
  .reviewer-card {
    padding: 3rem !important;
  }
}
.reviewer-card:last-of-type {
  border-bottom: solid 1px var(--gray-cold);
}
.reviewer-card .reviewer-recommend {
  color: #4ebb86 !important;
  padding-left: 1.5em;
  position: relative;
  font-style: italic;
}
.reviewer-card .reviewer-recommend p {
  margin-left: 5px;
  margin-bottom: 0;
}
.reviewer-card .reviewer-recommend::before {
  background: url(../img/checked.svg) no-repeat center/contain;
  top: 40%;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reviewer-card .reviewer-recommend.not-recommend {
  color: #ff4d6f !important;
}
.reviewer-card .reviewer-recommend.not-recommend::before {
  background: url(../img/error.svg) no-repeat center/contain;
}
.reviewer-card .reviewer-recommend p {
  font-style: normal;
}
.reviewer-card .cs-comment-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  color: var(--main-color);
}
.reviewer-card .reviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
  color: var(--sec-color);
}
.reviewer-card .reviewer p {
  margin-bottom: 0;
  position: relative;
  margin-left: 30px;
  font-size: 15px;
  text-transform: capitalize;
  color: #868686 !important;
}
.reviewer-card .reviewer p::before {
  content: "";
  position: absolute;
  top: 37%;
  left: -20%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #002b14;
  border-radius: 50%;
}

.reviews-footer {
  font-size: 16px;
  color: #949e99;
  font-weight: 300;
}

.product-review {
  font-size: 11px;
  padding: 1em;
  overflow-y: scroll;
  position: relative;
}
@media (min-width: 768px) {
  .product-review {
    max-height: 85vh;
    font-size: 20px;
    padding: 3.5em 0;
  }
}
.product-review h1, .product-review h2, .product-review h3, .product-review h4, .product-review h5, .product-review h6 {
  font-size: 17px;
  margin: 0;
  padding: 0 0.5em;
}
@media (min-width: 576px) {
  .product-review h1, .product-review h2, .product-review h3, .product-review h4, .product-review h5, .product-review h6 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .product-review h1, .product-review h2, .product-review h3, .product-review h4, .product-review h5, .product-review h6 {
    font-size: 33px;
    margin-bottom: 0.1em;
  }
}
.product-review span {
  color: var(--ast-color);
}
.product-review p {
  margin-bottom: 0;
  font-size: 10px;
  margin-top: 0.5em;
  color: var(--light-text);
}
@media (min-width: 768px) {
  .product-review p {
    font-size: 15px;
    margin-top: 0;
  }
}
.product-review__stars {
  display: inline-block;
}
.product-review__stars input {
  display: none;
  margin-top: 1em;
}
.product-review__stars > label {
  float: right;
  margin-bottom: 0;
}
.product-review__stars > label i {
  font-size: 18px;
}
@media (min-width: 768px) {
  .product-review__stars > label i {
    font-size: 27px;
  }
}
.product-review__stars label:hover i::before,
.product-review__stars label:hover ~ label i::before,
.product-review__stars input:checked ~ label i::before {
  cursor: pointer;
  content: "h";
  color: var(--ast-color);
}
.product-review .reco-to-friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  border: 3px solid var(--light-text);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .product-review .reco-to-friend {
    width: 180px;
  }
}
.product-review .reco-to-friend label {
  padding: 0.4em 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .product-review .reco-to-friend label {
    padding: 0.2em 1em;
  }
}
.product-review .reco-to-friend input {
  display: none;
}
.product-review .reco-to-friend input:checked + label {
  background: var(--main-color);
  color: var(--contrast-btn);
}
.product-review__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-review__inputs input[type=checkbox] {
  display: none;
}
.product-review__inputs select {
  -webkit-appearance: none;
}
.product-review__inputs label[for*=checkbox] {
  margin: 1em 0 2em;
  cursor: pointer;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-indent: 1.5em;
}
.product-review__inputs label[for*=checkbox]::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  border: 2px solid #a7a5ac;
}
@media (min-width: 768px) {
  .product-review__inputs label[for*=checkbox]::before {
    width: 25px;
    height: 25px;
    border: 3px solid #a7a5ac;
  }
}
.product-review__inputs label[for*=checkbox] strong {
  color: var(--main-color);
}
.product-review__inputs label[for*=checkbox] p {
  font-style: italic;
  text-indent: initial;
}
.product-review__inputs label[for*=checkbox] a {
  display: inline;
}
.product-review__inputs label[for*=checkbox] svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -3px;
  pointer-events: none;
  left: 3px;
  fill: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .product-review__inputs label[for*=checkbox] svg {
    width: 25px;
    height: 25px;
    left: 5px;
  }
}
.product-review__inputs label[for*=checkbox] svg polyline {
  stroke-dasharray: 34;
  stroke-dashoffset: 40;
}
.product-review__inputs input[type=checkbox]:checked + label svg polyline {
  stroke-dasharray: 70;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.product-review__inputs a.send_review {
  background: var(--main-colorLink);
  padding: 0.5em 1em;
  color: var(--contrast-btn);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.product-review__inputs label {
  display: block;
  margin-bottom: 0.3em;
}
.product-review__inputs input,
.product-review__inputs textarea,
.product-review__inputs select {
  width: 100%;
  padding: 0.5em 1em !important;
  font-size: 12px;
  border: 3px solid var(--light-text);
  color: var(--main-text);
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .product-review__inputs input,
  .product-review__inputs textarea,
  .product-review__inputs select {
    font-size: 17px;
  }
}

#cboxClose {
  text-indent: unset;
  width: auto;
  height: auto;
  color: var(--light-text);
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  #cboxClose {
    color: #828282;
  }
}
#cboxClose i {
  font-size: 40px;
}
@media (min-width: 768px) {
  #cboxClose {
    top: 15px;
    right: 15px;
  }
}

#cboxLoadedContent {
  border: none;
}

.double-submit, .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 768px) {
  .double-submit, .submit {
    font-size: 15px;
  }
}
.double-submit img, .submit img {
  width: 100px;
}
.double-submit h1, .submit h1, .double-submit h2, .submit h2, .double-submit h3, .submit h3, .double-submit h4, .submit h4, .double-submit h5, .submit h5, .double-submit h6, .submit h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .double-submit h1, .submit h1, .double-submit h2, .submit h2, .double-submit h3, .submit h3, .double-submit h4, .submit h4, .double-submit h5, .submit h5, .double-submit h6, .submit h6 {
    font-size: 24px;
  }
}
.double-submit a, .submit a {
  color: #fff;
  padding: 0.5em 1em;
  background-color: var(--main-color);
}

.submit h1, .submit h2, .submit h3, .submit h4, .submit h5, .submit h6 {
  color: #39b54a;
}
.submit img {
  width: 35px;
}

.r5-21-fx {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .r5-21-fx {
    padding: 0 15px;
  }
}

.left-product-review {
  background-color: #eaeaea;
}

#cboxLoadedContent,
#cboxWrapper,
#cboxContent {
  border-radius: 5px;
}

.product-review h1, .product-review h2, .product-review h3, .product-review h4, .product-review h5, .product-review h6 {
  padding: 0;
  font-weight: bold;
  color: var(--main-color);
}
.product-review label.error {
  font-size: 14px;
  color: #f31431;
}
.product-review label#review-title-error,
.product-review label#review-description-error,
.product-review label#flavor-error,
.product-review label#nickname-error,
.product-review label#email-fr-error {
  display: none !important;
}
.product-review span {
  color: var(--sec-color);
}
.product-review .reco-to-friend {
  border: none !important;
  width: 150px !important;
}
@media (min-width: 768px) {
  .product-review .reco-to-friend {
    width: 180px !important;
  }
}
.product-review .reco-to-friend label {
  margin-right: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--gray-cold);
}
.product-review .reco-to-friend input:checked + label {
  background-color: var(--main-color);
  border: none !important;
}
.product-review button[type=submit] {
  border: none;
}
.product-review button[type=submit]:focus {
  outline: none;
}

.product-review__stars label {
  color: #ffa439 !important;
}

.product-review .reco-to-friend input:checked + label .product-review__stars {
  height: 25px;
}

.product-review__stars input:checked ~ label i:before,
.product-review__stars label:hover i:before,
.product-review__stars label:hover ~ label i:before {
  content: "\f005";
  font-weight: bold;
  color: #ffa439 !important;
}

@media (max-width: 767px) {
  .product-review__stars > label i {
    line-height: 1;
  }
}

.product-review__inputs label {
  color: var(--sec-color);
}
.product-review__inputs label.star {
  margin-bottom: 0;
}
.product-review__inputs input,
.product-review__inputs select,
.product-review__inputs textarea {
  border: solid 2px var(--gray-cold);
  border-radius: 10px;
  padding: 0.7em 1em;
}
.product-review__inputs input.error,
.product-review__inputs select.error,
.product-review__inputs textarea.error {
  border: 2px solid #f31431;
}
.product-review__inputs a.section-link {
  background: none !important;
  color: var(--main-colorDark);
}
.product-review__inputs a.section-link:after {
  background: var(--orange-color);
}
.product-review__inputs a.section-link:before {
  top: 5px;
  right: -5px;
}

.cs-select-wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .cs-select-wrapper {
    width: 50%;
  }
}
.cs-select-wrapper .icon-chevron-down {
  position: absolute;
  pointer-events: none;
  top: 8px;
  right: -5px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .cs-select-wrapper .icon-chevron-down {
    top: 5px;
    right: 15px;
    font-size: 20px;
  }
}
.cs-select-wrapper .cs-select-review {
  border: none;
  border-bottom: 3px solid var(--light-text);
  border-radius: 0;
  padding-left: 0;
}
.cs-select-wrapper .cs-select-review.error {
  border: none;
  border-bottom: 3px solid #f31431;
}

.product-review__inputs label[for*=checkbox] {
  margin: 30px auto;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-review__inputs label[for*=checkbox] {
    margin: 10px 0;
    font-size: 13px;
    text-indent: 2em;
    line-height: 1.8;
  }
}
.product-review__inputs label[for*=checkbox]:before {
  border: solid 2px var(--gray-cold);
  background: transparent;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  top: 0;
}
.product-review__inputs label[for*=checkbox] svg {
  width: 15px;
  height: 15px;
  left: 3px;
  top: 2px;
}
.product-review__inputs label[for*=checkbox] a {
  color: var(--main-color);
}

.product-review__inputs input[type=checkbox]:checked + label:before {
  border: none !important;
  background: var(--main-colorLink);
}

.review-checkbox a {
  color: var(--kelley-green);
}

#reviews-wrapper .section-link {
  color: var(--main-colorLink) !important;
  text-decoration: none !important;
  font-weight: bold;
  border-bottom: none;
  display: inline-block;
  margin: auto;
  position: relative;
  font-size: 17px;
  font-style: normal !important;
}

.cs-circle-loading {
  width: 3.75em;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  position: absolute;
  top: 50px;
}
.cs-circle-loading circle {
  fill: none;
  stroke: var(--main-color);
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
@media (min-width: 992px) {
  .review-rating-left {
    border-right: 1px solid var(--darken-text);
  }
}
.review-rating-left .rating {
  font-size: 70px;
  color: var(--darken-text);
  line-height: 1;
}
@media (min-width: 768px) {
  .review-rating-left .rating {
    font-size: 90px;
  }
}
.review-rating-left--profile {
  position: relative;
  margin: 0;
  padding-left: 1.5em;
}
.review-rating-left--profile::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/profile.png) no-repeat center center/contain;
  left: 0;
}
.review-rating-left .rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7em;
  font-size: 12px;
}
@media (min-width: 768px) {
  .review-rating-left .rating-container {
    font-size: 19px;
  }
}
.review-rating-left .rating-container:first-of-type {
  margin-top: 1.5em;
}
.review-rating-left .rating-container img {
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .review-rating-left .rating-container img {
    width: 20px;
    height: 20px;
  }
}
.review-rating-left .rating-container__bg {
  position: relative;
  background-color: var(--bg-section);
  width: 100%;
  text-align: left;
  display: block;
  margin-left: 1em;
}
.review-rating-left .rating-container__percentage {
  background-color: var(--main-color);
  color: #fff;
  top: 0;
  padding-left: 0.5em;
  font-size: 12px;
  height: 100%;
  text-shadow: 1px 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .review-rating-left .rating-container__percentage {
    font-size: 19px;
  }
}

.review-rating-left {
  border-right: 1px solid transparent !important;
}

.review-rating-left .rating-container__percentage {
  font-size: 12px !important;
  border-radius: 4px 0 0 4px;
  color: transparent !important;
  text-shadow: none !important;
}

.bar-green {
  background: #28a745 !important;
}

.review-rating-left .rating-container__bg {
  background: #e9ecef;
  border-radius: 4px;
}

.section-link {
  color: var(--main-colorLink) !important;
  text-decoration: none !important;
  font-weight: bold;
  border-bottom: none;
  display: inline-block;
  margin: auto;
  position: relative;
  font-size: 17px;
  font-style: normal !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
}
.section-link:hover::after {
  width: 100%;
}
.section-link::after {
  content: "";
  width: 0;
  display: block;
  height: 3px;
  background: var(--main-colorLink);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.stars {
  background-image: url(../img/star-icon.svg);
  width: 82.5px;
  height: 15px;
  background-repeat: no-repeat;
}
.stars--4 {
  background-position: -16.5px;
}
.stars--3 {
  background-position: -33px;
}
.stars--2 {
  background-position: -49.5px;
}
.stars--1 {
  background-position: -66px;
}
.stars--0 {
  background-position: -82.5px;
}

.cs-active-filter {
  background: var(--main-color);
  color: #fff;
  padding: 8px 20px 4px;
  font-size: 18px;
  cursor: pointer;
  border-top: 1px solid #0aa750;
}
.cs-active-filter .cs-icon-cancel {
  background: #fff;
  padding: 2px 6px;
  color: var(--main-color);
  border-radius: 50%;
  font-size: 15px;
}

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination-container .pagination-buttons a {
  background: var(--main-color);
  color: #fff;
  padding: 6px 10px 5px;
  font-family: Arial;
}
.pagination-container .pagination-buttons a:hover {
  color: #fff;
}
.pagination-container .pagination-buttons a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pdp-card-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}
.pdp-card-social p {
  margin-bottom: 0;
}
.pdp-card-social .cs-social-dots {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .pdp-card-social .cs-social-dots {
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .pdp-card-social .cs-social-dots {
    padding-left: 70px;
  }
}
.pdp-card-social .cs-social-dots a {
  color: var(--sec-color) !important;
}
.pdp-card-social .cs-social-dots::before {
  content: "•";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  left: 15px;
}
@media (min-width: 768px) {
  .pdp-card-social .cs-social-dots::before {
    left: 25px;
  }
}
@media (min-width: 1600px) {
  .pdp-card-social .cs-social-dots::before {
    left: 35px;
  }
}
.pdp-card-social .stars-rev [class*=far],
.pdp-card-social .stars-rev [class*=fas],
.pdp-card-social .stars-rev [class^=fa-] {
  font-size: 16px;
  padding: 1px;
  line-height: 1;
}

@font-face {
  font-family: "HelveticaNeueLTW01-57Cond";
  src: url("../fonts/HelveticaNeueLTW01-57Cond.eot");
  src: url("../fonts/HelveticaNeueLTW01-57Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTW01-57Cond.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW01-57Cond.woff") format("woff"), url("../fonts/HelveticaNeueLTW01-57Cond.ttf") format("truetype"), url("../fonts/HelveticaNeueLTW01-57Cond.svg#HelveticaNeueLTW01-57Cond") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-BoldItalic.eot");
  src: url("../fonts/HelveticaNeue-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-BoldItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-BoldItalic.woff") format("woff"), url("../fonts/HelveticaNeue-BoldItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-BoldItalic.svg#HelveticaNeue-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.eot");
  src: url("../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-CondensedBold.eot");
  src: url("../fonts/HelveticaNeue-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-CondensedBold.woff2") format("woff2"), url("../fonts/HelveticaNeue-CondensedBold.woff") format("woff"), url("../fonts/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-LightItalic.eot");
  src: url("../fonts/HelveticaNeue-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-LightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-LightItalic.woff") format("woff"), url("../fonts/HelveticaNeue-LightItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-LightItalic.svg#HelveticaNeue-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-CondensedBlack.eot");
  src: url("../fonts/HelveticaNeue-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-CondensedBlack.woff2") format("woff2"), url("../fonts/HelveticaNeue-CondensedBlack.woff") format("woff"), url("../fonts/HelveticaNeue-CondensedBlack.ttf") format("truetype"), url("../fonts/HelveticaNeue-CondensedBlack.svg#HelveticaNeue-CondensedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Italic.eot");
  src: url("../fonts/HelveticaNeue-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeue-Italic.woff") format("woff"), url("../fonts/HelveticaNeue-Italic.ttf") format("truetype"), url("../fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.eot");
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-MediumItalic.eot");
  src: url("../fonts/HelveticaNeue-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-MediumItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-MediumItalic.woff") format("woff"), url("../fonts/HelveticaNeue-MediumItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-MediumItalic.svg#HelveticaNeue-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-ThinItalic.eot");
  src: url("../fonts/HelveticaNeue-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-ThinItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-ThinItalic.woff") format("woff"), url("../fonts/HelveticaNeue-ThinItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-ThinItalic.svg#HelveticaNeue-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-UltraLightItalic.eot");
  src: url("../fonts/HelveticaNeue-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-UltraLightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLightItalic.woff") format("woff"), url("../fonts/HelveticaNeue-UltraLightItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-UltraLightItalic.svg#HelveticaNeue-UltraLightItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-UltraLight.eot");
  src: url("../fonts/HelveticaNeue-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-UltraLight.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLight.woff") format("woff"), url("../fonts/HelveticaNeue-UltraLight.ttf") format("truetype"), url("../fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Thin.eot");
  src: url("../fonts/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff"), url("../fonts/HelveticaNeue-Thin.ttf") format("truetype"), url("../fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.ttf");
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf");
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf");
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins ExtraLight";
  src: url("../fonts/Poppins-ExtraLight.ttf");
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf");
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf");
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: linear-gradient(45deg, #fff, #fff 40%, #e5e5e5 0, #e5e5e5 60%, #fff 0, #fff);
  background-size: 0.25rem 0.25rem;
  background-position: top;
  color: #4f4f4f !important;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-style: normal;
}

#block-wobenzym-de-local-tasks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
#block-wobenzym-de-local-tasks ul li {
  margin-left: 1em;
}
#block-wobenzym-de-local-tasks ul li a {
  color: #000;
  text-decoration: underline;
}

.color-black {
  color: #000;
}

.color-black * {
  color: #000;
}

#navbar {
  background: #dc002e;
  -webkit-box-shadow: 0px 0px 0px 0px #dedede;
          box-shadow: 0px 0px 0px 0px #dedede;
  border-bottom: 1px solid transparent !important;
}

#navbar .nav-item {
  border-bottom: 4px solid transparent;
}
#navbar .nav-item:hover {
  border-bottom: 4px solid #fff;
}

#navbar .navbar-burger span {
  background: #fff !important;
}

@media (max-width: 767px) {
  .navbar-burger {
    position: absolute !important;
    top: 50%;
    right: 45px;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: auto;
    padding: 0;
  }
}

.navbar {
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .navbar {
    height: 60px !important;
  }
}

footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#dc002f), to(#dc002e));
  background-image: linear-gradient(to right, #dc002f, #dc002e);
}

#navbar .navbar-nav > li.nav-item > a {
  height: 65px !important;
  color: white !important;
  padding-bottom: calc(0.5rem - 5px);
}
#navbar .navbar-nav > li.nav-item > a:hover {
  color: white;
}

#main-content {
  display: none;
}

.blog-article-header-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .blog-article-header-image img {
    min-height: 400px;
  }
}

footer .footer-link {
  list-style: none;
}

.user-login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-login-form input {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.user-login-form input[type=submit] {
  background: #dc002e !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #dc002e !important;
  padding: 10px 20px !important;
  margin: 1em 0;
}
.user-login-form label {
  margin-top: 1em;
}

.contact-us-body p {
  color: #595959 !important;
}
@media (min-width: 768px) {
  .contact-us-body p {
    font-size: 18px;
    line-height: 30px;
  }
}

.cs-gigya-form .form-group {
  padding-bottom: 10px !important;
}
.cs-gigya-form .error {
  color: red;
}
.cs-gigya-form .cs-message {
  position: absolute;
  padding: 1em 1.5em;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cs-gigya-form .cs-message h2 {
  font-weight: bold;
  font-size: 1.5em;
}
.cs-gigya-form.success .cs-message {
  z-index: 1;
  opacity: 1;
}

.navbar-mobile-menu {
  height: 100%;
}

.btn-listing {
  font-size: 14px !important;
}

.border-radius {
  border-radius: 50%;
}

.boost-select input {
  position: absolute;
  opacity: 0;
}
.boost-select input:checked ~ label {
  border: 4px solid #0b88dc !important;
  color: #0b88dc !important;
}
.boost-select input:checked ~ label .selected_option {
  display: block;
}
.boost-select label {
  width: 100%;
  height: 150px;
  padding: 0.5em;
  border: 4px solid #d9d9d9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 0.5em;
}
.boost-select label span {
  width: 100%;
}
.boost-select label .selected_option {
  display: none;
}
.boost-select label img {
  width: 45px;
}
.boost-select--goal span {
  padding: 0.5em;
  font-size: 14px;
}
.boost-select--goal span img {
  width: 35px;
}

.text-protein p:nth-child(1) {
  color: #0b88dc !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}
.text-protein p:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  color: #2c4997 !important;
}

#wizard-form #progressbar[data-steps="10"] li {
  width: 25%;
}

#wizard-form .error {
  color: red;
}

#wizard-form .next-disabled {
  background: #d9d9d9 !important;
  color: #999999 !important;
  pointer-events: none !important;
  border-color: #d9d9d9 !important;
}

.image-text-left h1,
.image-text-left h2,
.image-text-left h3,
.image-text-left h4,
.image-text-left h5,
.image-text-left h6 {
  font-size: 25px;
  color: #dc002e !important;
}

@media only screen and (max-width: 600px) {
  #hcp-section-sticky-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-nav-submenu .dropdown-menu:not(.account_items) {
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
  }
  .mobile-nav-submenu .dropdown-menu-show {
    visibility: visible !important;
    display: none !important;
    position: absolute !important;
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    top: -70px;
  }
  .dropdown-menu.show {
    display: block !important;
  }
  .mobile-link {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #595959 !important;
  }
}
@media (max-width: 1024px) {
  .dropdown-menu {
    font-size: 0.8rem !important;
  }
}

.product_search {
  height: 150px;
  width: 100%;
  content: "";
  position: relative;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.boost-card {
  background: #fff;
  padding: 0.8em;
  -webkit-box-shadow: 0px 0px 30px -10px #6d6d6d;
  box-shadow: 0px 0px 30px -10px #6d6d6d;
  position: relative;
}

.search_result {
  margin-bottom: 20px;
}

.search_result h5 {
  height: auto;
  width: auto;
  display: inline-block;
  text-align: left;
  color: #dc002e !important;
  font-size: 18px;
  min-height: auto;
  font-weight: bold;
}

.search_result p {
  color: #595959 !important;
}

.benefits p {
  color: #888 !important;
  font-size: 15px;
}

.key-benefits {
  margin-top: 0;
}

@media (min-width: 768px) {
  .key-benefits {
    margin-top: 60px;
  }
}
.key-benefits--head h1,
.key-benefits--head h2,
.key-benefits--head h3,
.key-benefits--head h4,
.key-benefits--head h5,
.key-benefits--head h6 {
  margin-bottom: 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .key-benefits--head h1,
  .key-benefits--head h2,
  .key-benefits--head h3,
  .key-benefits--head h4,
  .key-benefits--head h5,
  .key-benefits--head h6 {
    margin-bottom: 0;
  }
}
.key-benefits--head p {
  font-size: 30px;
  text-transform: uppercase;
  font-size: 20px;
}

.key-benefits-card {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 8px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .key-benefits-card {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    font-size: 9px;
  }
}
.key-benefits-card h1,
.key-benefits-card h2,
.key-benefits-card h3,
.key-benefits-card h4,
.key-benefits-card h5,
.key-benefits-card h6 {
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 22px;
}

@media (min-width: 768px) {
  .key-benefits-card h1,
  .key-benefits-card h2,
  .key-benefits-card h3,
  .key-benefits-card h4,
  .key-benefits-card h5,
  .key-benefits-card h6 {
    min-height: 40px;
  }
}
.key-benefits-card p {
  font-size: 16px;
}

.key-benefits-card .key-icon {
  float: left;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .key-benefits-card .key-icon {
    height: 100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    float: none;
  }
}
.key-benefits-card .image_wrap {
  height: 100%;
  float: left;
}

@media (min-width: 768px) {
  .key-benefits-card .image_wrap {
    float: none;
  }
}
.key-benefits-card .image_wrap img {
  width: 70px;
  float: left;
  margin: 0 2em 3em 0;
}

@media (min-width: 768px) {
  .key-benefits-card .image_wrap img {
    width: 97px;
    float: none;
    margin: 0;
  }
}
.key-benefits__info {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.key-benefits__info p {
  margin-bottom: 0;
  font-size: 16px;
}

.key-benefits__info span {
  margin-top: 1em;
  font-size: 16px;
  display: inline-block;
}

.key-benefits__faq a {
  color: var(--main-color);
  font-weight: bold;
  border-bottom: 3px solid;
  display: inline-block;
  margin: auto;
  position: relative;
  font-size: 17px;
  font-style: normal !important;
}

@media (min-width: 768px) {
  .key-benefits__faq a {
    font-size: 22px;
  }
}
.product-detail-nav.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .product-detail-nav.nav-tabs {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .product-detail-nav.nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-detail-nav.nav-tabs .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #595959;
  border: none;
  font-size: 16px;
  padding: 0.5em 1em;
}

.product-detail-nav.nav-tabs .nav-item.active {
  background: none;
  font-weight: bold;
}

.wide-container {
  font-size: 18px;
}
.wide-container h1,
.wide-container h2,
.wide-container h3,
.wide-container h4,
.wide-container h5,
.wide-container h6 {
  font-size: 25px;
  color: #dc002e !important;
}
@media (max-width: 767px) {
  .wide-container h1,
  .wide-container h2,
  .wide-container h3,
  .wide-container h4,
  .wide-container h5,
  .wide-container h6 {
    margin-bottom: 20px;
  }
}
.wide-container p {
  line-height: 26px;
}
.wide-container h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 12px;
}
.wide-container a {
  color: #dc002e;
  text-decoration: underline;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
}

.key-benefits--head {
  color: #dc002e !important;
}

.background-hcp-home .breadcrumb-item {
  color: #dc002e !important;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 8px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    font-size: 9px;
  }
}
.benefits p {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .key-benefits--head {
    margin-top: 2em;
  }
}

.key-benefits-card .image_wrap img {
  width: 70px;
  float: left;
  margin: 0 2em 3em 0;
}

.image_wrap img {
  max-width: 100%;
  height: auto;
}

.px-15px {
  padding: 0 15px;
}

.benefits h1,
.benefits h2,
.benefits h3,
.benefits h4,
.benefits h5,
.benefits h6 {
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 768px) {
  .benefits h1,
  .benefits h2,
  .benefits h3,
  .benefits h4,
  .benefits h5,
  .benefits h6 {
    min-height: 40px;
  }
}

#webform-submission-contact-node-21-add-form .form-item-select-a-topic,
#webform-submission-contact-node-21-add-form .form-item-email,
#webform-submission-contact-node-21-add-form .form-item-phone {
  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;
}
#webform-submission-contact-node-21-add-form .form-item-first-name,
#webform-submission-contact-node-21-add-form .form-item-last-name,
#webform-submission-contact-node-21-add-form .form-item-email,
#webform-submission-contact-node-21-add-form .form-item-address-line-1,
#webform-submission-contact-node-21-add-form .form-item-address-line-2,
#webform-submission-contact-node-21-add-form .form-item-city,
#webform-submission-contact-node-21-add-form .form-item-state,
#webform-submission-contact-node-21-add-form .form-item-zip-code,
#webform-submission-contact-node-21-add-form .form-item-phone,
#webform-submission-contact-node-21-add-form .form-item-message,
#webform-submission-contact-node-21-add-form .form-item-product,
#webform-submission-contact-node-21-add-form .form-item-flavor,
#webform-submission-contact-node-21-add-form .form-item-upc,
#webform-submission-contact-node-21-add-form .form-item-manufacture-code,
#webform-submission-contact-node-21-add-form .form-item-topic-related {
  margin-top: 2em;
}
#webform-submission-contact-node-21-add-form .form-item--error-message strong {
  color: red;
  font-size: 14px;
}
#webform-submission-contact-node-21-add-form img {
  max-width: 230px;
  width: 100%;
}
#webform-submission-contact-node-21-add-form input[type=text],
#webform-submission-contact-node-21-add-form select,
#webform-submission-contact-node-21-add-form textarea {
  width: 100%;
  padding: 10px !important;
}
#webform-submission-contact-node-21-add-form input[type=tel],
#webform-submission-contact-node-21-add-form input[type=email] {
  padding: 10px !important;
}
#webform-submission-contact-node-21-add-form #edit-privacy {
  margin-bottom: 1em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-control {
    height: 100% !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-control::-webkit-input-placeholder {
    color: #495057 !important;
  }
  .form-control::-moz-placeholder {
    color: #495057 !important;
  }
  .form-control:-ms-input-placeholder {
    color: #495057 !important;
  }
  .form-control::-ms-input-placeholder {
    color: #495057 !important;
  }
  .form-control::placeholder {
    color: #495057 !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-contact-us {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-w100 {
    width: 100% !important;
  }
}

.gigya-sidebar .error {
  color: white !important;
}

.content-page h1 {
  font-size: 32px !important;
  line-height: 42px !important;
}
.content-page h2 {
  font-size: 24px !important;
  line-height: 32px !important;
}
.content-page h3 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.content-page .color-red {
  color: #dc002e;
}
.content-page a {
  color: #dc002e;
  text-decoration: underline;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
.content-page a:hover, .content-page a:focus {
  color: #84001c;
  text-decoration: underline !important;
}
.content-page div {
  margin-bottom: 10px;
}

.hero-page-2 {
  position: relative;
  height: 350px;
}
.hero-page-2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-page-2 p {
  font-size: 18px;
  line-height: 30px;
}

.w-accordion .card-header {
  background-color: #fff;
  padding: 0.5em 0;
}
.w-accordion button {
  color: #dc002e;
  font-size: 22px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.w-accordion button:hover {
  color: #dc002e;
}
.w-accordion button[aria-expanded] {
  position: relative;
}
.w-accordion button[aria-expanded]::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.w-accordion button[aria-expanded=true]::before {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotateZ(180deg);
}
.w-accordion b .card-body {
  padding: 1em 0;
}
.w-accordion p {
  font-size: 18px;
  line-height: 30px;
}

.packing-size .teaser-content {
  padding: 20px;
  background-color: #f2f2f2;
}
.packing-size p {
  font-size: 18px;
  line-height: 30px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #dc002e;
}
.content a {
  color: #dc002e;
}
.content a:hover {
  color: #dc002e;
  text-decoration: underline !important;
}

.hero_slider {
  position: relative;
}
.hero_slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hero_slider .slick-dots {
  padding: 0 !important;
}
.hero_slider .slick-slide {
  position: relative;
}
.hero_slider .slick-slide img {
  width: 100%;
}

.navigation__main .navigation__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation__main .navigation__items ul {
  list-style: disc;
}

.hero_slider .slider-information {
  padding-top: 20px;
}
.hero_slider .slider-information p {
  font-size: 18px;
  line-height: 24px;
  color: #4f4f4f !important;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
}
.hero_slider .slider-information .btn.btn-template-1 {
  color: #fff !important;
}
@media (min-width: 768px) {
  .hero_slider .slider-information {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 767px) {
  .hero_slider .slider-information {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.hero_slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  border: none;
  background: transparent;
  font-size: 0;
}
.hero_slider .slick-next {
  right: 3px;
  top: 50%;
}
@media (min-width: 768px) {
  .hero_slider .slick-next {
    right: 10px;
  }
}
.hero_slider .slick-next:focus {
  outline: none !important;
}
.hero_slider .slick-next:before {
  content: "\f105";
  font: normal normal normal 17px/1 FontAwesome;
  font-size: 50px;
  color: #dc002e;
  opacity: 0.8;
}
.hero_slider .slick-next:after {
  content: none !important;
}
.hero_slider .slick-prev {
  left: 2px;
}
@media (min-width: 768px) {
  .hero_slider .slick-prev {
    left: 10px;
  }
}
.hero_slider .slick-prev:focus {
  outline: none !important;
}
.hero_slider .slick-prev:before {
  content: "\f104";
  font: normal normal normal 17px/1 FontAwesome;
  font-size: 50px;
  color: #dc002e;
  opacity: 0.8;
}
.hero_slider .slick-dots {
  position: relative;
  margin-top: -2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.hero_slider .slick-dots button {
  display: none;
}
.hero_slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-left: 0.5em;
}
@media only screen and (max-width: 376px) {
  .hero_slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.hero_slider .slick-dots li.slick-active {
  background: #4f4f4f;
}

@media (min-width: 767px) {
  .navbar-logo {
    padding-top: 13px;
  }
}
@media (max-width: 767px) {
  .navbar-logo {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .navbar-logo img {
    max-height: 50px;
  }
}

#navbar .navbar-nav > li.nav-item > a sup {
  margin-right: 5px;
}
@media (max-width: 1023px) {
  #navbar .navbar-nav > li.nav-item > a {
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1200px) {
  #navbar .navbar-cta .nav-item p {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  #navbar .navbar-cta svg,
  .mobile-nav-section svg {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 578px) {
  .product-thumbnail .btn-template-1 {
    font-size: 14px;
    line-height: 25px;
  }
}

.content-faqs a {
  color: #dc002e;
}
.content-faqs a:hover {
  color: #dc002e;
  text-decoration: underline;
}

.hover-menu {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hover-menu {
    width: 170px;
    height: 170px;
    border-radius: 50%;
  }
}

p {
  margin-bottom: 24px;
}

.cards-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards-carousel .slick-list {
  overflow: hidden;
}
.cards-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  border: none;
  background: transparent;
  font-size: 0;
}
.cards-carousel .slick-next {
  right: -35px;
  top: 50%;
}
.cards-carousel .slick-next:focus {
  outline: none !important;
}
.cards-carousel .slick-next:before {
  content: "\f105";
  font: normal normal normal 17px/1 FontAwesome;
  font-size: 50px;
  color: #dc002e;
  opacity: 0.8;
}
.cards-carousel .slick-next:after {
  content: none !important;
}
.cards-carousel .slick-prev {
  left: -35px;
}
.cards-carousel .slick-prev:focus {
  outline: none !important;
}
.cards-carousel .slick-prev:before {
  content: "\f104";
  font: normal normal normal 17px/1 FontAwesome;
  font-size: 50px;
  color: #dc002e;
  opacity: 0.8;
}
.cards-carousel .slick-dots {
  position: relative;
  margin-left: -2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.cards-carousel .slick-dots button {
  display: none;
}
.cards-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  background: #b0afb5;
  border-radius: 50%;
  margin-left: 0.5em;
  cursor: pointer;
}
@media only screen and (max-width: 376px) {
  .cards-carousel .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.cards-carousel .slick-dots li.slick-active {
  background: #dc002e;
}

ul li::marker {
  color: #dc002e;
}

ol li::marker {
  color: #dc002e;
}

.link-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #595959 !important;
  width: 100%;
  padding: 10px 0;
}
.link-menu i {
  margin-left: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .link-menu i {
    display: none;
  }
}

.link-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-submenu i {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .link-submenu i {
    display: none;
  }
}

.link-submenu-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-submenu-two i {
  margin-left: 10px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .link-submenu-two i {
    display: none;
  }
}

.lits-menu {
  padding-left: 10px !important;
  padding-top: 10px !important;
}
.lits-menu a {
  color: #dc002e;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Helvetica Neue";
}

.list-submenu-two a {
  color: rgba(79, 79, 79, 0.5);
  font-size: 16px;
}

.list-area {
  background: #dc002e;
  padding: 15px;
  width: 227.5px;
}
.list-area a {
  color: white;
}
.list-area a:hover {
  color: white !important;
  text-decoration: underline !important;
}
.list-area li {
  color: white;
  position: relative;
}
.list-area li:not(:first-child)::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: -1em;
  top: 8px;
  border-radius: 50%;
}
.list-area li::marker {
  content: none;
}

.application-area-list ul {
  padding-left: 25px !important;
}
.application-area-list ul li {
  position: relative;
}
.application-area-list ul li::marker {
  content: none;
}
.application-area-list ul li a {
  color: rgba(79, 79, 79, 0.5) !important;
}
.application-area-list ul li a:hover, .application-area-list ul li a:focus, .application-area-list ul li a:active {
  color: #4f4f4f !important;
}
.application-area-list ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  color: rgba(79, 79, 79, 0.5) !important;
  margin-left: 3px;
}
.application-area-list ul li a:hover:after {
  color: #4f4f4f !important;
}
.application-area-list .title-link {
  color: #dc002e !important;
}
.application-area-list .title-link:hover *, .application-area-list .title-link:active *, .application-area-list .title-link:focus * {
  color: #84001c !important;
}
.application-area-list .title-link i {
  font-size: 12px;
  margin-left: 3px;
}

#c_comments input[type=radio] {
  display: none;
}
#c_comments .btnrating {
  font-size: 42px !important;
  cursor: pointer;
}
#c_comments .error {
  color: red;
  border-color: red;
}

.product-review__stars {
  line-height: 1;
}

.reco-to-friend {
  border: none !important;
  margin-bottom: 0;
}
.reco-to-friend label {
  cursor: pointer;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid #888 !important;
  background: none !important;
  color: #888 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.reco-to-friend label:hover {
  background: #888 !important;
  color: #fff !important;
}
.reco-to-friend input:checked + label {
  background: #888 !important;
  color: #fff !important;
}

.review-rating-left {
  border-right: 1px solid transparent !important;
}

.review-rating-left .rating-container__percentage {
  font-size: 12px !important;
  border-radius: 4px 0 0 4px;
  color: transparent !important;
  text-shadow: none !important;
}

.bar-green {
  background: #28a745 !important;
}

.review-rating-left .rating-container__bg {
  background: #e9ecef;
  border-radius: 4px;
}

.green {
  border-left: 1px solid #dedede;
  color: green;
}

.pagination .is-active {
  font-weight: bold;
}

.pagination li a {
  padding-left: 12px;
  padding-right: 12px;
}

a#look {
  padding: 10px 45px;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  background: #dc002e !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #dc002e !important;
}

.wrapper_inside {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  header.nav-holder.sticky {
    max-width: 1200px;
    width: 100% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}

.toolbar-fixed header.nav-holder.sticky {
  top: 78px;
}

@media (max-width: 767px) {
  .btn {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .mobile-white-wrapper {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
  }
}

.pagination li.disabled a {
  color: #cacaca !important;
  border-right: 0.5px solid transparent !important;
}

.pagination li:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.pagination li a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.is-transparent {
  background-color: transparent;
}

.color-red {
  color: #dc002e;
}

.teaser-kaufen {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .teaser-kaufen {
    display: none !important;
  }
}
.teaser-kaufen > .teaser-header-kaufen {
  padding-top: 42.5531914894%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  bottom: 1%;
  right: 4.16667%;
}
.teaser-kaufen > .teaser-content-kaufen {
  right: 4.16667%;
  bottom: 1%;
  padding: 38px;
  position: absolute;
  max-width: 370px;
}
@media only screen and (max-width: 767px) {
  .teaser-kaufen > .teaser-content-kaufen {
    bottom: 3.125%;
    right: 1.04167%;
  }
}
.teaser-kaufen > .teaser-content-kaufen h1 {
  font-size: 32px;
  line-height: 42px;
}

.kaufen-map #map {
  padding-bottom: 150%;
}
@media (min-width: 480px) {
  .kaufen-map #map {
    padding-bottom: 55%;
  }
}
.kaufen-map .btn-search,
.kaufen-map .map-search {
  display: inline-block;
  outline: none;
}
.kaufen-map .btn-search:active,
.kaufen-map .btn-search:focus,
.kaufen-map .map-search:active,
.kaufen-map .map-search:focus {
  outline: none;
}
.kaufen-map .map-wrapper {
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.kaufen-map .map-wrapper:after,
.kaufen-map .map-wrapper:before {
  content: " ";
  display: table;
}
.kaufen-map .map-wrapper:after {
  clear: both;
}
.kaufen-map .map-wrapper-input-prompt {
  display: none;
}
.kaufen-map .map-wrapper-input-prompt-wrapper {
  background-color: #dc002e;
  width: 100%;
  margin: 0 20px;
}
.kaufen-map .logo-menu-wrapper .menu-wrapper .main-menu-hover-container .map-wrapper-input-prompt-wrapper .headline,
.kaufen-map .map-wrapper-input-prompt-wrapper .footer-large-left-headline,
.kaufen-map .map-wrapper-input-prompt-wrapper .footer-large-newsletter-signup,
.kaufen-map .map-wrapper-input-prompt-wrapper .footer-large-social-headline,
.kaufen-map .map-wrapper-input-prompt-wrapper .logo-menu-wrapper .menu-wrapper .main-menu-hover-container .headline,
.kaufen-map .map-wrapper-input-prompt-wrapper .stickybox-headline,
.kaufen-map .map-wrapper-input-prompt-wrapper .tx-quotations-modul .quote-slide .quote-content span.quote,
.kaufen-map .map-wrapper-input-prompt-wrapper h1,
.kaufen-map .map-wrapper-input-prompt-wrapper h2,
.kaufen-map .map-wrapper-input-prompt-wrapper h3,
.kaufen-map .tx-quotations-modul .quote-slide .quote-content .map-wrapper-input-prompt-wrapper span.quote {
  display: none;
}
.kaufen-map .map-search {
  width: calc(100% - 50px);
  height: 44px;
  border: 2px solid grey;
  border-right: 0;
  float: left;
}
.kaufen-map .btn-search {
  width: 50px;
  height: 44px;
  position: relative;
  background: #dc002e;
  float: right;
  border: 2px solid #84001c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2px !important;
}
.kaufen-map #pac-search {
  border: 2px solid #84001c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2px !important;
}
.kaufen-map .map-wrapper.overlay {
  position: relative;
}
.kaufen-map .map-wrapper.overlay .map-off-canvas {
  height: auto;
  width: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .kaufen-map .map-wrapper.overlay .map-off-canvas {
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
.kaufen-map .map-wrapper.overlay .map-off-canvas .map-off-canvas-apo-list,
.kaufen-map .map-wrapper.overlay .map-off-canvas .map-off-canvas-headline,
.kaufen-map .map-wrapper.overlay .map-off-canvas .map-off-canvas-toggle {
  display: none;
}
.kaufen-map .map-wrapper.overlay .map-wrapper-input-prompt {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 16;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  top: 0;
  background: none;
}
.kaufen-map .map-wrapper.overlay .map-wrapper-input-prompt-wrapper {
  max-width: 400px;
  padding: 24px;
  background-color: #dc002e;
  margin: 0 auto;
}
.kaufen-map .map-wrapper.overlay .map-wrapper-input-prompt-wrapper:after,
.kaufen-map .map-wrapper.overlay .map-wrapper-input-prompt-wrapper:before {
  content: " ";
  display: table;
}
.kaufen-map .map-wrapper.overlay .map-wrapper-input-prompt-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .kaufen-map .map-wrapper.overlay .map-wrapper-input-prompt-wrapper {
    padding: 48px;
    margin: 0 20px;
  }
}
.kaufen-map .map-wrapper.overlay .map-wrapper-input-prompt-wrapper .h2 {
  display: block;
  margin-bottom: 24px;
}
.kaufen-map .map-wrapper.overlay.error .map-wrapper-input-prompt-wrapper .h2 {
  display: none;
}
.kaufen-map .map-wrapper.overlay.error .map-wrapper-input-prompt-wrapper .error-msg.h2 {
  display: block;
  margin-bottom: 10px;
  color: white;
  font-size: 22px;
  line-height: 1.2;
}
.kaufen-map .map-wrapper.overlay.error .map-wrapper-input-prompt-wrapper .error-msg.h3 {
  display: block;
  margin-bottom: 24px;
  color: white;
  font-size: 22px;
  line-height: 1.2;
}
.kaufen-map .map-off-canvas {
  position: absolute;
  top: 25px;
  z-index: 2;
  width: 100%;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt {
  top: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100px;
  background-color: #dc002e;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .kaufen-map .map-off-canvas .map-wrapper-input-prompt {
    height: 80px;
  }
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt-wrapper {
  background: none;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input {
  border-radius: 24px 0 0 24px;
  border: none;
  padding-left: 20px;
  font-size: 18px;
  outline: none;
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  margin-top: 0 !important;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input::-webkit-input-placeholder {
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input::-moz-placeholder {
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input:-ms-input-placeholder {
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input::-ms-input-placeholder {
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input::placeholder {
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input {
    height: 34px;
    border-radius: 17px 0 0 17px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-top: 0 !important;
  }
}
.kaufen-map .color-white {
  color: white !important;
}
.kaufen-map .fa-search {
  font-size: 12px;
  color: white;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 1;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input:-moz-placeholder,
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input::-moz-placeholder {
  color: #4f4f4f;
  opacity: 1;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-input:-ms-input-placeholder {
  color: #4f4f4f;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-search {
  border-radius: 0 24px 24px 0;
  background-color: #84001c;
  margin: 0;
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-search:after {
  content: "";
}
@media (min-width: 768px) {
  .kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-search {
    height: 34px;
    border-radius: 0 17px 17px 0;
    line-height: 1;
  }
}
.kaufen-map .map-off-canvas .map-wrapper-input-prompt #pac-search .icon-search {
  height: 16px;
  width: 16px;
  margin-top: -8px;
  right: 19px;
}
.kaufen-map .map-off-canvas .map-off-canvas-apo-list,
.kaufen-map .map-off-canvas .map-off-canvas-headline {
  display: none;
}
@media (min-width: 768px) {
  .kaufen-map .map-off-canvas {
    width: 31.25%;
    opacity: 0.95;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    left: -31.25%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
  }
  .kaufen-map .map-off-canvas.open {
    left: 0;
  }
  .kaufen-map .map-off-canvas.open .map-off-canvas-toggle .icon-icn-arrow-link {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .kaufen-map .map-off-canvas .map-off-canvas-headline {
    height: 70px;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .kaufen-map .logo-menu-wrapper .menu-wrapper .main-menu-hover-container .map-off-canvas .map-off-canvas-headline .headline,
  .kaufen-map .map-off-canvas .map-off-canvas-headline .footer-large-newsletter-signup,
  .kaufen-map .map-off-canvas .map-off-canvas-headline .footer-large-social-headline,
  .kaufen-map .map-off-canvas .map-off-canvas-headline .logo-menu-wrapper .menu-wrapper .main-menu-hover-container .headline,
  .kaufen-map .map-off-canvas .map-off-canvas-headline h3 {
    color: #000;
    margin: 0;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list {
    display: block;
    height: calc(100% - 175px);
    overflow-y: scroll;
    padding-left: 35px;
    margin-top: 25px;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list .apo-list-item {
    cursor: pointer;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list .apo-list-item:hover .apo-list-name {
    color: #84001c;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list .apo-list-item:active .apo-list-name {
    color: #b00025;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list .apo-highlight {
    position: relative;
    font-size: 18px;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list .apo-highlight img {
    position: absolute;
    content: url("../../assets/img/-e-icn-map-partners.png");
    width: 21px;
    height: 21px;
    top: 2px;
    left: -30px;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list p {
    max-width: 100%;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list p.apo-list-name {
    margin-bottom: 0;
    color: #000;
  }
  .kaufen-map .map-off-canvas .map-off-canvas-apo-list p.apo-list-distance {
    margin-bottom: 20px;
  }
}
.kaufen-map .map-off-canvas-toggle {
  display: none;
}
@media (min-width: 768px) {
  .kaufen-map .map-off-canvas-toggle {
    position: absolute;
    width: 30px;
    height: 80px;
    background-color: #4f4f4f;
    right: -30px;
    top: 70px;
    z-index: 7;
    display: block;
    border: none;
    cursor: pointer;
  }
  .kaufen-map .map-off-canvas-toggle .icon-icn-arrow-link {
    color: #fff;
    display: block;
  }
}
.kaufen-map .map-off-canvas-apo-list::-webkit-scrollbar {
  background-color: #a7a7a7;
  width: 5px;
  max-height: 20px;
}
.kaufen-map .map-off-canvas-apo-list::-webkit-scrollbar-track {
  background-color: #a7a7a7;
  width: 5px;
}
.kaufen-map .map-off-canvas-apo-list::-webkit-scrollbar-thumb {
  background-color: #dc002e;
  width: 5px;
}
.kaufen-map .infoBox {
  width: 300px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .kaufen-map .infoBox {
    top: 105px !important;
    width: 100% !important;
    left: 0 !important;
    margin-top: 20px;
  }
}
.kaufen-map .infoBox > :nth-child(3) {
  width: auto !important;
  height: auto !important;
  border: none !important;
  padding: 25px 50px 25px 25px !important;
}
@media (max-width: 767px) {
  .kaufen-map .infoBox > :nth-child(3) {
    padding-bottom: calc(100% + 25px) !important;
  }
}
.kaufen-map .infoBox img {
  top: 0;
  right: 0;
  margin: 20px 25px 0 0;
  width: 30px !important;
  height: 30px !important;
  content: url("../../assets/img/-e-icn-close-oval.png") !important;
}
.kaufen-map .infoBox .infoBoxContent {
  max-width: 217px;
}
.kaufen-map .infoBox .infoBoxContent > :last-child {
  margin-top: 10px;
  margin-bottom: 0;
}
.kaufen-map .infoBox .infoBoxContent .apo-name {
  width: 116px;
  height: 15px;
  font-size: 18px;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  text-align: left;
  color: #161615;
}
.kaufen-map .infoBox .infoBoxContent .apo-distance,
.kaufen-map .infoBox .infoBoxContent .apo-highlight,
.kaufen-map .infoBox .infoBoxContent .apo-place,
.kaufen-map .infoBox .infoBoxContent .apo-street,
.kaufen-map .infoBox .infoBoxContent .apo-telephone {
  width: 205px;
  height: 57px;
  font-size: 18px;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  text-align: left;
  color: #5a5b5e;
  margin-right: 30px;
}
.kaufen-map .infoBox .infoBoxContent .apo-distance img,
.kaufen-map .infoBox .infoBoxContent .apo-highlight img,
.kaufen-map .infoBox .infoBoxContent .apo-place img,
.kaufen-map .infoBox .infoBoxContent .apo-street img,
.kaufen-map .infoBox .infoBoxContent .apo-telephone img {
  left: 0;
  margin: 0;
}
.kaufen-map .infoBox .infoBoxContent .apo-link {
  width: 100%;
  height: 15px;
  font-size: 18px;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  text-align: left;
  color: #d4000f;
  text-decoration: underline;
}
.kaufen-map .infoBox .apo-highlight {
  height: 40px !important;
  padding-left: 35px;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  position: relative;
}
.kaufen-map .infoBox .apo-highlight img {
  position: absolute !important;
  content: url("../../assets/img/-e-icn-map-partners.png") !important;
  width: 21px !important;
  height: 21px !important;
  top: 3px !important;
}

.frame-type-textmedia {
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}
.frame-type-textmedia::after, .frame-type-textmedia::before {
  content: " ";
  display: table;
}
.frame-type-textmedia .ce-textpic,
.frame-type-textmedia .ce-bodytext {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.frame-type-textmedia .ce-bodytext > :last-child {
  margin-bottom: 0;
}

.div-pharmacy-listing {
  padding: 0 20px;
}
.div-pharmacy-listing .pharmacy-listing {
  padding: 20px 0;
}
.div-pharmacy-listing .pharmacy-listing .pharmacy-listing-pharmacy > a {
  background: #f2f2f2;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 43%;
  margin-bottom: 24px;
}
.div-pharmacy-listing .pharmacy-listing .pharmacy-listing-pharmacy > a:after,
.div-pharmacy-listing .pharmacy-listing .pharmacy-listing-pharmacy > a:hover:after {
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.div-pharmacy-listing .pharmacy-listing .pharmacy-listing-pharmacy > a > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
}
.div-pharmacy-listing .pharmacy-listing .pharmacy-listing-pharmacy > a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f054";
  color: #4f4f4f;
  background: #f2f2f2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  text-indent: 2px;
}
.div-pharmacy-listing .pharmacy-listing .pharmacy-listing-pharmacy > a:hover::after {
  color: #fff;
  background: #4f4f4f;
}
@media (min-width: 768px) {
  .div-pharmacy-listing .pharmacy-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .div-pharmacy-listing .pharmacy-listing-pharmacy {
    width: calc(33.33% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .div-pharmacy-listing .custom-pharmacy-listing-pharmacy {
    width: calc(50% - 12px) !important;
  }
  .div-pharmacy-listing .pharmacy-listing-pharmacy:first-of-type > a,
  .div-pharmacy-listing .pharmacy-listing-pharmacy:nth-of-type(2) > a {
    padding: 50px 0;
    height: 160px;
  }
  .div-pharmacy-listing .pharmacy-listing-pharmacy > a {
    padding: 10px 0;
    height: 130px;
  }
  .div-pharmacy-listing .pharmacy-listing-pharmacy:first-of-type > a > img,
  .div-pharmacy-listing .pharmacy-listing-pharmacy:nth-of-type(2) > a > img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .div-pharmacy-listing .pharmacy-listing-pharmacy {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .div-pharmacy-listing .pharmacy-listing-pharmacy > a {
    padding-bottom: 35%;
  }
}

.hero_slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #b0afb5;
  border-radius: 50%;
  margin-left: 0.5em;
  cursor: pointer;
}
.hero_slider .slick-dots li.slick-active {
  background: #dc002e;
}

.btn-template-1,
.btn-template-2,
.btn-template-4,
.btn-template-6,
.btn-template-7,
.btn-template-8 {
  letter-spacing: normal;
}

.cs-mask {
  height: 210px;
  overflow-y: hidden;
  position: relative;
}
.cs-mask img {
  position: absolute;
  top: 0;
  left: 0;
}

#pac-input {
  border: none !important;
}

.navbar-megadropdown-thumbnail {
  -webkit-transition: 0s all;
  transition: 0s all;
}
.navbar-megadropdown-thumbnail a {
  -webkit-transition: 0s all !important;
  transition: 0s all !important;
}
.navbar-megadropdown-thumbnail a p span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin-left: 3px;
}
.navbar-megadropdown-thumbnail a:hover *, .navbar-megadropdown-thumbnail a:active *, .navbar-megadropdown-thumbnail a:focus * {
  color: #84001c !important;
}

.links-blog a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin-left: 5px;
}
.links-blog a:hover, .links-blog a:focus, .links-blog a:active {
  color: #84001c !important;
}

.list-products-menu:hover *, .list-products-menu:focus *, .list-products-menu:active * {
  color: #84001c !important;
}
.list-products-menu a p::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin-left: 5px;
}

.dropdown-menu a {
  -webkit-transition: 0s all, 0.3s font-weight, 0.3s -webkit-transform !important;
  transition: 0s all, 0.3s font-weight, 0.3s -webkit-transform !important;
  transition: 0s all, 0.3s font-weight, 0.3s transform !important;
  transition: 0s all, 0.3s font-weight, 0.3s transform, 0.3s -webkit-transform !important;
}

.ce-bodytext {
  line-height: 1.5 !important;
}
@media only screen and (max-width: 767px) {
  .ce-bodytext p {
    word-break: break-word;
  }
}
.ce-bodytext span,
.ce-bodytext b,
.ce-bodytext strong {
  font-family: "Helvetica Neue" !important;
  font-weight: bold !important;
}
.ce-bodytext p {
  font-size: 18px;
  line-height: 30px;
}
.ce-bodytext em {
  font-family: "Helvetica Neue";
}
.ce-bodytext a {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
}
.ce-bodytext ul {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .ce-bodytext ul {
    padding-left: 20px;
  }
}

.content-page ul li {
  margin-bottom: 0.8em;
}
.content-page ul li strong {
  font-size: 18px !important;
}
.content-page ul li span {
  font-size: 16px !important;
}
.content-page ul li a {
  font-size: 18px;
  text-decoration: underline;
}
.content-page ul li a:hover {
  color: #84001c;
  text-decoration: underline !important;
}

.cards-carousel:not(.slick-slider) > div:not(:first-child) {
  display: none;
}

.hero_slider:not(.slick-slider) > div:not(:first-child) {
  display: none;
}

.box-thumbnail-wrapper .article-thumbnail-link {
  color: #dc002e !important;
  font-weight: bold;
  background-color: white !important;
  border: 1px solid white !important;
  text-decoration: none;
}
.box-thumbnail-wrapper .article-thumbnail-link:hover {
  background-color: white !important;
  border: 1px solid white !important;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .custom-width-tablet {
    width: 90% !important;
    margin: auto;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .custom-space-tablet {
    margin-left: 0 !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .custom-width-tablet-100 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .custom-width-flex-tablet-50 {
    max-width: 50% !important;
    -webkit-box-flex: 50% !important;
        -ms-flex: 50% !important;
            flex: 50% !important;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .custom-width-flex-tablet-100 {
    max-width: 100% !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .custom-width-flex-tablet-50-home {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 430px) {
  .mobile-flex-width-100 {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .custom-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .list-products-menu {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .list-products-menu a {
    width: 100%;
  }
}

.cards-carousel .slick-prev:focus {
  outline: none !important;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .cards-carousel .slick-prev {
    left: -35px;
  }
  .cards-carousel .slick-prev:focus {
    outline: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .cards-carousel .slick-prev {
    left: -15px;
  }
}

.cards-carousel .slick-next:focus {
  outline: none !important;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .cards-carousel .slick-next {
    right: -35px;
  }
  .cards-carousel .slick-next:focus {
    outline: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .cards-carousel .slick-next {
    right: -15px;
  }
}

#videoDisclaimerModal .custom-width-modal {
  max-width: 600px !important;
}
#videoDisclaimerModal .modal-content {
  border-radius: 10px;
}
#videoDisclaimerModal .modal-content .modal-body {
  text-align: justify;
}
#videoDisclaimerModal .modal-content .modal-body a {
  color: #dc002e;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#videoDisclaimerModal .modal-content .modal-body a:hover, #videoDisclaimerModal .modal-content .modal-body a:focus {
  color: #84001c;
}
#videoDisclaimerModal .modal-content .modal-footer {
  border-top: none !important;
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#videoDisclaimerModal .modal-content .modal-footer button {
  text-transform: uppercase;
  background: #dc002f !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #dc002e !important;
}
#videoDisclaimerModal .modal-content .modal-footer button:hover, #videoDisclaimerModal .modal-content .modal-footer button:focus {
  background: #b00025 !important;
  border-color: #b00025 !important;
}

.video-disclaimer {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: 315px;
}
.video-disclaimer a {
  width: 100%;
  height: 100%;
}
.video-disclaimer a:hover, .video-disclaimer a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.menu-heading a {
  color: #dc002e;
}
#menu-top {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #menu-top {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #menu-top .section-links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#menu-top .section-links a {
  color: #4f4f4f;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#menu-top .section-links a:hover, #menu-top .section-links a:focus {
  color: #000;
}
#menu-top .section-login a {
  background: #dc002e;
  color: white;
  padding: 0.5rem 1.125rem;
  text-transform: uppercase;
  font-size: 14px;
  height: 100%;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#menu-top .section-login a:hover, #menu-top .section-login a:focus, #menu-top .section-login a:active {
  background: #84001c;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #menu-top .section-search {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#menu-top .section-search form {
  position: relative;
}
#menu-top .section-search form input {
  margin-top: 0 !important;
  padding: 0.5rem 1.125rem !important;
  font-size: 16px;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#menu-top .section-search form input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#menu-top .section-search form input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#menu-top .section-search form input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#menu-top .section-search form input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#menu-top .section-search form input::placeholder {
  font-size: 16px !important;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
#menu-top .section-search form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  outline: none;
  background-color: transparent;
  border: none;
}

@media only screen and (max-width: 767px) {
  .link-menu {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Helvetica Neue";
  }
}

.mobile-header-top-wrapper {
  background: #f2f2f2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .mobile-header-top-wrapper {
    display: none;
  }
}
.mobile-header-top-wrapper a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: bold;
}
.mobile-header-top-wrapper a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.mobile-header-top-wrapper a svg {
  display: inline-block;
  fill: #dc002e;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

#footer a {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #footer .section-social-media a {
    margin-bottom: 15px;
  }
  #footer .section-legals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .section-legals a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #footer .section-legals a {
    font-family: "HelveticaNeueLTW01-57Cond" !important;
    font-weight: normal;
    font-style: normal;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-logo {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .frame {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .btn-mobile-kaufen {
    height: 2.5rem;
    padding: 0 0.9375rem;
    width: calc(100% - 40px);
    margin: 11px auto;
    background: #84001c;
    border-radius: 24px;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-mobile-kaufen::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    position: absolute;
    left: calc(50% + 40px);
  }
}

.sections-menu-bottom .w-50 {
  width: 50%;
}
.sections-menu-bottom a {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-style: normal;
  color: #4f4f4f;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.box-thumbnail-wrapper .article-thumbnail {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.box-thumbnail-wrapper .article-thumbnail.hover .custom-date-category {
  color: white !important;
}
.box-thumbnail-wrapper .article-thumbnail-body {
  background-color: rgba(242, 242, 242, 0.9490196078);
}
.box-thumbnail-wrapper .article-thumbnail-body .custom-date-category {
  color: #595959 !important;
  font-family: "Helvetica Neue";
  font-weight: bold;
}
.box-thumbnail-wrapper .article-thumbnail-body .custom-text-summary {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}

.btn-template-1 {
  background: #4f4f4f !important;
  color: white !important;
  border: 1px solid #4f4f4f !important;
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 2rem !important;
  position: relative;
}
.btn-template-1::before {
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
}
.btn-template-1:hover, .btn-template-1:focus, .btn-template-1:active {
  background: #a7a7a7 !important;
  border: 1px solid #a7a7a7 !important;
}

.title-overview {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-overview:hover, .title-overview:active, .title-overview:focus {
  color: #84001c !important;
}
.title-overview i {
  font-size: 16px;
  margin-left: 10px;
}

a {
  font-family: "Helvetica Neue";
}

.navbar-megadropdown-thumbnail,
.navbar-product-list,
.links-blog,
.application-area-list ul li {
  font-family: "Helvetica Neue";
  font-weight: bold;
}

.horizontal-tabs .nav-pills .nav-item a {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal !important;
  font-style: normal;
}

.breadcrumb-item a {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}

.box-red-taxonomy .link a {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}

.w-accordion button {
  font-family: "Helvetica Neue" !important;
  font-weight: bold !important;
  font-size: 24px !important;
}

.frame-type-textmedia {
  padding: 0 20px !important;
}

.blog-article-content b,
.blog-article-content strong {
  font-family: "Helvetica Neue" !important;
  font-weight: bold !important;
}

.blog-news .custom-title {
  font-size: 22px !important;
}
.blog-news .article-thumbnail {
  text-decoration: none !important;
}
.blog-news .article-thumbnail:hover, .blog-news .article-thumbnail:focus, .blog-news .article-thumbnail:active {
  text-decoration: none !important;
}
.blog-news .article-thumbnail-head {
  margin-bottom: 0 !important;
}
.blog-news .article-thumbnail-head .article-thumbnail-image {
  margin-bottom: 0 !important;
}
.blog-news .article-thumbnail-head .article-thumbnail-title {
  margin-bottom: 0 !important;
}
.blog-news .custom-date-category {
  font-size: 20px;
  text-decoration: none !important;
  border-bottom: none !important;
}
.blog-news .custom-text-summary {
  font-size: 18px;
}

.reference-page-card p {
  font-size: 18px;
  line-height: 26px;
}
.reference-page-card a {
  background: #4f4f4f;
  color: white;
  border: 1px solid #4f4f4f;
  font-size: 1rem;
  text-transform: none;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding: 5px 20px;
  padding-right: 2rem;
  border-radius: 30px;
  position: relative;
}
.reference-page-card a::before {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
}
.reference-page-card a:hover {
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
}

#webform-submission-contact-node-21-add-form a {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
  color: #dc002e !important;
  text-decoration: underline;
}
#webform-submission-contact-node-21-add-form a:hover, #webform-submission-contact-node-21-add-form a:focus, #webform-submission-contact-node-21-add-form a:active {
  color: #84001c !important;
  text-decoration: underline !important;
  text-decoration-color: #84001c !important;
}
#webform-submission-contact-node-21-add-form .form-item {
  margin-top: 0 !important;
}
#webform-submission-contact-node-21-add-form #edit-privacy {
  margin-bottom: 0 !important;
}
#webform-submission-contact-node-21-add-form .captcha {
  margin-left: 1em !important;
}

.cs-heading {
  position: relative;
}
.cs-heading::before {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a7a7a7;
  position: absolute;
}
.cs-heading h2 {
  display: inline;
  background: #fff;
  position: relative;
  padding: 0 15px;
}

.teaser-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 182px;
  margin-bottom: 24px;
}
.teaser-wrapper-pharmacy {
  background-color: #dc002e;
}
.teaser-wrapper-pharmacy .btn-boost {
  background-color: #84001c;
}
.teaser-wrapper-pharmacy .btn-boost:hover {
  background-color: #5c0013;
}
.teaser-wrapper-facebook {
  background-color: #3b5998;
}
.teaser-wrapper-facebook .btn-boost {
  background-color: #21385f;
}
.teaser-wrapper-facebook .btn-boost:hover {
  background-color: #172742;
}
.teaser-wrapper-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .teaser-wrapper-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
  }
}
.teaser-wrapper-left img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .teaser-wrapper-left img {
    max-width: 200px !important;
  }
}
.teaser-wrapper-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .teaser-wrapper-right {
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 70%;
  }
}
.teaser-wrapper-right h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #fff !important;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
}
.teaser-wrapper .btn-boost {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  padding: 0.5rem 1.125rem;
  padding-right: 2rem;
  font-size: 1rem;
  color: #fff;
  border-radius: 24px;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.teaser-wrapper .btn-boost::before {
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
}

.article-thumbnail.hover .qk-title {
  color: #fff !important;
}
.article-thumbnail .qk-title {
  line-height: 1.1;
  margin-bottom: 10px !important;
  color: #dc002e !important;
}

.sticky #navbar {
  margin: 0;
  width: 100% !important;
}

.user-login-form {
  height: 100vh;
}

.btn-search-mobile {
  background: #4f4f4f !important;
  color: white !important;
  border: 1px solid #4f4f4f !important;
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  position: relative;
}
.btn-search-mobile::after {
  content: none !important;
}

.btn-product {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  background: #dc002e !important;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.125rem !important;
  padding-right: 2rem !important;
}
.btn-product:hover {
  background: #84001c !important;
  border: none !important;
}
@media (min-width: 768px) {
  .btn-product {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .btn-product {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .btn-selector-category-blog {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .btn-selector-category-blog.active {
    display: inline-block !important;
  }
}

.rating-teaser-detail-page-link {
  color: #b00025 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  margin-left: 10px !important;
  margin-bottom: -4px !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}
.rating-teaser-detail-page-link:hover {
  color: #84001c !important;
  text-decoration: underline !important;
}

@media only screen and (min-width: 768px) {
  .rating-slider {
    font-size: 12px !important;
  }
}

.article-thumbnail-footer-blog .article-thumbnail-link {
  background: #4f4f4f !important;
  color: white !important;
  border: 1px solid #4f4f4f !important;
}
.article-thumbnail-footer-blog .article-thumbnail-link:hover {
  background: #a7a7a7 !important;
  border: 1px solid #a7a7a7 !important;
}
@media only screen and (max-width: 767px) {
  .article-thumbnail-footer-blog {
    opacity: 1 !important;
    text-align: left !important;
  }
}

.teaser-product {
  margin-bottom: 1.5em;
}
.teaser-product .teaser {
  position: relative !important;
}
.teaser-product .teaser > .teaser-header {
  padding-top: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.teaser-product .teaser > .teaser-content {
  padding: 20px;
}
.teaser-product .is-white > .text-container {
  background-color: #fff;
}
.teaser-product a {
  padding: 0.5rem 1.125rem;
  font-size: 1rem;
  background: #4f4f4f;
  border-radius: 24px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  line-height: 1.25rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: 0;
}
.teaser-product a:hover {
  background: #a7a7a7;
}
@media only screen and (min-width: 768px) {
  .teaser-product .teaser > .teaser-header {
    padding-top: 33.33333%;
    background-size: cover;
    background-position: 50%;
  }
  .teaser-product .teaser > .teaser-content {
    padding: 38px;
    position: absolute;
    bottom: 3.125%;
    right: 1.04167%;
    max-width: 370px;
    -webkit-transform: translate(-10%, -30%);
        -ms-transform: translate(-10%, -30%);
            transform: translate(-10%, -30%);
  }
  .teaser-product h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #dc002e !important;
  }
  .teaser-product p {
    font-size: 18px;
    line-height: 26px;
  }
}

.erfahrungen {
  margin: 0 auto;
  max-width: 840px;
  padding: 20px;
}
.erfahrungen h1 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #dc002e;
}
.erfahrungen p {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
.subtitle-bar {
  margin: 0 auto;
  max-width: 840px;
  padding: 20px !important;
}
.subtitle-bar h2 {
  margin-bottom: 12px;
  color: #dc002e;
}
.subtitle-bar .seperation-line {
  width: auto;
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
  line-height: 0.1em;
  margin: 30px 25px;
}
@media (max-width: 767px) {
  .subtitle-bar .seperation-line {
    text-align: center;
    margin: 30px 20px;
    overflow: hidden;
    display: block;
    line-height: inherit;
    border: none;
  }
}
.subtitle-bar .seperation-line span {
  background: #fff;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .subtitle-bar .seperation-line span {
    background: #fff;
    display: block;
    position: relative;
    width: 75%;
    margin: 0 auto;
  }
  .subtitle-bar .seperation-line span::before, .subtitle-bar .seperation-line span::after {
    content: "";
    background: #a7a7a7;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .subtitle-bar .seperation-line span::before {
    right: 100%;
  }
  .subtitle-bar .seperation-line span::after {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .subtitle-bar .seperation-line {
    width: 85%;
    margin: 30px auto;
  }
}

.call_load_more_blog {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}

.page-block-body a {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
  color: #dc002e;
  text-decoration: underline;
}
.page-block-body a:hover {
  color: #84001c;
  text-decoration: underline;
}

.section-news {
  padding: 0px 30px;
}
@media only screen and (max-width: 767px) {
  .section-news {
    padding: 0px 15px;
  }
}
.section-news .card-news {
  padding: 0 20px 20px 20px !important;
}
.section-news .card-news h3 {
  font-size: 20px;
  line-height: 28px;
}
.section-news .card-news .body-news * {
  text-align: justify;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
}
.section-news .card-news a {
  color: #dc002e;
  text-decoration: underline;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
  word-break: break-all;
}
.section-news .card-news a:hover, .section-news .card-news a:focus, .section-news .card-news a:active {
  color: #84001c;
  text-decoration: underline;
}

.mobile-nav-option .pull-right::after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.mobile-nav-option[aria-expanded=true] .pull-right::after {
  content: "\f077";
}

.pager {
  border: none !important;
  margin-top: 0 !important;
}
.pager .pager__items {
  list-style: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0 !important;
}
.pager .pager__items .pager__item {
  margin: 0 3px !important;
  cursor: pointer !important;
}
.pager .pager__items .pager__item a {
  text-decoration: none !important;
  margin: 2px !important;
  color: white !important;
  background: #dc002e;
  padding: 10px 14px !important;
  border-radius: 3px !important;
  border: 1px solid transparent;
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  font-weight: normal;
  font-style: normal;
}
.pager .pager__items .pager__item a:hover {
  background: #84001c !important;
  border: 1px solid transparent !important;
  color: white !important;
}
.pager .pager__items .pager__item--ellipsis {
  text-decoration: none;
  margin: 2px;
  color: white !important;
  background: #dc002e !important;
  padding: 10px 14px !important;
  border-radius: 3px;
  border: 1px solid transparent;
}
.pager .pager__items .pager__item.is-active a {
  letter-spacing: 1px;
  border: 1px solid transparent;
  background: #84001c !important;
  color: #fff !important;
}
.pager .pager__items .pager__item--first, .pager .pager__items .pager__item--last {
  display: none !important;
}

.hero-page-default {
  position: relative;
  height: auto;
  text-align: center;
  width: 100%;
  padding-bottom: 1rem;
}
.hero-page-default img {
  width: 100%;
}

.special-teaser-pharmacy {
  background: #dc002e;
}
.special-teaser-pharmacy .special-teaser-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 182px;
}
@media screen and (min-width: 768px) {
  .special-teaser-pharmacy .special-teaser-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
  }
}
.special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-left img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-left img {
    max-width: none;
    display: block;
    height: auto;
    width: 100%;
  }
}
.special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right {
  padding: 0 20px 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right {
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 70%;
  }
}
.special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right .special-teaser-headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right .special-teaser-headline {
    font-size: 24px;
    line-height: 32px;
  }
}
.special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right .btn-red {
  background: #84001c;
}
.special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right .btn-red:active, .special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right .btn-red:focus, .special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right .btn-red:hover {
  background: #5c0013;
}
.special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right a {
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.9375rem 1.25rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right a {
    padding: 0.5rem 1.125rem;
    font-size: 1rem;
  }
}
.special-teaser-pharmacy .special-teaser-wrapper .special-teaser-wrapper-right a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin-left: 3px;
}

.special-teaser-facebook {
  background: #3b5998;
}
.special-teaser-facebook .special-teaser-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 182px;
}
@media screen and (min-width: 768px) {
  .special-teaser-facebook .special-teaser-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
  }
}
.special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-left img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-left img {
    max-width: none;
    display: block;
    height: auto;
    width: 100%;
  }
}
.special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right {
  padding: 0 20px 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right {
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 70%;
  }
}
.special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right .special-teaser-headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right .special-teaser-headline {
    font-size: 24px;
    line-height: 32px;
  }
}
.special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right .btn-blue {
  background: #21385f;
}
.special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right .btn-blue:active, .special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right .btn-blue:focus, .special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right .btn-blue:hover {
  background: #172742;
}
.special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right a {
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.9375rem 1.25rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right a {
    padding: 0.5rem 1.125rem;
    font-size: 1rem;
  }
}
.special-teaser-facebook .special-teaser-wrapper .special-teaser-wrapper-right a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin-left: 3px;
}

.special-teaser-download {
  background: #a7a7a7;
}
.special-teaser-download .special-teaser-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 182px;
}
@media screen and (min-width: 768px) {
  .special-teaser-download .special-teaser-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
  }
}
.special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-left img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-left img {
    max-width: none;
    display: block;
    height: auto;
    width: 100%;
  }
}
.special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right {
  padding: 0 20px 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right {
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 70%;
  }
}
.special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right .special-teaser-headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right .special-teaser-headline {
    font-size: 24px;
    line-height: 32px;
  }
}
.special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right .btn-gray {
  background: #646464;
}
.special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right .btn-gray:active, .special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right .btn-gray:focus, .special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right .btn-gray:hover {
  background: #464646;
}
.special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right a {
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.9375rem 1.25rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right a {
    padding: 0.5rem 1.125rem;
    font-size: 1rem;
  }
}
.special-teaser-download .special-teaser-wrapper .special-teaser-wrapper-right a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin-left: 3px;
}

.btn-secondary-menu {
  color: rgba(79, 79, 79, 0.5) !important;
  font-weight: bold;
}
.btn-secondary-menu:hover, .btn-secondary-menu:active, .btn-secondary-menu:focus {
  color: #4f4f4f !important;
}
.btn-secondary-menu i {
  font-size: 12px;
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .banner-bewertung {
    display: none !important;
  }
}
.banner-bewertung img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-bewertung .slider-information {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.banner-bewertung .slider-information .content-header .teaser > .teaser-content p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 14px;
}
.banner-bewertung .slider-information h1, .banner-bewertung .slider-information h2, .banner-bewertung .slider-information h3, .banner-bewertung .slider-information h4, .banner-bewertung .slider-information h5, .banner-bewertung .slider-information h6 {
  margin-bottom: 12px;
  color: #dc002e;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.banner-bewertung .slider-information .btn-red {
  background: #84001c;
}
.banner-bewertung .slider-information a {
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.9375rem 1.25rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .banner-bewertung .slider-information a {
    padding: 0.5rem 1.125rem;
    font-size: 1rem;
  }
}
.banner-bewertung .slider-information a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin-left: 3px;
}

.horizontal-teaser .is-grey {
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .horizontal-teaser .teaser > .teaser-header {
    background-size: cover;
    background-position: 50%;
  }
}
.horizontal-teaser .teaser > .teaser-content {
  position: relative;
  padding: 38px;
  max-width: 370px;
}
.horizontal-teaser .teaser {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .horizontal-teaser .teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.horizontal-teaser .teaser .teaser-header {
  padding-top: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .horizontal-teaser .teaser .teaser-header {
    min-width: 50%;
  }
}
.horizontal-teaser .teaser .teaser-header img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .horizontal-teaser .teaser .teaser-header img {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: none;
    height: 100%;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.horizontal-teaser .teaser .teaser-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .horizontal-teaser .teaser .teaser-content {
    min-width: 50%;
  }
}
.horizontal-teaser .teaser .teaser-content .headline-link {
  text-decoration: none;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  color: #dc002e;
}
.horizontal-teaser .teaser .teaser-content .button-link {
  padding-right: 2rem;
  display: block;
  position: relative;
  padding: 0.5rem 0;
  margin: -0.5rem 0;
  color: #dc002e;
  text-decoration: underline;
}
.horizontal-teaser .teaser .teaser-content .button-link:hover, .horizontal-teaser .teaser .teaser-content .button-link:focus, .horizontal-teaser .teaser .teaser-content .button-link:active {
  color: #84001c;
  text-decoration: underline !important;
}
.horizontal-teaser .teaser .teaser-content .button-link::after {
  content: "";
  right: 0;
  top: 0.3125rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  background-image: url("../img/videoicon.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-dynamic .product-reating-slider .product-slider-teaser {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .products-dynamic .product-reating-slider .product-slider-teaser {
    height: 28.125rem;
  }
}
.products-dynamic .product-reating-slider .product-slider-teaser .rating-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 1rem;
}
.products-dynamic .product-reating-slider .product-slider-teaser-image {
  width: 17.5%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
}
.products-dynamic .product-reating-slider .product-slider-teaser-image .image-link {
  display: block;
  pointer-events: none;
}
@media (min-width: 768px) {
  .products-dynamic .product-reating-slider .product-slider-teaser-image .image-link {
    pointer-events: all;
  }
}
.products-dynamic .product-reating-slider .product-slider-teaser-image img {
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.products-dynamic .product-reating-slider .product-slider-teaser-image .btn-primary {
  white-space: nowrap;
  margin-top: 1.25rem;
}
.products-dynamic .product-reating-slider .product-slider-teaser-image .rating-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .products-dynamic .product-reating-slider .product-slider-teaser-image .rating-buttons,
  .products-dynamic .product-reating-slider .product-slider-teaser-image .rating-container {
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    opacity: 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.products-dynamic .product-reating-slider .product-slider-teaser-image.hover {
  width: 30%;
}
@media (min-width: 768px) {
  .products-dynamic .product-reating-slider .product-slider-teaser-image.hover .rating-buttons,
  .products-dynamic .product-reating-slider .product-slider-teaser-image.hover .rating-container {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.products-dynamic .product-reating-slider .product-slider-teaser .slick-arrow {
  top: calc(50% - 2.91625rem);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none !important;
}
.products-dynamic .product-reating-slider .legal-text {
  text-align: right;
  margin-top: -1.25rem;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .products-dynamic .product-reating-slider .legal-text {
    margin-top: -4rem;
  }
}
.products-dynamic .product-reating-slider .legal-text p {
  font-size: 0.875rem;
}
.products-dynamic .btn-primary {
  white-space: nowrap;
  margin-top: 1.25rem;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  line-height: 1.25rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: 0;
  background: #dc002e;
}
@media screen and (max-width: 767px) {
  .products-dynamic .btn-primary {
    font-size: 18px;
    padding: 5px 15px;
  }
}
.products-dynamic .btn-primary::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  margin-left: 3px;
}
.products-dynamic .btn-primary:hover, .products-dynamic .btn-primary:focus {
  background: #84001c;
}
@media screen and (min-width: 768px) {
  .products-dynamic .btn-primary {
    padding: 0.5rem 1.125rem;
    font-size: 1rem;
  }
}
.products-dynamic [data-bv-show=rating_summary] .bv_main_container_row_flex .bv_button_component_container #WAR {
  display: none !important;
}
.products-dynamic #ratings-summary {
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-dynamic .rating-buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .products-dynamic-mobile {
    display: none;
  }
}
.products-dynamic-mobile .slick-dots {
  padding: 0 !important;
  margin-top: -2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.products-dynamic-mobile .slick-dots button {
  display: none;
}
.products-dynamic-mobile .slick-dots li {
  width: 15px;
  height: 15px;
  background: #b0afb5;
  border-radius: 50%;
  margin-left: 1em;
  cursor: pointer;
}
.products-dynamic-mobile .slick-dots .slick-active {
  background: #dc002e;
}

@media screen and (max-width: 767px) {
  .hero_slider .slick-dots {
    margin-top: 2em;
  }
  .hero_slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin-left: 1em;
  }
  .hero_slider .slick-next, .hero_slider .slick-prev {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #select-faq-mobile {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-accordion button[aria-expanded] {
    text-align: left;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .w-100-mobile {
    width: 100% !important;
  }
}

[role=contentinfo][aria-label="Error message"] [role=alert] {
  display: none;
}

.js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.js-form-type-checkbox .form-checkbox {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.js-form-type-checkbox .form-item--error-message {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.js-form-type-checkbox .description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .webform-confirmation-modal {
    max-width: 95% !important;
    margin: 0 10px;
    left: 0 !important;
  }
}

.webform-submission-contact-node-21-add-form .error {
  color: red;
}
.webform-submission-contact-node-21-add-form .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.webform-submission-contact-node-21-add-form .js-form-type-checkbox label.error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 10px;
  margin-left: 22px;
}

.search-page .pager__item a {
  color: #dc002e;
  font-size: 19px;
  font-weight: bold;
}

.webform-submission-contact-node-21-add-form #edit-email-error {
  font-size: 0;
  height: 20px;
  position: relative;
  margin-bottom: 3px;
}
.webform-submission-contact-node-21-add-form #edit-email-error::after {
  content: "Das Feld enthält keine gültige E-Mail-Adresse.";
  position: absolute;
  color: red;
  left: 0;
  top: 2px;
  z-index: 1000;
  font-size: 1rem;
}

.social-media-mobile * {
  color: #DC002E !important;
}
.social-media-mobile a {
  font-size: 26px;
}

.btn-buy-wobemocus {
  background-color: white;
  border-radius: 30px;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  bottom: 10%;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .btn-buy-wobemocus {
    display: none;
  }
}
.btn-buy-wobemocus::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #0063B0;
}
.btn-buy-wobemocus::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #0063B0;
  margin-left: 10px;
}

.menu-movil-wobemucos {
  background: transparent !important;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-movil-wobemucos:focus {
  outline: none;
}
.menu-movil-wobemucos .hamburger-inner {
  top: 0 !important;
  left: -4px !important;
}
.menu-movil-wobemucos .hamburger-box {
  width: 100% !important;
  height: 100% !important;
}
.menu-movil-wobemucos .hamburger-inner, .menu-movil-wobemucos .hamburger-inner:after, .menu-movil-wobemucos .hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #575757;
}

.menu-movil-wobemucos.is-active .hamburger-inner,
.menu-movil-wobemucos.is-active .hamburger-inner:after,
.menu-movil-wobemucos.is-active .hamburger-inner:before {
  background-color: white !important;
}

.menu-mobile-wobemucos {
  display: none;
  background-color: white;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.menu-mobile-wobemucos .list-wobemucos-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.menu-mobile-wobemucos .list-wobemucos-mobile li {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #707070;
  width: 100%;
  text-align: center;
}
.menu-mobile-wobemucos .list-wobemucos-mobile li a {
  color: #707070;
}

.color-dark-blue {
  color: #0063B0;
}

.bg-dark-blue {
  background-color: #0063B0;
}

.color-light-blue {
  color: #00A3CB;
}

.bg-light-gray-wobemucos {
  background-color: #F3F4F6;
}

.bg-dark-gray {
  background-color: #575757;
}

@media screen and (max-width: 767px) {
  #sub-menu-wobemucos {
    z-index: 100 !important;
  }
}

.section-mobile-wobemucos.active {
  background-color: #2c4997 !important;
}
.section-mobile-wobemucos.active h1, .section-mobile-wobemucos.active h2, .section-mobile-wobemucos.active h3, .section-mobile-wobemucos.active h4, .section-mobile-wobemucos.active h5, .section-mobile-wobemucos.active h6 {
  color: white !important;
}
.link-dark-blue {
  color: #0063B0;
}
.link-dark-blue:hover, .link-dark-blue:focus {
  color: #0063B0;
  text-decoration: none;
}

.wobemucos-links {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #4f4f4f;
}
.wobemucos-links:hover {
  color: #4f4f4f;
}
.wobemucos-links:hover div {
  background-color: #e9ebef !important;
}

.btn-template-red {
  background: #dc002e !important;
  color: white !important;
  border: 1px solid #dc002e !important;
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 2rem !important;
  position: relative;
  border-radius: 30px;
}
.btn-template-red::before {
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
}
.btn-template-red:hover, .btn-template-red:focus, .btn-template-red:active {
  background: #84001c !important;
  border: 1px solid #84001c !important;
}

.btn-template-blue {
  background: #0063B0 !important;
  color: white !important;
  border: 1px solid #0063B0 !important;
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 2rem !important;
  position: relative;
  border-radius: 30px;
}
.btn-template-blue::before {
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
}
.btn-template-blue:hover, .btn-template-blue:focus, .btn-template-blue:active {
  background: #055696 !important;
  border: 1px solid #055696 !important;
}

.custom-ul-arrow {
  padding-left: 1rem;
}
.custom-ul-arrow li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.custom-ul-arrow li::marker {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #055696 !important;
}

.custom-ul-arrow-white {
  padding-left: 1rem;
}
.custom-ul-arrow-white li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.custom-ul-arrow-white li::marker {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: white !important;
}

.custom-ul-line {
  padding-left: 1rem;
}
.custom-ul-line li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.custom-ul-line li::marker {
  content: "-";
  color: #055696 !important;
}

.button-collapse {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #055696;
}
.button-collapse::after {
  content: "\f107";
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.button-collapse[aria-expanded=true]::after {
  content: "\f106";
}

.sub-menu-wobemucos .list-wobemucos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sub-menu-wobemucos .list-wobemucos {
    padding: 0;
  }
}
.sub-menu-wobemucos .list-wobemucos li a {
  padding: 5px 10px;
  color: #757575;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.wobemucos-section-five {
  background-color: #F5F5F5;
}

.bg-kaufensite {
  background-color: #4472C4;
}

.custom-ul-kauken {
  padding-left: 1rem;
}
.custom-ul-kauken li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.custom-ul-kauken li::marker {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 12px;
}

.btn-template-blue-kaufen {
  background: #0063B0 !important;
  color: white !important;
  border: 1px solid #0063B0 !important;
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 1rem !important;
  padding-left: 2.5rem !important;
  position: relative;
  border-radius: 30px;
}
.btn-template-blue-kaufen::before {
  content: "\f07a";
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
}
.btn-template-blue-kaufen:hover, .btn-template-blue-kaufen:focus, .btn-template-blue-kaufen:active {
  background: #0063B0 !important;
  border: 1px solid #0063B0 !important;
}

.btn-template-white-kaufen {
  background: white !important;
  color: #0063B0 !important;
  border: 1px solid #0063B0 !important;
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  position: relative;
  border-radius: 30px;
}
.btn-template-white-kaufen img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.btn-template-white-kaufen:hover, .btn-template-white-kaufen:focus, .btn-template-white-kaufen:active {
  background: white !important;
  border: 1px solid #0063B0 !important;
}

.body-header-kaufensite {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .body-header-kaufensite {
    display: none;
  }
}
.body-header-kaufensite .title {
  text-align: left;
  font-size: 50px;
  line-height: normal;
  color: #dc002e;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .body-header-kaufensite .title {
    font-size: 28px;
  }
}
.body-header-kaufensite .body-header {
  font-size: 30px;
  text-align: left;
  line-height: normal;
  margin-top: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .body-header-kaufensite .body-header {
    font-size: 16px;
  }
}

.body-header-kaufensite-mobile {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.body-header-kaufensite-mobile .title {
  font-size: 28px;
  line-height: normal;
  color: #dc002e;
}
.body-header-kaufensite-mobile .body-header {
  font-size: 24px;
  line-height: normal;
  margin-top: 2rem;
}

.list-products-kaufensite strong {
  font-family: "Helvetica Neue" !important;
  font-weight: bold !important;
}

.click-collect-kaufensite strong {
  font-family: "Helvetica Neue" !important;
  font-weight: bold !important;
}
.click-collect-kaufensite .btn-link-kaufen {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  background: #dc002e !important;
  border-radius: 24px;
  display: inline-block;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
  text-transform: uppercase;
}
.click-collect-kaufensite .btn-link-kaufen:hover, .click-collect-kaufensite .btn-link-kaufen:focus {
  background: #84001c !important;
  border: none !important;
}

.btn-kaufen {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  background: #dc002e !important;
  border-radius: 24px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.125rem !important;
  padding-right: 2rem !important;
  width: 80%;
  text-align: center;
}
.btn-kaufen::after {
  content: "\f07a";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  text-decoration: none;
  font-weight: 900;
  text-transform: none;
  margin-left: 0.5rem;
}
.btn-kaufen::hover, .btn-kaufen::focus {
  background: #84001c !important;
  border: none !important;
}

.bg-red {
  background-color: #DC0B2E;
}

@media screen and (max-width: 767px) {
  .submenu-kaufensite {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .submenu-kaufensite .container-link {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .submenu-kaufensite .container-link .link-submenu-kaufen {
    margin-bottom: 0.5rem !important;
  }
}
.btn-link-ckv {
  background: #dc002e !important;
  display: inline-block;
  line-height: 2.25rem;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
  font-size: 24px;
  text-align: center;
}
.btn-link-ckv:hover, .btn-link-ckv:focus {
  background: #84001c !important;
  border: none !important;
  color: #fff;
}

.btn-link-ckv-2 {
  background: #dc002e !important;
  display: inline-block;
  line-height: 1.25rem;
  font-style: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 10px !important;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
  font-size: 24px !important;
  text-align: center;
  text-transform: uppercase !important;
}
.btn-link-ckv-2:hover, .btn-link-ckv-2:focus {
  background: #84001c !important;
  border: none !important;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn-ckv {
    padding-bottom: 19px;
  }
}

.btn-modal {
  color: white;
  position: absolute;
  right: 12px;
  top: 3px;
}

.title-couponing {
  font-size: 47px;
}
@media only screen and (max-width: 767px) {
  .title-couponing {
    font-size: 39px;
  }
}

.arrow-slider-ingredients {
  color: #dc002e;
  font-size: 35px;
}

.tint-social h2 {
  color: #dc002e;
  text-align: center;
  font-size: 25px;
}
.tint-social .description {
  font-size: 20px;
  text-align: center;
  max-width: 83.333%;
  margin: auto;
}
.tint-social .tintup {
  max-width: 83.333%;
  margin: auto;
}

.block-sport-is {
  background-color: #E1E145;
  padding: 9px 12px;
}
.block-sport-is ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media only screen and (max-width: 767px) {
  .block-sport-is ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

#seckit-noscript-tag {
  display: none;
}

.dropdown-band {
  position: relative;
  display: inline-block;
  /* Dropdown button on hover & focus */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
}
.dropdown-band .dropbtn {
  background-color: #fff;
  color: #595959;
  margin-top: 0 !important;
  padding: 0.5rem 2.6rem !important;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-style: normal;
}
.dropdown-band .dropbtn::before {
  content: "";
  width: 25px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #EF3340), color-stop(33%, #FFFFFF), color-stop(66.66%, #FFFFFF), color-stop(66.66%, #EF3340));
  background-image: linear-gradient(#EF3340 33%, #FFFFFF 33%, #FFFFFF 66.66%, #EF3340 66.66%);
  color: #fff;
  position: absolute;
  left: 4px;
}
.dropdown-band .dropbtn::after {
  content: "\f078";
  font: normal normal normal 17px/1 FontAwesome;
  font-size: 14px;
  color: #595959;
  position: relative;
  left: 15px;
  top: 0px;
}
.dropdown-band .dropbtn:hover, .dropdown-band .dropbtn:focus {
  background-color: #fff;
}
.dropdown-band .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 170px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-band .dropdown-content a {
  color: #595959;
  padding: 12px 35px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-style: normal;
}
.dropdown-band .dropdown-content a::before {
  content: "";
  width: 25px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #000000), color-stop(33%, #dd0000), color-stop(66.66%, #dd0000), color-stop(66.66%, #ffce00));
  background-image: linear-gradient(#000000 33%, #dd0000 33%, #dd0000 66.66%, #ffce00 66.66%);
  color: #fff;
  position: absolute;
  left: 4px;
}
.dropdown-band .dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown-band .show {
  display: block;
}

.link-country {
  padding: 8px 60px !important;
  color: #595959 !important;
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-style: normal;
}
.link-country::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #EF3340), color-stop(33%, #FFFFFF), color-stop(66.66%, #FFFFFF), color-stop(66.66%, #EF3340));
  background-image: linear-gradient(#EF3340 33%, #FFFFFF 33%, #FFFFFF 66.66%, #EF3340 66.66%);
  color: #fff;
  position: absolute;
  left: 26px;
}

.link--submenu-country {
  padding: 8px 50px !important;
  color: #595959 !important;
  font-size: 20px !important;
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-style: normal;
}
.link--submenu-country::after {
  content: "";
  width: 30px;
  height: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #000000), color-stop(33%, #dd0000), color-stop(66.66%, #dd0000), color-stop(66.66%, #ffce00));
  background-image: linear-gradient(#000000 33%, #dd0000 33%, #dd0000 66.66%, #ffce00 66.66%);
  color: #fff;
  position: absolute;
  left: 26px;
}

.modal-content-country {
  background: url(../img/20240228_Localisation_Pop-Up.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 748px;
  height: 314px;
  left: -23%;
}
@media only screen and (max-width: 992px) {
  .modal-content-country {
    width: auto;
    height: auto;
    left: 0;
    background-size: 120% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-content-country {
    width: auto;
    height: auto;
    left: 0;
    background-size: cover;
  }
}
.modal-content-country .modal-country #btn-country {
  font-size: 16px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  color: #dc002e;
  background-color: white !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  border: 1px solid white !important;
  font-weight: bold !important;
  text-transform: none !important;
  border-radius: 30px;
}
.modal-content-country .modal-country .btn-link-kaufen {
  font-family: "HelveticaNeueLTW01-57Cond" !important;
  background: #dc002e !important;
  border-radius: 24px;
  display: inline-block;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
  text-transform: uppercase;
}
.modal-content-country .modal-country .btn-link-kaufen:hover, .modal-content-country .modal-country .btn-link-kaufen:focus {
  background: #84001c !important;
  border: none !important;
}
.modal-content-country .modal-country .btn-modal {
  color: black;
  font-size: 30px;
  font-weight: 900;
  top: 15px;
  right: 20px;
}
.modal-content-country .modal-country .text-1 {
  font-size: 18px;
  margin-bottom: 35px;
  color: white;
}
.modal-content-country .modal-country .text-1 a {
  color: white;
}
@media only screen and (max-width: 767px) {
  .modal-content-country .modal-country .text-1 {
    font-size: 18px;
  }
}
.modal-content-country .modal-country .text-1::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #EF3340), color-stop(33%, #FFFFFF), color-stop(66.66%, #FFFFFF), color-stop(66.66%, #EF3340));
  background-image: linear-gradient(#EF3340 33%, #FFFFFF 33%, #FFFFFF 66.66%, #EF3340 66.66%);
  color: #fff;
  position: absolute;
  left: 8px;
  top: 5px;
  border-radius: 50%;
  border: solid white;
}
.modal-content-country .modal-country .text-2 {
  font-size: 15px;
  color: white;
}
.modal-content-country .modal-country .text-2 a {
  color: white;
}
@media only screen and (max-width: 767px) {
  .modal-content-country .modal-country .text-2 {
    font-size: 15px;
  }
}
.modal-content-country .modal-country .text-2::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #000000), color-stop(33%, #dd0000), color-stop(66.66%, #dd0000), color-stop(66.66%, #ffce00));
  background-image: linear-gradient(#000000 33%, #dd0000 33%, #dd0000 66.66%, #ffce00 66.66%);
  color: #fff;
  position: absolute;
  left: 8px;
  top: 65px;
  border-radius: 50%;
  border: solid white;
}
@media only screen and (max-width: 992px) {
  .modal-content-country .modal-country .text-2::before {
    top: 65px;
  }
}
@media only screen and (max-width: 450px) {
  .modal-content-country .modal-country .text-2::before {
    top: 90px;
  }
}
.modal-content-country .modal-country p {
  color: black;
  font-size: 19px;
  font-family: "Helvetica Neue";
  padding-left: 60px;
}
.modal-content-country .modal-country a {
  text-decoration: underline;
  font-weight: bold;
}

#ModalCountry {
  top: 15%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #ModalCountry .modal-dialog {
    max-width: 700px !important;
  }
}

.btn-kaufen-opacity {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.lite-youtube {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}