<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: "Megano OT";
  src: url("../../_global_assets/fonts/meganoot-light.woff") format("woff"), url("../../_global_assets/fonts/meganoot-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Megano OT";
  src: url("../../_global_assets/fonts/meganoot-medium.woff") format("woff"), url("../../_global_assets/fonts/meganoot-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Megano OT";
  src: url("../../_global_assets/fonts/meganoot-demibold.woff") format("woff"), url("../../_global_assets/fonts/meganoot-demibold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "bionorica-icons";
  src: url("../../_global_assets/icons/bionorica_microsites_icons.ttf?yaz4n4") format("truetype"), url("../../_global_assets/icons/bionorica_microsites_icons.woff?yaz4n4") format("woff"), url("../../_global_assets/icons/bionorica_microsites_icons.svg?yaz4n4#bionorica_microsites_icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .icon, .close-popup-finder:before, .pharmacy-list .finder-result-item a:after, .finder-result-item a:after, .tts-button__duration::before, .tts-button__icon::before, .mfp-buy-online .mfp-close::before, .product-tile__image-slider .slick-prev::before,
.product-tile__image-slider .slick-next::before, .product-stage__description ul li::before, .product-stage__slider .slick-prev::before,
.product-stage__slider .slick-next::before, .product-stage__static-content ul li::before, .page-progress__list a::after, .page-progress__title::after, .sub-menu__item-parent &gt; .nav-main__link::after, .nav-main__toggle-sub span:before, .meta-conversion::after, .green-leaf-rows .green-leaf:before, .blue-leaf li:before,
.orange-leaf li:before,
.green-leaf li:before,
.purple-leaf li:before,
.yellow-leaf li:before, .hif-no-results::before, .hif-links a::before, .hif-requirements ul::before, .btn-hif-dl::before, .cta-social:before, .btn-has-icon::after, .link-box__link::after, .cta-more:after, .anchor-box__link::after, .accordion.colored summary::after, .accordion .accordion-toggle:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bionorica-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tts-player--is-playing .tts-button__icon::before,
.icon-pause-solid-full::before {
  content: "\e922";
}

.tts-player--is-paused .tts-button__icon::before,
.icon-play-solid-full::before {
  content: "\e923";
}

.tts-player--is-paused .tts-button__duration::before, .tts-player--is-playing .tts-button__duration::before,
.icon-clock-regular-full::before {
  content: "\e921";
}

.tts-button__icon::before,
.icon-volume-high-solid-full::before {
  content: "\e920";
}

.icon-next-line::before {
  content: "\e91f";
}

.icon-anchor::before {
  content: "\e91e";
}

.product-tile__controls .btn-buy-pharmacy::after,
.icon-pin:before {
  content: "\e900";
}

.icon-cloud_download:before {
  content: "\e2c0";
}

.mfp-buy-online .mfp-close::before,
.icon-cancel:before {
  content: "\e5c9";
}

.icon-check_circle:before {
  content: "\e86c";
}

.icon-delete:before {
  content: "\e872";
}

.cta-mail,
.icon-envelop:before {
  content: "\e901";
}

.cta-facebook,
.icon-facebook:before {
  content: "\e902";
}

.cta-twitter,
.icon-twitter:before {
  content: "\e903";
}

.icon-speech-bubble-pixel:before {
  content: "\e904";
}

.icon-checkmark:before {
  content: "\e905";
}

.icon-chevron-left:before {
  content: "\e906";
}

.hif-links a::before,
.icon-chevron-right:before {
  content: "\e907";
}

.product-stage__description ul li::before, .product-stage__static-content ul li::before, .green-leaf-rows .green-leaf:before, .blue-leaf li:before,
.orange-leaf li:before,
.green-leaf li:before,
.purple-leaf li:before,
.yellow-leaf li:before, .hif-result::before, .health-insurance-funds-search::before,
.icon-leaf:before {
  content: "\e908";
}

.product-tile__image-slider .slick-prev::before, .product-stage__slider .slick-prev::before,
.icon-chevron-round-left:before {
  content: "\e909";
}

.pharmacy-list .finder-result-item a:after, .finder-result-item a:after, .product-tile__image-slider .slick-next::before, .product-stage__slider .slick-next::before, .sub-menu__item-parent &gt; .nav-main__link::after, .nav-main__toggle-sub span:before, .link-box__link::after, .cta-more:after, .accordion.colored summary::after, .accordion .accordion-toggle:before,
.icon-chevron-round-right:before {
  content: "\e90a";
}

.hif-requirements ul::before,
.icon-exclamation-round:before {
  content: "\e90b";
}

.hif-no-results::before,
.icon-sad-face:before {
  content: "\e90c";
}

.cta-youtube,
.icon-youtube:before {
  content: "\e90d";
}

.btn-hif-dl::before,
.icon-download:before {
  content: "\e90e";
}

.icon-glasses:before {
  content: "\e90f";
}

.icon-book:before {
  content: "\e910";
}

.icon-magnifier:before {
  content: "\e911";
}

.icon-eye:before {
  content: "\e912";
}

.icon-chevron-with-circle-down:before {
  content: "\e913";
}

.icon-chevron-with-circle-left:before {
  content: "\e914";
}

.page-progress__list a::after, .anchor-box__link::after,
.icon-chevron-with-circle-right:before {
  content: "\e915";
}

.icon-chevron-with-circle-up:before {
  content: "\e916";
}

.icon-dots-three-horizontal:before {
  content: "\e917";
}

.icon-edit:before {
  content: "\e918";
}

.page-progress__title::after,
.icon-menu:before {
  content: "\e919";
}

.icon-external-link:before {
  content: "\e91a";
}

.icon-help-with-circle:before {
  content: "\e91b";
}

.icon-checkmark-thin:before {
  content: "\e91c";
}

.close-popup-finder:before,
.icon-cross:before {
  content: "\e91d";
}

.product-tile__controls .btn-buy-online::after, .meta-conversion::after,
.icon-cart:before {
  content: "\e93a";
}

.teaser-special:after, .storefinder .map:after, .storefinder .filter-wrap:after, .storefinder .filters:after, .storefinder input[type=checkbox] + label:after, .storefinder .finder-top .search .wrap:after, .storefinder .finder-top .search:after, .slider-labels:after, .tx-bnosurvey .form .row:after, .tx-bnosurvey .progress ul:after, .tx-bnosurvey .progress:after, .tx-bnosurvey .answer label:after, .tx-bnosurvey .survey-block:after, .tx-bnosurvey:after, .green-leaf-rows .row:after, .health-insurance-funds-search .inner:after, #herbs-filter .filter-wrap:after, #herbs-filter .filter-tabs:after, .content-teaser-wrap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.nav-main, .footer-navi {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=radio]:focus-visible + label::before, input[type=radio]:focus-visible + span::before,
input[type=checkbox]:focus-visible + label::before,
input[type=checkbox]:focus-visible + span::before, input:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible, .btn-top:focus-visible, .accordion.colored .btn-close:focus-visible {
  outline-color: #000000;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 4px;
}
.contrast-mode input[type=radio]:focus-visible + label::before, .contrast-mode input[type=radio]:focus-visible + span::before,
.contrast-mode input[type=checkbox]:focus-visible + label::before,
.contrast-mode input[type=checkbox]:focus-visible + span::before, .contrast-mode input:focus-visible,
.contrast-mode button:focus-visible,
.contrast-mode select:focus-visible,
.contrast-mode textarea:focus-visible, .contrast-mode .btn-top:focus-visible, .contrast-mode .accordion.colored .btn-close:focus-visible, .accordion.colored .contrast-mode .btn-close:focus-visible {
  outline-color: #0099ff;
}

.accordion .accordion-row {
  margin-bottom: 10px;
  padding: 10px 14px 0;
  border: 1px solid #00457d;
  border-radius: 10px 10px 10px 0;
}
.accordion .accordion-header {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  cursor: pointer;
}
.accordion .accordion-toggle {
  position: absolute;
  top: 4px;
  left: 0;
  padding: 1px 3px 2px 4px;
  -webkit-transform: rotate(0deg) translateX(0);
          transform: rotate(0deg) translateX(0);
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
}
.accordion .accordion-toggle:before {
  display: block;
  width: 7px;
  height: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
}
.accordion .accordion-content {
  overflow: hidden;
  height: 0;
}
.accordion .accordion-content p {
  margin-bottom: 10px;
}
.accordion .active .accordion-toggle {
  -webkit-transform: rotate(90deg) translateX(-3px);
          transform: rotate(90deg) translateX(-3px);
}
.accordion .active .accordion-content {
  overflow: visible;
  height: auto;
}

.accordion.colored {
  margin-bottom: 40px;
  color: #00457d;
}
.accordion.colored details {
  display: block;
  position: relative;
  margin-bottom: 1px;
  padding: 20px;
  background-color: #fbeeb8;
}
.accordion.colored details[open] {
  padding-bottom: 50px;
}
.accordion.colored details[open] summary::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion.colored summary {
  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;
  margin: -20px;
  padding: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}
.accordion.colored summary:hover {
  background-color: rgb(241.98, 222.5847761194, 142.02);
}
.accordion.colored summary:focus-visible {
  position: relative;
  z-index: 1;
  outline: 4px solid #000000;
  outline-offset: 2px;
  background-color: #cccccc;
  color: #000000;
}
.accordion.colored summary:focus-visible::after {
  color: #000000;
}
.accordion.colored summary::after {
  opacity: 0.6;
  margin-left: 40px;
  color: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
}
.accordion.colored div {
  padding-top: 20px;
}
.accordion.colored .frame &gt; div:last-child {
  margin: 0;
}
.accordion.colored .btn-close {
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  background-color: transparent;
  border: 0;
  color: inherit;
}
.accordion.colored .btn-close:hover {
  opacity: 1;
}
.accordion.colored .btn-close:focus-visible {
  background-color: #cccccc;
  color: #000000;
}

.typo3-messages .alert {
  margin-bottom: 10px;
  padding: 13px 20px 11px;
  color: #ffffff;
  border-radius: 10px;
}
.typo3-messages .alert .alert-message:last-child {
  margin: 0;
}

.alert-danger {
  border: solid 1px #ff0000;
  color: #ff0000;
}
.alert-danger .alert-title {
  color: #ff0000;
}
.alert-danger .alert-message {
  color: #ff0000;
}

.alert-success {
  border: solid 1px #77ad1c;
}
.alert-success .alert-title {
  color: #77ad1c;
}
.alert-success .alert-message {
  color: #77ad1c;
}

.anchor-box {
  margin: 20px 0 30px;
  padding: 0;
  background-color: #ffffff;
  list-style: none;
}

.anchor-box__item {
  position: relative;
}

.anchor-box__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px 5px 20px;
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: inset 5px 0 0 0 #97be0d;
          box-shadow: inset 5px 0 0 0 #97be0d;
  -webkit-transition: -webkit-box-shadow 100ms ease-out;
  transition: -webkit-box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out, -webkit-box-shadow 100ms ease-out;
}
@media only screen and (max-width: 991px) {
  .anchor-box__link {
    width: 100%;
    padding: 5px 15px 3px;
  }
  .anchor-box__link::after {
    margin-left: auto !important;
  }
}
.anchor-box__link:hover {
  -webkit-box-shadow: inset 10px 0 0 0 #97be0d;
          box-shadow: inset 10px 0 0 0 #97be0d;
  color: inherit;
}
.anchor-box__link::after {
  margin-left: 10px;
  font-size: 1.5rem;
  color: #97be0d;
}

.author-card {
  margin: 80px 0;
}
.author-card * {
  color: #000000;
}
.author-card + .author-card {
  margin-top: -40px;
}

.author-card__legend {
  position: relative;
  left: 50px;
  z-index: 1;
  width: 250px;
  margin-bottom: -10px;
  padding: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.1875rem;
  text-align: center;
}

.author-card__content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "picture name" "resume resume";
  position: relative;
  padding: 50px 25px 50px 25px;
  border-top: 1px solid #cccccc;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .author-card__content {
    grid-template-areas: "picture name" "picture resume";
  }
}

.author-card__picture {
  grid-area: picture;
  width: 80px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .author-card__picture {
    width: 130px;
  }
}

.author-card__picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.author-card__resume {
  grid-area: resume;
}

.author-card__overline {
  margin-bottom: 4px;
  font-size: 0.875rem;
}

.author-card__name {
  grid-area: name;
}
@media only screen and (min-width: 992px) {
  .author-card__name {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.author-card__name a {
  font-size: 1.125rem;
  font-weight: 600;
}

.author-card__name-link {
  text-decoration: none;
}

.author-card__position {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 0.875rem;
}

.author-card__period:not(:last-child) {
  margin-bottom: 20px;
}

.author-card__period ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.author-card__period ul li {
  position: relative;
  padding-left: 15px;
}
.author-card__period ul li:not(:last-child) {
  margin-bottom: 5px;
}
.author-card__period ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 1px;
  width: 6px;
  height: 6px;
  background-color: #993dbb;
}

.author-card__period-heading {
  margin-bottom: 4px;
  font-weight: 600;
}

.author-card__link {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.tx-bnosurvey input.btn, .tx-bnosurvey input.link-box__link {
  padding: 5px 20px;
}
.tx-bnosurvey input.btn.disabled, .tx-bnosurvey input.disabled.link-box__link {
  opacity: 0.65;
  cursor: wait;
}
.tx-bnosurvey textarea {
  width: 100%;
  max-width: 400px;
  height: 100px;
  margin: 10px 0 0 35px;
  padding: 10px;
  border: solid 1px #00457d;
  border-radius: 5px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.tx-bnosurvey .f3-form-error textarea {
  border-color: #ff0000;
}
.tx-bnosurvey .f3-form-error input[type=checkbox] + .form-check-label p,
.tx-bnosurvey .f3-form-error input[type=radio] + .form-check-label p {
  color: #ff0000;
}
.tx-bnosurvey .f3-form-error input[type=checkbox] + .form-check-label::before,
.tx-bnosurvey .f3-form-error input[type=radio] + .form-check-label::before {
  border-color: #ff0000;
}
.tx-bnosurvey .f3-form-error input[type=checkbox]:checked + .form-check-label::before {
  background-image: linear-gradient(90deg, #ffffff 4px, transparent 4px, transparent 16px, #ffffff 16px), linear-gradient(#ffffff 4px, #ff0000 4px, #ff0000 16px, #ffffff 16px);
}
.tx-bnosurvey .f3-form-error input[type=radio]:checked + .form-check-label::before {
  background-image: radial-gradient(#ff0000 5px, #ffffff 5px);
}
.tx-bnosurvey input[type=checkbox],
.tx-bnosurvey input[type=radio] {
  opacity: 0;
  position: absolute;
  margin: 0;
}
.tx-bnosurvey input[type=checkbox] + .form-check-label,
.tx-bnosurvey input[type=radio] + .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  cursor: pointer;
}
.tx-bnosurvey input[type=checkbox] + .form-check-label::before,
.tx-bnosurvey input[type=radio] + .form-check-label::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #ffffff;
  border: solid 2px #00457d;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tx-bnosurvey input[type=checkbox] + .form-check-label p,
.tx-bnosurvey input[type=radio] + .form-check-label p {
  margin: 0;
}
.tx-bnosurvey input[type=checkbox]:checked + .form-check-label::before {
  background-image: linear-gradient(90deg, #ffffff 4px, transparent 4px, transparent 16px, #ffffff 16px), linear-gradient(#ffffff 4px, #00457d 4px, #00457d 16px, #ffffff 16px);
}
.tx-bnosurvey input[type=checkbox] + .form-check-label::before {
  border-radius: 5px;
}
.tx-bnosurvey input[type=radio]:checked + .form-check-label::before {
  background-image: radial-gradient(#00457d 5px, #ffffff 5px);
}
.tx-bnosurvey input[type=radio] + .form-check-label::before {
  border-radius: 50%;
}
.tx-bnosurvey .tx-bnosurvey-matrix input + .form-check-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tx-bnosurvey .tx-bnosurvey-matrix input + .form-check-label::before {
  margin: 0;
}

.tx-bnosurvey-multiple-choice,
.tx-bnosurvey-single-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tx-bnosurvey-multiple-choice .form-row,
.tx-bnosurvey-single-choice .form-row {
  margin-bottom: 20px;
}
.tx-bnosurvey-multiple-choice .form-check,
.tx-bnosurvey-single-choice .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tx-bnosurvey-matrix {
  overflow: auto;
  margin-bottom: 40px;
}
.tx-bnosurvey-matrix th {
  border-bottom: solid 1px #000000;
}
.tx-bnosurvey-matrix td {
  border-bottom: solid 1px #cccccc;
}
.tx-bnosurvey-matrix td p {
  margin: 0;
}
.tx-bnosurvey-matrix th,
.tx-bnosurvey-matrix td {
  padding: 12px 10px 8px;
  vertical-align: middle;
}
.tx-bnosurvey-matrix th:first-child,
.tx-bnosurvey-matrix td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 150px;
  background-color: #ffffff;
  border-right: solid 1px #00457d;
}
@media only screen and (max-width: 767px) {
  .tx-bnosurvey-matrix th:first-child,
  .tx-bnosurvey-matrix td:first-child {
    max-width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .tx-bnosurvey-matrix th p,
  .tx-bnosurvey-matrix td p {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
.tx-bnosurvey-matrix textarea {
  max-width: none;
}

.tx-bnosurvey .form-row .validation-error-message {
  display: none;
  padding: 0;
}
.tx-bnosurvey .f3-form-error .validation-error-message {
  display: block;
  margin: 10px 0 0 35px;
}
.tx-bnosurvey .f3-form-error .f3-form-error .validation-error-message {
  margin: 0;
}
.tx-bnosurvey [class*=tx-bnosurvey].f3-form-error &gt; .validation-error-message {
  margin-bottom: 20px;
  padding: 10px 10px 8px;
  background-color: #ff0000;
  color: #ffffff;
}
.tx-bnosurvey [class*=tx-bnosurvey] &gt; .validation-error-message {
  margin: 0;
  padding: 0;
}
.tx-bnosurvey .tx-bnosurvey-matrix .f3-form-error + .validation-error-message {
  margin-top: 20px;
  color: #ff0000;
}

.breadcrumbs {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumbs {
    max-width: 740px;
  }
}

.breadcrumbs__item {
  margin: 0;
  white-space: nowrap;
}

.breadcrumbs__item:not(.breadcrumbs__current)::after {
  content: "&gt;";
  padding: 0 10px;
}

.breadcrumbs__link {
  display: inline-block;
  font-size: 1rem;
  color: #00457d;
  text-decoration: none;
}

.breadcrumbs__current {
  font-weight: 700;
}

.cta {
  display: inline-block;
  border: 0;
  cursor: pointer;
}
.cta .cta-label {
  display: inline-block;
  color: #ffffff;
}

.cta-more {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  font-size: 1.125rem;
  color: #00457d;
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .cta-more {
    float: left !important;
    font-size: 0.9375rem;
  }
}
.cta-more:hover {
  text-decoration: underline;
  color: #77ad1c;
}
.cta-more:after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.cta-submit {
  padding: 10px 20px 12px;
  background-color: #949494;
  border-radius: 5px;
}
.cta-submit:hover {
  background-color: #00457d;
}

.btn-top {
  position: fixed;
  right: 40px;
  bottom: 110px;
  margin: 0;
  padding: 0;
  background-color: #949494;
  border: 0;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.btn-top:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .btn-top {
    float: none;
    position: fixed;
    right: 20px;
    bottom: 0;
    margin: 0;
  }
}
.btn-top .icon::before {
  display: inline-block;
  padding: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.btn-top--hidden {
  opacity: 0;
  pointer-events: none;
}

.cta-campaign {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-weight: 700;
  color: #00457d;
  text-decoration: none;
}
.cta-campaign:before, .cta-campaign:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  -webkit-transition: top 300ms, right 300ms;
  transition: top 300ms, right 300ms;
}
.cta-campaign:before {
  top: -1px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("../img/logo-pharmacy-small.png");
  background-size: contain;
}
.cta-campaign:after {
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/logo-phytothek-small.png");
  background-size: contain;
}
.cta-campaign:hover:before {
  top: -7px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.cta-campaign:hover:after {
  top: 4px;
  right: -9px;
  width: 25px;
  height: 25px;
}

.button {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 17px 6px;
  background-color: #00457d;
  border: 0;
  border-radius: 10px;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn, .link-box__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  margin-right: 5px;
  padding: 5px 20px 2px;
  background-color: #00457d;
  border: 0;
  border-radius: 5px;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.btn:hover, .link-box__link:hover {
  color: #ffffff;
}

.btn-ghost {
  background-color: transparent;
  border: solid 2px #00457d;
  color: #00457d;
}
.btn-ghost:hover {
  color: #00457d;
}

input.btn, input.link-box__link {
  padding: 0;
}

.btn-big-green {
  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;
  width: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: solid 2px #97be0d;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 500;
  color: #97be0d;
  text-align: center;
  text-decoration: none;
}
.btn-big-green:hover {
  background-color: #97be0d;
  color: #ffffff;
}

.btn-buy {
  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;
  position: absolute;
  top: 55px;
  right: 0;
  width: 49%;
  height: 30px;
  background-color: #97be0d;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .btn-buy {
    display: none;
  }
}
.canny-open .btn-buy, .canny-opening .btn-buy, .canny-closing .btn-buy {
  display: none;
}

.btn-has-icon, .link-box__link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-has-icon::after, .link-box__link::after {
  margin-left: 10px;
  font-size: 1.5rem;
}

.card-wrap[class*=-above-text] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-wrap[class*=-in-text] {
  overflow: hidden;
  margin: -5px -10px 0;
  padding: 5px 10px 0;
}
.card-wrap.align-right-above-text .card {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.card-wrap.align-center-above-text .card {
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (min-width: 567px) {
  .card-wrap.align-right-in-text .card {
    float: right;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 567px) {
  .card-wrap.align-left-in-text .card {
    float: left;
    margin-right: 30px;
  }
}

.card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 567px) {
  .card {
    max-width: 300px;
  }
}
.card .image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.card .image-link img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.card .text-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 1.125rem;
}

.card-title {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
}

.card-text {
  text-align: left;
}
.card-text * {
  font-size: 1rem;
}

.category-box {
  position: relative;
  margin-bottom: 30px;
}

.category-box__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 60px;
  padding: 15px;
  border-radius: 50%;
  -webkit-transform: translate(-10px, -11px);
          transform: translate(-10px, -11px);
}
@media only screen and (min-width: 768px) {
  .category-box__icon {
    width: 85px;
    height: 70px;
    -webkit-transform: translate(-10px, -14px);
            transform: translate(-10px, -14px);
  }
}
.category-box__icon svg {
  display: block;
  fill: #ffffff;
  width: 100%;
  height: 100%;
}
.category-box__icon svg use {
  display: block;
  width: auto;
}

.category-box__heading {
  display: inline-block;
  position: relative;
  padding: 10px 20px 8px 85px;
}

.category-box__label {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .category-box__label {
    font-size: 1.25rem;
  }
}
.category-box__label a {
  color: inherit;
  text-decoration: none;
}

.category-box__content {
  padding: 20px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .category-box__content {
    padding: 20px;
  }
}

.comment {
  max-width: 1240px;
  margin: 0 auto 50px;
}

.comment-list,
.comment-form {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .comment-list,
  .comment-form {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .comment-list,
  .comment-form {
    padding-right: 12%;
    padding-left: 12%;
  }
}

.comment-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-list ul ul {
  position: relative;
  margin-top: 40px;
  padding-left: 20px;
}
.comment-list ul ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #000000;
}
.comment-list p:last-child {
  margin: 0;
}
.comment-list li {
  position: relative;
}
.comment-list li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #cccccc;
}
.comment-list h3 {
  margin-bottom: 10px;
}
.comment-list .small {
  font-size: 0.875rem;
  color: red;
}
@media only screen and (min-width: 768px) {
  .comment-list .small {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comment-list .comment-answer {
  display: inline-block;
  padding: 5px 10px 3px;
  border-radius: 5px;
  background-color: green;
  color: #ffffff;
  text-decoration: none;
}

#commentForm .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #commentForm .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#commentForm .form-label {
  display: block;
  width: 120px;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #commentForm .form-label {
    margin-bottom: 10px;
  }
}
#commentForm .form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 2px 20px 0;
  border: solid 1px #cccccc;
  border-radius: 5px;
  font-family: inherit;
  font-size: inherit;
}
@media only screen and (min-width: 768px) {
  #commentForm .form-control {
    width: calc(100% - 130px);
  }
}
#commentForm textarea.form-control {
  height: 200px;
  padding: 15px;
  line-height: 1.4;
}
#commentForm textarea.form-control + .small {
  margin: 5px 0 0;
  font-size: 0.875rem;
  color: purple;
}
@media only screen and (min-width: 768px) {
  #commentForm textarea.form-control + .small {
    margin-left: 120px;
  }
}
#commentForm textarea.form-control + .small:empty {
  margin: 0;
}
#commentForm .form-group .btn-primary {
  padding: 5px 10px;
  border: 0;
  border-radius: 5px;
  background-color: lightskyblue;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #commentForm .frc-captcha {
    margin-left: 120px;
  }
}
#commentForm .validation-error-message {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0;
  list-style: none;
  color: #ff0000;
}
@media only screen and (min-width: 768px) {
  #commentForm .validation-error-message {
    margin-left: 120px;
  }
}

.col-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .col-set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.col-set.alignment-center .col {
  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;
}
.col-set.alignment-bottom .col {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .col-set.width-4 .col-1 {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-set.width-4 .col-2 {
    width: 66.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .col-set.width-8 .col-1 {
    width: 66.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .col-set.width-8 .col-2 {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-set:not([class*=width-]) .col:nth-last-child(2):first-child,
  .col-set:not([class*=width-]) .col:nth-last-child(2):first-child ~ .col {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .col-set:not([class*=width-]) .col:nth-last-child(3):first-child,
  .col-set:not([class*=width-]) .col:nth-last-child(3):first-child ~ .col {
    width: 33.33333%;
  }
}
.col-set .col {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .col-set .col {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .no-border .col {
    border: 0;
  }
}

[id*=kontaktformular] {
  position: relative;
}
@media only screen and (min-width: 768px) {
  [id*=kontaktformular] .row {
    max-width: 60%;
  }
}
[id*=kontaktformular] p {
  font-size: 1rem;
  color: inherit;
}

.micro-box {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #77ad1c;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .micro-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
  }
}
.micro-box p {
  margin-bottom: 0;
  color: #ffffff;
}
.micro-box .phone-number {
  margin-bottom: 5px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .micro-box .phone-number {
    font-size: 2rem;
  }
}
.micro-box .text-small {
  font-size: 0.875rem;
}

.content-teaser-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(1280px - 240px);
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-teaser-wrap &gt; div {
    float: left;
    width: 31.33%;
    margin-right: 3%;
  }
}
.content-teaser-wrap &gt; div:last-child {
  margin-right: 0;
}
.content-teaser-wrap &gt; div a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .content-teaser-wrap &gt; div a {
    width: 100%;
  }
}
.content-teaser-wrap a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
  border: solid 1px #00457d;
  border-radius: 10px 10px 10px 0;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .content-teaser-wrap a {
    float: left;
    width: 31.33%;
    margin-right: 3%;
  }
}
.content-teaser-wrap a:last-child {
  margin-right: 0;
}
.content-teaser-wrap a:hover {
  background-color: #97be0d;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .content-teaser-wrap a:nth-last-child(2n+4):first-child, .content-teaser-wrap a:nth-last-child(2n+4):first-child ~ a {
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
}
.content-teaser-wrap a:nth-last-child(6):first-child, .content-teaser-wrap a:nth-last-child(6):first-child ~ a:nth-child(4) {
  margin-left: 0;
}
.content-teaser-wrap a:nth-last-child(6):first-child ~ a:nth-child(3), .content-teaser-wrap a:nth-last-child(6):first-child ~ a:last-child {
  margin-right: 0;
}
.content-teaser-wrap a img {
  display: block;
  width: 70px;
  height: auto;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .content-teaser-wrap a img {
    width: 33%;
    height: auto;
  }
}
.content-teaser-wrap a span {
  display: block;
  padding: 0 10px;
  font-weight: 700;
  color: #00457d;
  text-align: left;
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .content-teaser-wrap a span {
    font-size: calc(13px + (16 - 13) * (100vw - 992px) / (1280 - 992));
  }
}
@media only screen and (min-width: 1280px) {
  .content-teaser-wrap a span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .content-teaser-wrap a span {
    padding: 0 30px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 566px) {
  .content-teaser-wrap a span {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-teaser-wrap a span {
    width: 66%;
    margin-left: auto;
    text-align: center;
  }
}
.content-teaser-wrap a .arabic {
  display: inline;
  margin: 0;
  font-size: 1.875rem;
}
@media only screen and (max-width: 1039px) {
  .content-teaser-wrap a .arabic {
    font-size: 1.25rem;
  }
}
.inner .content-teaser-wrap, .col-content .content-teaser-wrap {
  padding: 0;
}

@media (min-width: 768px) {
  .cc_banner-wrapper .cc_container {
    padding: 15px 50px;
  }
}
.cc_banner-wrapper .cc_container .cc_message {
  margin-top: 5px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .cc_banner-wrapper .cc_container .cc_message {
    margin-top: 0;
  }
}
.cc_banner-wrapper .cc_container .cc_message a {
  font-size: inherit;
}

.date-last-change {
  margin-left: auto;
  font-size: 0.625rem;
}
@media only screen and (min-width: 992px) {
  .date-last-change {
    margin: 0 0 0 auto;
    font-size: 0.875rem;
  }
}

.dce-image {
  overflow: hidden;
  margin-bottom: 35px;
  border-radius: 10px;
}
.dce-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.explanatory-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px;
  background-color: #00457d;
  border-radius: 15px;
  color: #ffffff;
}

textarea.form-control {
  min-height: 250px;
}

form [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-group label {
  display: inline-block;
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: solid 1px #00457d;
  border-radius: 5px;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
  font-size: 1rem;
}
.form-control.f3-form-error {
  border-color: #ff0000;
}

.control-label {
  display: block;
  margin-bottom: 5px;
}

.inputs-list .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inputs-list .form-group .radio:nth-child(n+2) {
  margin-left: 15px;
}

.form-check-input[type=radio],
.form-check-input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form-check-input[type=radio]:checked + .form-check-label::before,
.form-check-input[type=checkbox]:checked + .form-check-label::before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 10px #00457d;
          box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 10px #00457d;
}
.form-check-input[type=radio] + .form-check-label,
.form-check-input[type=checkbox] + .form-check-label {
  display: block;
  position: relative;
  margin-right: 20px;
  padding-top: 5px;
  padding-left: 35px;
}
.form-check-input[type=radio] + .form-check-label::before,
.form-check-input[type=checkbox] + .form-check-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background-color: #ffffff;
  border: solid 2px #00457d;
}

.form-check-input[type=radio] + .form-check-label::before {
  border-radius: 50%;
}

.form-check-input[type=checkbox] + .form-check-label::before {
  border-radius: 5px;
}

.radio label,
.checkbox label {
  cursor: pointer;
}
.radio label input,
.checkbox label input {
  opacity: 0;
  position: absolute;
}
.radio label input:checked + span:before,
.checkbox label input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 10px #00457d;
          box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 10px #00457d;
}
.radio label input + span,
.checkbox label input + span {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-left: 35px;
}
.radio label input + span:before,
.checkbox label input + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background-color: #ffffff;
  border: solid 2px #00457d;
}

.radio label input + span:before {
  border-radius: 50%;
}

.checkbox label input + span:before {
  border-radius: 5px;
}

.validation-error-message {
  padding: 10px 0;
  color: #ff0000;
}

.has-error .frc-captcha {
  background-color: #FF9F9F;
}

.footer {
  width: 100%;
}
.footer .body {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "logo" "seals" "navi";
  padding: 0 20px;
  background-color: #57575a;
}
@media only screen and (min-width: 567px) {
  .footer .body {
    grid-template-areas: "logo navi" "seals navi";
  }
}
@media only screen and (min-width: 992px) {
  .footer .body {
    border-radius: 10px 10px 0 0;
    grid-template-columns: 147px 1fr auto;
    grid-template-areas: "logo seals navi";
    height: 60px;
  }
}
.footer nav {
  grid-area: navi;
  align-self: stretch;
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .footer nav {
    padding: 0;
  }
}
.footer .logo {
  grid-area: logo;
  align-self: center;
  width: 147px;
  margin: 20px 0 10px;
}
@media only screen and (min-width: 992px) {
  .footer .logo {
    margin: 0;
  }
}
.footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .social {
  display: none;
}

.cta-social {
  float: left;
  padding: 5px 8px;
  text-decoration: none;
  color: #ffffff;
}
.cta-social:before {
  font-size: 1rem;
}

.cta-youtube {
  padding-top: 3px;
}
.cta-youtube:before {
  font-size: 1.1875rem;
}

.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -15px;
}
@media only screen and (min-width: 992px) {
  .footer-navi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    margin-right: -15px;
    margin-left: 0;
  }
}
.footer-navi li {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .footer-navi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 5px;
  }
}
.footer-navi a {
  display: block;
  padding: 6px 15px;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .footer-navi a {
    padding: 0 15px;
  }
}
.footer-navi a:hover {
  text-decoration: underline;
}

#footer-menu-item-1003,
#footer-menu-item-959,
#footer-menu-item-960,
#footer-menu-item-961,
#footer-menu-item-962,
#footer-menu-item-963,
#footer-menu-item-964 {
  background-color: #97be0d;
}

.footer-seals {
  grid-area: seals;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
@media only screen and (max-width: 991px) {
  .footer-seals {
    -ms-flex-item-align: self-start;
        align-self: self-start;
  }
}
@media only screen and (min-width: 992px) {
  .footer-seals {
    margin: 0 0 0 30px;
  }
}

.footer-seal {
  width: 45px;
  margin-right: 15px;
}
.footer-seal img {
  display: block;
  width: 100%;
  height: auto;
}

.footnotes {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.footnotes p {
  margin: 0;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 0.625rem;
}

#herbs-grid {
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#herbs-grid .cell {
  display: table;
  width: 149px;
  height: 129px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media only screen and (max-width: 480px) {
  #herbs-grid .cell {
    width: 105px;
    height: 91px;
  }
}
#herbs-grid .cell a {
  display: table-row;
  position: relative;
  text-decoration: none;
}
#herbs-grid .cell a:after {
  content: attr(title);
  opacity: 0;
  display: table-cell;
  position: relative;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background: url("../img/hex-overlay.png") left top no-repeat;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#herbs-grid .cell a:hover:after {
  opacity: 1;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
@media only screen and (max-width: 480px) {
  #herbs-grid .cell a:hover:after {
    left: 0;
    background-size: 105px 91px;
  }
}
#herbs-grid .cell img {
  display: block;
  position: absolute;
}
@media only screen and (max-width: 480px) {
  #herbs-grid .cell img {
    width: 100%;
    height: 100%;
  }
}
#herbs-grid .cell.selected a:after {
  opacity: 1;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
@media only screen and (max-width: 480px) {
  #herbs-grid .empty-cell {
    display: none;
  }
}
#herbs-grid .disabled {
  opacity: 0.25;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#herbs-grid .disabled a {
  cursor: default;
}
#herbs-grid .disabled a:hover:after {
  content: normal;
}

#herbs-filter {
  position: relative;
  z-index: 2;
  min-height: 180px;
  padding-top: 30px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#herbs-filter .filter-tabs {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: solid 1px #97be0d;
}
#herbs-filter .filter-tab {
  display: block;
  float: left;
  width: 39.84375%;
  height: 49px;
  margin: 0 0.78125%;
  padding: 7px 0 0;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(88%, #ffffff), to(#cccccc));
  background-image: linear-gradient(#ffffff 0%, #ffffff 88%, #cccccc 100%);
  border: solid 1px #97be0d;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  font-size: 1.875rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media only screen and (max-width: 1280px) {
  #herbs-filter .filter-tab {
    padding: 10px 0 0;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  #herbs-filter .filter-tab {
    padding: 10px 0 0;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 769px) {
  #herbs-filter .filter-tab:first-child {
    margin-left: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #herbs-filter .filter-tab {
    float: none;
    width: 100%;
    margin: 0;
  }
}
#herbs-filter .filter-tab:hover {
  color: inherit;
}
#herbs-filter .filter-tab.active {
  background: none #97be0d;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#herbs-filter .filter-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0 -3px 40px -4px;
}
#herbs-filter .filter-wrap.visible {
  visibility: visible;
  opacity: 1;
  position: static;
}
#herbs-filter .filter-wrap ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#herbs-filter .filter-wrap ul ul {
  opacity: 0;
  position: absolute;
  left: -999999px;
  z-index: 1;
  padding-top: 5px;
  -webkit-transition: left 0s 600ms ease, opacity 300ms 300ms ease;
  transition: left 0s 600ms ease, opacity 300ms 300ms ease;
}
#herbs-filter .filter-wrap li {
  float: left;
  position: relative;
  margin: 3px 3px 3px 4px;
}
#herbs-filter .filter-wrap li.active .filter-btn, #herbs-filter .filter-wrap li:hover .filter-btn {
  background-color: #97be0d;
  color: #ffffff;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
#herbs-filter .filter-wrap li.active ul, #herbs-filter .filter-wrap li:hover ul {
  opacity: 1;
  left: 0;
  -webkit-transition: left 0s 0s ease, opacity 100ms 300ms ease;
  transition: left 0s 0s ease, opacity 100ms 300ms ease;
}
#herbs-filter .filter-wrap li li {
  float: none;
  margin: 0 0 5px;
}
#herbs-filter .filter-wrap .filter-btn {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  padding: 2px 7px 0;
  background: none #ffffff;
  border: solid 1px #97be0d;
  border-radius: 5px;
  font-size: 1.375rem;
  font-weight: 300;
  color: #97be0d;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#herbs-filter .filter-wrap .disabled {
  background-color: #949494;
  border-color: #949494;
  color: #ffffff;
  cursor: default;
}
#herbs-filter .filter-wrap .disabled:hover {
  background-color: #949494;
  border-color: #949494;
  color: #ffffff;
}
#herbs-filter .filter-wrap .filter-sub-btn {
  display: block;
  width: 195px;
  height: 28px;
  margin: 0;
  padding: 3px 10px;
  background: none #e3edc5;
  border: 0;
  color: #000000;
  cursor: pointer;
}
#herbs-filter .filter-wrap .filter-sub-btn:hover, #herbs-filter .filter-wrap .filter-sub-btn.selected {
  font-weight: 700;
}
#herbs-filter .filter-by-complaint li {
  margin: 3px 12px 11px 3px;
}

.tx-ib-insurancefinder {
  margin-bottom: 40px;
}
.tx-ib-insurancefinder img.insurance-finder-packshot {
  height: 204px;
  margin-right: 62px;
}

.health-insurance-funds-search {
  position: relative;
  margin: 50px 0;
  background-color: #ff6f20;
  border-radius: 10px;
}
@media only screen and (max-width: 1149px) {
  .health-insurance-funds-search {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1149px) {
  .health-insurance-funds-search {
    margin-bottom: 50px;
  }
}
.health-insurance-funds-search::before {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  height: 107px;
  font-family: "bionorica-icons";
  font-size: 7.5rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1249px) {
  .health-insurance-funds-search::before {
    left: auto;
    right: -30px;
  }
}
@media only screen and (max-width: 685px) {
  .health-insurance-funds-search::before {
    right: auto;
    bottom: 55px;
    left: 110px;
  }
}
.health-insurance-funds-search label {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
}
.health-insurance-funds-search input[type=text] {
  float: left;
  width: 363px;
  height: 50px;
  margin-right: 10px;
  padding: 0 10px;
  border: solid 2px #00457d;
  border-radius: 10px;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000000;
}
@media only screen and (max-width: 685px) {
  .health-insurance-funds-search input[type=text] {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.health-insurance-funds-search input[type=submit] {
  float: left;
  width: 116px;
  height: 50px;
  font-size: 1.375rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-appearance: none;
}
@media only screen and (max-width: 685px) {
  .health-insurance-funds-search input[type=submit] {
    float: none;
    width: 100%;
    margin-bottom: 70px;
    font-size: 1rem;
  }
}
.health-insurance-funds-search input[type=submit]:hover {
  color: #ff6f20;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.health-insurance-funds-search ::-webkit-input-placeholder {
  color: #00457d;
}
.health-insurance-funds-search ::-moz-placeholder {
  color: #00457d;
}
.health-insurance-funds-search :-moz-placeholder {
  color: #00457d;
}
.health-insurance-funds-search :-ms-input-placeholder {
  color: #00457d;
}
.health-insurance-funds-search .inner {
  position: relative;
  z-index: 3;
  height: 100%;
  margin: 0;
  padding: 25px 30px 30px;
}
@media only screen and (max-width: 480px) {
  .health-insurance-funds-search .inner {
    padding: 10px;
  }
}

.btn-hif-all {
  float: right;
  width: 436px;
  min-height: 50px;
  background-color: #ff6f20;
  border: solid 2px #ffffff;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1249px) {
  .btn-hif-all {
    float: none;
    position: absolute;
    right: -2px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 685px) {
  .btn-hif-all {
    position: static;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
  }
}
.btn-hif-all:hover {
  background-color: #ffffff;
  color: #ff6f20;
}
.btn-hif-all .icon {
  font-size: 1.125rem;
}
@media only screen and (max-width: 685px) {
  .btn-hif-all .icon {
    font-size: 1rem;
  }
}

.btn-hif-search {
  background-color: #00457d;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
}
.btn-hif-search:hover {
  color: #ffffff !important;
}

.btn-hif-dl {
  float: none;
  position: relative;
  width: auto;
  margin-bottom: 10px;
  padding-left: 60px;
  background-color: #ff6f20;
  border: solid 2px #ff6f20;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
  font-weight: 700;
}
@media only screen and (max-width: 685px) {
  .btn-hif-dl {
    padding-top: 15px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .btn-hif-dl {
    padding-left: 50px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .btn-hif-dl {
    padding-top: 17px;
    padding-bottom: 12px;
    padding-left: 70px;
  }
}
.btn-hif-dl::before {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .btn-hif-dl::before {
    top: 9px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 480px) {
  .btn-hif-dl::before {
    top: 6px;
    font-size: 2.5rem;
  }
}
.btn-hif-dl:hover {
  background-color: #ffffff;
  color: #ff6f20;
}
.btn-hif-dl + [class*=btn] {
  margin-right: 10px;
}

.hif-requirements {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .hif-requirements {
    width: 100%;
  }
}
.hif-requirements ul {
  position: relative;
  padding-left: 88px;
}
.hif-requirements ul::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.875rem;
  color: #ff6f20;
}

.hif-results {
  position: relative;
  margin: 40px 0;
  background-color: #e3efd4;
  border-top: solid 1px #00457d;
  border-bottom: solid 1px #00457d;
  -ms-hyphens: auto;
      hyphens: auto;
}
.hif-results img {
  position: absolute;
  top: -176px;
  right: -73px;
}
@media only screen and (max-width: 992px) {
  .hif-results img {
    display: none;
  }
}

.hif-result {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-template-areas: "name name name" "title-otc title-condition ." "sub-grid sub-grid links";
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  overflow: hidden;
  position: relative;
  padding: 15px 20px 0;
  border-bottom: solid 5px #ffffff;
}
@media only screen and (max-width: 992px) {
  .hif-result {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name name" "title-otc title-condition" "sub-grid sub-grid" "links links";
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.hif-result::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  z-index: 0;
  height: 107px;
  font-family: "bionorica-icons";
  font-size: 7.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.hif-title,
.hif-cell {
  position: relative;
}

.hif-sub {
  grid-area: sub-grid;
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.hif-name {
  grid-area: name;
  padding-bottom: 15px;
  font-size: 1.375rem;
  font-weight: 700;
}

.hif-title-otc {
  grid-area: title-otc;
}

.hif-title-conditions {
  grid-area: title-condition;
}

.hif-links {
  grid-area: links;
  align-self: end;
  padding-bottom: 20px;
}
.hif-links a {
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.hif-links a:not(:first-child) {
  margin-top: 10px;
}
.hif-links a::before {
  margin-right: 5px;
  font-size: 1rem;
}

.hif-result-header {
  display: grid;
  grid-template-columns: 170px 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "name group condition links";
}
.hif-result-header::before {
  content: normal;
}
@media only screen and (max-width: 992px) {
  .hif-result-header {
    display: none;
  }
}
.hif-result-header div {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 1.375rem;
}

.hif-no-results {
  padding: 40px 0;
  background-color: #ffffff;
  text-align: center;
}
.hif-no-results::before {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 4rem;
  color: #ff6f20;
}
.hif-no-results p {
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
}

#completion-options-wrap {
  overflow: auto;
  position: absolute;
  top: 109px;
  z-index: 2;
  width: 363px;
  max-height: 220px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  list-style: none;
}
@media only screen and (max-width: 685px) {
  #completion-options-wrap {
    left: 30px;
    right: 30px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  #completion-options-wrap {
    top: 90px;
    left: 10px;
    right: 10px;
  }
}
#completion-options-wrap li {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 10px 20px;
  cursor: pointer;
}
#completion-options-wrap li:first-child {
  margin: 0;
}
#completion-options-wrap li:hover {
  background-color: #ff6f20;
  color: #ffffff;
}

.hif-doi {
  margin-top: 40px;
}
.hif-doi label {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 1.375rem;
  font-weight: 700;
}
.hif-doi input[type=text] {
  float: left;
  width: 444px;
  height: 50px;
  margin-right: 10px;
  padding: 0 10px;
  border: solid 2px #00457d;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000000;
}
@media only screen and (max-width: 685px) {
  .hif-doi input[type=text] {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.hif-doi input[type=submit] {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  float: left;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #77ad1c;
  font-size: 1.375rem;
}
@media only screen and (max-width: 685px) {
  .hif-doi input[type=submit] {
    float: none;
    width: 100%;
    margin-bottom: 70px;
    font-size: 1rem;
  }
}
.hif-doi input[type=submit]:hover {
  -webkit-transition: all 100ms;
  transition: all 100ms;
  color: #00457d;
}

.highlight-box {
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 20px 0;
  background-color: #f5f5f5;
  border: solid 2px #77ad1c;
  border-radius: 10px;
}

.highlight-box-colored {
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 20px 0;
  background-color: #fbeeb8;
  border-radius: 10px;
}
.highlight-box-colored h1:first-child, .highlight-box-colored h2:first-child, .highlight-box-colored h3:first-child {
  margin-top: 0;
}
.accordion.colored .highlight-box-colored {
  border: solid 2px #ffffff;
}

.blue-leaf,
.orange-leaf,
.green-leaf,
.purple-leaf,
.yellow-leaf {
  padding: 0;
  list-style: none;
}
.blue-leaf li,
.orange-leaf li,
.green-leaf li,
.purple-leaf li,
.yellow-leaf li {
  overflow: hidden;
  padding-left: 26px;
}
.blue-leaf li:before,
.orange-leaf li:before,
.green-leaf li:before,
.purple-leaf li:before,
.yellow-leaf li:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  font-size: 1.0625rem;
}

.orange-leaf li:before {
  color: #ff6f20;
}

.green-leaf li:before {
  color: #97be0d;
}

.yellow-leaf li:before {
  color: #ffd300;
}

.blue-leaf li:before {
  color: #00457d;
}

.green-leaf-rows {
  margin-bottom: 40px;
}
.green-leaf-rows .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .green-leaf-rows .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.green-leaf-rows p:last-child {
  margin-bottom: 0;
}
.green-leaf-rows span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 18px 10px 10px;
  background-color: #ebf3e1;
  font-weight: 500;
  color: #00457d;
}
@media only screen and (min-width: 768px) {
  .green-leaf-rows span {
    width: calc(100% - 180px);
    padding: 15px 10px 10px;
  }
}
.green-leaf-rows .green-leaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  background-color: #97be0d;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .green-leaf-rows .green-leaf {
    width: 180px;
  }
}
.green-leaf-rows .green-leaf:before {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.link-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .link-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
  }
}
.link-box + .link-box {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .link-box__text p:last-child {
    margin: 0;
  }
}

.link-box__link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  background-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.link-box__link::after {
  font-size: 0.875rem;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.maps-cookie-consent-overlay {
  display: none;
  -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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.maps-cookie-consent-overlay.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maps-cookie-consent-overlay p {
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.maps-accept-cookies {
  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;
  width: 100%;
  max-width: 500px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

.nav-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.meta-tab {
  margin: 0;
  padding: 5px 12px;
  background-color: #949494;
  border: 0;
  border-radius: 0 0 5px 5px;
  font-size: 0.875rem;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}
.meta-tab:hover {
  background-color: #57575a;
  color: #ffffff;
}
.meta-tab.product-agnucaston {
  background-color: #a05599;
}
.meta-tab.product-bronchipret {
  background-color: #00457d;
}
.meta-tab.product-canephron {
  background-color: #ffd300;
  color: #000000;
}
.meta-tab.product-digestopret {
  background-color: #00a9a3;
}
.meta-tab.product-imupret {
  background-color: #77ad1c;
}
.meta-tab.product-sinupret {
  background-color: #ff6f20;
}

@media only screen and (max-width: 991px) {
  .meta-contact {
    float: none;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 55px;
    left: 0;
    width: 49%;
    height: 30px;
    margin: 0;
    padding: 0;
    background-color: #00457d;
    border-radius: 0;
    text-align: center;
  }
  .meta-contact:hover {
    background-color: #00457d;
  }
}

.meta-conversion {
  padding: 8px 20px 10px;
  background-color: #00457d;
  font-weight: 600;
}
.meta-conversion::after {
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .expert-group-login-toggle {
    display: block !important;
    margin: 12px 10px 0 0;
    background-color: transparent;
    font-size: 1rem;
  }
  .expert-group-login-toggle:hover {
    background-color: transparent;
  }
}

.meta-high-contrast {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
  font-family: "Megano OT", Verdana, Arial, Sans-Serif;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .meta-high-contrast {
    position: fixed;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    font-size: 1rem;
    -webkit-transition: top 100ms ease-in-out;
    transition: top 100ms ease-in-out;
  }
}

.nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-transition: height 100ms ease-in-out;
  transition: height 100ms ease-in-out;
}
@media only screen and (max-width: 991px) {
  .nav-main {
    background-color: #00457d;
  }
  .nav-main a {
    display: block;
    width: 100%;
    padding: 13px 20px 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
  }
  .nav-main .active &gt; a {
    font-weight: 600;
  }
  .nav-main .parent {
    position: relative;
  }
  .nav-main .off-canvas__submenu {
    visibility: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.25);
    list-style: none;
  }
  .nav-main .off-canvas__submenu a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  }
}
@media only screen and (min-width: 992px) {
  .nav-main {
    right: 30px;
    bottom: 0;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-main {
    right: 0;
    left: 34.921875%;
  }
}

@media only screen and (max-width: 991px) {
  .nav-main &gt; .nav-main__item &gt; .nav-main__link,
  .nav-main &gt; .nav-main__item &gt; .nav-main__link:hover {
    color: #ffffff;
  }
}
.nav-main &gt; .nav-main__item--active &gt; .nav-main__link {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .nav-main &gt; .nav-main__item--active &gt; .nav-main__link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #00457d;
  }
}

@media only screen and (max-width: 991px) {
  .nav-main__item {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .nav-main__item {
    margin: 0 0 0 20px;
  }
  .nav-main__item:first-child {
    margin-left: 0;
  }
  .nav-main__item &gt; .nav-main__link {
    font-size: 1.125rem;
    font-weight: 500;
  }
  .nav-main__item &gt; .nav-main__link:hover {
    color: #ff6f20;
  }
}

@media only screen and (min-width: 992px) {
  .nav-main__parent:hover &gt; .nav-main__sub-menu, .nav-main__parent:focus-within &gt; .nav-main__sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .nav-main__parent &gt; .nav-main__link::before {
    display: block;
    float: right;
    width: 7px;
    height: 11px;
    margin: 4px 0 0 15px;
    font-size: 0.5625rem;
    font-weight: bold;
  }
}

@media only screen and (min-width: 992px) {
  .nav-main__link {
    display: inline-block;
    position: relative;
    height: 100%;
    padding-right: 1px;
    color: #00457d;
    text-decoration: none;
  }
}

.nav-main__toggle-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 45px;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .nav-main__toggle-sub {
    display: none;
  }
}
.nav-main__toggle-sub::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.15);
}
.nav-main__toggle-sub span {
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
}
.nav-main__toggle-sub span:before {
  display: block;
  line-height: 0;
}

.nav-main__sub-menu {
  display: none;
  height: auto;
  padding: 0;
  background-color: #00457d;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .nav-main__sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    max-width: 270px;
    margin-left: -14px;
  }
}

.nav-main__sub-menu.level-3 {
  max-width: none;
  margin-left: 20px;
  background-color: #3f76a3;
}
@media only screen and (min-width: 992px) {
  .nav-main__sub-menu.level-3 {
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 100%;
    margin-left: 70%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}
.nav-main__sub-menu.level-3 li:hover {
  background-color: #5f93be;
}
@media only screen and (max-width: 991px) {
  .nav-main__sub-menu.level-3 .nav-main__link {
    padding-left: 15px;
  }
}

.sub-menu__item {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .sub-menu__item {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.sub-menu__item:first-child a {
  border: 0;
}
.sub-menu__item:hover {
  background-color: #3f76a3;
}
.sub-menu__item:hover ul {
  visibility: visible;
  opacity: 1;
}
.sub-menu__item .nav-main__link {
  overflow: hidden;
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 991px) {
  .sub-menu__item .nav-main__link {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .sub-menu__item .nav-main__link {
    margin: 0 15px;
    padding: 11px 0 9px;
    font-size: 0.875rem;
  }
}
.sub-menu__item .nav-main__link:hover {
  color: #ffffff;
}

.sub-menu__item--active &gt; .nav-main__link {
  font-weight: 600;
}

.sub-menu__item-parent &gt; .nav-main__link::after {
  margin-left: 8px;
  font-size: 0.75rem;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .sub-menu__item-parent &gt; .nav-main__link::after {
    content: normal;
  }
}

@-webkit-keyframes off-canvas_slide {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes off-canvas_slide {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 991px) {
  body.off-canvas-open {
    overflow: hidden;
  }
  body.off-canvas-open main {
    -webkit-transform: translateX(calc(100% - 30px));
            transform: translateX(calc(100% - 30px));
  }
  body.off-canvas-open .off-canvas__overlay {
    visibility: visible;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: background 300ms ease-in-out, visibility 0s;
    transition: background 300ms ease-in-out, visibility 0s;
  }
  body.off-canvas-opening,
  body.off-canvas-closing {
    overflow: hidden;
  }
  main {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  }
  .off-canvas {
    position: absolute;
    top: 55px;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100vh - 55px);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .off-canvas--open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.off-canvas--opening {
  -webkit-animation: off-canvas_slide 300ms 1 ease-in-out;
          animation: off-canvas_slide 300ms 1 ease-in-out;
}

.off-canvas--closing {
  animation: off-canvas_slide 300ms 1 ease-in-out reverse;
}

.off-canvas__overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 300ms ease-in-out, visibility 0s 300ms;
  transition: background 300ms ease-in-out, visibility 0s 300ms;
}

.off-canvas__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .off-canvas__toggle {
    display: none;
  }
}
.off-canvas-opening .off-canvas__toggle:after, .off-canvas-open .off-canvas__toggle:after {
  visibility: visible;
  opacity: 1;
  margin-left: 10px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.off-canvas__toggle .off-canvas__toggle-icon {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
}
.off-canvas__toggle .off-canvas__toggle-icon:before, .off-canvas__toggle .off-canvas__toggle-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.off-canvas__toggle .off-canvas__toggle-icon:before {
  -webkit-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
}
.off-canvas__toggle .off-canvas__toggle-icon:after {
  -webkit-transform: translate(-50%, calc(-50% + 8px));
          transform: translate(-50%, calc(-50% + 8px));
}

.submenu--open .nav-main__toggle-sub span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 991px) {
  .submenu--open .nav-main__sub-menu {
    display: block;
  }
}

.page-progress {
  -webkit-perspective: 600px;
          perspective: 600px;
  position: fixed;
  top: 55px;
  z-index: 0;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  border-top: solid 1px #cccccc;
  -webkit-transition: top 100ms ease-in-out;
  transition: top 100ms ease-in-out;
}
@media only screen and (min-width: 992px) {
  .page-progress {
    top: 114px;
  }
}

.page-progress--hidden .page-progress__title {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms, visibility 0s 200ms;
  transition: opacity 200ms, visibility 0s 200ms;
}

.page-progress__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.page-progress__fill {
  width: 0;
  height: 100%;
  border-bottom: solid 4px #00457d;
}

.page-progress__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  max-width: calc(100% - 15px);
  height: 100%;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.page-progress__title:hover .page-progress__list {
  display: block;
}
.page-progress__title::after {
  margin-left: 10px;
}

.page-progress__label {
  display: inline-block;
  margin-left: auto;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  white-space: nowrap;
}

.page-progress__list {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #00457d;
  white-space: nowrap;
  list-style: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
  .page-progress__list {
    left: 0;
    width: 100vw;
  }
}
.page-progress__list li {
  margin: 0;
}
.page-progress__list li:not(:first-child) {
  border-top: solid 1px #ffffff;
}
.page-progress__list a {
  display: block;
  padding: 8px 20px 6px;
  font-size: 0.875rem;
  color: #ffffff !important;
  text-decoration: none;
}
.page-progress__list a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-progress__list a::after {
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.product-review {
  position: relative;
}
.product-review.open {
  z-index: 1000;
}
.product-review.opening .review-button-details {
  background-color: #ffffff;
}

.product-agnucaston.opening .review-button-details {
  color: #a05599;
}
.product-agnucaston.opening .review-button-details::before, .product-agnucaston.opening .review-button-details::after {
  border-top: solid 0 #a05599;
  border-bottom: solid 10px #a05599;
}
.product-agnucaston .review-summery-content {
  border-color: #a05599;
}
.product-agnucaston .review-summery-button {
  background-color: #a05599;
  border-color: #a05599;
}
.product-agnucaston .review-summery-button:hover {
  color: #a05599;
}
.product-agnucaston .review-button-details {
  background-color: #a05599;
}
.product-agnucaston .review-overlay {
  border-color: #a05599;
}
.product-agnucaston .review-overlay-content-body::after {
  border-bottom-color: #a05599;
}

.product-bronchipret.opening .review-button-details {
  color: #00457d;
}
.product-bronchipret.opening .review-button-details::before, .product-bronchipret.opening .review-button-details::after {
  border-top: solid 0 #00457d;
  border-bottom: solid 10px #00457d;
}
.product-bronchipret .review-summery-content {
  border-color: #00457d;
}
.product-bronchipret .review-summery-button {
  background-color: #00457d;
  border-color: #00457d;
}
.product-bronchipret .review-summery-button:hover {
  color: #00457d;
}
.product-bronchipret .review-button-details {
  background-color: #00457d;
}
.product-bronchipret .review-overlay {
  border-color: #00457d;
}
.product-bronchipret .review-overlay-content-body::after {
  border-bottom-color: #00457d;
}

.product-canephron.opening .review-button-details {
  color: #ffd300;
}
.product-canephron.opening .review-button-details::before, .product-canephron.opening .review-button-details::after {
  border-top: solid 0 #ffd300;
  border-bottom: solid 10px #ffd300;
}
.product-canephron .review-summery-content {
  border-color: #ffd300;
}
.product-canephron .review-summery-button {
  background-color: #ffd300;
  border-color: #ffd300;
}
.product-canephron .review-summery-button:hover {
  color: #ffd300;
}
.product-canephron .review-button-details {
  background-color: #ffd300;
}
.product-canephron .review-overlay {
  border-color: #ffd300;
}
.product-canephron .review-overlay-content-body::after {
  border-bottom-color: #ffd300;
}
.product-canephron .review-button-details {
  color: #000000;
}
.product-canephron .review-button-details::before, .product-canephron .review-button-details::after {
  border-top-color: #000000;
}

.product-digestopret.opening .review-button-details {
  color: #00a9a3;
}
.product-digestopret.opening .review-button-details::before, .product-digestopret.opening .review-button-details::after {
  border-top: solid 0 #00a9a3;
  border-bottom: solid 10px #00a9a3;
}
.product-digestopret .review-summery-content {
  border-color: #00a9a3;
}
.product-digestopret .review-summery-button {
  background-color: #00a9a3;
  border-color: #00a9a3;
}
.product-digestopret .review-summery-button:hover {
  color: #00a9a3;
}
.product-digestopret .review-button-details {
  background-color: #00a9a3;
}
.product-digestopret .review-overlay {
  border-color: #00a9a3;
}
.product-digestopret .review-overlay-content-body::after {
  border-bottom-color: #00a9a3;
}

.product-imupret.opening .review-button-details {
  color: #77ad1c;
}
.product-imupret.opening .review-button-details::before, .product-imupret.opening .review-button-details::after {
  border-top: solid 0 #77ad1c;
  border-bottom: solid 10px #77ad1c;
}
.product-imupret .review-summery-content {
  border-color: #77ad1c;
}
.product-imupret .review-summery-button {
  background-color: #77ad1c;
  border-color: #77ad1c;
}
.product-imupret .review-summery-button:hover {
  color: #77ad1c;
}
.product-imupret .review-button-details {
  background-color: #77ad1c;
}
.product-imupret .review-overlay {
  border-color: #77ad1c;
}
.product-imupret .review-overlay-content-body::after {
  border-bottom-color: #77ad1c;
}

.product-sinupret.opening .review-button-details {
  color: #ff6f20;
}
.product-sinupret.opening .review-button-details::before, .product-sinupret.opening .review-button-details::after {
  border-top: solid 0 #ff6f20;
  border-bottom: solid 10px #ff6f20;
}
.product-sinupret .review-summery-content {
  border-color: #ff6f20;
}
.product-sinupret .review-summery-button {
  background-color: #ff6f20;
  border-color: #ff6f20;
}
.product-sinupret .review-summery-button:hover {
  color: #ff6f20;
}
.product-sinupret .review-button-details {
  background-color: #ff6f20;
}
.product-sinupret .review-overlay {
  border-color: #ff6f20;
}
.product-sinupret .review-overlay-content-body::after {
  border-bottom-color: #ff6f20;
}

.review-summary {
  margin-bottom: 30px;
}
.review-summary .review-stars {
  margin-bottom: 15px;
}

.review-summery-content {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 166px;
  padding-top: 52px;
  background-color: #ffffff;
  border: solid 1px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .review-summery-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 180px;
    padding: 0;
  }
}
.review-summery-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.review-summery-content .review-stars {
  width: 160px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .review-summery-content .review-stars {
    width: 250px;
  }
}

.review-summery-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
}
@media only screen and (min-width: 768px) {
  .review-summery-images {
    width: 50%;
    height: 150px;
  }
}
.review-summery-images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-summery-images .mood-image {
  width: 60%;
}
.review-summery-images .packshot {
  width: 40%;
  margin-left: auto;
}

.review-summery-controls {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .review-summery-controls {
    position: static;
    width: 50%;
    height: 150px;
    padding-left: 60px;
  }
}

.review-summery-stars {
  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;
  width: 100%;
  height: 52px;
  padding: 0 10px;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .review-summery-stars {
    width: auto;
    height: 62px;
    padding: 0 20px;
    border-radius: 10px 0 0 10px;
  }
}
.review-summery-stars .average {
  padding-left: 10px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .review-summery-stars .average {
    font-size: 1.125rem;
  }
}

.review-summery-button {
  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;
  width: calc(100% - 20px);
  height: 44px;
  margin: 94px auto 0;
  padding: 3px 20px 0;
  border: solid 1px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .review-summery-button {
    width: auto;
    height: 58px;
    margin: 0 20px 0 0;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .review-summery-button {
    font-size: 1.5rem;
  }
}
.review-summery-button:hover {
  background-color: #ffffff;
}

.review-button-details {
  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;
  position: relative;
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: 0 0 9px 9px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.review-button-details::before, .review-button-details::after {
  content: "";
  display: block;
  border-top: solid 10px #ffffff;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
}
.review-button-details::before {
  margin-right: 20px;
}
.review-button-details::after {
  margin-left: 20px;
}

.review-overlay {
  position: absolute;
  width: 100%;
  margin-top: -29px;
  background-color: #ffffff;
  border: solid 1px;
  border-radius: 0 0 10px 10px;
}
.review-overlay p {
  font-size: 1rem;
}
.review-overlay &gt; p:last-child {
  margin: 0;
}

.review-overlay-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 250ms ease-out;
  transition: height 250ms ease-out;
}

.review-overlay-content-body {
  padding: 20px 10px 0;
}
@media only screen and (min-width: 768px) {
  .review-overlay-content-body {
    padding: 20px 40px 0;
  }
}
.review-overlay-content-body::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  border-bottom: solid 1px;
}
.review-overlay-content-body .review-title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .review-overlay-content-body .review-title {
    font-size: 1.5rem;
  }
}
.review-overlay-content-body .footnote {
  width: 100%;
  margin: 10px 0 -10px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .review-overlay-content-body .footnote {
    text-align: right;
  }
}

.review-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.review-overlay-item {
  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;
  width: calc(100% - 40px);
  margin: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 567px) {
  .review-overlay-item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .review-overlay-item {
    width: calc(33.3333333333% - 40px);
  }
}
@media only screen and (min-width: 992px) {
  .review-overlay-item {
    width: calc(25% - 40px);
  }
}
.review-overlay-item:last-of-type {
  margin-bottom: 20px;
}
.review-overlay-item p {
  margin: 0;
}
.review-overlay-item .shop-name {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
}
.review-overlay-item .shop-name a {
  color: inherit;
  text-decoration: none;
}
.review-overlay-item .review-stars {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
}
.review-overlay-item .review-stars-star {
  width: 27px;
  height: 26px;
  margin-right: 10px;
}

.review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}
.review-stars.stars-1 .review-stars-star:nth-child(1)::before {
  width: 50%;
}
.review-stars.stars-2 .review-stars-star:nth-child(1)::before {
  width: 100%;
}
.review-stars.stars-3 .review-stars-star:nth-child(1)::before {
  width: 100%;
}
.review-stars.stars-3 .review-stars-star:nth-child(2)::before {
  width: 50%;
}
.review-stars.stars-4 .review-stars-star:nth-child(1)::before, .review-stars.stars-4 .review-stars-star:nth-child(2)::before {
  width: 100%;
}
.review-stars.stars-5 .review-stars-star:nth-child(1)::before, .review-stars.stars-5 .review-stars-star:nth-child(2)::before {
  width: 100%;
}
.review-stars.stars-5 .review-stars-star:nth-child(3)::before {
  width: 50%;
}
.review-stars.stars-6 .review-stars-star:nth-child(1)::before, .review-stars.stars-6 .review-stars-star:nth-child(2)::before, .review-stars.stars-6 .review-stars-star:nth-child(3)::before {
  width: 100%;
}
.review-stars.stars-7 .review-stars-star:nth-child(1)::before, .review-stars.stars-7 .review-stars-star:nth-child(2)::before, .review-stars.stars-7 .review-stars-star:nth-child(3)::before {
  width: 100%;
}
.review-stars.stars-7 .review-stars-star:nth-child(4)::before {
  width: 50%;
}
.review-stars.stars-8 .review-stars-star:nth-child(1)::before, .review-stars.stars-8 .review-stars-star:nth-child(2)::before, .review-stars.stars-8 .review-stars-star:nth-child(3)::before, .review-stars.stars-8 .review-stars-star:nth-child(4)::before {
  width: 100%;
}
.review-stars.stars-9 .review-stars-star:nth-child(1)::before, .review-stars.stars-9 .review-stars-star:nth-child(2)::before, .review-stars.stars-9 .review-stars-star:nth-child(3)::before, .review-stars.stars-9 .review-stars-star:nth-child(4)::before {
  width: 100%;
}
.review-stars.stars-9 .review-stars-star:nth-child(5)::before {
  width: 50%;
}
.review-stars.stars-10 .review-stars-star:nth-child(1)::before, .review-stars.stars-10 .review-stars-star:nth-child(2)::before, .review-stars.stars-10 .review-stars-star:nth-child(3)::before, .review-stars.stars-10 .review-stars-star:nth-child(4)::before, .review-stars.stars-10 .review-stars-star:nth-child(5)::before {
  width: 100%;
}

.review-stars-star {
  position: relative;
  width: 27px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .review-stars-star {
    width: 37px;
    height: 36px;
  }
}
.review-stars-star::before, .review-stars-star::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.review-stars-star::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 37 36" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M18.5,0L24.2,11.5L37,13.4L27.8,22.3L29.9,35L18.5,29L7.1,35L9.2,22.3L0,13.4L12.8,11.5L18.5,0Z" fill="%23ffd300"/&gt;/&gt;&lt;/svg&gt;');
}
.review-stars-star::after {
  background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 37 36" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M18.5,0L24.2,11.5L37,13.4L27.8,22.3L29.9,35L18.5,29L7.1,35L9.2,22.3L0,13.4L12.8,11.5L18.5,0Z" fill="%23d4d4d4"/&gt;/&gt;&lt;/svg&gt;');
}

.product-stage {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "slider" "thumbs" "content" "buttons";
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-stage {
    grid-template-columns: 50% 1fr;
    grid-template-areas: "slider content" "thumbs buttons";
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-stage {
    grid-template-columns: 40% 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.product-stage.product-agnucaston {
  background-color: rgba(160, 85, 153, 0.3);
}
.product-stage.product-agnucaston .btn-buy-online {
  background-color: #a05599;
}
.product-stage.product-agnucaston .btn-buy-pharmacy {
  border-color: #a05599;
  color: #a05599;
}
.product-stage.product-agnucaston .product-stage__slider-wrap {
  border-color: #a05599;
}
.product-stage.product-agnucaston .product-stage__static-content ul li::before {
  color: #a05599;
}
.product-stage.product-agnucaston .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #a05599, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #a05599, inset 0 0 0 4px #ffffff;
}
.product-stage.product-agnucaston .slick-prev,
.product-stage.product-agnucaston .slick-next {
  background-color: transparent;
  color: #a05599;
}
.product-stage.product-agnucaston .slick-dots button {
  background-color: #a05599;
}
.product-stage.product-agnucaston .slick-active button {
  background-image: radial-gradient(white 30%, #a05599 35%);
}
.product-stage.product-bronchipret {
  background-color: rgba(0, 69, 125, 0.3);
}
.product-stage.product-bronchipret .btn-buy-online {
  background-color: #00457d;
}
.product-stage.product-bronchipret .btn-buy-pharmacy {
  border-color: #00457d;
  color: #00457d;
}
.product-stage.product-bronchipret .product-stage__slider-wrap {
  border-color: #00457d;
}
.product-stage.product-bronchipret .product-stage__static-content ul li::before {
  color: #00457d;
}
.product-stage.product-bronchipret .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #00457d, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #00457d, inset 0 0 0 4px #ffffff;
}
.product-stage.product-bronchipret .slick-prev,
.product-stage.product-bronchipret .slick-next {
  background-color: transparent;
  color: #00457d;
}
.product-stage.product-bronchipret .slick-dots button {
  background-color: #00457d;
}
.product-stage.product-bronchipret .slick-active button {
  background-image: radial-gradient(white 30%, #00457d 35%);
}
.product-stage.product-blase-gesundheit {
  background-color: rgba(153, 61, 187, 0.3);
}
.product-stage.product-blase-gesundheit .btn-buy-online {
  background-color: #993dbb;
}
.product-stage.product-blase-gesundheit .btn-buy-pharmacy {
  border-color: #993dbb;
  color: #993dbb;
}
.product-stage.product-blase-gesundheit .product-stage__slider-wrap {
  border-color: #993dbb;
}
.product-stage.product-blase-gesundheit .product-stage__static-content ul li::before {
  color: #993dbb;
}
.product-stage.product-blase-gesundheit .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #993dbb, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #993dbb, inset 0 0 0 4px #ffffff;
}
.product-stage.product-blase-gesundheit .slick-prev,
.product-stage.product-blase-gesundheit .slick-next {
  background-color: transparent;
  color: #993dbb;
}
.product-stage.product-blase-gesundheit .slick-dots button {
  background-color: #993dbb;
}
.product-stage.product-blase-gesundheit .slick-active button {
  background-image: radial-gradient(white 30%, #993dbb 35%);
}
.product-stage.product-canephron {
  background-color: rgba(255, 211, 0, 0.3);
}
.product-stage.product-canephron .btn-buy-online {
  background-color: #ffd300;
}
.product-stage.product-canephron .btn-buy-pharmacy {
  border-color: #ffd300;
  color: #ffd300;
}
.product-stage.product-canephron .product-stage__slider-wrap {
  border-color: #ffd300;
}
.product-stage.product-canephron .product-stage__static-content ul li::before {
  color: #ffd300;
}
.product-stage.product-canephron .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #ffd300, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #ffd300, inset 0 0 0 4px #ffffff;
}
.product-stage.product-canephron .slick-prev,
.product-stage.product-canephron .slick-next {
  background-color: transparent;
  color: #ffd300;
}
.product-stage.product-canephron .slick-dots button {
  background-color: #ffd300;
}
.product-stage.product-canephron .slick-active button {
  background-image: radial-gradient(white 30%, #ffd300 35%);
}
.product-stage.product-frau-gesundheit {
  background-color: rgba(89, 140, 145, 0.3);
}
.product-stage.product-frau-gesundheit .btn-buy-online {
  background-color: #598C91;
}
.product-stage.product-frau-gesundheit .btn-buy-pharmacy {
  border-color: #598C91;
  color: #598C91;
}
.product-stage.product-frau-gesundheit .product-stage__slider-wrap {
  border-color: #598C91;
}
.product-stage.product-frau-gesundheit .product-stage__static-content ul li::before {
  color: #598C91;
}
.product-stage.product-frau-gesundheit .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #598C91, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #598C91, inset 0 0 0 4px #ffffff;
}
.product-stage.product-frau-gesundheit .slick-prev,
.product-stage.product-frau-gesundheit .slick-next {
  background-color: transparent;
  color: #598C91;
}
.product-stage.product-frau-gesundheit .slick-dots button {
  background-color: #598C91;
}
.product-stage.product-frau-gesundheit .slick-active button {
  background-image: radial-gradient(white 30%, #598C91 35%);
}
.product-stage.product-imupret {
  background-color: #ebf3dd;
}
.product-stage.product-imupret .btn-buy-online {
  background-color: #00692a;
}
.product-stage.product-imupret .btn-buy-pharmacy {
  border-color: #00692a;
  color: #00692a;
}
.product-stage.product-imupret .product-stage__slider-wrap {
  border-color: #00692a;
}
.product-stage.product-imupret .product-stage__static-content ul li::before {
  color: #00692a;
}
.product-stage.product-imupret .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #00692a, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #00692a, inset 0 0 0 4px #ffffff;
}
.product-stage.product-imupret .slick-prev,
.product-stage.product-imupret .slick-next {
  background-color: transparent;
  color: #00692a;
}
.product-stage.product-imupret .slick-dots button {
  background-color: #00692a;
}
.product-stage.product-imupret .slick-active button {
  background-image: radial-gradient(white 30%, #00692a 35%);
}
.product-stage.product-mein-kind-gesundheit {
  background-color: rgba(0, 69, 125, 0.3);
}
.product-stage.product-mein-kind-gesundheit .btn-buy-online {
  background-color: #00457d;
}
.product-stage.product-mein-kind-gesundheit .btn-buy-pharmacy {
  border-color: #00457d;
  color: #00457d;
}
.product-stage.product-mein-kind-gesundheit .product-stage__slider-wrap {
  border-color: #00457d;
}
.product-stage.product-mein-kind-gesundheit .product-stage__static-content ul li::before {
  color: #00457d;
}
.product-stage.product-mein-kind-gesundheit .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #00457d, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #00457d, inset 0 0 0 4px #ffffff;
}
.product-stage.product-mein-kind-gesundheit .slick-prev,
.product-stage.product-mein-kind-gesundheit .slick-next {
  background-color: transparent;
  color: #00457d;
}
.product-stage.product-mein-kind-gesundheit .slick-dots button {
  background-color: #00457d;
}
.product-stage.product-mein-kind-gesundheit .slick-active button {
  background-image: radial-gradient(white 30%, #00457d 35%);
}
.product-stage.product-sinupret {
  background-color: rgba(255, 111, 32, 0.3);
}
.product-stage.product-sinupret .btn-buy-online {
  background-color: #ff6f20;
}
.product-stage.product-sinupret .btn-buy-pharmacy {
  border-color: #ff6f20;
  color: #ff6f20;
}
.product-stage.product-sinupret .product-stage__slider-wrap {
  border-color: #ff6f20;
}
.product-stage.product-sinupret .product-stage__static-content ul li::before {
  color: #ff6f20;
}
.product-stage.product-sinupret .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #ff6f20, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #ff6f20, inset 0 0 0 4px #ffffff;
}
.product-stage.product-sinupret .slick-prev,
.product-stage.product-sinupret .slick-next {
  background-color: transparent;
  color: #ff6f20;
}
.product-stage.product-sinupret .slick-dots button {
  background-color: #ff6f20;
}
.product-stage.product-sinupret .slick-active button {
  background-image: radial-gradient(white 30%, #ff6f20 35%);
}
.product-stage.product-sinupret-saft {
  background-color: rgba(0, 69, 125, 0.3);
}
.product-stage.product-sinupret-saft .btn-buy-online {
  background-color: #00457d;
}
.product-stage.product-sinupret-saft .btn-buy-pharmacy {
  border-color: #00457d;
  color: #00457d;
}
.product-stage.product-sinupret-saft .product-stage__slider-wrap {
  border-color: #00457d;
}
.product-stage.product-sinupret-saft .product-stage__static-content ul li::before {
  color: #00457d;
}
.product-stage.product-sinupret-saft .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #00457d, inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 3px #00457d, inset 0 0 0 4px #ffffff;
}
.product-stage.product-sinupret-saft .slick-prev,
.product-stage.product-sinupret-saft .slick-next {
  background-color: transparent;
  color: #00457d;
}
.product-stage.product-sinupret-saft .slick-dots button {
  background-color: #00457d;
}
.product-stage.product-sinupret-saft .slick-active button {
  background-image: radial-gradient(white 30%, #00457d 35%);
}
.product-stage .btn-buy-online {
  color: #ffffff;
}
.product-stage .btn-buy-pharmacy {
  background-color: #ffffff !important;
  border: solid 2px;
}
.product-stage .slick-autoplay-toggle-button {
  left: auto;
  right: 0;
}

.product-stage__static-content {
  grid-area: content;
}
.product-stage__static-content ul {
  padding: 0;
  list-style: none;
}
.product-stage__static-content ul li {
  position: relative;
  padding-left: 30px;
}
.product-stage__static-content ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 18px;
}

.product-stage__slider-wrap {
  grid-area: slider;
  align-self: start;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  border: solid 2px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.product-stage__slider-wrap::before {
  content: "";
  display: block;
  padding: 0 100% 75% 0;
}

.product-stage__slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 375px;
}
.product-stage__slider .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-stage__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.product-stage__slider .slick-slide {
  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;
}
.product-stage__slider .slick-prev,
.product-stage__slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  padding: 0;
  border: 0;
  text-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 0 -1px 0 #ffffff, 0 1px 0 #ffffff;
  cursor: pointer;
}
.product-stage__slider .slick-prev::before,
.product-stage__slider .slick-next::before {
  display: block;
  line-height: 1;
  font-size: 24px;
}
.product-stage__slider .slick-prev {
  left: 0;
}
.product-stage__slider .slick-prev::before {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.product-stage__slider .slick-next {
  right: 0;
}
.product-stage__slider .slick-next::before {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.product-stage__slider .frame,
.product-stage__slider .ce-image,
.product-stage__slider .ce-gallery,
.product-stage__slider .ce-outer,
.product-stage__slider .ce-inner,
.product-stage__slider .ce-row,
.product-stage__slider .ce-column,
.product-stage__slider .image {
  float: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.product-stage__slider .image-embed-item {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-stage__slider-thumbs {
  grid-area: thumbs;
  max-height: 110px;
}
@media only screen and (max-width: 767px) {
  .product-stage__slider-thumbs {
    margin-bottom: 30px;
  }
}
.product-stage__slider-thumbs .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.slick-highlight {
  position: relative;
}
.slick-highlight::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.product-stage__thumb {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.product-stage__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.thumb__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.thumb__play-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 20px #ffffff;
  -webkit-transform: translate(calc(-50% + 3px), -50%);
          transform: translate(calc(-50% + 3px), -50%);
}

.product-stage__video {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-stage__video iframe {
  display: block;
  width: 100%;
  height: auto;
}
.product-stage__video .video-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
}
.product-stage__video .video-wrapper::before {
  content: normal;
}

.product-stage__description {
  margin-top: 20px;
  margin-bottom: 50px;
}
.product-stage__description ul:first-child {
  margin-top: 0;
}
.product-stage__description ul:last-child {
  margin-bottom: 0;
}
.product-stage__description ul li {
  position: relative;
  padding-left: 30px;
}
.product-stage__description ul li::before {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
}

.product-stage__kicker {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 1200px) {
  .product-stage__kicker {
    font-size: 2rem;
  }
}

.product-stage__heading {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .product-stage__heading {
    font-size: 3.125rem;
  }
}

.product-stage__static-buttons {
  grid-area: buttons;
}
@media only screen and (min-width: 768px) {
  .product-stage__static-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-stage__static-buttons .btn, .product-stage__static-buttons .link-box__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product-stage__static-buttons .btn, .product-stage__static-buttons .link-box__link {
    max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .product-stage__static-buttons .btn + .btn, .product-stage__static-buttons .link-box__link + .btn, .product-stage__static-buttons .btn + .link-box__link, .product-stage__static-buttons .link-box__link + .link-box__link {
    margin-top: 10px;
  }
}

.product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-tile .btn, .product-tile .link-box__link {
  background-color: #ff6f20;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
}

.product-tile__title {
  margin-bottom: 5px;
  font-size: 1.375rem;
  font-weight: 600;
}

.product-tile__subtitle {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 400;
}

.product-tile__image-slider {
  overflow: hidden;
  margin-top: auto;
  border: solid 1px #000000;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.product-tile__image-slider .slick-prev,
.product-tile__image-slider .slick-next {
  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;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
}
.product-tile__image-slider .slick-prev:hover,
.product-tile__image-slider .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.product-tile__image-slider .slick-prev::before,
.product-tile__image-slider .slick-next::before {
  font-size: 1.125rem;
}
.product-tile__image-slider .slick-prev {
  left: 15px;
}
.product-tile__image-slider .slick-prev::before {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.product-tile__image-slider .slick-next {
  right: 15px;
}
.product-tile__image-slider .slick-next::before {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.product-tile__image {
  position: relative;
}
.product-tile__image::before {
  content: "";
  display: block;
  padding: 0 100% 100% 0;
}
.product-tile__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-tile__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.product-tile__controls .btn, .product-tile__controls .link-box__link {
  border-radius: 10px;
}
.product-tile__controls .btn + .btn, .product-tile__controls .link-box__link + .btn, .product-tile__controls .btn + .link-box__link, .product-tile__controls .link-box__link + .link-box__link {
  margin-top: 15px;
}
.product-agnucaston .btn, .product-agnucaston .link-box__link {
  background-color: #a05599;
}

.product-bronchipret .btn, .product-bronchipret .link-box__link {
  background-color: #00457d;
}

.product-canephron .btn, .product-canephron .link-box__link {
  background-color: #ffd300;
  color: #000000;
}

.product-digestopret .btn, .product-digestopret .link-box__link {
  background-color: #00a9a3;
}

.product-imupret .btn, .product-imupret .link-box__link {
  background-color: #77ad1c;
}

.product-sinupret .btn, .product-sinupret .link-box__link {
  background-color: #ff6f20;
}

.mfp-buy-online .mfp-content {
  max-width: 882px;
}
.mfp-buy-online .mfp-preloader {
  color: #000000;
}
.mfp-buy-online .mfp-close {
  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;
  right: 9px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.mfp-buy-online-content {
  overflow: auto;
  max-height: 740px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 20px;
}
.mfp-buy-online-content .mfp-iframe {
  width: 100%;
  height: 100%;
}

.kairion-shop-now-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
}
.kairion-shop-now-logos .kairion-shop-now-logo {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: z-indx 0s, -webkit-box-shadow 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  transition: z-indx 0s, -webkit-box-shadow 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out, transform 100ms ease-in-out, z-indx 0s;
  transition: box-shadow 100ms ease-in-out, transform 100ms ease-in-out, z-indx 0s, -webkit-box-shadow 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
.kairion-shop-now-logos .kairion-shop-now-logo:hover {
  z-index: 1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: z-index 0s 100ms, -webkit-box-shadow 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  transition: z-index 0s 100ms, -webkit-box-shadow 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out, transform 100ms ease-in-out, z-index 0s 100ms;
  transition: box-shadow 100ms ease-in-out, transform 100ms ease-in-out, z-index 0s 100ms, -webkit-box-shadow 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
.kairion-shop-now-logos .kairion-shop-now-logo img {
  display: block;
}

section {
  margin-bottom: 30px;
  padding: 30px 0;
}
section:has(.col-set) {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  section:has(.col-set) {
    padding-right: 10px;
    padding-left: 10px;
  }
}
section.bg-grey {
  background-color: #f0f0f0;
}
section.bg-blue {
  background-color: #00457d;
}
section.bg-blue .button {
  border: solid 2px #ffffff;
}
section.bg-orange {
  background-color: #ff6f20;
}
section.bg-green {
  background-color: #97be0d;
}
section.bg-purple {
  background-color: #a05599;
}
section.bg-blue *,
section.bg-blue h1,
section.bg-blue h2,
section.bg-blue h3,
section.bg-blue h4,
section.bg-blue h5, section.bg-orange *,
section.bg-orange h1,
section.bg-orange h2,
section.bg-orange h3,
section.bg-orange h4,
section.bg-orange h5, section.bg-green *,
section.bg-green h1,
section.bg-green h2,
section.bg-green h3,
section.bg-green h4,
section.bg-green h5, section.bg-purple *,
section.bg-purple h1,
section.bg-purple h2,
section.bg-purple h3,
section.bg-purple h4,
section.bg-purple h5 {
  color: #ffffff;
}
section.seals-section {
  margin-bottom: -120px;
}
@media only screen and (min-width: 768px) {
  section.seals-section {
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 768px) {
  section .image {
    margin: 0;
  }
}

.seals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seals .seal {
  width: 100%;
  max-width: 125px;
  margin: 0 15px 15px;
  text-align: center;
}
.seals .seal-image {
  position: relative;
  width: 100%;
}
.seals .seal-image::before {
  content: "";
  display: block;
  padding: 0 100% 70% 0;
}
.seals .seal-image img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tx-bnosurvey input[type=checkbox] + label .checkbox:before, .tx-bnosurvey input[type=checkbox] + label .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 0;
  height: 2px;
  background-color: #00457d;
}

@media only screen and (min-width: 768px) {
  .tx-bnosurvey {
    padding-right: 7.8125%;
    padding-left: 7.8125%;
  }
}
.tx-bnosurvey .intro-text {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .tx-bnosurvey .intro-text {
    float: right;
    width: 89%;
  }
}
.tx-bnosurvey .survey-block {
  clear: both;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .tx-bnosurvey .survey-block:before {
    content: "\e902";
    display: inline-block;
    margin-top: 9px;
    font-family: icon-font;
    font-size: 66px;
    color: #77ad1c;
  }
}
.tx-bnosurvey .survey-block.error .wrap:before {
  content: "Bitte beantworten Sie diese Frage.";
  display: inline-block;
  margin: 20px 0;
  padding: 13px 20px 10px;
  background-color: #ff0000;
  border-radius: 10px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .tx-bnosurvey .survey-block.error .wrap:before {
    margin: 7px 0 20px;
  }
}
.tx-bnosurvey .survey-block.error label {
  border-color: #ff0000;
}
.tx-bnosurvey .survey-block.error label:hover {
  border-color: #00457d;
}
.tx-bnosurvey .number {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2rem;
  color: #f39911;
}
.tx-bnosurvey .question p {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.375rem;
}
.tx-bnosurvey .info-multiple {
  font-size: 0.875rem;
}
.tx-bnosurvey .question-wrap {
  margin-bottom: 40px;
}
.tx-bnosurvey .wrap {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tx-bnosurvey .wrap {
    width: 89%;
  }
}
.tx-bnosurvey .answer {
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
}
.tx-bnosurvey .answer input {
  opacity: 0;
  position: absolute;
}
.tx-bnosurvey .answer label {
  display: block;
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 0 0 0 18px;
  background-color: #eaeaea;
  border: solid 2px #eaeaea;
  border-radius: 10px;
  font-size: 1.125rem;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  cursor: pointer;
}
.tx-bnosurvey .answer label:hover {
  border-color: #00457d;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.tx-bnosurvey .answer .checkbox,
.tx-bnosurvey .answer .radio {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tx-bnosurvey .answer .checkbox {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border: solid 2px #00457d;
}
.tx-bnosurvey .answer .radio {
  overflow: hidden;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border: solid 2px #00457d;
  border-radius: 11px;
}
.tx-bnosurvey .answer .label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 40px;
}
.tx-bnosurvey input[type=checkbox]:checked + label,
.tx-bnosurvey input[type=radio]:checked + label {
  background-color: #f39911;
  border-color: #f39911;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.tx-bnosurvey input[type=checkbox] + label a,
.tx-bnosurvey input[type=radio] + label a {
  margin: 0;
}
.tx-bnosurvey input[type=checkbox]:checked + label {
  color: #ffffff;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.tx-bnosurvey input[type=checkbox]:checked + label .checkbox {
  background-color: inherit;
  border-color: #ffffff;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.tx-bnosurvey input[type=checkbox]:checked + label .checkbox:before {
  width: 17px;
  background-color: #ffffff;
  -webkit-transition: width 100ms 300ms;
  transition: width 100ms 300ms;
}
.tx-bnosurvey input[type=checkbox]:checked + label .checkbox:after {
  width: 17px;
  background-color: #ffffff;
  -webkit-transition: width 100ms 450ms;
  transition: width 100ms 450ms;
}
.tx-bnosurvey input[type=checkbox] + label .checkbox:before {
  left: 3px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tx-bnosurvey input[type=checkbox] + label .checkbox:after {
  right: 3px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tx-bnosurvey input[type=radio]:checked + label {
  color: #ffffff;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.tx-bnosurvey input[type=radio]:checked + label .radio {
  background-color: inherit;
  border-color: #ffffff;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.tx-bnosurvey input[type=radio]:checked + label .radio:before {
  opacity: 1;
}
.tx-bnosurvey input[type=radio] + label .radio:before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 20px;
}
.tx-bnosurvey .progress {
  margin-bottom: 40px;
  border-bottom: solid 1px #b8b8b8;
}
.tx-bnosurvey .progress label {
  float: left;
  margin: 5px 34px 0 0;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.tx-bnosurvey .progress ul {
  float: left;
  margin: 0;
  padding: 0;
}
.tx-bnosurvey .progress li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 10px 0;
  padding-top: 2px;
  background-color: #d4d4d4;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
}
.tx-bnosurvey .progress li.active {
  background-color: #77ad1c;
}
.tx-bnosurvey .progress .address,
.tx-bnosurvey .progress .finish {
  width: auto;
  padding: 0 8px 0 21px;
  background-color: #ffffff;
  border: solid 3px #d4d4d4;
  font-weight: 300;
  color: #00457d;
}
.tx-bnosurvey .progress .address:before,
.tx-bnosurvey .progress .finish:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  background-color: #d4d4d4;
  border-radius: 10px;
}
.tx-bnosurvey .progress .address.active,
.tx-bnosurvey .progress .finish.active {
  background-color: #ffffff;
  border-color: #77ad1c;
}
.tx-bnosurvey .progress .address.active:before,
.tx-bnosurvey .progress .finish.active:before {
  background-color: #77ad1c;
}
.tx-bnosurvey .form .row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 567px) {
  .tx-bnosurvey .form .row {
    margin-bottom: 0;
  }
}
.tx-bnosurvey .form .col {
  float: left;
  width: 48%;
  min-height: 1px;
}
@media only screen and (max-width: 767px) {
  .tx-bnosurvey .form .col {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 567px) {
  .tx-bnosurvey .form .col {
    width: 100%;
  }
  .tx-bnosurvey .form .col:first-child {
    margin-right: 0;
  }
}
.tx-bnosurvey .form .col:first-child {
  margin-right: 4%;
}
.tx-bnosurvey .form .col.wide {
  width: 100%;
}
.tx-bnosurvey .form label {
  margin-bottom: 10px;
  font-weight: 700;
}
.tx-bnosurvey .form input[type=text] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: solid 2px #00457d;
  border-radius: 10px;
  font-weight: 300;
  font-size: 1rem;
}
@media only screen and (max-width: 567px) {
  .tx-bnosurvey .form input[type=text] {
    margin-bottom: 20px;
  }
}
.tx-bnosurvey .form .form-error input[type=text] {
  border-color: #ff0000;
}
.tx-bnosurvey .terms-wrap {
  margin-top: 30px;
}
.tx-bnosurvey .terms-wrap a {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}
.tx-bnosurvey .terms-wrap label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  line-height: 1.3;
}
.tx-bnosurvey .terms-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.tx-bnosurvey .terms-wrap input[type=checkbox]:checked + label {
  background: none transparent;
  color: inherit;
}
.tx-bnosurvey .terms-wrap input[type=checkbox]:checked + label:before {
  content: "x";
}
.tx-bnosurvey .terms-wrap input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  padding-top: 10px;
  border: solid 2px #00457d;
  font-weight: 700;
  font-size: 1.5rem;
  color: #00457d;
  text-align: center;
  line-height: 0;
}
.tx-bnosurvey .form-error .terms-wrap input[type=checkbox] + label:before {
  border-color: #ff0000;
}
.tx-bnosurvey .btn-submit {
  float: right;
  height: 50px;
  margin-top: 23px;
  padding: 0 20px;
  background-color: #f39911;
}
@media only screen and (max-width: 567px) {
  .tx-bnosurvey .btn-submit {
    width: 100%;
  }
}
.tx-bnosurvey .btn-submit:hover {
  color: #ffffff;
}
.tx-bnosurvey .btn-submit .icon {
  margin-left: 10px;
  font-size: 1rem;
}

.survey-slider {
  position: relative;
}
.survey-slider.is-vertical {
  padding: 50px 0;
}
.survey-slider .ui-slider.ui-widget-content {
  height: 22px;
  background: none transparent;
  border: 0;
}
.survey-slider .ui-slider .ui-slider-handle {
  top: -10px;
  width: 42px;
  height: 42px;
  margin-left: -22px;
  background: none #00457d;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: background 300ms, -webkit-box-shadow 300ms;
  transition: background 300ms, -webkit-box-shadow 300ms;
  transition: box-shadow 300ms, background 300ms;
  transition: box-shadow 300ms, background 300ms, -webkit-box-shadow 300ms;
}
.survey-slider .ui-slider .ui-slider-handle:active, .survey-slider .ui-slider .ui-slider-handle:focus, .survey-slider .ui-slider .ui-slider-handle:hover {
  background-color: #77ad1c;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.survey-slider .ui-slider-vertical.ui-widget-content {
  width: 22px;
  height: 100%;
  margin: 0;
  background: none transparent;
  border: 0;
}
.survey-slider .ui-slider-vertical .ui-slider-handle {
  top: auto;
  margin-left: -5px;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.survey-slider .custom-handle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  font-size: 1rem;
  color: #ffffff !important;
  text-align: center;
}
@media only screen and (max-width: 566px) {
  .survey-slider .custom-handle {
    padding-top: 12px;
  }
}

.ui-slider-wrap {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.ui-slider-wrap .bar {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 20px;
  background-color: #ffffff;
  border: solid 1px #d4d4d4;
  border-radius: 10px;
}

.slider-label-right,
.slider-label-left {
  font-size: 1.25rem;
  font-weight: 700;
}

.slider-label-left {
  float: left;
}

.slider-label-right {
  float: right;
}

.slider-grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -10px;
  margin-left: -10px;
}
.slider-grid .slider-label-below {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 10px;
}
.slider-grid .slider-label-below div {
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #00457d;
  border-radius: 5px;
  text-align: center;
  line-height: 1.4;
}

.slider-scale {
  position: relative;
}
.slider-scale .slider-label-below {
  position: absolute;
  padding: 6px 8px 3px;
  background-color: #00457d;
  border-radius: 5px;
  color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider-scale .slider-label-below:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #00457d;
}
.slider-scale .slider-label-below:first-child {
  border-radius: 0 5px 5px 5px;
  -webkit-transform: none;
          transform: none;
}
.slider-scale .slider-label-below:first-child:before {
  left: 0;
}
.slider-scale .slider-label-below:last-child {
  right: 0;
  left: auto !important;
  border-radius: 5px 0 5px 5px;
  -webkit-transform: none;
          transform: none;
}
.slider-scale .slider-label-below:last-child:before {
  right: 0;
  left: auto;
}

.is-vertical .ui-slider-wrap {
  position: absolute;
  top: 60px;
  bottom: 60px;
  width: auto;
  margin: 0 30px 0 0;
}
.is-vertical .ui-slider-wrap .bar {
  width: 20px;
  height: 100%;
}
.is-vertical .slider-label-right,
.is-vertical .slider-label-left {
  float: none;
  position: absolute;
  font-size: 1.125rem;
}
.is-vertical .slider-label-left {
  bottom: 0;
  left: 0;
}
.is-vertical .slider-label-right {
  top: 0;
  left: 0;
}
.is-vertical .slider-grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 40px;
}
.is-vertical .slider-label-below {
  display: block;
  margin: 10px 0;
}
.is-vertical .slider-label-below:first-child {
  margin-bottom: -10px;
}
.is-vertical .slider-label-below:last-child {
  margin-top: -10px;
}
.is-vertical .slider-label-below div {
  font-size: 1.125rem;
  text-align: left;
}

.survey-flag,
.flyout-survey-flag {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 102;
  width: 100%;
  max-width: 700px;
  padding: 20px;
  background-color: #00457d;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media only screen and (min-width: 992px) {
  .survey-flag,
  .flyout-survey-flag {
    top: 0;
    bottom: auto;
    border-radius: 0 0 20px 20px;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
.survey-flag.open,
.flyout-survey-flag.open {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) {
  .survey-flag.open,
  .flyout-survey-flag.open {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.survey-flag.open img,
.flyout-survey-flag.open img {
  top: 133px;
}
.survey-flag p,
.flyout-survey-flag p {
  font-size: 1rem;
  color: #ffffff;
}
.survey-flag .btn-close,
.flyout-survey-flag .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 21px;
  height: 21px;
  background-color: #74af26;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
}
.survey-flag .btn-close:before, .survey-flag .btn-close:after,
.flyout-survey-flag .btn-close:before,
.flyout-survey-flag .btn-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 13px;
  height: 3px;
  background-color: #ffffff;
}
.survey-flag .btn-close:before,
.flyout-survey-flag .btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.survey-flag .btn-close:after,
.flyout-survey-flag .btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.survey-flag .title,
.flyout-survey-flag .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
.survey-flag .btn, .survey-flag .link-box__link,
.flyout-survey-flag .btn,
.flyout-survey-flag .link-box__link {
  height: 50px;
  padding: 13px 20px 0;
  background-color: #f39911;
}
@media only screen and (min-width: 511px) {
  .survey-flag .btn, .survey-flag .link-box__link,
  .flyout-survey-flag .btn,
  .flyout-survey-flag .link-box__link {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
.survey-flag .btn:hover, .survey-flag .link-box__link:hover,
.flyout-survey-flag .btn:hover,
.flyout-survey-flag .link-box__link:hover {
  color: #ffffff;
}
.survey-flag .btn .icon, .survey-flag .link-box__link .icon,
.flyout-survey-flag .btn .icon,
.flyout-survey-flag .link-box__link .icon {
  margin-left: 10px;
  font-size: 1rem;
}
.survey-flag img,
.flyout-survey-flag img {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 280px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
@media only screen and (max-width: 510px) {
  .survey-flag img,
  .flyout-survey-flag img {
    display: none;
  }
}
.survey-flag .btn-toggle,
.flyout-survey-flag .btn-toggle {
  position: absolute;
  top: -37px;
  left: 50%;
  z-index: 0;
  width: 100%;
  max-width: 340px;
  height: 37px;
  background-color: #00457d;
  border: 0;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .survey-flag .btn-toggle,
  .flyout-survey-flag .btn-toggle {
    top: auto;
    bottom: -37px;
    border-radius: 0 0 5px 5px;
  }
}

.flyout-survey {
  overflow: auto;
  width: 100%;
  max-width: 1240px;
  max-height: 70vh;
  margin: 0 auto;
}
.flyout-survey h2 {
  color: #ffffff;
}
.flyout-survey label {
  color: #ffffff;
}
.flyout-survey input[type=radio], .flyout-survey input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.flyout-survey input[type=radio]:checked + label:before, .flyout-survey input[type=checkbox]:checked + label:before {
  background-color: #00457d;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
          box-shadow: inset 0 0 0 3px #ffffff;
}
.flyout-survey input[type=radio] + label, .flyout-survey input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 20px 15px 0;
  line-height: 1.3;
  cursor: pointer;
}
.flyout-survey input[type=radio] + label:before, .flyout-survey input[type=checkbox] + label:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.flyout-survey input[type=radio] + label:before {
  border-radius: 50%;
}
.flyout-survey .question {
  font-weight: 600;
}
.flyout-survey .info-multiple {
  margin-bottom: 5px;
  font-size: 0.875rem;
}
.flyout-survey .survey-block-simple {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .flyout-survey .survey-block-simple.multiple .answer {
    width: 50%;
  }
}
.flyout-survey .survey-block-simple .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flyout-survey .btn, .flyout-survey .link-box__link {
  position: static;
  padding-top: 0;
}
.flyout-survey .form-error input[type=radio] + label, .flyout-survey .form-error input[type=checkbox] + label {
  color: #ff0000;
}

.survey-overlay .mfp-close {
  opacity: 1;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.table-dosage {
  border-spacing: 0;
}
@media only screen and (max-width: 1000px) {
  .table-dosage {
    overflow: auto;
    display: block;
    width: 100%;
  }
}
.table-dosage th {
  padding: 20px;
  background-color: #77ad1c;
  border-left: solid 1px #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  color: #00457d;
  text-align: left;
}
.table-dosage th:first-child {
  border-left: 0;
  border-radius: 10px 0 0 0;
}
.table-dosage th:last-child {
  border-radius: 0 10px 0 0;
}
.table-dosage td {
  padding: 20px;
  border-left: solid 1px #77ad1c;
  border-bottom: solid 1px #77ad1c;
  font-size: 1.125rem;
  font-weight: 300;
  color: #00457d;
}
.table-dosage td:last-child {
  border-right: solid 1px #77ad1c;
}
.table-dosage tr:last-child {
  border-radius: 0 0 0 10px;
}
.table-dosage tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.table-dosage tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.table-dosage .dosage-liquid-1_3,
.table-dosage .dosage-liquid-2_6,
.table-dosage .dosage-liquid-3_2,
.table-dosage .dosage-liquid-4_3,
.table-dosage .dosage-liquid-5_4,
.table-dosage .dosage-pastilles-2_3,
.table-dosage .dosage-pastilles-3_4,
.table-dosage .dosage-tabletts {
  padding-left: 60px;
  background-size: 30px !important;
  text-align: right;
}
.table-dosage .dosage-liquid-1_3 {
  background: url(../img/FD-Icon-Liquid-1_3ml-2016-01-04.png) 20px center no-repeat;
}
.table-dosage .dosage-liquid-2_6 {
  background: url(../img/FD-Icon-Liquid-2_6ml-2016-01-04.png) 20px center no-repeat;
}
.table-dosage .dosage-liquid-3_2 {
  background: url(../img/FD-Icon-Liquid-3_2ml-2016-01-04.png) 20px center no-repeat;
}
.table-dosage .dosage-liquid-4_3 {
  background: url(../img/FD-Icon-Liquid-4_3ml-2016-01-04.png) 20px center no-repeat;
}
.table-dosage .dosage-liquid-5_4 {
  background: url(../img/FD-Icon-Liquid-5_4ml-2016-01-04.png) 20px center no-repeat;
}
.table-dosage .dosage-pastilles-2_3 {
  background: url(../img/FD-Icon-Pastillen-2-3-2016-01-04.png) 20px center no-repeat;
}
.table-dosage .dosage-pastilles-3_4 {
  background: url(../img/FD-Icon-Pastillen-3-4-2016-01-04.png) 20px center no-repeat;
}
.table-dosage .dosage-tabletts {
  background: url(../img/FD-Icon-Tablette-2016-01-04.png) 20px center no-repeat;
}

.tts-player {
  position: sticky;
  top: 55px;
  z-index: 2;
  max-width: 1040px;
  margin: -30px auto 20px;
  -webkit-transition: top 100ms ease-in-out;
  transition: top 100ms ease-in-out;
}
.a11y-button-visible .tts-player {
  top: 95px;
}
@media only screen and (min-width: 768px) {
  .tts-player {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .tts-player {
    top: 114px;
    margin-top: -10px;
  }
}
.tts-player audio {
  display: none;
}

.tts-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  height: 44px;
  margin-bottom: 5px;
  padding: 0 10px 0 0;
  background-color: #ffffff;
  border: 0;
  line-height: 1;
  cursor: pointer;
}

.tts-button__icon {
  font-size: 28px;
}
.tts-button__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.tts-progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: 2px;
  background-color: #cccccc;
}
.tts-progress-bar:has(.tts-progress-bar__fill:not([style])) {
  display: none;
}

.tts-progress-bar__label {
  position: absolute;
  top: 0;
  right: 0;
}

.tts-progress-bar__fill {
  width: 0;
  height: 100%;
  background-color: #000000;
}

.storefinder {
  position: relative;
  width: 100%;
  background-color: #949494;
  border-radius: 10px;
  color: #ffffff;
}

.storefinder .finder-top {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #ff6f20;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .storefinder .finder-top {
    padding: 20px 35px 0;
  }
}
.storefinder .finder-top input[type=text] {
  width: 100%;
  height: 36px;
  margin-right: 17px;
  padding: 0 36px 0 10px;
  border: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .storefinder .finder-top input[type=text] {
    margin-bottom: 10px;
  }
}
.storefinder .finder-top input[type=submit] {
  width: 100%;
  height: 36px;
  background-color: #00457d;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
}
.storefinder .finder-top input[type=submit]:hover {
  background-color: #3f76a3;
}
@media only screen and (min-width: 1200px) {
  .storefinder .finder-top input[type=submit] {
    width: 205px;
  }
}
.storefinder .finder-top .search .wrap {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .storefinder .finder-top .search .wrap {
    padding: 0 222px 0 0;
  }
}
.storefinder .finder-top .search .fluid {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .storefinder .finder-top .search .fluid {
    float: left;
  }
}
.storefinder .finder-top .search .fixed {
  position: static;
  right: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .storefinder .finder-top .search .fixed {
    position: absolute;
    width: 205px;
  }
}
.storefinder .finder-top .title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.storefinder input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
}
.storefinder input[type=checkbox]:checked + label:before {
  background: url("../img/checkmark.png") center center no-repeat #ffffff;
}
.storefinder input[type=checkbox] + label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 566px) {
  .storefinder input[type=checkbox] + label {
    margin-left: 0;
    font-size: 1.125rem;
  }
}
.storefinder input[type=checkbox] + label:before {
  content: "";
  float: left;
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 2px #00457d;
}
@media only screen and (max-width: 566px) {
  .storefinder input[type=checkbox] + label:before {
    margin-right: 6px;
  }
}
.storefinder input[type=checkbox] + label span {
  float: left;
  margin-top: 5px;
}
.storefinder input[type=checkbox] + label[for=filter-pharmacy] {
  margin-left: 0;
}

.storefinder .filters {
  padding: 25px 20px 35px;
}
@media only screen and (min-width: 567px) {
  .storefinder .filters {
    padding: 25px 35px 35px;
  }
}
@media only screen and (min-width: 768px) {
  .storefinder .filters {
    padding: 20px 35px 10px;
  }
}
.storefinder .filters .title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
}
.storefinder .filter-wrap {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .storefinder .filter-wrap {
    float: left;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
.storefinder .filter-wrap .icon-campaign {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 10px 0 0;
  background: url("../img/icon-checkbox-campaign.png") left top no-repeat;
}
@media only screen and (min-width: 768px) {
  .storefinder .filter-wrap + .filter-wrap + .filter-wrap {
    padding-left: 20px;
    border-left: solid 1px #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .storefinder .filter-wrap + .filter-wrap + .filter-wrap {
    padding-top: 18px;
    border-top: solid 1px #ffffff;
  }
}

.finder-result-item {
  padding: 15px 20px;
  border-top: solid 1px #cccccc;
}
.finder-result-item:first-child {
  border: 0;
}
.finder-result-item h2 {
  margin-bottom: 10px;
  font-size: 1rem;
}
.finder-result-item .address {
  margin-bottom: 10px;
  padding-right: 66px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) {
  .finder-result-item .address {
    padding-right: 50px;
  }
}
.finder-result-item .distance {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1rem;
}
.finder-result-item a {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-right: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}
.finder-result-item a:after {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 0.5625rem;
}
.finder-result-item .link-download {
  font-weight: 700;
  color: #97be0d;
}

.type-1,
.type-2 {
  position: relative;
}
.type-1:after,
.type-2:after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  right: 15px;
  width: 50px;
  height: 50px;
  margin-top: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1280px) {
  .type-1:after,
  .type-2:after {
    width: 71px;
    height: 71px;
  }
}

.type-1:after {
  background-image: url("../img/logo-pharmacy.png");
}
.type-1.promo:after {
  background-image: url("../img/logo-pharmacy-campaign.png");
}

.type-2:after {
  background-image: url("../img/logo-phytothek.png");
}
.type-2.promo:after {
  background-image: url("../img/logo-phytothek-campaign.png");
}

.pharmacy-list {
  padding: 0 2px;
}
@media only screen and (min-width: 567px) {
  .pharmacy-list {
    display: none;
  }
}
.pharmacy-list .finder-result-item {
  padding: 20px 18px;
  background-color: #ffffff;
  border-bottom: solid 2px #cccccc;
}
.pharmacy-list .finder-result-item p {
  margin-bottom: 5px;
}
.pharmacy-list .finder-result-item a {
  display: block;
  text-decoration: none;
}
.pharmacy-list .finder-result-item a:after {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.5625rem;
}
.pharmacy-list .finder-result-item .link-download {
  margin-top: 20px;
  font-weight: 700;
  color: #97be0d;
}
.pharmacy-list .type-1:after,
.pharmacy-list .type-2:after {
  right: 20px;
}

.map-pharmacy-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
  background-color: #cccccc;
  border-left: solid 1px #949494;
  border-right: solid 1px #949494;
  -webkit-transition: margin 300ms, background 300ms;
  transition: margin 300ms, background 300ms;
}
@media only screen and (min-width: 768px) {
  .map-pharmacy-list {
    float: left;
    width: 33%;
    height: 400px;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .map-pharmacy-list {
    width: 24.1025641026%;
    margin: 0 0.8547008547% 0 0;
  }
}
.map-pharmacy-list:before {
  content: "Bitte geben Sie eine Postleitzahl oder einen Ort in die obere Suchleiste ein.";
  position: absolute;
  top: 50px;
  padding: 0 20px;
  color: #000000;
  text-align: center;
}
.map-pharmacy-list.active {
  overflow: auto;
  margin-right: 0.8547008547%;
  background-color: #ffffff;
}
.map-pharmacy-list.active:before {
  content: normal;
}

.storefinder .map {
  padding: 0 35px 30px;
}
@media only screen and (max-width: 566px) {
  .storefinder .map {
    display: none;
  }
}
.storefinder .map iframe {
  float: right;
  position: relative;
  height: 400px;
  width: 700px;
}

#map-canvas {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #map-canvas {
    width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  #map-canvas {
    width: 75.0427350427%;
  }
}

.gm-style-iw h1 {
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.gm-style-iw p {
  margin: 0;
  font-size: 0.875rem;
}
.gm-style-iw p a {
  display: inline-block;
  margin-top: 10px;
  font-size: inherit;
  text-decoration: none;
}
.gm-style-iw p a:after {
  background-image: url("sprite.png");
  background-position: -192px -32px;
  background-size: 320px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 6px;
}

.maps-popup:after {
  content: normal;
}
.maps-popup h2 {
  margin-bottom: 10px;
}
.maps-popup .text {
  overflow: hidden;
}
.maps-popup .text:before {
  content: "";
  float: left;
  display: block;
  position: static;
  width: 71px;
  height: 71px;
  margin-right: 20px;
  background-size: contain;
}
.maps-popup .text div {
  float: left;
}
.maps-popup .text p {
  margin-bottom: 10px;
}
.maps-popup .text a {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding-right: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}
.maps-popup .text a:after {
  background-image: url("sprite.png");
  background-position: -192px -32px;
  background-size: 320px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 7px;
  height: 11px;
}
.maps-popup .text .link-download {
  font-weight: 700;
  color: #97be0d;
}
.maps-popup.type-1 .text:before {
  background-image: url("../img/logo-pharmacy.png");
}
.maps-popup.type-1.promo .text:before {
  background-image: url("../img/logo-pharmacy-campaign.png");
}
.maps-popup.type-2 .text:before {
  background-image: url("../img/logo-phytothek.png");
}
.maps-popup.type-2.promo .text:before {
  background-image: url("../img/logo-phytothek-campaign.png");
}

.msg-no-phyto {
  position: relative;
  padding: 12px 0 8px 40px;
}
@media only screen and (max-width: 767px) {
  .msg-no-phyto {
    padding: 20px 18px 20px 70px !important;
  }
}
.msg-no-phyto:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  margin-left: -40px;
  background-image: url("../../phytotheken/img/logo-phytothek-small.png");
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .msg-no-phyto:before {
    margin-left: -45px !important;
  }
}
.msg-no-phyto p {
  width: 200px;
  color: #00457d;
}
@media only screen and (max-width: 767px) {
  .msg-no-phyto p {
    width: auto;
  }
}

.iframe {
  padding: 0;
}
.iframe .content {
  margin: 0;
  padding: 0;
}

.mfp-iframe {
  height: 708px;
}

.finder-iframe-page {
  position: relative;
}
@media only screen and (min-width: 881px) {
  .finder-iframe-page {
    height: 800px !important;
  }
}
@media only screen and (max-width: 880px) {
  .finder-iframe-page {
    height: 980px !important;
  }
}
@media only screen and (max-width: 767px) {
  .finder-iframe-page {
    height: 1190px !important;
  }
}

.close-popup-finder {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
}
.close-popup-finder:before {
  display: block;
  width: 19px;
  height: 19px;
  font-size: 1.1875rem;
}

.my-place {
  padding: 20px 0 19px;
}
.my-place a {
  color: #ffffff;
  font-size: 1.375rem;
}
.my-place .help {
  background-color: #00457d;
}
.my-place .help:after {
  color: #00457d;
}
.my-place .help span {
  color: #ffffff !important;
}
.my-place .help .title {
  font-size: 1.125rem;
}

.teaser-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 294px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 0;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.teaser-card-image {
  width: 100%;
  height: 195px;
}
.teaser-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teaser-card-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 30px 15px 20px;
}

.teaser-card-headline {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #993dbb;
}

.teaser-card-text {
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.teaser-card-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  font-size: 0.875rem;
  color: #993dbb;
}

.teaser-special {
  overflow: hidden;
  width: 100%;
  background: url("../img/teaser-visual.png") right top no-repeat #77ad1c;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .teaser-special {
    background-image: none;
  }
}
.teaser-special .icons {
  float: left;
  position: relative;
  width: 32.0267686424%;
  height: 250px;
}
@media only screen and (max-width: 1180px) {
  .teaser-special .icons {
    width: 38.240917782%;
  }
}
@media only screen and (max-width: 1040px) {
  .teaser-special .icons {
    width: 250px;
    height: 200px;
  }
}
@media only screen and (max-width: 699px) {
  .teaser-special .icons {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
}
.teaser-special .icons img {
  position: absolute;
  top: -200px;
}
@media only screen and (max-width: 1040px) {
  .teaser-special .icons img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 699px) {
  .teaser-special .icons img {
    position: static;
  }
}
.teaser-special .icons .logo-pharmacy {
  left: 60px;
  -webkit-transition: top 1000ms 0s ease, -webkit-transform 300ms 0s ease;
  transition: top 1000ms 0s ease, -webkit-transform 300ms 0s ease;
  transition: top 1000ms 0s ease, transform 300ms 0s ease;
  transition: top 1000ms 0s ease, transform 300ms 0s ease, -webkit-transform 300ms 0s ease;
}
@media only screen and (max-width: 1180px) {
  .teaser-special .icons .logo-pharmacy {
    left: 30px;
  }
}
.teaser-special .icons .logo-phytothek {
  left: 145px;
  -webkit-transition: top 1000ms 200ms ease, -webkit-transform 300ms 0s ease;
  transition: top 1000ms 200ms ease, -webkit-transform 300ms 0s ease;
  transition: top 1000ms 200ms ease, transform 300ms 0s ease;
  transition: top 1000ms 200ms ease, transform 300ms 0s ease, -webkit-transform 300ms 0s ease;
}
@media only screen and (max-width: 1180px) {
  .teaser-special .icons .logo-phytothek {
    left: 115px;
  }
}
@media only screen and (max-width: 1040px) {
  .teaser-special .icons .logo-phytothek {
    left: 95px;
  }
}
.teaser-special.show .logo-pharmacy,
.teaser-special.show .logo-phytothek {
  top: 50px;
}
.teaser-special.show .teaser-content {
  visibility: visible;
  opacity: 1;
}
.teaser-special.hover .logo-pharmacy,
.teaser-special.hover .logo-phytothek {
  -webkit-transform: scale(1.12, 1.12);
          transform: scale(1.12, 1.12);
}
.teaser-special .teaser-content {
  visibility: hidden;
  opacity: 0;
  float: left;
  padding-top: 45px;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
@media only screen and (max-width: 1040px) {
  .teaser-special .teaser-content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 699px) {
  .teaser-special .teaser-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.teaser-special .teaser-content p {
  margin-bottom: 20px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #ffffff;
}
@media only screen and (max-width: 1180px) {
  .teaser-special .teaser-content p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 699px) {
  .teaser-special .teaser-content p {
    text-align: center;
  }
}
.teaser-special .button {
  display: inline-block;
  width: 380px;
  height: 53px;
  background-color: #00457d;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.teaser-special .button:hover {
  background-color: #00457d;
}
@media only screen and (max-width: 1180px) {
  .teaser-special .button {
    width: 270px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 699px) {
  .teaser-special .button {
    width: 100%;
    height: 70px;
  }
}
.teaser-special .button:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.tiles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
  padding: 50px 0;
}
.tiles-wrap .tile {
  width: calc(100% / 1 - (30px - 30 * 1px / 1));
}
@media only screen and (min-width: 567px) {
  .tiles-wrap .tile {
    width: calc(100% / 2 - (30px - 30 * 1px / 2));
  }
}
@media only screen and (min-width: 992px) {
  .tiles-wrap .tile {
    width: calc(100% / 3 - (30px - 30 * 1px / 3));
  }
}

.help {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-top: 0;
  border-radius: 5px;
  color: #00457d;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .help {
    position: static;
  }
}
.help:after {
  content: "?";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #00457d;
  border-radius: 50%;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 29px;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.help:hover {
  color: #00457d !important;
}
.help:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 19px;
  left: 16px;
  z-index: 20;
  width: 300px;
  padding: 10px 10px 0;
  background-color: #00457d;
  border-radius: 10px;
  -webkit-transition: all 300ms 300ms;
  transition: all 300ms 300ms;
}
@media only screen and (max-width: 480px) {
  .tooltip {
    width: auto;
    right: 20px;
    bottom: auto;
    left: 20px;
    margin-top: 30px;
  }
}
.tooltip span {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 0.875rem;
  font-style: normal;
}
.tooltip:hover {
  visibility: visible;
  opacity: 1;
}

#usercentrics-button.layout-1 .uc-banner-content {
  max-width: 1240px !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#usercentrics-button.layout-1 .uc-banner-content &gt; div {
  width: auto !important;
  margin-right: 8.064516129%;
  margin-left: 8.064516129%;
  background-color: #00457d;
  -webkit-box-shadow: 0 6px 36px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 36px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  #usercentrics-button.layout-1 .uc-banner-content &gt; div {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 480px) {
  #usercentrics-button.layout-1 .uc-banner-content &gt; div {
    margin-right: 0;
    margin-left: 0;
  }
}
#usercentrics-button.layout-1 .uc-card-header .uc-close svg path {
  fill: #00457d !important;
}
#usercentrics-button.layout-1 #uc-consents-info-modal .uc-modal-footer .uc-save-settings-and-close-button {
  width: 100% !important;
  margin: 0;
}
#usercentrics-button.layout-1 #uc-banner-modal .uc-optin-description {
  color: #ffffff;
}
#usercentrics-button.layout-1 .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#usercentrics-button.layout-1 .uc-btn {
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#usercentrics-button.layout-1 .uc-btn:first-child {
  margin-right: 20px;
  color: #00457d !important;
}
#usercentrics-button.layout-1 .uc-btn:last-child {
  width: auto !important;
  margin-left: 20px;
  color: #ffffff;
}
#usercentrics-button.layout-1 .uc-save-settings-button {
  width: auto !important;
  color: #00457d;
}
#usercentrics-button.layout-1 .uc-powered-by-label {
  color: #ffffff;
}
#usercentrics-button.layout-1 .uc-powered-by-icon svg {
  fill: #ffffff;
}
#usercentrics-button.layout-1 .uc-powered-by {
  display: none;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content {
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 36px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 36px rgba(0, 0, 0, 0.3);
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-card-header {
  border-radius: 0;
  background-color: #ffffff !important;
  border: solid 1px #00457d !important;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-card-header .uc-dropdown .uc-dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px 10px 10px !important;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-language-wrapper {
  background-color: #00457d;
  border-radius: 10px 0;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-language-wrapper .svg-wrapper {
  color: #ffffff !important;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-card-body .uc-nav-tabs {
  border-right: solid 1px #00457d !important;
  border-left: solid 1px #00457d !important;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-card-body .uc-nav-tabs .uc-nav-item .uc-nav-link {
  height: auto !important;
  background-color: #57575a !important;
  border: 0 !important;
  color: #ffffff !important;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-card-body .uc-nav-tabs .uc-nav-item .uc-active {
  background-color: #00457d !important;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-card-body .uc-tab-content {
  height: auto !important;
  border: 0 !important;
  border-right: solid 1px #00457d !important;
  border-left: solid 1px #00457d !important;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border: solid 1px #00457d;
  border-top: 0;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-card-footer .uc-btn {
  height: auto;
  margin: 0 20px 20px;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-dropdown-menu {
  margin: -10px 0 0;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-powered-by-footer {
  display: none;
  padding: 20px 0;
  border: 0;
  font-size: 0.75rem;
  color: #00457d;
}
#usercentrics-button.layout-1 #uc-corner-modal .uc-corner-modal-content .uc-powered-by-footer a {
  font-size: inherit;
  color: inherit !important;
  text-decoration: underline;
}

.video-wrapper {
  position: relative;
  height: 0;
  margin-bottom: 40px;
  padding-bottom: 56.25%; /* 16:9 */
}
.video-wrapper:before {
  content: "";
  display: block;
  padding: 0 100% 56.25% 0;
}
.video-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-wrapper .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-video {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.play-video:hover .play-button {
  background-color: rgba(0, 0, 0, 0.7);
}
.play-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.play-video .play-button:before {
  content: "";
  display: block;
  margin: 25px 50px;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 40px #ffffff;
}
.play-video img {
  width: 100%;
}

body.contrast-mode *:not(.slick-track):not(.image-link img) {
  -webkit-transition: none !important;
  transition: none !important;
}
body.contrast-mode h1,
body.contrast-mode .h1,
body.contrast-mode h2,
body.contrast-mode .h2,
body.contrast-mode h3,
body.contrast-mode .h3,
body.contrast-mode h4,
body.contrast-mode .h4,
body.contrast-mode h5,
body.contrast-mode .h5,
body.contrast-mode p,
body.contrast-mode ul,
body.contrast-mode ol {
  color: #000000;
}
body.contrast-mode section.bg-grey {
  background-color: #ffffff;
}
body.contrast-mode #main p a:not(.anchor-box__link):not(.button):not(.btn):not(.link-box__link),
body.contrast-mode #main ol a:not(.anchor-box__link):not(.button):not(.btn):not(.link-box__link),
body.contrast-mode #main ul a:not(.anchor-box__link):not(.button):not(.btn):not(.link-box__link) {
  color: #000000;
}
body.contrast-mode #main p a:not(.anchor-box__link):not(.button):not(.btn):not(.link-box__link):hover,
body.contrast-mode #main ol a:not(.anchor-box__link):not(.button):not(.btn):not(.link-box__link):hover,
body.contrast-mode #main ul a:not(.anchor-box__link):not(.button):not(.btn):not(.link-box__link):hover {
  margin: -2px;
  padding: 2px;
  background-color: #000000;
  color: #ffffff;
}
body.contrast-mode ul[class*=-leaf] li::before {
  color: #000000;
}
body.contrast-mode span[class*=text-] {
  color: inherit;
}
body.contrast-mode .colors-saft .letter {
  color: #000000 !important;
}
body.contrast-mode .page-title h1 {
  color: #ffffff;
}
body.contrast-mode .form-control {
  border-color: #000000;
}
body.contrast-mode .form-check-input[type=radio]:checked + .form-check-label::before,
body.contrast-mode .form-check-input[type=checkbox]:checked + .form-check-label::before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 10px #000000;
          box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 10px #000000;
}
body.contrast-mode .form-check-input[type=radio] + .form-check-label::before,
body.contrast-mode .form-check-input[type=checkbox] + .form-check-label::before {
  background-color: #ffffff;
  border-color: #000000;
}
body.contrast-mode .radio label input:checked + span:before,
body.contrast-mode .checkbox label input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 10px #000000;
          box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 10px #000000;
}
body.contrast-mode .form-check-label span::before {
  border-color: #000000;
}
body.contrast-mode .jump-to-element {
  background-color: #000000;
}
body.contrast-mode .claim span {
  color: #000000;
}
body.contrast-mode .meta-tab {
  background-color: #000000;
  color: #ffffff;
}
body.contrast-mode .flyouts [class*=flag],
body.contrast-mode .flyouts .btn-close,
body.contrast-mode .flyouts .timer {
  background-color: #000000;
}
body.contrast-mode .flyouts .compulsory-statement {
  border-color: #000000;
}
body.contrast-mode .flyouts [class*=flag] span {
  color: #ffffff;
}
body.contrast-mode .nav-main__item &gt; a {
  color: #000000;
}
body.contrast-mode .nav-main__item--active .nav-main__link::after {
  background-color: #000000;
}
body.contrast-mode .nav-main__link:hover {
  color: #000000;
}
body.contrast-mode .nav-main__sub-menu {
  background-color: #000000;
}
body.contrast-mode .sub-menu__item a {
  font-size: 1rem;
  color: #ffffff;
}
body.contrast-mode .sub-menu__item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #000000;
          box-shadow: inset 0 0 0 2px #000000;
}
body.contrast-mode .sub-menu__item:hover a {
  color: #000000;
}
body.contrast-mode .footer .body {
  background-color: #000000;
}
body.contrast-mode .footer .body a {
  color: #ffffff;
}
body.contrast-mode #footer-menu-item-1003,
body.contrast-mode #footer-menu-item-959,
body.contrast-mode #footer-menu-item-960,
body.contrast-mode #footer-menu-item-961,
body.contrast-mode #footer-menu-item-962,
body.contrast-mode #footer-menu-item-963,
body.contrast-mode #footer-menu-item-964 {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #000000;
          box-shadow: inset 0 0 0 2px #000000;
}
body.contrast-mode #footer-menu-item-1003 a,
body.contrast-mode #footer-menu-item-959 a,
body.contrast-mode #footer-menu-item-960 a,
body.contrast-mode #footer-menu-item-961 a,
body.contrast-mode #footer-menu-item-962 a,
body.contrast-mode #footer-menu-item-963 a,
body.contrast-mode #footer-menu-item-964 a {
  color: #000000;
}
body.contrast-mode .btn-top {
  background-color: #000000;
}
body.contrast-mode .btn, body.contrast-mode .link-box__link,
body.contrast-mode .button {
  background-color: #000000;
  color: #ffffff !important;
}
body.contrast-mode .mfp-close-btn-in .mfp-close {
  opacity: 1;
}
body.contrast-mode .accordion.colored details {
  background-color: #000000;
}
body.contrast-mode .accordion.colored details * {
  color: #ffffff;
}
body.contrast-mode .accordion.colored details a {
  color: #ffffff !important;
}
body.contrast-mode .accordion.colored details .colors-saft .letter {
  color: #ffffff !important;
}
body.contrast-mode .accordion.colored summary:focus-visible {
  background-color: #ffffff;
}
body.contrast-mode .accordion.colored summary:hover {
  background-color: #000000;
}
body.contrast-mode .accordion.colored summary::after {
  opacity: 1;
  color: #ffffff;
}
body.contrast-mode .accordion.colored .btn-close {
  opacity: 1;
}
body.contrast-mode .accordion .accordion-row {
  border-color: #000000;
}
body.contrast-mode .product-tile__controls .btn, body.contrast-mode .product-tile__controls .link-box__link {
  background-color: #000000;
}
body.contrast-mode .storefinder {
  background-color: #000000;
}
body.contrast-mode .finder-top {
  background-color: #000000;
  border-bottom: solid 2px #ffffff;
}
body.contrast-mode .finder-top input,
body.contrast-mode .finder-top input[type=submit] {
  background-color: #ffffff;
  color: #000000;
}
body.contrast-mode .finder-top .title {
  color: #ffffff;
}
body.contrast-mode .help::after {
  background-color: #ffffff;
  color: #000000;
}
body.contrast-mode .tooltip {
  background-color: #ffffff;
}
body.contrast-mode .tooltip span {
  color: #000000;
}
body.contrast-mode .filter-wrap label::before {
  border-color: #ffffff;
}
body.contrast-mode .health-insurance-funds-search {
  background-color: #000000;
}
body.contrast-mode .health-insurance-funds-search ::-webkit-input-placeholder {
  color: #888888;
}
body.contrast-mode .health-insurance-funds-search ::-moz-placeholder {
  color: #888888;
}
body.contrast-mode .health-insurance-funds-search :-moz-placeholder {
  color: #888888;
}
body.contrast-mode .health-insurance-funds-search :-ms-input-placeholder {
  color: #888888;
}
body.contrast-mode #hif-search {
  border-color: #ffffff;
}
body.contrast-mode .btn-hif-all {
  background-color: #000000;
  color: #ffffff !important;
}
body.contrast-mode .btn-hif-all:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
body.contrast-mode .btn-hif-dl {
  border-color: #000000;
}
body.contrast-mode .btn-hif-search {
  background-color: #ffffff;
  color: #000000 !important;
}
body.contrast-mode .btn-hif-search:hover {
  color: #000000 !important;
}
body.contrast-mode .hif-requirements ul:before {
  color: #000000;
}
body.contrast-mode .hif-results {
  background-color: #ffffff;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
body.contrast-mode .hif-result {
  border-bottom: solid 1px #000000;
}
body.contrast-mode .hif-result:before {
  color: rgba(0, 0, 0, 0.15);
}
body.contrast-mode .hif-result:first-child {
  border-top-color: #000000;
}
body.contrast-mode .hif-result .hif-links a {
  color: #000000;
}
body.contrast-mode .hif-no-results:before {
  color: #000000;
}
body.contrast-mode #completion-options-wrap li:hover {
  background-color: #000000;
}
body.contrast-mode .hif-doi input[type=text] {
  border-color: #000000;
}
body.contrast-mode .hif-doi input[type=submit] {
  background-color: #000000;
}
body.contrast-mode .hif-doi input[type=submit]:hover {
  color: #ffffff;
}
body.contrast-mode .micro-box {
  background-color: #000000;
}
body.contrast-mode .micro-box * {
  color: #ffffff;
}
body.contrast-mode .slick-autoplay-toggle-button {
  background-color: #000000;
}
body.contrast-mode .slider .slick-dots button::before {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #000000;
          box-shadow: inset 0 0 0 1px #000000;
}
body.contrast-mode .slider .slick-dots .slick-active button::before {
  background-color: #000000;
}
body.contrast-mode .product-stage {
  background-color: #ffffff;
  border: solid 2px #000000;
}
body.contrast-mode .product-stage .btn-buy-online {
  background-color: #000000;
}
body.contrast-mode .product-stage .btn-buy-pharmacy {
  border-color: #000000;
  color: #000000 !important;
}
body.contrast-mode .product-stage .product-stage__slider-wrap {
  border-color: #000000;
}
body.contrast-mode .product-stage .product-stage__static-content ul li::before {
  color: #000000;
}
body.contrast-mode .product-stage .slick-highlight::after {
  border-color: #000000;
}
body.contrast-mode .product-stage .slick-prev,
body.contrast-mode .product-stage .slick-next {
  color: #000000;
}
body.contrast-mode .product-stage .slick-dots button {
  background-color: #000000;
}
body.contrast-mode .product-stage .slick-active button {
  background-image: radial-gradient(white 30%, #000000 35%);
}
body.contrast-mode .product-stage .slick-highlight::after {
  -webkit-box-shadow: inset 0 0 0 3px #000000, inset 0 0 0 5px #ffffff !important;
          box-shadow: inset 0 0 0 3px #000000, inset 0 0 0 5px #ffffff !important;
}
body.contrast-mode .anchor-box__link {
  -webkit-box-shadow: inset 5px 0 0 0 #000000;
          box-shadow: inset 5px 0 0 0 #000000;
}
body.contrast-mode .anchor-box__link:hover {
  -webkit-box-shadow: inset 10px 0 0 0 #000000;
          box-shadow: inset 10px 0 0 0 #000000;
}
body.contrast-mode .anchor-box__link::after {
  color: #000000;
}
body.contrast-mode .teaser-card-link {
  color: #000000;
}
body.contrast-mode .teaser-card-link:hover {
  margin: -2px;
  padding: 2px;
  background-color: #000000;
  color: #ffffff;
}
body.contrast-mode .author-card__link,
body.contrast-mode .author-card__name-link {
  color: #000000 !important;
}
body.contrast-mode .author-card__link:hover,
body.contrast-mode .author-card__name-link:hover {
  margin: -2px;
  padding: 2px;
  background-color: #000000;
  color: #ffffff;
}
body.contrast-mode .author-card__period ul li::before {
  background-color: #000000;
}
body.contrast-mode .home-slider .slick-arrow {
  background-color: #000000;
}
body.contrast-mode .teaser {
  border-color: #000000;
}
body.contrast-mode .teaser .title {
  color: #000000;
}
body.contrast-mode .teaser .cta-more {
  color: #000000;
}
body.contrast-mode .highlight-box {
  background-color: transparent;
  border-color: #000000;
}
body.contrast-mode .highlight-box-colored {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #000000;
          box-shadow: inset 0 0 0 2px #000000;
}
body.contrast-mode .highlight-box-colored * {
  color: #000000;
}
body.contrast-mode .content-teaser-wrap a {
  border-color: #000000;
}
body.contrast-mode .content-teaser-wrap a:hover {
  background-color: #000000;
}
body.contrast-mode .content-teaser-wrap a:hover span {
  color: #ffffff;
}
body.contrast-mode .product-review.open .review-button-details {
  background-color: #000000;
  color: #ffffff;
}
body.contrast-mode .product-review.open .review-button-details::before, body.contrast-mode .product-review.open .review-button-details::after {
  border-bottom-color: #ffffff;
}
body.contrast-mode .review-overlay-content-body::after {
  border: 0;
}
body.contrast-mode .review-summery-content {
  border-color: #000000;
}
body.contrast-mode .review-overlay {
  border-color: #000000;
}
body.contrast-mode .review-button-details {
  background-color: #000000;
  color: #ffffff;
}
body.contrast-mode .review-button-details::before, body.contrast-mode .review-button-details::after {
  border-top-color: #ffffff;
}
body.contrast-mode .review-summery-stars {
  background-color: transparent;
}
body.contrast-mode .review-stars-star::before {
  background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 37 36" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M18.5,0L24.2,11.5L37,13.4L27.8,22.3L29.9,35L18.5,29L7.1,35L9.2,22.3L0,13.4L12.8,11.5L18.5,0Z" fill="%23000000"/&gt;/&gt;&lt;/svg&gt;');
}
body.contrast-mode .review-stars-star::after {
  background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 37 36" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M18.5,0L24.2,11.5L37,13.4L27.8,22.3L29.9,35L18.5,29L7.1,35L9.2,22.3L0,13.4L12.8,11.5L18.5,0Z" fill="%23ffffff"/&gt;&lt;path d="M18.5,0L24.2,11.5L37,13.4L27.8,22.3L29.9,35L18.5,29L7.1,35L9.2,22.3L0,13.4L12.8,11.5L18.5,0ZM18.5,2.252L23.536,12.412L34.847,14.091C34.847,14.091 26.728,21.946 26.728,21.946L28.585,33.178C28.585,33.178 18.5,27.87 18.5,27.87L8.415,33.178C8.415,33.178 10.272,21.946 10.272,21.946L2.153,14.091C2.153,14.091 13.464,12.412 13.464,12.412L18.5,2.252Z" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"/&gt;/&gt;&lt;/svg&gt;');
}
body.contrast-mode .green-leaf-rows span:last-child {
  background-color: #ffffff;
  -webkit-box-shadow: inset -2px 0 0 0 #000000, inset 0 -2px 0 0 #000000, inset 0 2px 0 0 #000000;
          box-shadow: inset -2px 0 0 0 #000000, inset 0 -2px 0 0 #000000, inset 0 2px 0 0 #000000;
}
body.contrast-mode .green-leaf-rows .green-leaf {
  background-color: #000000;
}
body.contrast-mode .card-title {
  color: #000000;
}
body.contrast-mode .card .text-link {
  color: #000000;
}
body.contrast-mode .card .text-link:hover {
  margin: -2px;
  padding: 2px;
  background-color: #000000;
  color: #ffffff;
}

h1, h2, h3, h4 {
  color: #000000;
}

p, ul, ol {
  color: #000000;
}

.accordion.colored {
  color: #000000;
}
.accordion.colored details {
  background-color: #ffe2d2;
}
.accordion.colored summary:hover {
  background-color: rgb(250.2, 194.52, 163.8);
}
.accordion.colored .btn-close {
  border-color: #000000;
  color: #000000;
}

.author-card__period ul li::before {
  background-color: #00457d;
}

.author-card__link {
  color: #00457d;
}

.breadcrumbs a {
  color: #000000;
}
.breadcrumbs span {
  color: #000000;
}

.cta-more {
  color: #000000;
}

.content-teaser-wrap a:hover {
  background-color: #97be0d;
  color: inherit;
}
.content-teaser-wrap a span {
  color: #000000;
}

.advisor {
  display: none;
}

.compulsory-statement {
  border-color: #ff6f20;
}
.compulsory-statement .flag {
  background-color: #ff6f20;
}

.compulsory-statement .btn-close {
  border-color: #ff6f20;
}
@media only screen and (min-width: 768px) {
  .compulsory-statement .btn-close {
    background-color: #ff6f20;
  }
}

@media only screen and (min-width: 992px) {
  .header .logo {
    top: 62px;
    width: 230px;
  }
}

.meta-high-contrast {
  background-color: #ff6f20;
  font-weight: 700;
}

.green-leaf-rows .green-leaf {
  background-color: #ff6f20;
}

.navigation &gt; li &gt; a {
  color: #000000;
}

.teaser .title {
  color: #000000;
}

.page-progress {
  display: none;
}</pre></body></html>