/**
Stylesheets for dexcel-pharma
Author: Sascha Barth
Date: 2.Q 2020
 */
/* Fonts */
@font-face {
  font-family: "AN-Light";
  src: url("fonts/AN-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/AN-ExtraLight.otf") format("opentype"), url("fonts/AN-ExtraLight.woff") format("woff"), url("fonts/AN-ExtraLight.ttf") format("truetype"), url("fonts/AN-ExtraLight.svg#AN-ExtraLight") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "AN-Bold";
  src: url("fonts/AN-Black.eot?#iefix") format("embedded-opentype"), url("fonts/AN-Black.otf") format("opentype"), url("fonts/AN-Black.woff") format("woff"), url("fonts/AN-Black.ttf") format("truetype"), url("fonts/AN-Black.svg#AN-Black") format("svg");
}
@font-face {
  font-family: "AN-Medium";
  src: url("fonts/AN-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AN-Medium.otf") format("opentype"), url("fonts/AN-Medium.woff") format("woff"), url("fonts/AN-Medium.ttf") format("truetype"), url("fonts/AN-Medium.svg#AN-Medium") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "AN-Book";
  src: url("fonts/AN-Book.eot?#iefix") format("embedded-opentype"), url("fonts/AN-Book.otf") format("opentype"), url("fonts/AN-Book.woff") format("woff"), url("fonts/AN-Book.ttf") format("truetype"), url("fonts/AN-Book.svg#AN-Book") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "Rustico-Reg";
  src: url("fonts/Rustico-Regular.woff") format("woff"), url("fonts/Rustico-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AndesNeue-Book";
  src: url("fonts/AndesNeueAlt3-Book.woff2") format("woff2"), url("fonts/AndesNeueAlt3-Book.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AndesNeue-Bold";
  src: url("fonts/AndesNeueAlt3-Bold.ttf") format("truetype"), url("fonts/AndesNeueAlt3-Bold.woff2") format("woff2");
  font-weight: normal;
}
/* Variablen */
/* Mixins */
/* Animations */
@keyframes pulsation {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  overflow-x: hidden;
  --scrollbarBG: transparent;
  --thumbBG: #daebfa;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "AN-Light";
  color: #000;
  line-height: 1.1rem;
  letter-spacing: 0.025rem;
  /*
    &.herz-kreislauf {
      .pi-symbol.standalone {
        float: none;
        position: absolute;
        right: 15px;
        bottom: 0;
      }
    }
   */
  /*
    &.zahlen-daten-fakten #teaser {
      background-image: url('../img/teaser-zahlen-daten-fakten.jpg');
    }

    &.qualitaet #teaser {
      background-image: url('../img/teaser-qualitaet.jpg');
    }

    &.generika #teaser {
      background-image: url('../img/teaser-generika.jpg');
    }

    &.karriere #teaser {
      background-image: url('../img/teaser-karriere.jpg');
    }

    &.presse #teaser {
      background-image: url('../img/teaser-presse.jpg');
    }

    &.international #teaser {
      background-image: url('../img/teaser-international.jpg');
    }

    &.produktuebersicht #teaser {
      background-image: url('../img/teaser-produktuebersicht.jpg');
    }

    &.rabattvertraege #teaser {
      background-image: url('../img/teaser-rabattvertraege.jpg');
    }

    &.service #teaser {
      background-image: url('../img/teaser-service.jpg');
    }

    &.news #teaser {
      background-image: url('../img/teaser-news.jpg');
    }

    &.allergie #teaser {
      background-image: url('../img/teaser-allergie.jpg');
    }

    &.erkaeltung #teaser {
      background-image: url('../img/teaser-erkaeltung.jpg');
    }

    &.herz-kreislauf #teaser {
      background-image: url('../img/teaser-herz-kreislauf.jpg');
    }

    &.magen #teaser {
      background-image: url('../img/teaser-magen.jpg');
    }

    &.migraene #teaser {
      background-image: url('../img/teaser-migraene.jpg');
    }

    &.schmerz #teaser {
      background-image: url('../img/teaser-schmerz.jpg');
    }

    &.nebenwirkungsmeldung #teaser {
      background-image: url('../img/teaser-nebenwirkungsmeldung.jpg');
    }

    &.kontakt #teaser {
      background-image: url('../img/teaser-kontakt.jpg');
    }

    &.impressum #teaser {
      background-image: url('../img/teaser-impressum.jpg');
    }

    &.datenschutz #teaser {
      background-image: url('../img/teaser-datenschutz.jpg');
    }
    */
  /*
    &.anfahrt #teaser {
      background-image: url('../img/teaser-produkt.jpg');
    }

    &.bildarchiv #teaser {
      background-image: url('../img/teaser-kontakt.jpg');
    }
   */
  /**
   SECTIONS
   */
}
body .stronger {
  font-size: 1.25rem;
  font-family: "AN-Bold", sans-serif;
  text-align: center;
}
body a,
body a.ext-link {
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  color: #0080c3;
}
body a:focus, body a:hover, body a:active,
body a.ext-link:focus,
body a.ext-link:hover,
body a.ext-link:active {
  text-decoration: none;
  color: #46c1f0;
}
body .notice-link {
  display: block;
  margin: 25px auto;
  max-width: 400px;
  line-height: 1.25rem;
}
body img {
  max-width: 100%;
}
body #searchForm {
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
body #searchForm.active {
  opacity: 1;
}
body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body ul li {
  padding: 0.5rem 0 0.5rem 30px;
  position: relative;
}
body ul li:before {
  background: url("../img/icon-arrow.png") no-repeat top center;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 100%;
  content: " ";
}
body .not-visible {
  display: none !important;
}
body .font-light {
  font-family: "AN-Light";
}
body .font-medium {
  font-family: "AN-Medium";
}
body p {
  padding: 0;
  margin: 1rem 0;
}
body h3 {
  font-family: "AN-Light";
}
body h2 {
  font-family: "AN-Light";
  color: #000;
  font-size: 275%;
  line-height: 100%;
  margin-bottom: 2rem;
}
body p.prod-topic-subHead {
  margin-top: -25px;
}
body p.highlight-text {
  color: #0080c3;
}
body .pi-symbol.standalone a {
  display: inline-block;
  height: 50px;
  line-height: 54px;
  position: relative;
  padding-left: 60px;
  font-size: 1.25rem;
}
body .pi-symbol.standalone a:before {
  cursor: pointer;
  content: "Pf";
  color: #0080c3;
  border: 2px solid #0080c3;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  font-size: 150%;
  transform: scale(1);
  transition: all ease-in-out 0.2s;
  animation: pulsation 2s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
}
body .pi-symbol.standalone a:hover {
  color: inherit;
  transform: scale(1.1);
}
body .pi-symbol.standalone a:hover:before {
  background: #0080c3;
  color: #fff;
}
body .pi-symbol.standalone:hover {
  animation: none;
}
body .pi-symbol.standalone.laie a:before {
  cursor: pointer;
  content: "Pf";
  color: #0080c3;
  border: 2px solid #0080c3;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  font-size: 150%;
  transform: scale(1);
  transition: all ease-in-out 0.2s;
  animation: pulsation 2s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
}
body .pi-symbol.standalone.laie a:hover {
  color: inherit;
  transform: scale(1.1);
}
body .pi-symbol.standalone.laie a:hover:before {
  background: #0080c3;
  color: #fff;
}
body .modal-header {
  padding: 0;
  position: relative;
}
body .modal-header button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 40px;
  padding: 0px;
  color: #0080c3;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-shadow: none;
  transition: all ease-in-out 0.2s;
}
body #news .modal-header {
  padding: 1rem;
}
body #news .modal-body p {
  font-family: "AN-Light";
  line-height: 125%;
}
body #news .modal-body img {
  width: 100%;
}
body #ext-link,
body #ext-link-int {
  cursor: pointer;
}
body #ext-link .modal-dialog,
body #ext-link-int .modal-dialog {
  text-align: center;
}
body #ext-link .modal-dialog .modal-content,
body #ext-link-int .modal-dialog .modal-content {
  padding: 10px 25px;
}
body #ext-link .modal-dialog .modal-header,
body #ext-link-int .modal-dialog .modal-header {
  display: block;
}
body #ext-link .modal-dialog .modal-header h2,
body #ext-link-int .modal-dialog .modal-header h2 {
  color: rgb(221, 107, 85);
}
body #ext-link .modal-dialog .modal-body p,
body #ext-link-int .modal-dialog .modal-body p {
  line-height: 125%;
}
body #ext-link .modal-dialog .modal-footer,
body #ext-link-int .modal-dialog .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #ext-link .modal-dialog .modal-footer button,
body #ext-link-int .modal-dialog .modal-footer button {
  border: none;
  text-align: center;
  padding: 0px;
  border-radius: 3px;
  float: none;
  font-size: 150%;
  color: #fff;
  background: #ccc;
  height: 40px;
  line-height: 40px;
  min-width: 80px;
  transition: all ease-in-out 0.2s;
}
body #ext-link .modal-dialog .modal-footer button a,
body #ext-link-int .modal-dialog .modal-footer button a {
  color: #fff;
  font-size: 100%;
  display: block;
  background: rgb(221, 107, 85);
  border-radius: 3px;
  transition: all ease-in-out 0.2s;
}
body #ext-link .modal-dialog .modal-footer button a:focus, body #ext-link .modal-dialog .modal-footer button a:hover, body #ext-link .modal-dialog .modal-footer button a:active,
body #ext-link-int .modal-dialog .modal-footer button a:focus,
body #ext-link-int .modal-dialog .modal-footer button a:hover,
body #ext-link-int .modal-dialog .modal-footer button a:active {
  filter: saturate(0.75);
}
body #public-login .modal-header {
  background: #daebfa;
  padding: 25px;
}
body #public-login .modal-body {
  padding: 25px;
}
body #public-login .modal-footer button {
  border-radius: 3px;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin-left: 25px;
  background: #ddd;
  text-shadow: none;
  transition: all ease-in-out 0.2s;
}
body #public-login .modal-footer button:nth-of-type(2) {
  background: #46c1f0;
}
body #public-login .modal-footer button:nth-of-type(2):focus, body #public-login .modal-footer button:nth-of-type(2):hover, body #public-login .modal-footer button:nth-of-type(2):active {
  background: #0080c3;
}
body div.pflichttext {
  margin-top: 5rem;
  font-size: 10px;
}
body div.pflichttext > span.font-medium {
  font-size: 16px;
}
body div.pflichttext p {
  margin-top: 0;
}
body section .inner-section {
  max-width: 1200px;
  margin: 0 auto;
}
body section .inner-section .icon-plus {
  animation: pulsation 2s infinite linear;
}
body section .inner-section .icon-plus:hover {
  transform: scale(0.95);
}
body section .inner-section .bx-wrapper {
  border: none;
  box-shadow: none;
  background: transparent;
  margin: 0 auto;
}
body #teaser {
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #ebf6fc;
  height: 700px;
  position: relative;
  /*background-image: none !important;*/
}
body #teaser .bg-teaser {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #ebf6fc;
  z-index: 1;
}
body #teaser .bg-teaser .teaser-bg-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #ebf6fc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all linear 0.7s;
}
body #teaser .bg-teaser .teaser-bg-item.bg-1 {
  background-image: url("../img/teaser-bg-item-01.jpg");
}
body #teaser .bg-teaser .teaser-bg-item.bg-2 {
  background-image: url("../img/teaser-bg-item-02.jpg");
}
body #teaser .bg-teaser .teaser-bg-item.bg-3 {
  background-image: url("../img/teaser-bg-item-03.jpg");
}
body #teaser .bg-teaser .teaser-bg-item.bg-4 {
  background-image: url("../img/teaser-bg-item-04.jpg");
}
body #teaser .bg-teaser .teaser-bg-item.bg-5 {
  background-image: url("../img/teaser-bg-item-05.jpg");
}
body #teaser .bg-teaser .teaser-bg-item.bg-6 {
  background-image: url("../img/teaser-bg-item-06.jpg");
}
body #teaser .bg-teaser .teaser-bg-item.bg-7 {
  background-image: url("../img/teaser-bg-item-07.jpg");
}
body #teaser .bg-teaser .teaser-bg-item.bg-8 {
  background-image: url("../img/teaser-bg-item-08.jpg");
}
body #teaser .inner-wrapper {
  background: transparent;
  height: 100%;
  position: relative;
  z-index: 2;
}
body #teaser .inner-wrapper .inner-teaser {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /*padding-top: 0rem;
  padding-bottom: 10rem;
  display: flex;*/
  width: 100%;
  align-items: center;
  display: block;
  padding-top: 7rem;
  padding-bottom: 0rem;
}
body #teaser .inner-wrapper .inner-teaser h1 {
  font-family: "AN-Light";
  font-size: 400%;
  color: #000;
  line-height: 100%;
  max-width: 50%;
}
body #teaser .inner-wrapper .inner-teaser p {
  font-size: 120%;
  font-family: "AN-Book";
  max-width: 40%;
  line-height: 140%;
  margin-top: 1rem;
  max-width: 50%;
}
body #teaser .inner-wrapper .inner-teaser .btn-box {
  border: 2px solid #000;
  border-radius: 5px;
  float: left;
  width: 130px;
  height: 130px;
  margin-right: 1rem;
  margin-top: 2rem;
  text-align: center;
  padding: 0;
  transition: all ease-in-out 0.2s;
}
body #teaser .inner-wrapper .inner-teaser .btn-box:hover {
  box-shadow: inset 0px 0px 5px #000;
}
body #teaser .inner-wrapper .inner-teaser .btn-box p {
  font-size: 75%;
  margin: 0;
  max-width: none;
}
body #teaser .inner-wrapper .inner-teaser .btn-box img {
  max-width: 80px;
}
body #teaser .inner-wrapper .inner-teaser .btn-box a {
  cursor: pointer;
  color: #000;
  display: block;
  padding: 1rem 0;
}
body #teaser .inner-wrapper .inner-teaser .btn-box a:focus, body #teaser .inner-wrapper .inner-teaser .btn-box a:hover, body #teaser .inner-wrapper .inner-teaser .btn-box a:active {
  color: #000;
}
body.allergie #teaser .bg-teaser .teaser-bg-item.product-topics.bg-1 {
  background-image: url("../img/teaser-allergie/teaser-bg-item-01.jpg");
}
body.allergie #teaser .bg-teaser .teaser-bg-item.product-topics.bg-2 {
  background-image: url("../img/teaser-allergie/teaser-bg-item-02.jpg");
}
body.allergie #teaser .bg-teaser .teaser-bg-item.product-topics.bg-3 {
  background-image: url("../img/teaser-allergie/teaser-bg-item-03.jpg");
}
body.nagelpilz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-1 {
  background-image: url("../img/teaser-allergie/teaser-bg-item-01.jpg");
}
body.nagelpilz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-2 {
  background-image: url("../img/teaser-allergie/teaser-bg-item-02.jpg");
}
body.nagelpilz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-3 {
  background-image: url("../img/teaser-allergie/teaser-bg-item-03.jpg");
}
body.erkaeltung #teaser .bg-teaser .teaser-bg-item.product-topics.bg-1 {
  background-image: url("../img/teaser-erkaeltung/teaser-bg-item-01.jpg");
}
body.erkaeltung #teaser .bg-teaser .teaser-bg-item.product-topics.bg-2 {
  background-image: url("../img/teaser-erkaeltung/teaser-bg-item-02.jpg");
}
body.erkaeltung #teaser .bg-teaser .teaser-bg-item.product-topics.bg-3 {
  background-image: url("../img/teaser-erkaeltung/teaser-bg-item-03.jpg");
}
body.herz-kreislauf #teaser .bg-teaser .teaser-bg-item.product-topics.bg-1 {
  background-image: url("../img/teaser-herz-kreislauf/teaser-bg-item-01.jpg");
}
body.herz-kreislauf #teaser .bg-teaser .teaser-bg-item.product-topics.bg-2 {
  background-image: url("../img/teaser-herz-kreislauf/teaser-bg-item-02.jpg");
}
body.herz-kreislauf #teaser .bg-teaser .teaser-bg-item.product-topics.bg-3 {
  background-image: url("../img/teaser-herz-kreislauf/teaser-bg-item-03.jpg");
}
body.magen #teaser .bg-teaser .teaser-bg-item.product-topics.bg-1 {
  background-image: url("../img/teaser-magen/teaser-bg-item-01.jpg");
}
body.magen #teaser .bg-teaser .teaser-bg-item.product-topics.bg-2 {
  background-image: url("../img/teaser-magen/teaser-bg-item-02.jpg");
}
body.magen #teaser .bg-teaser .teaser-bg-item.product-topics.bg-3 {
  background-image: url("../img/teaser-magen/teaser-bg-item-03.jpg");
}
body.migraene #teaser .bg-teaser .teaser-bg-item.product-topics.bg-1 {
  background-image: url("../img/teaser-migraene/Header-NaraDex.webp");
}
body.migraene #teaser .bg-teaser .teaser-bg-item.product-topics.bg-2 {
  background-image: url("../img/teaser-migraene/Header-NaraDex.webp");
}
body.migraene #teaser .bg-teaser .teaser-bg-item.product-topics.bg-3 {
  background-image: url("../img/teaser-migraene/Header-NaraDex.webp");
}
body.schmerz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-1 {
  background-image: url("../img/teaser-schmerz/teaser-bg-item-01.jpg");
}
body.schmerz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-2 {
  background-image: url("../img/teaser-schmerz/teaser-bg-item-02.jpg");
}
body.schmerz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-3 {
  background-image: url("../img/teaser-schmerz/teaser-bg-item-03.jpg");
}
body.nagelpilz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-1 {
  background-image: url("../img/teaser-nagelpilz/teaser-bg-item-nagelpilz-01.jpg");
}
body.nagelpilz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-2 {
  background-image: url("../img/teaser-nagelpilz/teaser-bg-item-nagelpilz-01.jpg");
}
body.nagelpilz #teaser .bg-teaser .teaser-bg-item.product-topics.bg-3 {
  background-image: url("../img/teaser-nagelpilz/teaser-bg-item-nagelpilz-01.jpg");
}
body.nagelpilz #teaser .bg-teaser {
  background-image: url("../img/teaser-nagelpilz/teaser-bg-item-nagelpilz-01.jpg");
  background-position: center;
}
body.allergie #teaser .bg-teaser {
  background-image: url("../img/teaser-allergie/teaser-bg-item-allergie-01.jpg");
  background-position: center;
}
body.schmerz #teaser .bg-teaser {
  background-image: url("../img/teaser-schmerz/teaser-bg-item-schmerz-01.jpg");
  background-position: center;
}
body.erkaeltung #teaser .bg-teaser {
  background-image: url("../img/teaser-erkaeltung/teaser-bg-item-erkaeltung-01.jpg");
  background-position: center;
}
body.haarausfall #teaser .bg-teaser {
  background-image: url("../img/teaser-haarausfall/Header-Minoxidil.webp");
  background-position: center;
}
body.schlafstoerung #teaser .bg-teaser {
  background-image: url("../img/teaser-schlafstoerung/Header-Doxylamin.webp");
  background-position: center;
}
body.minoxidil h3 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.5rem;
}
body.home #teaser {
  /*background-image: url('../img/teaser-home.jpg');*/
}
body.produkt #teaser {
  background-image: url("../img/teaser-produkt.jpg");
  background-size: cover;
}
body header {
  background: #fff;
  min-height: 50px;
}
body header .innerHeader {
  padding: 1rem 0;
  max-width: 1200px;
  margin: 0 auto;
  height: calc(100px + 2rem);
}
body header .innerHeader .site-logo {
  line-height: 100px;
}
body header .innerHeader .site-logo img {
  max-width: 180px;
}
body header #headerWrapper {
  transition: all ease-in-out 0.3s;
  background: #fff;
  width: 100%;
  z-index: 1002;
  left: 0;
  top: -150px;
  max-width: none;
}
body header #headerWrapper .no-st {
  display: inline-block;
}
body header #headerWrapper .st-img {
  display: none;
}
body header #headerWrapper .nicapur-stoerer-link {
  position: relative;
  display: block;
  width: 100px;
  top: 22px;
}
body header #headerWrapper .nicapur-stoerer-link:hover:after {
  content: none;
}
body header #headerWrapper.sticky {
  position: fixed;
  top: 0px;
  padding: 0 15px;
  height: 50px;
  line-height: 20px;
}
body header #headerWrapper.sticky .head-info {
  display: none;
}
body header #headerWrapper.sticky .innerHeader {
  padding: 15px 0;
  height: 50px;
}
body header #headerWrapper.sticky .innerHeader .site-logo {
  line-height: 20px;
}
body header #headerWrapper.sticky .st-img {
  display: inline-block;
}
body header #headerWrapper.sticky .no-st {
  display: none;
}
body header #headerWrapper.sticky nav {
  padding-bottom: 0;
}
body header #headerWrapper.sticky nav li {
  line-height: 25px;
}
body header #headerWrapper.sticky nav li ul.sub-menu {
  top: 22px;
}
body header #headerWrapper.sticky nav li a {
  line-height: 100%;
}
body header #headerWrapper.sticky nav li a:after {
  bottom: -7px;
}
body header #headerWrapper.sticky nav li a .nicapur-stoerer {
  max-width: 80px;
}
body header #headerWrapper.sticky #mobile-nav {
  top: 8px;
}
body header #headerWrapper.sticky .nicapur-stoerer-link {
  top: 2px;
  margin: 0;
}
body header #headerWrapper.sticky .nicapur-stoerer-link img {
  max-width: 80px !important;
}
body header .head-info {
  height: 60px;
  line-height: 60px;
  background: #daebfa;
}
body header .head-info .fachkreis-login a {
  cursor: pointer;
}
body header .head-info .innerHeadInfo {
  font-size: 100%;
  font-family: "AN-Medium";
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
}
body header .head-info .innerHeadInfo .tel-info {
  padding-left: 50px;
  position: relative;
}
body header .head-info .innerHeadInfo .tel-info:before {
  content: " ";
  background: transparent url("../img/telefon.png") no-repeat center left;
  display: block;
  width: 30px;
  height: 60px;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 0;
}
body header .head-info .innerHeadInfo .fachkreis-login {
  text-align: right;
}
body header .head-info .innerHeadInfo .fachkreis-login a {
  color: #000;
  position: relative;
  display: inline-block;
  min-height: 60px;
}
body header .head-info .innerHeadInfo .fachkreis-login a:focus, body header .head-info .innerHeadInfo .fachkreis-login a:hover, body header .head-info .innerHeadInfo .fachkreis-login a:active {
  color: #fff;
}
body header .head-info .innerHeadInfo .fachkreis-login a:before {
  content: " ";
  background: transparent url("../img/icon-doc.png") no-repeat center left;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 5px;
}
body header #mobile-nav {
  display: none;
}
body header #mobile-nav span.mn-bar {
  display: block;
  position: relative;
  height: 5px;
}
body header nav {
  text-align: right;
  float: right;
}
body header nav ul {
  z-index: 1000;
  position: relative;
}
body header nav li {
  float: left;
  position: relative;
  line-height: 100px;
  padding: 0 2rem;
  transition: all ease-in-out 0.2s;
}
body header nav li:before {
  content: none;
  display: none;
}
body header nav li a {
  position: relative;
  display: inline-block;
  font-size: 100%;
  line-height: 300%;
  color: #000;
  padding: 0;
  text-align: center;
  font-family: "AN-Light";
  transition: all ease-in-out 0.2s;
}
body header nav li a:focus, body header nav li a:hover, body header nav li a:active {
  text-decoration: none;
  color: #000;
}
body header nav li a:focus:after, body header nav li a:hover:after, body header nav li a:active:after {
  content: " ";
  width: 76%;
  border-bottom: 5px solid #0080c3;
  transition: all ease-in-out 0.2s;
}
body header nav li a:focus + ul.sub-menu, body header nav li a:hover + ul.sub-menu, body header nav li a:active + ul.sub-menu {
  max-height: none;
  opacity: 1;
  border-bottom: 5px solid #0080c3;
  overflow: visible;
}
body header nav li a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  left: 12%;
  border-bottom: none;
  transition: all ease-in-out 0.2s;
}
body header nav li:last-of-type {
  padding-right: 0;
}
body header nav li.active > a {
  font-family: "AN-Medium";
}
body header nav li.active > a:after {
  margin: 0 auto;
  width: 100%;
  left: 0;
  border-bottom: 5px solid #0080c3;
  transition: all ease-in-out 0.2s;
}
body header nav li.active {
  border-bottom-width: 5px;
}
body header nav li ul.sub-menu {
  max-height: 0;
  transition: all ease-in-out 0.2s;
  overflow: hidden;
  position: absolute;
  top: 74px;
  left: 0;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px #bbb;
  opacity: 0;
  border-bottom: none;
}
body header nav li ul.sub-menu:hover {
  max-height: none;
  opacity: 1;
  border-bottom: 5px solid #0080c3;
  overflow: visible;
}
body header nav li ul.sub-menu li {
  float: none;
  padding: 0;
}
body header nav li ul.sub-menu li a {
  display: block;
  font-size: 100%;
  padding: 1rem 2rem 1rem 3rem;
  text-align: left;
  line-height: 100%;
  white-space: nowrap;
}
body header nav li ul.sub-menu li a:after {
  content: none;
}
body header nav li ul.sub-menu li a:focus, body header nav li ul.sub-menu li a:hover, body header nav li ul.sub-menu li a:active {
  background: #daebfa;
}
body header nav li ul.sub-menu li a:focus + ul.sub-sub-menu, body header nav li ul.sub-menu li a:hover + ul.sub-sub-menu, body header nav li ul.sub-menu li a:active + ul.sub-sub-menu {
  max-height: 1000px;
  opacity: 1;
  border-left: 5px solid #0080c3;
  z-index: 101;
  visibility: visible;
  transition: all ease-in 0.2s;
}
body header nav li ul.sub-menu li a + ul.sub-sub-menu:focus, body header nav li ul.sub-menu li a + ul.sub-sub-menu:hover, body header nav li ul.sub-menu li a + ul.sub-sub-menu:active {
  max-height: 1000px;
  opacity: 1;
  border-left: 5px solid #0080c3;
  z-index: 101;
  visibility: visible;
}
body header nav li ul.sub-menu ul.sub-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  max-height: 0;
  transition: all ease-out 0s;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px #bbb;
  opacity: 0;
  border-left: none;
  visibility: hidden;
  z-index: 1;
}
body footer {
  background: url("../img/footer-bg.jpg") no-repeat center;
  background-size: cover;
  border-bottom: 10px solid #0080c3;
  padding: 50px 0;
  height: auto;
  width: 100vw;
}
body footer .innerFooter {
  max-width: 1200px;
  margin: 0 auto;
}
body footer .innerFooter img.dexcel-logo {
  max-width: 180px;
}
body footer .form-control {
  border-radius: 0;
}
body footer .custom-control-label {
  font-size: 87.5%;
  line-height: 0.875rem;
}
body footer .custom-control-label a {
  text-decoration: underline;
}
body footer .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  top: 0;
}
body footer .custom-control-input:checked ~ .custom-control-label::before {
  color: #daebfa;
  border-color: #000;
  background-color: #000;
}
body footer .custom-control-label::after {
  height: 1.25rem;
  width: 1.25rem;
  top: 0;
  background: no-repeat 75%/80% 70%;
}
body footer #submit-btn {
  margin-top: 25px;
  background: #0080c3;
  border-radius: 0;
  width: 100%;
  border-color: #000;
  color: #fff;
  transition: all ease-in-out 0.2s;
}
body footer #submit-btn:active, body footer #submit-btn:hover, body footer #submit-btn:focus {
  color: #fff;
  background: #46c1f0;
  box-shadow: none;
}
body footer a {
  color: #0080c3;
  transition: all ease-in-out 0.2s;
}
body footer a:focus, body footer a:hover, body footer a:active {
  color: #46c1f0;
}
body footer p {
  margin: 0;
}
body footer .footer-address {
  margin-top: 7rem;
  line-height: 150%;
}
body footer .footer-address a {
  color: #0080c3;
}
body footer .footer-address a:focus, body footer .footer-address a:hover, body footer .footer-address a:active {
  color: #fff;
  text-decoration: none;
}
body footer .footer-address a[name=mailMask] {
  color: #000;
}
body footer .footer-address a[name=mailMask]:focus, body footer .footer-address a[name=mailMask]:hover, body footer .footer-address a[name=mailMask]:active {
  color: #fff;
}
body footer .footer-links {
  line-height: 150%;
}
body footer .footer-links a[href="#"] {
  color: #000;
}
body footer h3 {
  font-size: 250%;
  line-height: 2.75rem;
  color: #000;
}
body footer #contact-form {
  max-width: 400px;
  margin: 25px auto 0;
}
body footer #contact-form input, body footer #contact-form textarea, body footer #contact-form #submit-btn {
  box-shadow: 0px 0px 14px 0px #bbb;
}
body footer #contact-form #submit-btn {
  text-transform: uppercase;
  font-family: "AN-Light";
  letter-spacing: 0.05rem;
}
body.home #content-section-1 {
  background: transparent;
}
body.home #content-section-1 .inner-section {
  position: relative;
  z-index: 5;
}
body.home #content-section-1 .box-wrapper {
  position: absolute;
  top: -5rem;
  left: 0;
}
body.home #content-section-1 .row > div {
  padding: 30px 45px;
}
body.home #content-section-1 .row > div img {
  max-width: 75px;
}
body.home #content-section-1 .row > div p {
  color: #fff;
  font-size: 125%;
  line-height: 130%;
}
body.home #content-section-1 .row > div p.headline {
  font-size: 150%;
}
body.home #content-section-1 .row > div p.headline a {
  color: #fff;
}
body.home #content-section-1 .row > div:nth-of-type(1) {
  background: #0080c3;
  border-radius: 5px 0 0 5px;
}
body.home #content-section-1 .row > div:nth-of-type(2) {
  background: #46c1f0;
}
body.home #content-section-2 {
  background: #daebfa;
}
body.home #content-section-2 .inner-section {
  padding-top: 22rem;
}
body.home #content-section-2 .inner-section .icon-plus {
  position: absolute;
  top: 7rem;
  left: 1rem;
}
body.home #content-section-3 {
  background: linear-gradient(90deg, #0e81c4 50%, #005da9 95%);
  display: flex;
  align-items: center;
}
body.home #content-section-3 img.full-content-img {
  float: left;
  max-width: 50%;
  left: 0;
  top: 0;
}
body.home #content-section-3 .inner-section {
  margin: 0 0 0 3rem;
}
body.home #content-section-3 .inner-section h2 {
  color: #fff;
}
body.home #content-section-3 .inner-section p {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
}
body.home #content-section-3:after {
  clear: both;
  display: block;
  height: 0;
  content: ".";
  visibility: hidden;
}
body.home #content-section-4 {
  background: url("../img/home-content-bg-stack.jpg") no-repeat bottom right;
  background-size: cover;
}
body.home #content-section-4 .inner-section {
  padding-top: 22rem;
  padding-bottom: 3rem;
}
body.home #content-section-4 .inner-section p {
  font-size: 125%;
  line-height: 130%;
  color: #000;
  padding-right: 5rem;
  font-family: "AN-Light";
}
body.home #content-section-4 .inner-section .icon-plus {
  position: absolute;
  top: 0.5rem;
  left: 3rem;
}
body.home #content-section-4 .inner-section .dyn-box {
  padding-top: 10rem;
}
body.home #content-section-5 {
  background: linear-gradient(90deg, #dcdcdc 10%, #e3e3e3 40%, #e3e3e3 60%, #dcdcdc 90%);
}
body.home #content-section-5 .inner-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.home #content-section-5 .inner-section h2 {
  color: #000;
  margin-top: 3rem;
}
body.home #content-section-5 .inner-section p {
  color: #000;
  font-size: 125%;
  line-height: 130%;
  font-family: "AN-Light";
}
body.home #content-section-5 .inner-section .product-logos {
  /*float: left;*/
  max-width: 160px;
  margin-top: 0;
  margin-right: 3rem;
}
body.home #content-section-5 .inner-section .product-logos.periochip {
  max-width: 250px;
}
body.home #content-section-5 .inner-section .product-logos.nicapur-img {
  max-width: 250px;
  margin-bottom: 25px;
}
body.home #content-section-5 .inner-section .icon-plus {
  position: absolute;
  top: 10rem;
  left: 3rem;
}
body.home #content-section-5 .inner-section a:nth-of-type(2) .icon-plus {
  top: 6rem;
  right: 3rem;
  left: auto;
}
body.home #content-section-5 .inner-section:after {
  clear: both;
  display: block;
  height: 0;
  content: ".";
  visibility: hidden;
}
body.home #content-section-5 .inner-section.nicapur-section {
  margin-top: 0;
  padding-top: 0;
}
body.home #content-section-5 .inner-section.nicapur-section .icon-plus {
  position: absolute;
  top: 9rem;
  left: -2rem;
}
body.home #content-section-6 {
  background: #daebfa;
}
body.home #content-section-6 .inner-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.home #content-section-6 .inner-section a {
  color: #000;
  cursor: pointer;
}
body.home #content-section-6 .inner-section p {
  line-height: 130%;
  text-align: center;
}
body.home #content-section-6 .inner-section p.text-box-center {
  max-width: 45%;
  margin: 0 auto;
}
body.home #content-section-6 .inner-section p.text-box-center:last-of-type {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
body.home #content-section-6 .inner-section p.big-text {
  color: #000;
  font-size: 250%;
  margin-bottom: 1.5rem;
  font-family: "AN-Medium";
}
body.home #content-section-6 .inner-section .slide {
  padding: 4rem 1rem;
  max-width: 300px;
}
body.home #content-section-6 .inner-section .slide .slider-plus {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
body.home #content-section-6 .inner-section .slide .inner-row {
  text-align: center;
  border-radius: 5px;
  padding: 1rem 2.5rem;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
body.home #content-section-6 .inner-section .slide .inner-row:focus, body.home #content-section-6 .inner-section .slide .inner-row:hover, body.home #content-section-6 .inner-section .slide .inner-row:active {
  background: #fff;
  box-shadow: 0px 0px 10px #000;
}
body.home #content-section-6 .inner-section .slide .inner-row:focus .slider-plus, body.home #content-section-6 .inner-section .slide .inner-row:hover .slider-plus, body.home #content-section-6 .inner-section .slide .inner-row:active .slider-plus {
  opacity: 1;
}
body.home #content-section-6 .inner-section .slide .inner-row h3 {
  font-size: 100%;
  color: #000;
  margin: 1.5rem 0 1rem;
  font-family: "AN-Medium";
}
body.zahlen-daten-fakten #content-section-1 {
  background: #daebfa;
}
body.zahlen-daten-fakten #content-section-1 .inner-section {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row {
  padding-left: 49px;
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div {
  border-left: 8px solid #fff;
  padding-left: 115px;
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div:last-of-type {
  border-left: none;
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div:last-of-type .icon-wrapper {
  left: -41px;
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div h2 {
  font-family: "AN-Medium";
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div .icon-wrapper {
  background: #0080c3;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px -3px #46c1f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -49px;
  top: -1.35rem;
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div .icon-wrapper img {
  width: 40px;
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div .icon-wrapper img.svg-img {
  width: 60px;
}
body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div ul {
  margin-bottom: 3rem;
}
body.zahlen-daten-fakten #content-section-2 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.zahlen-daten-fakten #content-section-2 .inner-section {
  padding: 7rem 0;
}
body.zahlen-daten-fakten #content-section-2 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.qualitaet #content-section-1 {
  background: #daebfa;
}
body.qualitaet #content-section-1 .inner-section {
  padding: 2rem 0 5rem;
}
body.qualitaet #content-section-1 .inner-section h2 {
  margin-top: 3rem;
  font-family: "AN-Medium";
}
body.qualitaet #content-section-1 .inner-section p {
  line-height: 130%;
  max-width: 70%;
  margin-bottom: 2rem;
}
body.qualitaet #content-section-1 .inner-section iframe {
  width: 70%;
}
body.qualitaet #content-section-2 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.qualitaet #content-section-2 .inner-section {
  padding: 7rem 0;
}
body.qualitaet #content-section-2 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.generika #content-section-1 {
  background: #daebfa;
}
body.generika #content-section-1 .inner-section {
  padding: 2rem 15px 5rem;
}
body.generika #content-section-1 .inner-section img.teaser-packshot {
  position: absolute;
  top: -50%;
  left: 0;
}
body.generika #content-section-1 .inner-section h2 {
  margin-top: 3rem;
  font-family: "AN-Medium";
}
body.generika #content-section-1 .inner-section p {
  line-height: 130%;
  max-width: 70%;
  margin-bottom: 2rem;
}
body.generika #content-section-2 {
  background: #fff;
}
body.generika #content-section-2 .inner-section {
  padding: 2rem 15px 5rem;
}
body.generika #content-section-2 .inner-section img.teaser-packshot {
  position: absolute;
  top: -50%;
  left: 0;
}
body.generika #content-section-2 .inner-section h2 {
  margin-top: 3rem;
  font-family: "AN-Medium";
}
body.generika #content-section-2 .inner-section p {
  line-height: 130%;
  max-width: 70%;
  margin-bottom: 2rem;
}
body.generika #content-section-3 {
  background: #daebfa;
}
body.generika #content-section-3 .inner-section {
  padding: 2rem 15px 5rem;
}
body.generika #content-section-3 .inner-section img.teaser-packshot {
  position: absolute;
  top: -50%;
  left: 0;
}
body.generika #content-section-3 .inner-section h2 {
  margin-top: 3rem;
  font-family: "AN-Medium";
}
body.generika #content-section-3 .inner-section p {
  line-height: 130%;
  max-width: 70%;
  margin-bottom: 2rem;
}
body.generika #content-section-4 {
  background: #fff;
}
body.generika #content-section-4 .inner-section {
  padding: 2rem 15px 5rem;
}
body.generika #content-section-4 .inner-section img.teaser-packshot {
  position: absolute;
  top: -50%;
  left: 0;
}
body.generika #content-section-4 .inner-section h2 {
  margin-top: 3rem;
  font-family: "AN-Medium";
}
body.generika #content-section-4 .inner-section p {
  line-height: 130%;
  max-width: 70%;
  margin-bottom: 2rem;
}
body.generika #content-section-5 {
  background: #daebfa;
}
body.generika #content-section-5 .inner-section {
  padding: 2rem 15px 5rem;
}
body.generika #content-section-5 .inner-section img.teaser-packshot {
  position: absolute;
  top: -50%;
  left: 0;
}
body.generika #content-section-5 .inner-section h2 {
  margin-top: 3rem;
  font-family: "AN-Medium";
}
body.generika #content-section-5 .inner-section p {
  line-height: 130%;
  max-width: 70%;
  margin-bottom: 2rem;
}
body.generika #content-section-6 {
  background: #fff;
}
body.generika #content-section-6 .inner-section {
  padding: 2rem 15px 5rem;
}
body.generika #content-section-6 .inner-section img.teaser-packshot {
  position: absolute;
  top: -50%;
  left: 0;
}
body.generika #content-section-6 .inner-section h2 {
  margin-top: 3rem;
  font-family: "AN-Medium";
}
body.generika #content-section-6 .inner-section p {
  line-height: 130%;
  max-width: 70%;
  margin-bottom: 2rem;
}
body.generika #content-section-7 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.generika #content-section-7 .inner-section {
  padding: 7rem 0;
}
body.generika #content-section-7 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.karriere #content-section-1 {
  background: #daebfa;
}
body.karriere #content-section-1 .inner-section {
  padding: 2rem 0 5rem;
}
body.karriere #content-section-1 .inner-section > .row {
  padding-left: 49px;
}
body.karriere #content-section-1 .inner-section > .row > div {
  border-left: 8px solid #fff;
  padding-left: 115px;
}
body.karriere #content-section-1 .inner-section > .row > div:last-of-type, body.karriere #content-section-1 .inner-section > .row > div:first-of-type {
  border-left: none;
  margin-bottom: 3rem;
  padding-left: 123px;
}
body.karriere #content-section-1 .inner-section > .row > div:last-of-type .icon-wrapper, body.karriere #content-section-1 .inner-section > .row > div:first-of-type .icon-wrapper {
  left: -41px;
}
body.karriere #content-section-1 .inner-section > .row > div.job-offer {
  font-family: "AN-Medium";
  min-height: 7rem;
  padding-bottom: 3rem;
}
body.karriere #content-section-1 .inner-section > .row > div.job-offer .job-name {
  line-height: 225%;
}
body.karriere #content-section-1 .inner-section > .row > div.job-offer .job-name a {
  font-size: 225%;
  color: #000;
  position: relative;
  left: 0;
  transition: all ease-in-out 0.2s;
}
body.karriere #content-section-1 .inner-section > .row > div.job-offer .job-name a:after {
  content: none;
}
body.karriere #content-section-1 .inner-section > .row > div.job-offer .job-name a:focus, body.karriere #content-section-1 .inner-section > .row > div.job-offer .job-name a:hover, body.karriere #content-section-1 .inner-section > .row > div.job-offer .job-name a:active {
  left: 10px;
}
body.karriere #content-section-1 .inner-section > .row > div .icon-wrapper {
  background: #0080c3;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px -3px #46c1f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -49px;
  top: -1.5rem;
}
body.karriere #content-section-1 .inner-section > .row > div .icon-wrapper img {
  width: 40px;
}
body.karriere #content-section-1 .inner-section h2 {
  margin-top: 3rem;
  font-family: "AN-Medium";
}
body.karriere #content-section-1 .inner-section p {
  line-height: 130%;
  margin-bottom: 2rem;
}
body.karriere #content-section-1 .inner-section p + ul {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
body.karriere #content-section-1 .inner-section a {
  color: #0080c3;
  position: relative;
  line-height: 1.2;
}
body.karriere #content-section-1 .inner-section a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #0080c3;
  transition: all ease-in-out 0.2s;
}
body.karriere #content-section-1 .inner-section a:hover:after {
  width: 100%;
}
body.karriere #content-section-2 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.karriere #content-section-2 .inner-section {
  padding: 7rem 0;
}
body.karriere #content-section-2 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.news .modal-header {
  background: #daebfa;
}
body.news .modal-header .icon-wrapper {
  background: #0080c3;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px -3px #46c1f0;
  position: absolute;
  left: -49px;
  top: -1.35rem;
  text-align: center;
}
body.news .modal-header .icon-wrapper span {
  color: #fff;
  display: block;
}
body.news .modal-header .icon-wrapper span.date-days {
  font-size: 175%;
  margin-top: 25px;
  margin-bottom: 10px;
}
body.news .modal-title {
  font-family: "AN-Medium";
  text-align: center;
  padding: 25px;
  max-width: 100%;
}
body.news .modal-body {
  padding: 3rem;
}
body.news #doccheck .modal-body {
  padding: 1.5rem;
}
body.news #doccheck .modal-header {
  padding: 0;
  height: 0;
}
body.news #content-section-1 {
  background: #daebfa;
}
body.news #content-section-1 .inner-section {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
body.news #content-section-1 .inner-section > .row {
  padding-left: 49px;
}
body.news #content-section-1 .inner-section > .row > div {
  border-left: 8px solid #fff;
  padding-left: 115px;
  padding-bottom: 5rem;
}
body.news #content-section-1 .inner-section > .row > div:last-of-type {
  border-left: none;
}
body.news #content-section-1 .inner-section > .row > div:last-of-type .icon-wrapper {
  left: -41px;
}
body.news #content-section-1 .inner-section > .row > div h2 {
  font-family: "AN-Medium";
  margin-bottom: 0.5rem;
  font-size: 225%;
  line-height: 125%;
}
body.news #content-section-1 .inner-section > .row > div .icon-wrapper {
  background: #0080c3;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px -3px #46c1f0;
  position: absolute;
  left: -49px;
  top: -1.35rem;
  text-align: center;
}
body.news #content-section-1 .inner-section > .row > div .icon-wrapper span {
  color: #fff;
  display: block;
}
body.news #content-section-1 .inner-section > .row > div .icon-wrapper span.date-days {
  font-size: 175%;
  margin-top: 25px;
  margin-bottom: 10px;
}
body.news #content-section-1 .inner-section > .row > div p {
  line-height: 130%;
  font-family: "AN-Light";
}
body.news #content-section-1 .inner-section > .row > div div.full-news {
  display: none;
}
body.news #content-section-1 .inner-section > .row > div a.news-link {
  position: relative;
  color: #0080c3;
  padding-left: 25px;
  margin-top: 0.5rem;
  display: block;
  cursor: pointer;
}
body.news #content-section-1 .inner-section > .row > div a.news-link:before {
  content: " ";
  background: url("../img/icon-arrow.png") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: -3px;
  top: -2px;
  display: block;
  width: 25px;
  height: 25px;
  transition: all ease-in-out 0.2s;
}
body.news #content-section-1 .inner-section > .row > div a.news-link:focus:before, body.news #content-section-1 .inner-section > .row > div a.news-link:hover:before, body.news #content-section-1 .inner-section > .row > div a.news-link:active:before {
  left: 2px;
}
body.news #content-section-2 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.news #content-section-2 .inner-section {
  padding: 7rem 0;
}
body.news #content-section-2 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.rabattvertraege #content-section-1 {
  background: #daebfa;
}
body.rabattvertraege #content-section-1 .inner-section {
  padding: 5rem 0;
  position: relative;
}
body.rabattvertraege #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  max-width: 75%;
  margin-bottom: 2rem;
}
body.rabattvertraege #content-section-1 .inner-section .row p span.highlight-text {
  display: block;
  margin-bottom: 0.5rem;
  color: #0080c3;
}
body.rabattvertraege #content-section-1 .inner-section #side-content {
  position: absolute;
  top: -200px;
  right: 0;
  padding-left: 15px;
  z-index: 10;
  max-width: 50%;
}
body.rabattvertraege #content-section-1 .inner-section ol {
  padding-left: 15px;
  max-width: 75%;
}
body.rabattvertraege #content-section-1 .inner-section ol li {
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin: 7px 0;
}
body.rabattvertraege #content-section-1 .inner-section ol li span {
  padding-left: 25px;
  padding-top: 10px;
  display: inline-block;
  position: relative;
}
body.rabattvertraege #content-section-1 .inner-section ol i {
  position: absolute;
  left: 0;
  top: 10px;
}
body.rabattvertraege #content-section-1 .inner-section ol ol {
  list-style-type: lower-alpha;
  max-width: 100%;
}
body.rabattvertraege #content-section-2 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.rabattvertraege #content-section-2 .inner-section {
  padding: 7rem 0;
}
body.rabattvertraege #content-section-2 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.arzneimittelsicherheit #content-section-1 {
  background: #daebfa;
}
body.arzneimittelsicherheit #content-section-1 .inner-section {
  padding: 5rem 0;
  position: relative;
}
body.arzneimittelsicherheit #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  max-width: 75%;
  margin-bottom: 2rem;
}
body.arzneimittelsicherheit #content-section-1 .inner-section .row p span.highlight-text {
  display: block;
  margin-bottom: 0.5rem;
  color: #0080c3;
}
body.arzneimittelsicherheit #content-section-1 .inner-section #side-content {
  position: absolute;
  top: -260px;
  right: 0;
  padding-left: 15px;
  z-index: 10;
  max-width: 50%;
}
body.arzneimittelsicherheit #content-section-1 .inner-section ol {
  padding-left: 15px;
  max-width: 75%;
}
body.arzneimittelsicherheit #content-section-1 .inner-section ol li {
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin: 7px 0;
}
body.arzneimittelsicherheit #content-section-1 .inner-section ol li span {
  padding-left: 25px;
  padding-top: 10px;
  display: inline-block;
  position: relative;
}
body.arzneimittelsicherheit #content-section-1 .inner-section ol i {
  position: absolute;
  left: 0;
  top: 10px;
}
body.arzneimittelsicherheit #content-section-1 .inner-section ol ol {
  list-style-type: lower-alpha;
  max-width: 100%;
}
body.arzneimittelsicherheit #content-section-2 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.arzneimittelsicherheit #content-section-2 .inner-section {
  padding: 7rem 0;
}
body.arzneimittelsicherheit #content-section-2 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.service #content-section-1 {
  background: #daebfa;
}
body.service #content-section-1 .inner-section {
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 550px;
}
body.service #content-section-1 .inner-section > .row {
  padding-left: 49px;
}
body.service #content-section-1 .inner-section > .row > div {
  border-left: 8px solid #fff;
  padding-left: 45px;
}
body.service #content-section-1 .inner-section > .row > div:last-of-type {
  border-left: none;
}
body.service #content-section-1 .inner-section > .row > div:last-of-type .icon-wrapper {
  left: -41px;
}
body.service #content-section-1 .inner-section > .row > div h2 {
  padding-left: 25px;
}
body.service #content-section-1 .inner-section > .row > div .icon-wrapper {
  background: #0080c3;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px -3px #46c1f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -49px;
  top: -1.35rem;
}
body.service #content-section-1 .inner-section > .row > div .icon-wrapper img {
  width: 60px;
}
body.service #content-section-1 .inner-section > .row > div .highlight-text {
  padding-left: 30px;
  display: block;
  margin-bottom: 0.25rem;
  color: #0080c3;
  font-size: 110%;
}
body.service #content-section-1 .inner-section > .row > div ul {
  margin-bottom: 3rem;
}
body.service #content-section-1 .inner-section > .row > div ul.themen-links a {
  display: block;
  margin: 5px 0;
}
body.service #content-section-1 .inner-section > .row > div ul li:before {
  background: url("../img/icon-plus.png") no-repeat 0px -2px;
  background-size: contain;
}
body.service #content-section-1 .inner-section > .row > div ul li.topic-links {
  margin-left: 8px;
}
body.service #content-section-1 .inner-section > .row > div ul li.topic-links:before {
  background: none;
}
body.service #content-section-1 .inner-section > .row > div ul li.topic-links a {
  position: relative;
}
body.service #content-section-1 .inner-section > .row > div ul li.topic-links a:before {
  background: url("../img/icon-plus.png") no-repeat 0px -2px;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: -30px;
  top: -3px;
  line-height: 100%;
  content: " ";
  padding: 0.5rem 0;
}
body.service #content-section-1 .inner-section #order-info-form {
  max-width: 50%;
  margin: 10px 0 50px 25px;
}
body.service #content-section-1 .inner-section #order-info-form .custom-control-label::before,
body.service #content-section-1 .inner-section #order-info-form .custom-control-label::after {
  top: 0;
}
body.service #content-section-1 .inner-section #order-info-form .custom-checkbox {
  margin: 15px 0;
}
body.service #content-section-1 .inner-section #order-info-form .custom-checkbox > div {
  margin: 10px 0;
}
body.service #content-section-1 .inner-section #order-info-form .custom-checkbox label {
  cursor: pointer;
}
body.service #content-section-1 .inner-section #order-info-form #fax {
  display: none;
}
body.service #content-section-1 .inner-section #side-content {
  position: absolute;
  top: -180px;
  right: 0;
  max-width: 500px;
}
body.service #content-section-1 .inner-section #side-content > img {
  position: relative;
  left: -40px;
  z-index: 10;
}
body.service #content-section-1 .inner-section #side-content .row h2 {
  font-family: "AN-Medium";
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body.service #content-section-1 .inner-section #side-content .row > div:nth-of-type(1) {
  padding-right: 0;
}
body.service #content-section-1 .inner-section #side-content .row p {
  line-height: 130%;
}
body.service #content-section-1 .inner-section .archiv-plus {
  animation: pulsation 2s infinite linear;
  cursor: pointer;
}
body.service #content-section-1 .btn-primary {
  background-color: #0080c3;
}
body.service #content-section-2 {
  background: linear-gradient(90deg, #0e81c4 50%, #005da9 95%);
  display: flex;
  align-items: center;
}
body.service #content-section-2 img.full-content-img {
  float: left;
  max-width: 80%;
  left: -30%;
  position: relative;
  top: 0;
}
body.service #content-section-2 .inner-section {
  margin: 0 0 0 -25%;
  float: right;
}
body.service #content-section-2 .inner-section h2 {
  color: #fff;
  line-height: 110%;
}
body.service #content-section-2 .inner-section h2 sup {
  top: -0.25em;
  left: -0.25em;
}
body.service #content-section-2 .inner-section p {
  color: #fff;
  display: block;
  align-items: center;
  margin: 0 0 2rem;
  line-height: 120%;
}
body.service #content-section-2 .inner-section p a {
  color: #fff;
}
body.service #content-section-2:after {
  clear: both;
  display: block;
  height: 0;
  content: ".";
  visibility: hidden;
}
body.kontakt #teaser .inner-wrapper .inner-teaser {
  flex-wrap: wrap;
  align-content: center;
}
body.kontakt #teaser .inner-wrapper .inner-teaser h1 {
  width: 100%;
  margin: 0 0 10px;
}
body.kontakt #teaser .inner-wrapper .inner-teaser p {
  padding-left: 5px;
  margin: 0;
}
body.kontakt #content-section-1 {
  background: #daebfa;
}
body.kontakt #content-section-1 .inner-section {
  padding: 3rem 0 0;
}
body.kontakt #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.kontakt #content-section-1 .inner-section > h2 {
  margin-bottom: 7rem;
}
body.kontakt #content-section-1 .inner-section > .row {
  padding-left: 49px;
}
body.kontakt #content-section-1 .inner-section > .row > div {
  border-left: 8px solid #fff;
  padding-left: 115px;
  padding-bottom: 5rem;
}
body.kontakt #content-section-1 .inner-section > .row > div:last-of-type {
  border-left: none;
}
body.kontakt #content-section-1 .inner-section > .row > div:last-of-type .icon-wrapper {
  left: -41px;
}
body.kontakt #content-section-1 .inner-section > .row > div .icon-wrapper {
  background: #0080c3;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px -3px #46c1f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -49px;
  top: -1.35rem;
}
body.kontakt #content-section-1 .inner-section > .row > div .icon-wrapper img {
  width: 40px;
}
body.kontakt #content-section-1 .inner-section > .row > div p {
  max-width: 70%;
  line-height: 130%;
}
body.kontakt #content-section-1 .inner-section > .row > div a {
  color: #0080c3;
  position: relative;
}
body.kontakt #content-section-1 .inner-section > .row > div a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #0080c3;
  transition: all ease-in-out 0.2s;
}
body.kontakt #content-section-1 .inner-section > .row > div a:hover:after {
  width: 100%;
}
body.allergie #content-section-1 {
  background: #daebfa;
}
body.allergie #content-section-1 .inner-section {
  padding: 3rem 0 5rem;
}
body.allergie #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.allergie #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.allergie #content-section-1 .inner-section .row img {
  position: absolute;
  top: -160%;
  right: -10%;
  z-index: 10;
}
body.allergie #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.allergie #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.allergie #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.allergie #content-section-2 .inner-section .row {
  min-height: 200px;
}
body.allergie #content-section-2 .inner-section .row:nth-of-type(2) {
  margin-top: 50px;
}
body.allergie #content-section-2 .inner-section .row > div.cetidex {
  background: url("../img/products/CetiDex.png") no-repeat top center;
  background-size: contain;
  overflow: visible;
  min-height: 400px;
}
body.allergie #content-section-2 .inner-section .row > div.cetidex .icon-plus {
  position: absolute;
  bottom: 70px;
  left: 30%;
  width: 120px;
}
body.allergie #content-section-2 .inner-section .row > div.mometadex {
  background: url("../img/products/Mometadex140_Allergien.png") no-repeat top center;
  background-size: contain;
  overflow: visible;
  min-height: 400px;
}
body.allergie #content-section-2 .inner-section .row > div.mometadex .icon-plus {
  position: absolute;
  bottom: 30px;
  left: 10%;
  width: 120px;
}
body.allergie #content-section-3 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.allergie #content-section-3 .inner-section {
  padding: 7rem 0;
}
body.allergie #content-section-3 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.erkaeltung #content-section-1 {
  background: #daebfa;
}
body.erkaeltung #content-section-1 .inner-section {
  padding: 3rem 0 5rem;
}
body.erkaeltung #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.erkaeltung #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.erkaeltung #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.erkaeltung #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.erkaeltung #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.erkaeltung #content-section-2 .inner-section .row {
  min-height: 200px;
}
body.erkaeltung #content-section-3 .inner-section {
  padding: 5rem 0 8rem;
}
body.erkaeltung #content-section-3 .inner-section h2 {
  font-family: "AN-Medium";
}
body.erkaeltung #content-section-3 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.erkaeltung #content-section-3 .inner-section .row {
  min-height: 200px;
}
body.erkaeltung #content-section-3 .inner-section .row img {
  max-width: 80%;
}
body.erkaeltung #content-section-3 .inner-section .row img.icon-plus {
  position: absolute;
  bottom: 80px;
}
body.erkaeltung #content-section-4 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.erkaeltung #content-section-4 .inner-section {
  padding: 7rem 0;
}
body.erkaeltung #content-section-4 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.herz-kreislauf #content-section-1 {
  background: #daebfa;
}
body.herz-kreislauf #content-section-1 .inner-section {
  padding: 3rem 0 5rem;
}
body.herz-kreislauf #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.herz-kreislauf #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.herz-kreislauf #content-section-1 .inner-section .row img {
  position: absolute;
  top: -295px;
  right: -10%;
  z-index: 10;
}
body.herz-kreislauf #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.herz-kreislauf #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.herz-kreislauf #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.herz-kreislauf #content-section-2 .inner-section .row {
  margin-bottom: 80px;
}
body.herz-kreislauf #content-section-2 .inner-section .row > div .icon-plus {
  position: absolute;
  bottom: 145px;
  left: 33%;
  width: 120px;
}
body.herz-kreislauf #content-section-3 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.herz-kreislauf #content-section-3 .inner-section {
  padding: 7rem 0;
}
body.herz-kreislauf #content-section-3 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.magen #content-section-1 {
  background: #daebfa;
}
body.magen #content-section-1 .inner-section {
  padding: 3rem 0 5rem;
}
body.magen #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.magen #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.magen #content-section-1 .inner-section .row img {
  position: absolute;
  top: -245px;
  right: -10%;
  z-index: 10;
}
body.magen #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.magen #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.magen #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.magen #content-section-2 .inner-section .row {
  margin-bottom: 5rem;
  min-height: 200px;
}
body.magen #content-section-2 .inner-section .row > div .icon-plus {
  position: absolute;
  bottom: 155px;
  left: 30%;
  width: 120px;
}
body.magen #content-section-2 .inner-section .row > div .icon-plus.pa {
  left: 55%;
}
body.magen #content-section-2 .inner-section .row > div:nth-of-type(2) .icon-plus {
  bottom: 265px;
}
body.magen #content-section-3 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.magen #content-section-3 .inner-section {
  padding: 7rem 0;
}
body.magen #content-section-3 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.migraene #content-section-1 {
  background: #daebfa;
}
body.migraene #content-section-1 .inner-section {
  padding: 3rem 0 5rem;
}
body.migraene #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.migraene #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.migraene #content-section-1 .inner-section .row img {
  position: absolute;
  top: -390px;
  right: -10%;
  z-index: 10;
}
body.migraene #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.migraene #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.migraene #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.migraene #content-section-2 .inner-section .row {
  min-height: 200px;
}
body.migraene #content-section-2 .inner-section .row > div:nth-of-type(2) {
  background: url("../img/products/NaraDex.png") no-repeat top center;
  background-size: cover;
  min-height: 400px;
}
body.migraene #content-section-2 .inner-section .row > div:nth-of-type(2) .icon-plus {
  position: absolute;
  bottom: 5px;
  left: 30%;
  width: 120px;
}
body.migraene #content-section-3 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.migraene #content-section-3 .inner-section {
  padding: 7rem 0;
}
body.migraene #content-section-3 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.schmerz #content-section-1 {
  background: #daebfa;
}
body.schmerz #content-section-1 .inner-section {
  padding: 3rem 0 5rem;
}
body.schmerz #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.schmerz #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.schmerz #content-section-1 .inner-section .row img {
  position: absolute;
  top: -350px;
  right: -10%;
  z-index: 10;
}
body.schmerz #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.schmerz #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.schmerz #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.schmerz #content-section-2 .inner-section .row {
  margin-bottom: 5rem;
  min-height: 200px;
}
body.schmerz #content-section-2 .inner-section .row > div .icon-plus {
  position: absolute;
  bottom: 130px;
  left: 25%;
  width: 120px;
}
body.schmerz #content-section-2 .inner-section .row > div:nth-of-type(1) .icon-plus {
  bottom: 170px;
}
body.schmerz #content-section-3 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.schmerz #content-section-3 .inner-section {
  padding: 7rem 0;
}
body.schmerz #content-section-3 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.nagelpilz #content-section-1 {
  background: #daebfa;
}
body.nagelpilz #content-section-1 .inner-section {
  padding: 3rem 0 5rem;
}
body.nagelpilz #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.nagelpilz #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.nagelpilz #content-section-1 .inner-section .row img {
  position: absolute;
  top: -160%;
  right: -10%;
  z-index: 10;
}
body.nagelpilz #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.nagelpilz #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.nagelpilz #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.nagelpilz #content-section-2 .inner-section .row {
  min-height: 200px;
}
body.nagelpilz #content-section-2 .inner-section .row div.amoro {
  background: url("../img/products/Amorolfin-50mg-ml-5ml.png") no-repeat top center;
  background-size: contain;
  overflow: visible;
  min-height: 400px;
}
body.nagelpilz #content-section-2 .inner-section .row div.amoro .icon-plus {
  position: absolute;
  bottom: 70px;
  left: 30%;
  width: 120px;
}
body.nagelpilz #content-section-2 .inner-section .row div.ciclo {
  background: url("../img/products/ciclopirox-80mg-g.png") no-repeat top center;
  background-size: contain;
  overflow: visible;
  min-height: 400px;
}
body.nagelpilz #content-section-2 .inner-section .row div.ciclo .icon-plus {
  position: absolute;
  bottom: 70px;
  left: 30%;
  width: 120px;
}
body.nagelpilz #content-section-3 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.nagelpilz #content-section-3 .inner-section {
  padding: 7rem 0;
}
body.nagelpilz #content-section-3 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.haarausfall #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.haarausfall #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.haarausfall #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.haarausfall #content-section-2 .inner-section h2 span {
  font-family: "AN-Light";
}
body.haarausfall #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.haarausfall #content-section-2 .inner-section .row {
  min-height: 200px;
}
body.haarausfall #content-section-2 .inner-section .row:nth-of-type(2) {
  margin-top: 50px;
}
body.haarausfall #content-section-2 .inner-section .row > div.minoxidil-20 {
  background: url("../img/products/Minoxidil_2prozent-180ml.webp") no-repeat top center;
  background-size: contain;
  overflow: visible;
  min-height: 400px;
}
body.haarausfall #content-section-2 .inner-section .row > div.minoxidil-20 .icon-plus {
  position: absolute;
  bottom: 70px;
  left: 10%;
  width: 120px;
}
body.haarausfall #content-section-2 .inner-section .row > div.minoxidil-50 {
  background: url("../img/products/Minoxidil_5prozent-180ml.webp") no-repeat top center;
  background-size: contain;
  overflow: visible;
  min-height: 400px;
}
body.haarausfall #content-section-2 .inner-section .row > div.minoxidil-50 .icon-plus {
  position: absolute;
  bottom: 30px;
  left: 10%;
  width: 120px;
}
body.schlafstoerung #content-section-1 {
  background: #daebfa;
}
body.schlafstoerung #content-section-1 .inner-section {
  padding: 3rem 0 5rem;
}
body.schlafstoerung #content-section-1 .inner-section h2 {
  font-family: "AN-Medium";
}
body.schlafstoerung #content-section-1 .inner-section .row p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 80%;
}
body.schlafstoerung #content-section-1 .inner-section .row img {
  position: absolute;
  top: -160%;
  right: -10%;
  z-index: 10;
}
body.schlafstoerung #content-section-2 .inner-section {
  padding: 5rem 0 8rem;
}
body.schlafstoerung #content-section-2 .inner-section .icon-plus {
  top: 50px;
  position: relative;
}
body.schlafstoerung #content-section-2 .inner-section h2 {
  font-family: "AN-Medium";
}
body.schlafstoerung #content-section-2 .inner-section p {
  font-size: 110%;
  line-height: 130%;
  margin-bottom: 2rem;
}
body.schlafstoerung #content-section-2 .inner-section .row {
  min-height: 200px;
}
body.produkt #teaser .inner-wrapper .inner-teaser {
  position: relative;
  display: block;
  padding-top: 7rem;
  padding-bottom: 0rem;
}
body.produkt #teaser .inner-wrapper .inner-teaser.no-product {
  display: block;
  padding-top: 3rem;
}
body.produkt #teaser .inner-wrapper .inner-teaser.no-product h1 {
  margin-bottom: 3rem;
}
body.produkt #teaser .inner-wrapper .inner-teaser.no-product a {
  color: #000;
}
body.produkt #teaser .inner-wrapper .inner-teaser > img {
  position: absolute;
  bottom: -30%;
  right: -3000px;
  transition: all ease-in-out 0.8s;
  max-width: 600px;
}
body.produkt #teaser .inner-wrapper .inner-teaser > img.fly-in {
  right: 0;
}
body.produkt #teaser .inner-wrapper .inner-teaser h1 {
  font-family: "AN-Light";
}
body.produkt #teaser .inner-wrapper .inner-teaser .fuchs-link {
  position: absolute;
  right: 12%;
  bottom: -20%;
  text-align: center;
}
body.produkt #teaser .inner-wrapper .inner-teaser .fuchs-link img {
  animation: pulsation 2s infinite linear;
}
body.produkt #teaser .inner-wrapper .inner-teaser .fuchs-link p {
  max-width: none;
  font-family: "AN-Light";
  font-size: 250%;
  line-height: 120%;
  margin: 0;
}
body.produkt.doxylamin a.link-clicka {
  display: inline-block;
  font-family: "AN-Medium", sans-serif;
  position: relative;
  bottom: 0px;
  background: #46c1f0;
  color: #fff;
  font-size: 1rem;
  padding: 12px 12px 12px 40px;
  transition: all ease-in-out 0.25s;
  box-shadow: 0px 0px 10px -5px #777, inset 0 0 0 0 #46c1f0;
  left: 0;
  white-space: nowrap;
  min-width: 150px;
}
body.produkt.doxylamin a.link-clicka img {
  width: 25px;
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all ease-in-out 0.15s;
}
body.produkt.doxylamin a.link-clicka span {
  font-weight: bold;
}
body.produkt.doxylamin a.link-clicka:hover {
  box-shadow: 0px 0px 5px -5px #777, inset 20em 0 0 0 #f1846d;
}
body.produkt.doxylamin a.link-clicka:hover img {
  left: 12px;
}
body.produkt.doxylamin .btn-wrapper {
  position: relative;
  z-index: 99;
  margin-top: 75px;
}
body.produkt.doxylamin .btn-wrapper > div {
  margin: 10px 0;
}
body .apo-klicka-fields {
  text-align: center;
}
body .apo-klicka-fields h2 {
  font-size: 1.5rem;
}
body .apo-klicka-fields h2 span {
  font-family: "AN-Medium";
}
body .apo-klicka-fields a:not(.link-clicka) {
  margin: 0 0 50px;
  align-items: center;
}
body .apo-klicka-fields a:not(.link-clicka) img {
  max-width: 220px !important;
}
body.produkt.cetidex .bx-controls-direction a.bx-prev, body.produkt.doxylamin .bx-controls-direction a.bx-prev, body.produkt.minoxidil .bx-controls-direction a.bx-prev, body.produkt.amorolfin-dexcel .bx-controls-direction a.bx-prev, body.produkt.ciclopirox-dexcel .bx-controls-direction a.bx-prev, body.produkt.flurbiprofen-dexcel .bx-controls-direction a.bx-prev, body.produkt.mometadex .bx-controls-direction a.bx-prev, body.produkt.naradex .bx-controls-direction a.bx-prev, body.produkt.omepradex .bx-controls-direction a.bx-prev, body.produkt.pantoprazol-dexcel-protect .bx-controls-direction a.bx-prev {
  left: -50px;
  background-position: 0 0;
}
body.produkt.cetidex .bx-controls-direction a.bx-next, body.produkt.doxylamin .bx-controls-direction a.bx-next, body.produkt.minoxidil .bx-controls-direction a.bx-next, body.produkt.amorolfin-dexcel .bx-controls-direction a.bx-next, body.produkt.ciclopirox-dexcel .bx-controls-direction a.bx-next, body.produkt.flurbiprofen-dexcel .bx-controls-direction a.bx-next, body.produkt.mometadex .bx-controls-direction a.bx-next, body.produkt.naradex .bx-controls-direction a.bx-next, body.produkt.omepradex .bx-controls-direction a.bx-next, body.produkt.pantoprazol-dexcel-protect .bx-controls-direction a.bx-next {
  right: -50px;
  background-position: -43px 0;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser .inner-wrapper .inner-teaser {
  padding-top: 0rem;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser .inner-wrapper .inner-teaser img.no-fly {
  position: absolute;
  bottom: 0;
  right: auto;
  left: -100px;
  max-width: none;
  max-height: 100%;
  text-align: left;
  z-index: -1;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser .inner-wrapper .inner-teaser .fuchs-link {
  bottom: -35%;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser .inner-wrapper .inner-teaser img.fly-in {
  bottom: -45%;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser {
  background-image: url("../img/rot-verlauf.jpg");
  background-size: cover;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser .fuchs-link a {
  color: #000;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title {
  text-transform: uppercase;
  text-align: justify;
  color: #fff;
  font-size: 6rem;
  font-family: "AN-Medium";
  line-height: 5rem;
  float: right;
  width: 600px;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title span.schmerz {
  font-size: 5.35rem;
  color: #fff;
  font-family: "AN-Medium";
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title span.los {
  font-size: 14rem;
  line-height: 11rem;
  margin-left: -14px;
  font-family: "AN-Bold";
  color: #fff;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title span.prod-title {
  font-size: 2.7rem;
  font-family: "AN-Light";
  line-height: 2.7rem;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-2 {
  background: transparent url("../img/rot-verlauf.jpg") no-repeat center;
  background-size: cover;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-5 {
  background: #fff;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-5 .inner-section {
  padding: 3rem 0 7rem;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-5 .form-group {
  position: relative;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-5 .form-group input {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-5 #submit-btn {
  position: absolute;
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
  right: 0;
  top: 0;
  z-index: 10;
  background: #0080c3;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 2rem;
  transition: all linear 0.2s;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-5 .apotheken > div {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-5 .apotheken > div img {
  max-width: 200px;
}
body.produkt.ibu-lysin-dexcel-schmerzlos .font-bold {
  font-family: "AN-Medium";
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben {
  color: #333;
  position: fixed;
  bottom: 0;
  right: 30%;
  transform: translateX(50%);
  border: 5px solid #c20717;
  border-radius: 10px;
  padding: 0 25px;
  height: auto;
  max-height: 0vh;
  background: #fff;
  z-index: 1000;
  max-width: 300px;
  transition: all ease-in-out 0.2s;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben.active {
  max-height: 33vh;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben h3 {
  margin-top: 25px;
  font-size: 0.8rem;
  font-family: "AN-Bold";
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben p {
  font-size: 0.7rem;
  max-width: none;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben p:nth-of-type(2) {
  margin-bottom: 25px;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben p.font-bold {
  font-family: "AN-Bold";
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben .fa-times {
  font-size: 1.5rem;
  color: #c20717;
  border: 3px solid #c20717;
  padding: 5px 9px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -28px;
  background: #fff;
  z-index: 5;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben.active .fa-times {
  opacity: 1;
}
body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben div.pflichticon {
  font-size: 1rem;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #c20717;
  border: 3px solid #c20717;
  padding: 0px 7px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -28px;
  background: #fff;
  z-index: 4;
  font-family: "AN-Medium";
}
body.produkt.ibu-lysin-dexcel-schmerzlos #aok-fly-in {
  position: absolute;
  bottom: 25px;
}
body.produkt #content-section-1 {
  background: #daebfa;
}
body.produkt #content-section-1 .inner-section {
  padding: 3rem 0;
}
body.produkt #content-section-1 .inner-section h2 {
  color: #000;
  margin-bottom: 0;
  line-height: 3rem;
}
body.produkt #content-section-1 .inner-section h2 span {
  display: block;
}
body.produkt #content-section-1 .inner-section .product_details {
  margin: 3rem 0;
}
body.produkt #content-section-2 {
  background: linear-gradient(90deg, #0080c3 10%, #46c1f0 40%, #46c1f0 60%, #0080c3 90%);
}
body.produkt #content-section-2 .inner-section {
  padding: 8rem 0;
  position: relative;
}
body.produkt #content-section-2 .inner-section h2 {
  color: #fff;
  line-height: 3rem;
  margin-bottom: 2rem;
}
body.produkt #content-section-2 .inner-section .add-info {
  margin-bottom: 4rem;
}
body.produkt #content-section-2 .inner-section .add-info p {
  color: #fff;
  margin: 0 0 0.5rem;
}
body.produkt #content-section-2 .inner-section .row.border-row {
  border-bottom: 3px solid #fff;
}
body.produkt #content-section-2 .inner-section .row .row.wk-details {
  border-top: 1px solid #fff;
}
body.produkt #content-section-2 .inner-section .row .row.wk-details > div {
  padding: 5px 0;
}
body.produkt #content-section-2 .inner-section .row .row.wk-details:nth-of-type(1) {
  border-top: none;
}
body.produkt #content-section-2 .inner-section .row .row > div {
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}
body.produkt #content-section-2 .inner-section .row .row > div:last-of-type {
  border-right: none;
}
body.produkt #content-section-2 .inner-section .row .row.tablehead {
  font-family: "AN-Light";
  font-size: 90%;
  border-bottom: 3px solid #fff;
}
body.produkt #content-section-2 .inner-section .row .row.tablehead .padding-col {
  padding: 5px 0;
}
body.produkt #content-section-2 .inner-section .row .row .product-name {
  display: flex;
  align-items: center;
  line-height: 130%;
}
body.produkt #content-section-2 .product-addition {
  position: absolute;
  top: 25px;
  right: -150%;
  transition: all ease-in-out 0.8s;
}
body.produkt #content-section-2 .product-addition.fly-in {
  right: 2%;
}
body.produkt #content-section-2 .product-addition .row > div:nth-of-type(1) {
  text-align: center;
}
body.produkt #content-section-2 .product-addition .row > div:nth-of-type(2) {
  padding-top: 35px;
}
body.produkt #content-section-2 .product-addition img {
  width: 135px;
  max-width: 100%;
}
body.produkt #content-section-2 .product-addition p {
  color: #fff;
  font-family: "AN-Light";
  font-size: 1.2rem;
  line-height: 1.5rem;
}
body.produkt #content-section-2 .product-addition p:nth-of-type(1) {
  font-family: "AN-Book";
}
body.produkt #content-section-2 .product-addition p span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-style: italic;
}
body.produkt #content-section-3 {
  background: #daebfa;
}
body.produkt #content-section-3 .inner-section {
  padding: 7rem 0;
  position: relative;
}
body.produkt #content-section-3 .inner-section h2 {
  color: #000;
  margin-bottom: 0;
  line-height: 3rem;
}
body.produkt #content-section-3 .inner-section .pi-symbol {
  color: #0080c3;
  border: 2px solid #0080c3;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
}
body.produkt #content-section-3 .inner-section .select-box-label {
  color: #000;
  margin-top: 1.1rem;
  margin-bottom: 2.5rem;
}
body.produkt #content-section-3 .inner-section .select-box {
  max-height: 28px;
  line-height: 28px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px #ddd;
  position: absolute;
  left: 15px;
  top: 45px;
  display: inline-block;
  padding: 0px;
  overflow: hidden;
  z-index: 98;
  transition: all ease-in-out 0.2s;
}
body.produkt #content-section-3 .inner-section .select-box.open {
  max-height: 500px;
  z-index: 99;
}
body.produkt #content-section-3 .inner-section .select-box.open .fa-sort-down {
  transform: rotateZ(180deg);
  line-height: 36px;
}
body.produkt #content-section-3 .inner-section .select-box .fa-sort-down {
  position: absolute;
  right: 7px;
  line-height: 20px;
  font-size: 28px;
  transition: all ease-in-out 0.2s;
}
body.produkt #content-section-3 .inner-section .select-box p {
  margin: 0;
  padding: 0;
}
body.produkt #content-section-3 .inner-section .select-box p:nth-of-type(1) {
  padding: 0px 20px 0 7px;
  min-width: 250px;
}
body.produkt #content-section-3 .inner-section .select-box p a {
  color: #000;
  display: block;
  padding: 0px 7px 0 7px;
}
body.produkt #content-section-3 .inner-section .select-box p a:focus, body.produkt #content-section-3 .inner-section .select-box p a:hover, body.produkt #content-section-3 .inner-section .select-box p a:active {
  background: #daebfa;
}
body.produkt #content-section-3 .inner-section .flying-box {
  position: absolute;
  max-width: 80%;
  top: 30px;
  right: 15px;
  height: 250px;
}
body.produkt #content-section-3 .inner-section .flying-box p {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 7px #aaa;
  padding: 15px;
  position: absolute;
  right: -90px;
  padding-right: 30px;
}
body.produkt #content-section-3 .inner-section .flying-box img + a {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
body.produkt #content-section-3 .inner-section .flying-box img + a img {
  max-width: 90px;
}
body.produkt .deximune #content-section-3 .inner-section, body.produkt .flurbiprofen-dexcel #content-section-3 .inner-section, body.produkt .amorolfin-dexcel #content-section-3 .inner-section, body.produkt .periochip #content-section-3 .inner-section {
  padding: 250px 0 7rem;
}
body.produkt #content-section-4 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.produkt #content-section-4 .inner-section {
  padding: 7rem 0;
}
body.produkt #content-section-4 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.produkt #aok-fly-in {
  position: relative;
  left: -800px;
  transition: all ease-in-out 0.2s;
}
body.produkt #aok-fly-in.fly-in {
  left: 0;
}
body.produktuebersicht #content-section-1 {
  background: #daebfa;
  position: relative;
}
body.produktuebersicht #content-section-1 .inner-section {
  padding: 15rem 0 3rem;
  justify-content: center;
}
body.produktuebersicht #content-section-1 .inner-section .products-overview-img {
  position: absolute;
  top: -25%;
  left: calc(50% - 500px);
  z-index: 10;
}
body.produktuebersicht #content-section-1 .inner-section p {
  max-width: 85%;
  line-height: 120%;
}
body.produktuebersicht #content-section-2 {
  background: linear-gradient(90deg, #0080c3 10%, #46c1f0 40%, #46c1f0 60%, #0080c3 90%);
}
body.produktuebersicht #content-section-2 .inner-section {
  padding: 3rem 0 5rem;
}
body.produktuebersicht #content-section-2 .inner-section h2 {
  color: #fff;
  font-family: "AN-Medium";
}
body.produktuebersicht #content-section-2 .inner-section h3 {
  color: #fff;
  font-family: "AN-Medium";
}
body.produktuebersicht #content-section-2 .inner-section h3 + p {
  color: #fff;
  font-size: 90%;
  font-family: "AN-Light";
}
body.produktuebersicht #content-section-2 .inner-section .dc-login {
  display: flex;
  align-items: center;
  justify-content: left;
}
body.produktuebersicht #content-section-2 .inner-section .dc-login a {
  color: #fff;
  font-size: 90%;
  transition: all ease-in-out 0.2s;
}
body.produktuebersicht #content-section-2 .inner-section .dc-login img {
  max-width: 100px;
}
body.produktuebersicht #content-section-2 .inner-section #reset-filter {
  color: #fff;
  cursor: pointer;
  line-height: 150%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
body.produktuebersicht #content-section-2 .inner-section #reset-filter .fa-times {
  line-height: 150%;
  color: #721c24;
  font-size: 150%;
  margin-right: 10px;
}
body.produktuebersicht #content-section-2 .inner-section .filter-box {
  background: #fff;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  max-width: 250px;
  margin: 10px 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
body.produktuebersicht #content-section-2 .inner-section .filter-box:focus, body.produktuebersicht #content-section-2 .inner-section .filter-box:hover, body.produktuebersicht #content-section-2 .inner-section .filter-box:active {
  background: #eac22c;
}
body.produktuebersicht #content-section-2 .inner-section .filter-box .fa-caret-right {
  position: absolute;
  top: 0;
  right: 10px;
  color: #0080c3;
  font-size: 200%;
  line-height: 40px;
}
body.produktuebersicht #content-section-2 .inner-section .filter-box.yellow {
  background: #eac22c;
}
body.produktuebersicht #content-section-2 .inner-section .prod-nav-box {
  background: #fff;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  max-width: 250px;
  margin: 10px 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
body.produktuebersicht #content-section-2 .inner-section .prod-nav-box:focus, body.produktuebersicht #content-section-2 .inner-section .prod-nav-box:hover, body.produktuebersicht #content-section-2 .inner-section .prod-nav-box:active {
  background: #eac22c;
}
body.produktuebersicht #content-section-2 .inner-section .prod-nav-box .fa-caret-down {
  position: absolute;
  top: 0;
  right: 10px;
  color: #0080c3;
  font-size: 200%;
  line-height: 40px;
}
body.produktuebersicht #content-section-2 .inner-section .prod-nav-box a {
  color: #000;
  display: block;
}
body.produktuebersicht #content-section-2 .inner-section .nicapur-prods h2 {
  margin-top: 25px;
  font-size: 2rem;
}
body.produktuebersicht #content-section-2 .inner-section .nicapur-prods .fa-caret-right {
  position: absolute;
  top: 0;
  right: 10px;
  color: #0080c3;
  font-size: 200%;
  line-height: 40px;
}
body.produktuebersicht #content-section-2 .inner-section .nicapur-prods .prod-nav-box a {
  font-size: 14px;
}
body.produktuebersicht #content-section-2 .inner-section #prodFastChoice {
  background: #fff;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: relative;
  max-width: 250px;
  margin: 10px 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
body.produktuebersicht #content-section-2 .inner-section #prodFastChoice #prodListAll {
  max-height: 0px;
  transition: all ease-in-out 0.2s;
  overflow: hidden;
  background: #fff;
  padding: 0;
  width: 100%;
  box-sizing: content-box;
  left: 0px;
  position: relative;
  z-index: 100;
}
body.produktuebersicht #content-section-2 .inner-section #prodFastChoice #prodListAll.active {
  overflow-y: auto;
  max-height: 400px;
}
body.produktuebersicht #content-section-2 .inner-section #prodFastChoice a {
  display: block;
  padding: 0 10px;
}
body.produktuebersicht #content-section-2 .inner-section #prodFastChoice a:focus, body.produktuebersicht #content-section-2 .inner-section #prodFastChoice a:hover, body.produktuebersicht #content-section-2 .inner-section #prodFastChoice a:active {
  background: #eac22c;
}
body.produktuebersicht #content-section-2 .inner-section #prodFastChoice .fa-caret-down {
  position: absolute;
  top: 0;
  right: 10px;
  color: #0080c3;
  font-size: 200%;
  line-height: 40px;
}
body.produktuebersicht #content-section-3 {
  background: #daebfa;
}
body.produktuebersicht #content-section-3 .inner-section {
  padding: 5rem 0;
}
body.produktuebersicht #content-section-3 .inner-section h2 {
  font-family: "AN-Medium";
}
body.produktuebersicht #content-section-3 .inner-section .single-product-wrapper {
  margin: 20px 0;
}
body.produktuebersicht #content-section-3 .inner-section .single-product {
  background: linear-gradient(90deg, #0080c3 10%, #46c1f0 40%, #46c1f0 60%, #0080c3 90%);
  position: relative;
}
body.produktuebersicht #content-section-3 .inner-section .single-product img.prod-plus-icon {
  position: absolute;
  right: 0;
  bottom: 36px;
  width: 100px;
  transition: all ease-in-out 0.2s;
}
body.produktuebersicht #content-section-3 .inner-section .single-product a {
  color: #fff;
  display: block;
  font-size: 130%;
  padding: 0px;
  white-space: nowrap;
  transition: all ease-in-out 0.2s;
}
body.produktuebersicht #content-section-3 .inner-section .single-product a span.prod-wirkstoff {
  font-size: 75%;
  font-family: "AN-Light";
}
body.produktuebersicht #content-section-3 .inner-section .single-product a .img-box {
  background: #fff;
  text-align: center;
  padding: 25px 0 0 50px;
  min-height: 275px;
}
body.produktuebersicht #content-section-3 .inner-section .single-product a .img-box img {
  max-height: 250px;
}
body.produktuebersicht #content-section-3 .inner-section .single-product a .title-box {
  padding: 25px 150px 25px 25px;
}
body.produktuebersicht #content-section-3 .inner-section .single-product a:focus img.prod-plus-icon, body.produktuebersicht #content-section-3 .inner-section .single-product a:hover img.prod-plus-icon, body.produktuebersicht #content-section-3 .inner-section .single-product a:active img.prod-plus-icon {
  transform: scale(1.1);
}
body.produktuebersicht #content-section-4 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.produktuebersicht #content-section-4 .inner-section {
  padding: 7rem 0;
}
body.produktuebersicht #content-section-4 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.quiz .bg-left-teaser {
  padding-right: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #ebf6fc;
  z-index: 1;
  background: url("../img/Apo-Quiz.jpg") no-repeat center;
  background-size: cover;
}
body.quiz .main-quiz {
  background: #daebfa;
}
body.quiz h1 {
  font-weight: 600;
  margin: 65px 0 0;
  font-size: 3rem;
  font-family: "AN-Book";
}
body.quiz h1.not-logged-in {
  text-align: center;
  margin-bottom: 10rem;
}
body.quiz h2 {
  font-size: 2rem;
  font-family: "AN-Book";
}
body.quiz h3 {
  font-family: "AN-Book";
  color: #0080c3;
  font-size: 2.5rem;
  font-weight: 600;
}
body.quiz p {
  font-family: "AN-Book";
  line-height: 1.5;
}
body.quiz .img-shift {
  position: relative;
  top: -100px;
  z-index: 10;
}
body.quiz #content-section-1 {
  background: #daebfa;
  margin-bottom: -8rem;
}
body.quiz #pta-quiz {
  background: #daebfa;
}
body.quiz #pta-quiz .inner-section {
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 550px;
}
body.quiz #pta-quiz .inner-section .row {
  padding-left: 49px;
}
body.quiz #pta-quiz .inner-section .row form > div {
  border-left: 8px solid #fff;
  padding-left: 45px;
  padding-bottom: 50px;
}
body.quiz #pta-quiz .inner-section .row form > div:last-of-type, body.quiz #pta-quiz .inner-section .row form > div:nth-of-type(5) {
  border-left: none;
}
body.quiz #pta-quiz .inner-section .row form > div:last-of-type .icon-wrapper, body.quiz #pta-quiz .inner-section .row form > div:nth-of-type(5) .icon-wrapper {
  left: -41px;
}
body.quiz #pta-quiz .inner-section .row form > div h2 {
  padding-left: 25px;
}
body.quiz #pta-quiz .inner-section .row form > div .icon-wrapper {
  background: #0080c3;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px -3px #46c1f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -49px;
  top: -1.35rem;
}
body.quiz #pta-quiz .inner-section .row form > div .icon-wrapper span {
  color: #fff;
  font-family: "AN-Book";
  font-size: 3rem;
  font-weight: 600;
}
body.quiz #pta-quiz .inner-section .row form > div .icon-wrapper img {
  width: 60px;
}
body.quiz #pta-quiz .inner-section .row form > div .highlight-text {
  padding-left: 30px;
  display: block;
  margin-bottom: 0.25rem;
  color: #0080c3;
  font-size: 110%;
}
body.quiz #pta-quiz .inner-section .row form > div ul {
  margin-bottom: 3rem;
}
body.quiz #pta-quiz .inner-section .row form > div ul.themen-links a {
  display: block;
  margin: 5px 0;
}
body.quiz #pta-quiz .inner-section .row form > div ul li:before {
  background: url("../img/icon-plus.png") no-repeat 0px -2px;
  background-size: contain;
}
body.quiz #pta-quiz .inner-section .row form > div ul li.topic-links {
  margin-left: 8px;
}
body.quiz #pta-quiz .inner-section .row form > div ul li.topic-links:before {
  background: none;
}
body.quiz #pta-quiz .inner-section .row form > div ul li.topic-links a {
  position: relative;
}
body.quiz #pta-quiz .inner-section .row form > div ul li.topic-links a:before {
  background: url("../img/icon-plus.png") no-repeat 0px -2px;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: -30px;
  top: -3px;
  line-height: 100%;
  content: " ";
  padding: 0.5rem 0;
}
body.quiz #pta-quiz .inner-section .row.no-pad {
  padding-left: 20px;
}
body.quiz #pta-quiz .inner-section #quiz-form {
  margin: 10px 0 50px 25px;
}
body.quiz #pta-quiz .inner-section #quiz-form h2 {
  margin-top: 65px;
  font-size: 2.5rem;
  font-weight: 600;
}
body.quiz #pta-quiz .inner-section #quiz-form h2 + p {
  color: rgb(50, 55, 70);
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: 300;
}
body.quiz #pta-quiz .inner-section #quiz-form p {
  font-size: 1.25rem;
  color: #0080c3;
  font-family: "AN-Book";
  font-weight: 600;
  line-height: 45px;
  margin: 0 25px 20px;
}
body.quiz #pta-quiz .inner-section #quiz-form input, body.quiz #pta-quiz .inner-section #quiz-form label {
  font-family: "AN-Book";
  color: #0080c3;
  font-size: 1.125rem;
}
body.quiz #pta-quiz .inner-section #quiz-form .custom-control-label::before,
body.quiz #pta-quiz .inner-section #quiz-form .custom-control-label::after {
  top: 0;
}
body.quiz #pta-quiz .inner-section #quiz-form .custom-radio,
body.quiz #pta-quiz .inner-section #quiz-form .custom-checkbox {
  padding-left: 50px;
  margin: 8px 0;
}
body.quiz #pta-quiz .inner-section #quiz-form .custom-radio input, body.quiz #pta-quiz .inner-section #quiz-form .custom-radio label,
body.quiz #pta-quiz .inner-section #quiz-form .custom-checkbox input,
body.quiz #pta-quiz .inner-section #quiz-form .custom-checkbox label {
  cursor: pointer;
}
body.quiz #pta-quiz .inner-section #quiz-form .custom-checkbox.privacy-box {
  margin: 15px 0;
}
body.quiz #pta-quiz .inner-section #quiz-form .custom-checkbox.privacy-box > div {
  margin: 10px 0;
}
body.quiz #pta-quiz .inner-section #quiz-form .custom-checkbox.privacy-box label {
  cursor: pointer;
  color: rgb(142, 151, 160);
}
body.quiz #pta-quiz .inner-section #quiz-form .custom-checkbox.privacy-box + div {
  text-align: right;
}
body.quiz #pta-quiz .inner-section #quiz-form .t-bed {
  font-size: 0.75rem;
  font-family: "AN-Book";
  color: rgb(142, 151, 160);
  line-height: 1.25;
  font-weight: 300;
}
body.quiz #pta-quiz .inner-section #quiz-form .t-bed b {
  font-weight: 600;
}
body.quiz #pta-quiz .inner-section #quiz-form #submit-btn-quiz {
  font-family: "AN-Book";
}
body.quiz #pta-quiz .inner-section #quiz-form #submit-btn-quiz + p {
  font-size: 0.75rem;
  margin: 0 0.75rem;
  font-family: "AN-Book";
  line-height: 25px;
  color: rgb(142, 151, 160);
}
body.quiz #pta-quiz .inner-section #quiz-form .custom-radio .custom-control-label::before {
  border-radius: 25%;
}
body.quiz #pta-quiz .btn-primary {
  background-color: #0080c3;
}
body.quiz #content-section-2 {
  background: linear-gradient(90deg, #0e81c4 50%, #005da9 95%);
  display: flex;
  align-items: center;
}
body.quiz #content-section-2 img.full-content-img {
  float: left;
  max-width: 80%;
  left: -30%;
  position: relative;
  top: 0;
}
body.quiz #content-section-2 .inner-section {
  margin: 0 0 0 -25%;
  float: right;
}
body.quiz #content-section-2 .inner-section h2 {
  color: #fff;
  line-height: 110%;
}
body.quiz #content-section-2 .inner-section h2 sup {
  top: -0.25em;
  left: -0.25em;
}
body.quiz #content-section-2 .inner-section p {
  color: #fff;
  display: block;
  align-items: center;
  margin: 0 0 2rem;
  line-height: 120%;
}
body.quiz #content-section-2 .inner-section p a {
  color: #fff;
}
body.quiz #content-section-2:after {
  clear: both;
  display: block;
  height: 0;
  content: ".";
  visibility: hidden;
}
body.quiz .counter {
  font-family: "AN-Book";
  font-size: 5rem;
  color: #005da9;
  font-weight: 600;
  margin: 25px auto;
  text-align: center;
  line-height: 5rem;
}
body.datenschutz #content-section-1 .inner-section, body.datenschutzNWM #content-section-1 .inner-section {
  padding: 3rem 0;
}
body.datenschutz #content-section-1 .inner-section h2, body.datenschutzNWM #content-section-1 .inner-section h2 {
  margin: 3rem 0 1rem;
}
body.datenschutz #content-section-1 .inner-section a, body.datenschutzNWM #content-section-1 .inner-section a {
  color: #0080c3;
}
body.datenschutz #content-section-1 .inner-section a:focus, body.datenschutz #content-section-1 .inner-section a:hover, body.datenschutz #content-section-1 .inner-section a:active, body.datenschutzNWM #content-section-1 .inner-section a:focus, body.datenschutzNWM #content-section-1 .inner-section a:hover, body.datenschutzNWM #content-section-1 .inner-section a:active {
  color: #daebfa;
}
body #ptaQuiz .modal-content {
  max-width: 490px;
  background: transparent;
  border: none;
  margin: 0 auto;
}
body #ptaQuiz .modal-content button {
  float: none;
  position: absolute;
  right: 25px;
  top: 5px;
  font-size: 2rem;
}
body.impressum #content-section-1 .inner-section {
  padding: 3rem 0;
}
body.impressum #content-section-1 .inner-section p {
  line-height: 120%;
}
body.impressum #content-section-1 .inner-section h2 {
  margin: 3rem 0 1rem;
}
body.impressum #content-section-1 .inner-section a {
  color: #0080c3;
}
body.impressum #content-section-1 .inner-section a:focus, body.impressum #content-section-1 .inner-section a:hover, body.impressum #content-section-1 .inner-section a:active {
  color: #daebfa;
}
body #main.main-karriere-angebote #content-section-1 .inner-section {
  margin: 5rem auto;
}
body #main.main-karriere-angebote #content-section-1 .inner-section p {
  line-height: 125%;
  font-family: "AN-Light";
}
body #main.main-karriere-angebote #content-section-1 .inner-section p.font-medium {
  font-family: "AN-Medium";
  margin-top: 2rem;
}
body #main.main-karriere-angebote #content-section-1 .inner-section button {
  text-align: center;
  background: #fff;
  border: none;
  padding: 0;
}
body #main.main-karriere-angebote #content-section-1 .inner-section button a {
  display: block;
  cursor: pointer;
  border: 2px solid #0080c3;
  text-transform: uppercase;
  font-family: "AN-Light";
  color: #000;
  padding: 5px 10px;
  font-size: 90%;
}
body #main.main-karriere-angebote #content-section-1 .inner-section button a:focus, body #main.main-karriere-angebote #content-section-1 .inner-section button a:hover, body #main.main-karriere-angebote #content-section-1 .inner-section button a:active {
  color: #0080c3;
  box-shadow: inset 0px 0px 6px #ccc;
}
body #main.main-karriere-angebote #content-section-1 .inner-section h3 {
  color: #0080c3;
}
body #main.main-karriere-angebote #content-section-1 .inner-section ul {
  margin: 1rem 0 2rem;
}
body #main.main-karriere-angebote #content-section-1 .inner-section ul li {
  font-family: "AN-Light";
}
body #main.main-karriere-angebote #content-section-2 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body #main.main-karriere-angebote #content-section-2 .inner-section {
  padding: 7rem 0;
  margin: 0 auto;
}
body #main.main-karriere-angebote #content-section-2 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.bildarchiv #content-section-1 {
  background: #daebfa;
}
body.bildarchiv #content-section-1 .inner-section {
  padding: 5rem 0;
}
body.bildarchiv #content-section-1 .inner-section .row > div {
  padding: 5px 15px;
}
body.bildarchiv #content-section-1 .inner-section .row.content-row > div {
  border-top: 1px solid #fff;
  transition: all ease-in-out 0.2s;
}
body.bildarchiv #content-section-1 .inner-section .row.content-row:hover > div {
  color: #fff !important;
}
body.ueber-uns #content-section-1 .inner-section {
  padding: 5rem 0;
}
body.ueber-uns #content-section-1 .inner-section .row img {
  margin-bottom: 15px;
}
body.ueber-uns #content-section-1 .inner-section .row p {
  max-width: 75%;
  line-height: 1.3rem;
}
body.ueber-uns #content-section-1 .inner-section .row p a:not([href]) {
  color: #0080c3;
  cursor: pointer;
}
body.ueber-uns #content-section-1 .inner-section .row > div {
  padding: 5px 15px;
}
body.ueber-uns #content-section-2 {
  background: url("../img/info-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
body.ueber-uns #content-section-2 .inner-section {
  padding: 7rem 0;
}
body.ueber-uns #content-section-2 .inner-section h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 3rem;
}
body.nicapur #head {
  background: none;
  border-bottom: 50px solid #ebf6fc;
  height: auto;
}
body.nicapur #head h1 {
  margin: 0;
  line-height: 3rem;
  color: #fff;
}
body.nicapur #head .sub-head {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  margin: 0;
}
body.nicapur #head p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
body.nicapur b {
  font-weight: normal;
  font-family: "AndesNeue-Bold", sans-serif;
}
body.nicapur .divider {
  margin: 25px 0;
  width: 100%;
  height: 10px;
  background: url("/img/divider.svg") no-repeat center;
  background-size: contain;
}
body.nicapur .greenFont {
  color: #5fbd68;
}
body.nicapur .swoosh {
  background: url("/img/swoosh-bg.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  transform: translateX(55%) rotateZ(-5deg);
  bottom: 50px;
  padding: 40px 140px 50px 50px;
  text-transform: uppercase;
  font-family: "Rustico-Reg", sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  text-align: center;
  right: 0;
  z-index: 5;
  min-width: 480px;
}
body.nicapur #iconSec {
  background: #dfedd9;
  padding: 25px 15px;
}
body.nicapur #iconSec .card-wrapper {
  padding: 20px;
  text-align: center;
}
body.nicapur #iconSec .card-wrapper img {
  max-width: 80%;
}
body.nicapur #iconSec .card-wrapper p {
  font-family: "Rustico-Reg", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
body.nicapur #iconSec .card-wrapper p a {
  color: #00723f;
  text-transform: uppercase;
}
body.nicapur .content-wrapper {
  max-width: 600px;
  float: right;
  padding: 45px 25px 250px 15px;
  position: relative;
}
body.nicapur .content-wrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
body.nicapur .NICAbg-1 {
  background: url("/img/nicapur_bg-1.webp") no-repeat center;
  background-size: cover;
}
body.nicapur .NICAbg-2 {
  background: url("/img/nicapur_bg-2.webp") no-repeat center;
  background-size: cover;
}
body.nicapur #content-section-1 {
  background: url("/img/Dame-Kueche.webp") no-repeat center;
  background-size: cover;
}
body.nicapur #content-section-1 .inner-section-wrapper {
  padding: 55px 15px;
  background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
}
body.nicapur #content-section-1 h2 {
  color: #90c578;
  font-family: "Rustico-Reg", sans-serif;
  font-size: 2.5rem;
  line-height: 2.75rem;
  transform: rotateZ(-5deg);
  text-align: center;
  display: inline-block;
  padding-left: 100px;
  position: relative;
  text-transform: uppercase;
}
body.nicapur #content-section-1 h2:before {
  content: " ";
  display: block;
  left: 0;
  top: 0;
  background: none;
  max-width: 80px;
  width: 100%;
  height: 80px;
  position: absolute;
}
body.nicapur #content-section-1 #naehrstoffe h2:before {
  background: url("/img/Icon-Naehrstoffe.webp") no-repeat center;
  background-size: contain;
}
body.nicapur #content-section-1 #qualitaet h2:before {
  background: url("/img/Icon-Qualitaet.webp") no-repeat center;
  background-size: contain;
}
body.nicapur #content-section-1 .sub-head {
  font-family: "AndesNeue-Bold", sans-serif;
  color: #00723f;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
body.nicapur #content-section-1 p {
  margin-bottom: 4rem;
  line-height: 1.25rem;
  font-family: "AndesNeue-Book", sans-serif;
}
body.nicapur #content-section-2 {
  background: url("/img/Mann-Brille.webp") no-repeat center;
  background-size: cover;
  border-bottom: 30px solid #dfedd9;
}
body.nicapur #content-section-2 .inner-section-wrapper {
  padding: 55px 15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 60%);
}
body.nicapur #content-section-2 h2 {
  color: #90c578;
  font-family: "Rustico-Reg", sans-serif;
  font-size: 2.5rem;
  line-height: 2.75rem;
  transform: rotateZ(-5deg);
  text-align: center;
  display: inline-block;
  padding-left: 100px;
  position: relative;
}
body.nicapur #content-section-2 h2:before {
  content: " ";
  display: block;
  left: 0;
  top: 0;
  background: none;
  max-width: 80px;
  width: 100%;
  height: 80px;
  position: absolute;
}
body.nicapur #content-section-2 #austausch h2:before {
  background: url("/img/Icon-Austausch.webp") no-repeat center;
  background-size: contain;
}
body.nicapur #content-section-2 #konditionen h2:before {
  background: url("/img/Icon-Konditionen.webp") no-repeat center;
  background-size: contain;
}
body.nicapur #content-section-2 .sub-head {
  font-family: "AndesNeue-Bold", sans-serif;
  color: #00723f;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
body.nicapur #content-section-2 p {
  margin-bottom: 4rem;
  line-height: 1.25rem;
  font-family: "AndesNeue-Book", sans-serif;
}
body.nicapur #prodFamily {
  background: #dfedd9;
  padding: 45px 15px;
}
body.nicapur #prodFamily .txt-box {
  color: #5fbd68;
  font-family: "Rustico-Reg", sans-serif;
  font-size: 3rem;
  line-height: 3.25rem;
  transform: rotateZ(-5deg);
  text-align: center;
  text-transform: uppercase;
}
body.nicapur #prodFamily img {
  position: absolute;
  max-width: 350px;
  bottom: -10px;
  left: 0;
}
body.nicapur #kontaktForm {
  padding: 55px 15px;
}
body.nicapur #kontaktForm p, body.nicapur #kontaktForm input, body.nicapur #kontaktForm a, body.nicapur #kontaktForm label {
  font-family: "AndesNeue-Book", sans-serif;
}
body.nicapur #kontaktForm h2 {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #00723f;
  font-family: "Rustico-Reg", sans-serif;
}
body.nicapur #kontaktForm button {
  background: #00723f;
  transition: all ease-in-out 0.2s;
  padding: 0;
}
body.nicapur #kontaktForm button a {
  padding: 5px 10px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 0.85rem;
  letter-spacing: 0.1em;
}
body.nicapur #kontaktForm button:hover {
  background: #90c578;
}
body.nicapur #kontaktForm .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #90c578;
  background-color: #00723f;
}
body.nicapur #kontaktForm .custom-control-label {
  line-height: 1.65;
}
body.nicapur #kontaktForm .input-wrapper {
  text-align: center;
  background: #dfedd9;
  padding: 55px 25px;
}
body.nicapur #kontaktForm .input-wrapper img {
  max-width: 40%;
  margin-bottom: 40px;
}
body.nicapur #kontaktForm .input-wrapper input {
  border: none;
  box-shadow: 0px 0px 12px -6px #555;
  border-radius: 0;
}
body.nicapur #kontaktForm .input-wrapper .custom-checkbox {
  margin: 35px 0;
}
body.nicapur #kontaktForm .input-wrapper .custom-checkbox label {
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: left;
}
body.nicapur #kontaktForm .input-wrapper button {
  padding: 5px 20px;
  display: inline-block;
  margin: 0 auto;
  border: none;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 0.85rem;
  letter-spacing: 0.1em;
}
body.nicapur .custom-control-input.is-invalid ~ .custom-control-label, body.nicapur .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545 !important;
}
body.nicapur .custom-control-input.is-invalid ~ .custom-control-label::before, body.nicapur .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545 !important;
}
body.haarausfall #content-section-1 {
  margin-top: 50px;
}
body #doccheck .modal-dialog {
  max-width: 200px;
}
body.allergie ul li:before, body.erkaeltung ul li:before, body.herz-kreislauf ul li:before, body.magen ul li:before, body.migraene ul li:before, body.schmerz ul li:before, body.nagelpilz ul li:before, body.haarausfall ul li:before {
  background: url(../img/icon-plus.png) no-repeat 0px -2px;
  background-size: contain;
}
body.datenschutz table td, body.datenschutz table th {
  padding: 5px;
  border: 1px solid #000;
}
body.datenschutz table th {
  font-weight: bold;
}
body #map_canvas {
  text-align: center;
}
body #loadGoogleMap {
  margin: 50px 0;
  font-family: "AN-Book";
  background: #0080c3;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1.5rem;
  transition: all ease-in-out 0.2s;
}
body #loadGoogleMap:active, body #loadGoogleMap:hover, body #loadGoogleMap:focus {
  background: #46c1f0;
  border-color: #fff;
}
body.anfahrt .fa-info-circle {
  font-size: 1.5rem;
}
body iframe {
  max-width: 100%;
}
body.PDFupload #teaser {
  height: 250px;
}
body.PDFupload #teaser .inner-wrapper .inner-teaser {
  padding-top: 3rem;
}
body.PDFupload .btn-info {
  background: #0080c3;
  box-shadow: none !important;
}
body.PDFupload .btn-info:active, body.PDFupload .btn-info:hover, body.PDFupload .btn-info:focus, body.PDFupload .btn-info.active {
  background-color: #46c1f0 !important;
  text-shadow: 0px 0px 3px #fff;
}
body.PDFupload .inner-section {
  padding: 75px 0;
}
body.PDFupload h2 {
  margin-bottom: 50px;
}
body.PDFupload .uploadBtn {
  border: none;
  border-radius: 5px 5px 0 0;
  padding-left: 0;
  margin: 25px 0;
}
body.PDFupload .uploadBtn label {
  display: inline;
  border-radius: 5px 5px 0 0;
}
body.PDFupload #fileUploadButton {
  margin: 25px 0;
}
body.PDFupload span.label-info {
  font-weight: normal;
  color: #777;
  font-size: 14px;
  background: none;
  padding: 7px;
  display: block;
  border: 1px solid #777;
  border-radius: 0 0 5px 5px;
}
body.PDFupload label.btn-primary {
  margin: 0;
  background-color: #0080c3;
  border: none;
}
body.PDFupload .form-wrapper {
  padding: 25px 0;
  margin: 25px 0;
}
body.PDFupload .form-wrapper select {
  max-width: 100%;
}
body.PDFupload .form-wrapper label {
  display: block;
}
body.PDFupload .form-wrapper > div {
  display: none;
}
body.PDFupload select {
  cursor: pointer;
}
body.PDFupload p.wirkstarke {
  text-transform: uppercase;
  margin-top: 35px;
}
body.PDFupload .download-details {
  margin-bottom: 25px;
}
body.PDFupload .download-wrapper {
  margin: 25px 0;
}
body.PDFupload .download-wrapper .row {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.PDFupload #loginBtn {
  margin-bottom: 25px;
}
body #nicapur-layer .modal-content {
  padding: 15px;
}
body #nicapur-layer h2 {
  line-height: 2.25rem;
  font-size: 1.9rem;
  padding: 15px;
  max-width: 100%;
}
body #nicapur-layer p {
  line-height: 1.5rem;
}
body #nicapur-layer img {
  position: absolute;
  max-width: 200px;
  bottom: -60px;
  right: -50px;
}
body #ptaQuiz .modal-dialog {
  max-width: 900px;
}
body #ptaQuiz .modal-dialog .modal-rows.row {
  margin: 0;
  background: transparent;
  text-align: center;
}
body #ptaQuiz .modal-dialog .modal-cols.col-md-6 {
  padding: 0;
}
body #deko-wettbewerb-layer .modal-dialog {
  max-width: 450px;
}
body section#content-section-0 {
  background: #daebfa;
  position: relative;
  z-index: 50;
}
body section#content-section-0 .genial-guenstig {
  perspective: 600px;
  position: relative;
  top: -200px;
  margin-bottom: -250px;
}
body section#content-section-0 .genial-guenstig img {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}
body section#content-section-0 .genial-guenstig a {
  font-family: "AN-Medium";
  position: absolute;
  bottom: 160px;
  background: #46c1f0;
  color: #fff;
  font-size: 1.5rem;
  padding: 12px 12px 12px 40px;
  transition: all ease-in-out 0.15s;
  box-shadow: 0px 0px 10px -5px #777;
}
body section#content-section-0 .genial-guenstig a.link-1 {
  left: 20px;
}
body section#content-section-0 .genial-guenstig a.link-2 {
  right: 20px;
}
body section#content-section-0 .genial-guenstig a img {
  width: 25px;
  position: absolute;
  top: 8px;
  left: 10px;
}
body section#content-section-0 .genial-guenstig a span {
  font-weight: bold;
}
body section#content-section-0 .genial-guenstig a:hover {
  transform: rotate3d(0, 1, 0, -10deg);
  box-shadow: 0px 0px 30px -5px #777;
}
body section#content-section-0 .genial-guenstig p.guenstig-banner {
  font-family: "AN-Medium";
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  max-width: none;
}
body section#content-section-0 .genial-guenstig p.guenstig-banner span {
  font-weight: bold;
}
body section#content-section-0 .genial-guenstig p.guenstig-banner + img {
  max-width: 100%;
}
body section#content-section-0 .genial-guenstig.box-1 {
  top: -270px;
}
body section#content-section-0 .genial-guenstig.box-2 {
  top: -140px;
}
body #teaser .inner-wrapper .inner-teaser .genial-guenstig.box-3 p {
  font-family: "AN-Light";
  font-size: 3.5rem;
  line-height: 3.5rem;
}
body #teaser .inner-wrapper .inner-teaser .genial-guenstig.box-3 p span {
  font-family: "AN-Medium";
}
body #teaser .inner-wrapper .inner-teaser .genial-guenstig.box-3 img {
  max-width: 300px;
}
body #teaser .inner-wrapper .inner-teaser p.genial-guenstig-para {
  font-family: "AN-Light";
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-top: 80px;
}
body #teaser .inner-wrapper .inner-teaser p.genial-guenstig-para span {
  font-family: "AN-Medium";
}
body #genial-guenstig-inner-prod {
  perspective: 600px;
  position: relative;
  margin-top: 100px;
}
body #genial-guenstig-inner-prod img {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
body #genial-guenstig-inner-prod .img-wrapper {
  height: 600px;
  display: flex;
  align-items: end;
  margin-bottom: -70px;
}
body #genial-guenstig-inner-prod a {
  display: block;
}
body #genial-guenstig-inner-prod a.link {
  display: inline-block;
  font-family: "AN-Medium";
  position: relative;
  bottom: 0px;
  background: #46c1f0;
  color: #fff;
  font-size: 1.5rem;
  padding: 12px 12px 12px 40px;
  transition: all ease-in-out 0.15s;
  box-shadow: 0px 0px 10px -5px #777;
  bottom: 15px;
  left: 50%;
}
body #genial-guenstig-inner-prod a.link img {
  width: 25px;
  position: absolute;
  top: 8px;
  left: 10px;
}
body #genial-guenstig-inner-prod a.link span {
  font-weight: bold;
}
body #genial-guenstig-inner-prod a.link:hover {
  transform: rotate3d(0, 1, 0, -10deg);
  box-shadow: 0px 0px 30px -5px #777;
}
body #genial-guenstig-inner-prod .col-6 {
  perspective: 600px;
}
body #genial-guenstig-inner-prod a.link-clicka {
  display: inline-block;
  font-family: "AN-Medium", sans-serif;
  position: relative;
  bottom: 0px;
  background: #46c1f0;
  color: #fff;
  font-size: 1rem;
  padding: 12px 12px 12px 40px;
  transition: all ease-in-out 0.25s;
  box-shadow: 0px 0px 10px -5px #777, inset 0 0 0 0 #46c1f0;
  left: 0;
  white-space: nowrap;
}
body #genial-guenstig-inner-prod a.link-clicka img {
  width: 25px;
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all ease-in-out 0.15s;
}
body #genial-guenstig-inner-prod a.link-clicka span {
  font-weight: bold;
}
body #genial-guenstig-inner-prod a.link-clicka:hover {
  box-shadow: 0px 0px 5px -5px #777, inset 20em 0 0 0 #f1846d;
}
body #genial-guenstig-inner-prod a.link-clicka:hover img {
  left: 12px;
}
body #genial-guenstig-inner-prod p {
  margin-top: 0;
}
body #genial-guenstig-inner-prod p span {
  font-weight: bold;
}
body #genial-guenstig-inner-prod p.headPara {
  margin-top: 35px;
  font-size: 1.1rem;
}
body #genial-guenstig-inner-prod .row {
  max-width: 600px;
  text-align: left;
}
body #genial-guenstig-inner-prod.klicka-campaign {
  text-align: left;
}
body #genial-guenstig-inner-prod.klicka-guenstig {
  padding-bottom: 50px;
  margin-top: -350px;
  z-index: 5;
}
body #genial-guenstig-inner-prod.klicka-guenstig .inner-section {
  padding-right: 0 !important;
}
body #genial-guenstig-inner-prod.klicka-guenstig .row {
  max-width: 100%;
}
body #genial-guenstig-inner-prod.klicka-guenstig p.guenstig-banner {
  font-family: "AN-Medium";
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  max-width: none;
}
body #genial-guenstig-inner-prod.klicka-guenstig p.guenstig-banner span {
  font-weight: bold;
}
body #genial-guenstig-inner-prod.klicka-guenstig p.guenstig-banner + img {
  max-width: 100%;
  margin-bottom: 35px;
}
body #genial-guenstig-inner-prod.klicka-guenstig p.guenstig-banner + img + img {
  margin-bottom: -150px;
}
body #genial-guenstig-inner-prod.klicka-guenstig .box-2 > img {
  margin-bottom: -110px;
}
body #genial-guenstig-inner-prod.klicka-guenstig.erkaeltung-guenstig .box-2 > img {
  margin-bottom: -60px;
}
body #genial-guenstig-inner-prod.klicka-guenstig.erkaeltung-guenstig p.guenstig-banner + img + img {
  margin-bottom: -130px;
  margin-top: -50px;
}
body #genial-guenstig-inner-prod.klicka-guenstig.nagelpilz-guenstig p.guenstig-banner + img + img {
  margin-bottom: -80px;
}
body.erkaeltung #genial-guenstig-inner-prod .img-wrapper {
  height: 420px;
}
body.herz-kreislauf #genial-guenstig-inner-prod .img-wrapper {
  height: 500px;
}
body.magen #genial-guenstig-inner-prod .img-wrapper {
  height: 520px;
}
body.migraene #genial-guenstig-inner-prod .img-wrapper {
  height: auto;
}
body.nagelpilz #genial-guenstig-inner-prod .img-wrapper {
  height: 440px;
}
body.schmerz #genial-guenstig-inner-prod .img-wrapper {
  height: 520px;
}
body .link-produebersicht {
  perspective: 600px;
  position: relative;
  margin-top: 0px;
  text-align: center;
  top: -100px;
  z-index: 10;
}
body .link-produebersicht a {
  display: inline-block;
  font-family: "AN-Medium";
  position: relative;
  background: #0080c3;
  color: #fff;
  font-size: 1.5rem;
  padding: 12px 12px 12px 40px;
  transition: all ease-in-out 0.15s;
  box-shadow: 0px 0px 10px -5px #777;
}
body .link-produebersicht a img {
  width: 25px;
  position: absolute;
  top: 8px;
  left: 10px;
}
body .link-produebersicht a span {
  font-weight: bold;
}
body .link-produebersicht a:active, body .link-produebersicht a:hover, body .link-produebersicht a:focus {
  color: #fff;
  transform: rotate3d(0, 1, 0, -10deg);
  box-shadow: 0px 0px 30px -5px #777;
}

/* Responsive */
@media (min-width: 2000px) {
  body #teaser {
    background-size: auto;
  }
}
@media (max-width: 1350px) {
  body .site-wrapper #teaser {
    background-size: auto 100%;
  }
}
@media (max-width: 1200px) {
  body .modal-dialog {
    max-width: 700px;
  }
  body header nav li {
    padding: 0 1.5rem;
  }
  body .site-wrapper .innerHeadInfo, body .site-wrapper .innerHeader, body .site-wrapper .inner-teaser, body .site-wrapper .inner-section, body .site-wrapper .innerFooter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.produkt #content-section-2 .product-addition {
    position: relative;
    top: -80px;
    margin: 0 15px;
  }
  body #genial-guenstig-inner-prod a.link-clicka {
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
@media (max-width: 1100px) {
  body header nav li {
    padding: 0 1rem;
  }
  body.quiz #teaser .bg-teaser {
    display: none;
  }
  body.quiz .bg-left-teaser {
    width: 100%;
  }
  body.quiz #teaser .inner-wrapper {
    background: none;
  }
  body .link-produebersicht {
    top: -10px;
  }
}
@media (max-width: 998px) {
  body header nav li {
    padding: 0 0.5rem;
  }
  body.produktuebersicht #content-section-1 .inner-section {
    padding-top: 8rem;
  }
  body.produktuebersicht #content-section-1 .inner-section .products-overview-img {
    left: auto;
  }
  body.produktuebersicht #content-section-3 .inner-section .single-product a .img-box {
    min-height: 195px;
  }
  body.produktuebersicht #content-section-3 .inner-section .single-product img.prod-plus-icon {
    bottom: 115px;
  }
  body.produktuebersicht #content-section-3 .inner-section .single-product a .title-box {
    padding-right: 25px;
    min-height: 150px;
    line-height: 1.5rem;
  }
  body.produktuebersicht #content-section-3 .inner-section .single-product a {
    white-space: normal;
  }
  body.service #content-section-1 .inner-section #side-content {
    position: static;
  }
  body.produkt #teaser .inner-wrapper .inner-teaser > img.fly-in {
    position: static;
    margin: 25px 0;
  }
  body.produkt #teaser .inner-wrapper .inner-teaser .fuchs-link {
    bottom: 0%;
  }
  body.produkt #teaser {
    height: auto;
  }
  body.produkt .flurbiprofen-dexcel #teaser {
    height: auto !important;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #teaser .inner-wrapper .inner-teaser > img.fly-in {
    margin: 25px auto;
    display: block;
    position: relative;
    right: -10%;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #teaser .inner-wrapper .inner-teaser .fuchs-link {
    position: relative;
    bottom: 150px;
    right: 0;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title {
    margin-bottom: 50px;
    max-width: none;
  }
  .img-schmerz {
    display: none;
  }
  body #teaser .inner-wrapper .inner-teaser .genial-guenstig.box-3 p {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 900px) {
  body header nav li {
    padding: 0 4px;
  }
}
@media (max-width: 800px) {
  body header nav li {
    padding: 0 2px;
  }
}
@media (max-width: 768px) {
  body header #mobile-nav {
    display: block;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 106px;
    height: 35px;
    cursor: pointer;
    background: #daebfa;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
    z-index: 1000;
  }
  body header #mobile-nav span.mn-bar {
    display: block;
    position: relative;
    height: 5px;
    width: 80%;
    background: #0080c3;
    margin: 5px auto;
    transition: all ease-in-out 0.2s;
  }
  body header #mobile-nav:focus, body header #mobile-nav:hover, body header #mobile-nav:active {
    background: #fff;
  }
  body header #mobile-nav.active {
    top: 15px;
  }
  body header #mobile-nav.active span.mn-bar:nth-of-type(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  body header #mobile-nav.active span.mn-bar:nth-of-type(2) {
    opacity: 0;
  }
  body header #mobile-nav.active span.mn-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -10px;
  }
  body header nav#primary-nav {
    padding-top: 65px;
    padding-right: 30px;
    padding-left: 30px;
    /*max-height: 100vh;*/
    position: absolute;
    top: -200px;
    right: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
    z-index: 999;
    background: #fff;
    border-bottom: 10px solid #0080c3;
  }
  body header nav#primary-nav.active {
    top: 0px;
    max-height: 2500px;
  }
  body header nav#primary-nav li {
    float: none;
    text-align: left;
    line-height: 35px !important;
  }
  body header nav#primary-nav li:before {
    top: 25px;
    bottom: auto;
  }
  body header nav#primary-nav li:focus ul.sub-menu, body header nav#primary-nav li:hover ul.sub-menu, body header nav#primary-nav li:active ul.sub-menu {
    border-bottom: none;
  }
  body header nav#primary-nav li a {
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body header nav#primary-nav li a:focus + ul.sub-menu, body header nav#primary-nav li a:hover + ul.sub-menu, body header nav#primary-nav li a:active + ul.sub-menu {
    border-bottom: none;
  }
  body header nav#primary-nav li a:after {
    left: 0;
    bottom: 7px;
  }
  body header nav#primary-nav li ul.sub-menu {
    overflow: hidden;
    height: auto;
    opacity: 1;
    box-shadow: none;
    transform: none;
    right: auto;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 0;
    position: relative;
  }
  body header nav#primary-nav li ul.sub-menu.active {
    max-height: 1000px;
  }
  body header nav#primary-nav li ul.sub-menu ul.sub-sub-menu {
    position: relative;
    left: 0px;
    max-height: 0;
    transition: all ease-out 0s;
    background: #fff;
    box-sizing: border-box;
    box-shadow: none;
    opacity: 1;
    border-left: none;
    visibility: visible;
    z-index: 1;
    overflow: hidden;
    margin-left: 3rem;
    padding-left: 15px;
    transition: all ease-in-out 0.2s;
  }
  body header nav#primary-nav li ul.sub-menu ul.sub-sub-menu.active {
    max-height: 1000px;
    border-top: 1px solid #0080c3;
    border-bottom: 1px solid #0080c3;
  }
  body header nav#primary-nav li ul.sub-menu ul.sub-sub-menu a {
    padding-left: 0;
  }
  body #teaser {
    height: 600px;
  }
  body #teaser .inner-wrapper {
    background: linear-gradient(90deg, #ebf6fc 20%, rgba(255, 255, 255, 0) 90%);
  }
  body #teaser .inner-wrapper .inner-teaser h1 {
    font-size: 400%;
  }
  body.home #teaser .btn-box {
    display: none;
  }
  body.home #teaser p {
    max-width: 50% !important;
  }
  body.home #content-section-1 .box-wrapper {
    top: 0rem;
    position: relative;
  }
  body.home #content-section-2 .inner-section {
    padding-top: 3rem;
  }
  body.home #content-section-3 {
    position: relative;
    background: transparent;
    overflow: hidden;
  }
  body.home #content-section-3 .inner-section {
    position: relative;
    z-index: 3;
    margin-top: 1rem;
    margin-left: 0;
  }
  body.home #content-section-3 img.full-content-img {
    float: none;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    filter: brightness(0.5);
  }
  body.home #content-section-4 .inner-section {
    padding-top: 0;
  }
  body h2 {
    font-size: 200%;
  }
  body.rabattvertraege #content-section-1 .inner-section #side-content {
    position: relative;
    top: 0;
  }
  body.produkt #content-section-2 .product-addition .row > div:nth-of-type(2) {
    text-align: center;
  }
  body.news .modal-body {
    padding: 1rem;
  }
  body .modal .modal-dialog {
    margin-top: 30px;
  }
  body.news .modal-header .icon-wrapper {
    left: -5px;
  }
  body.news .modal-title {
    padding: 50px 25px 0;
  }
  body.news #content-section-1 .inner-section > .row > div {
    padding-left: 15px;
  }
  body.news #content-section-1 .inner-section > .row > div h2 {
    padding-left: 40px;
    font-size: 150%;
  }
  body #teaser .inner-wrapper .inner-teaser .btn-box {
    display: none;
  }
  body.produktuebersicht .second-headline {
    margin-top: 35px;
  }
  body.produktuebersicht #content-section-2 .inner-section #reset-filter {
    height: 40px;
  }
  body.produktuebersicht #content-section-3 .inner-section .single-product a .img-box img {
    max-height: 450px;
  }
  body.produkt #content-section-3 .inner-section .flying-box {
    width: 80%;
    max-width: none;
  }
  body.produkt #content-section-3 .inner-section .flying-box p {
    padding-right: 0;
    right: 15px;
    width: 100%;
  }
  body.produkt #content-section-3 .inner-section .flying-box .img-box {
    display: none;
  }
  body #teaser .inner-wrapper .inner-teaser h1 {
    font-size: 220%;
  }
  footer h3 {
    margin-top: 50px;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title {
    float: none;
    width: 300px;
    margin: 0 auto;
    max-width: none;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title span.schmerz {
    font-size: 3.35rem;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title span.los {
    font-size: 9rem;
    line-height: 7rem;
    margin-left: -9px;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title span.werden {
    font-size: 3.75rem;
    line-height: 4rem;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #teaser h1.custom-prod-title span.prod-title {
    font-size: 1.75rem;
    line-height: 1rem;
    bottom: -20px;
    position: relative;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #content-section-5 .apotheken > div {
    display: block;
  }
  body.ibu-lysin-dexcel-schmerzlos #teaser .inner-wrapper {
    background: none;
  }
  body.home #content-section-5 .inner-section.nicapur-section .icon-plus {
    top: 1rem;
    left: auto;
    right: 5rem;
  }
  body header #headerWrapper .nicapur-stoerer-link {
    top: -190px;
    left: 0px;
    display: block;
    margin: 0 auto;
  }
  body #nicapur-layer img {
    right: 0;
    bottom: -60px;
  }
  body.quiz .img-shift {
    top: 0;
    max-width: 300px;
  }
  body.quiz #content-section-1 {
    margin-bottom: 0;
  }
  body.quiz #pta-quiz .inner-section .row form > div .icon-wrapper {
    width: 50px;
    height: 50px;
    left: -29px;
  }
  body.quiz #pta-quiz .inner-section .row form > div .icon-wrapper span {
    font-size: 2rem;
  }
  body.quiz #pta-quiz .inner-section .row form > div:nth-of-type(5) .icon-wrapper {
    left: -21px;
  }
  body.quiz #pta-quiz .inner-section .row {
    padding-left: 20px;
  }
  body.quiz #pta-quiz .inner-section .row form > div {
    padding-left: 0px;
  }
  body.quiz #pta-quiz .inner-section #quiz-form {
    margin: 10px 0 50px 5px;
  }
  body.quiz #pta-quiz .inner-section #quiz-form p {
    line-height: 25px;
  }
  body section#content-section-0 .genial-guenstig {
    margin-top: 150px;
  }
  body section#content-section-0 .genial-guenstig p + img {
    z-index: 20;
  }
  body section#content-section-0 .genial-guenstig.box-1 {
    z-index: 10;
  }
  body section#content-section-0 .genial-guenstig p + img {
    max-width: 100%;
    width: 300px;
  }
  body #teaser .inner-wrapper .inner-teaser .genial-guenstig.box-3 p {
    font-size: 2rem;
    line-height: 2rem;
  }
  body .link-produebersicht {
    top: -80px;
  }
  body #genial-guenstig-inner-prod {
    margin-top: 0;
    text-align: center;
  }
  body #genial-guenstig-inner-prod a.link {
    left: 0;
  }
  body #teaser .inner-wrapper .inner-teaser p {
    max-width: 100%;
  }
  body #genial-guenstig-inner-prod.klicka-guenstig {
    margin-top: -100px;
  }
  body #genial-guenstig-inner-prod .img-wrapper,
  body.erkaeltung #genial-guenstig-inner-prod .img-wrapper,
  body.herz-kreislauf #genial-guenstig-inner-prod .img-wrapper,
  body.magen #genial-guenstig-inner-prod .img-wrapper,
  body.nagelpilz #genial-guenstig-inner-prod .img-wrapper,
  body.schmerz #genial-guenstig-inner-prod .img-wrapper {
    height: auto;
  }
  body #genial-guenstig-inner-prod .box-2 .img-wrapper {
    margin-top: 120px;
  }
  body header #headerWrapper .nicapur-stoerer-link {
    position: static;
    margin: 0;
  }
  body.nicapur .swoosh {
    position: static;
    margin-top: 70px;
    transform: translateX(0%) rotateZ(-5deg);
  }
  body.nicapur .content-wrapper {
    padding-bottom: 150px;
  }
  body.nicapur #content-section-1 .inner-section-wrapper {
    background: linear-gradient(to right, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  }
  body.nicapur #prodFamily img {
    position: static;
  }
  body.nicapur #prodFamily img {
    margin: 25px auto;
    display: block;
    max-width: 100%;
  }
  body.nicapur #kontaktForm .input-wrapper {
    margin-top: 25px;
  }
  body.erkaeltung #teaser .bg-teaser {
    background-image: url(../img/teaser-erkaeltung/teaser-bg-item-erkaeltung-01.jpg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.erkaeltung #content-section-3 .inner-section .row img.icon-plus {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  body.nicapur #content-section-1 h2,
  body.nicapur #content-section-2 h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    padding-left: 60px;
  }
  body.nicapur #content-section-1 h2:before,
  body.nicapur #content-section-2 h2:before {
    max-width: 60px;
    height: 60px;
  }
  body.nicapur #prodFamily .txt-box {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  body section#prodFamily .inner-section {
    padding: 0;
  }
  body header .head-info .innerHeadInfo .fachkreis-login span {
    display: none;
  }
  body header .head-info .innerHeadInfo .fachkreis-login a:before {
    /*
    left: auto;
    right: 0;
    top: 10px;
     */
  }
  body #teaser {
    height: 400px;
  }
  body section .inner-section p {
    max-width: none !important;
  }
  body h2 {
    font-size: 175%;
  }
  body.produktuebersicht #content-section-1 .inner-section .products-overview-img {
    top: -15%;
  }
  body.karriere #content-section-1 .inner-section > .row > div:not(.job-offer) {
    padding-left: 15px;
  }
  body.karriere #content-section-1 .inner-section > .row > div.job-offer .job-name a {
    font-size: 120%;
  }
  body.karriere #content-section-1 .inner-section > .row > div.job-offer {
    padding-left: 60px;
  }
  body.zahlen-daten-fakten #content-section-1 .inner-section > .row, body.kontakt #content-section-1 .inner-section > .row, body.service #content-section-1 .inner-section > .row {
    padding-left: 30px;
  }
  body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div, body.kontakt #content-section-1 .inner-section > .row > div, body.service #content-section-1 .inner-section > .row > div {
    padding-left: 30px;
  }
  body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div .icon-wrapper, body.kontakt #content-section-1 .inner-section > .row > div .icon-wrapper, body.service #content-section-1 .inner-section > .row > div .icon-wrapper {
    width: 50px;
    height: 50px;
    left: -29px;
  }
  body.zahlen-daten-fakten #content-section-1 .inner-section > .row > div .icon-wrapper img, body.kontakt #content-section-1 .inner-section > .row > div .icon-wrapper img, body.service #content-section-1 .inner-section > .row > div .icon-wrapper img {
    width: 30px;
  }
  body.kontakt #content-section-1 .inner-section > .row > div:last-of-type .icon-wrapper, body.service #content-section-1 .inner-section > .row > div:last-of-type .icon-wrapper {
    left: -24px;
  }
  body section .inner-section .icon-plus {
    max-width: 80px;
  }
  body section .inner-section.nicapur-section .icon-plus {
    max-width: 140px;
  }
  body.allergie #content-section-2 .inner-section .row > div:nth-of-type(2), body.migraene #content-section-2 .inner-section .row > div:nth-of-type(2) {
    background-size: contain;
  }
  body.allergie #content-section-2 .inner-section .row > div:nth-of-type(2) .icon-plus, body.migraene #content-section-2 .inner-section .row > div:nth-of-type(2) .icon-plus {
    bottom: auto;
    top: -30px;
  }
  body.erkaeltung #content-section-3 .inner-section .row > div:nth-of-type(2) {
    background-position: 65px top;
  }
  body.herz-kreislauf #content-section-2 .inner-section .row {
    min-height: 0;
  }
  body.herz-kreislauf .pi-symbol.standalone {
    bottom: -340px;
    z-index: 100;
  }
  body.herz-kreislauf .pi-symbol.standalone.one {
    bottom: -280px;
  }
  body.magen #content-section-2 .inner-section .row > div:nth-of-type(2) .icon-plus {
    bottom: 180px;
  }
  body.produkt #teaser .inner-wrapper .inner-teaser > img {
    max-width: 100%;
  }
  body.produkt #teaser .inner-wrapper .inner-teaser > img.fly-in {
    right: -20px;
  }
  body.produkt #teaser .inner-wrapper .inner-teaser {
    padding-top: 4rem;
  }
  body.produkt .product-infos {
    overflow-x: auto;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    padding-bottom: 5px;
  }
  body.produkt .product-infos > div {
    width: 600px;
  }
  body.produkt .product-infos::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  body.produkt .product-infos::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  body.produkt .product-infos::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 1px solid var(--scrollbarBG);
  }
  body #teaser .inner-wrapper .inner-teaser {
    padding-top: 1rem;
  }
  body.service #content-section-2 {
    display: block;
  }
  body.service #content-section-2 img.full-content-img {
    position: static;
    margin-bottom: 25px;
    max-width: 100%;
  }
  body.service #content-section-2 .inner-section {
    margin: 0;
  }
  .no-resp {
    display: none;
  }
  body.produkt.ibu-lysin-dexcel-schmerzlos #pflichtangaben {
    right: 0;
    transform: translateX(0);
  }
  body section#content-section-0 .genial-guenstig a {
    bottom: 80px;
  }
  body section#content-section-0 .genial-guenstig a {
    font-size: 0.75rem;
    padding: 10px 10px 10px 30px;
  }
  body section#content-section-0 .genial-guenstig a img {
    width: 15px;
    top: 11px;
  }
  body section#content-section-0 .genial-guenstig {
    margin-bottom: -150px;
  }
  body #teaser .inner-wrapper .inner-teaser .genial-guenstig.box-3 p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  body #teaser .inner-wrapper .inner-teaser .genial-guenstig.box-3 img {
    max-width: 200px;
  }
  body #teaser .inner-wrapper .inner-teaser p.genial-guenstig-para {
    max-width: 100%;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  body #genial-guenstig-inner-prod a.link-clicka {
    font-size: 0.875rem;
    padding-left: 30px;
  }
  body #genial-guenstig-inner-prod a.link-clicka img {
    width: 18px;
    top: 11px;
    left: 7px;
  }
  body #genial-guenstig-inner-prod.klicka-guenstig p.guenstig-banner + img + img {
    margin-bottom: -100px;
  }
  body.nicapur .content-wrapper {
    width: 100%;
  }
  body.nicapur .swoosh {
    min-width: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 40px 100px 50px 50px;
  }
  body.erkaeltung #teaser .bg-teaser {
    display: none;
  }
  body.erkaeltung #teaser .inner-wrapper .inner-teaser {
    padding-top: 5rem;
  }
  body.erkaeltung #teaser .inner-wrapper .inner-teaser h1 {
    max-width: 100%;
  }
  body.erkaeltung #content-section-3 .inner-section .row img.icon-plus {
    bottom: 20px;
  }
}
@media (max-width: 400px) {
  body #teaser {
    height: 300px;
  }
  body #teaser .inner-wrapper {
    background: linear-gradient(90deg, #ebf6fc 15%, rgba(255, 255, 255, 0) 90%);
  }
  body #teaser .inner-wrapper .inner-teaser h1 {
    font-size: 200%;
  }
  body.home #teaser p {
    display: none;
  }
  body.produktuebersicht #content-section-1 .inner-section .products-overview-img {
    top: -5%;
  }
  body footer #contact-form {
    max-width: 250px;
  }
  body.home #content-section-3 img.full-content-img {
    max-width: 500px;
  }
  body.home #content-section-5 .inner-section .product-logos, body.home #content-section-5 .inner-section .product-logos:nth-of-type(2) {
    max-width: 100px;
  }
  body.home #content-section-5 .inner-section a .icon-plus, body.home #content-section-5 .inner-section a:nth-of-type(2) .icon-plus {
    width: 80px;
  }
  body.home #content-section-5 .inner-section.nicapur-section a .icon-plus {
    width: 120px;
  }
  body.home #content-section-5 .inner-section a .icon-plus {
    top: 0;
  }
  body section#content-section-0 .genial-guenstig a {
    bottom: 20px;
  }
  body section#content-section-0 .genial-guenstig a.link-2 {
    right: 0;
  }
  body section#content-section-0 .genial-guenstig a.link-1 {
    left: 0;
  }
  body #teaser .inner-wrapper .inner-teaser p.genial-guenstig-para {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 40px;
  }
  body #genial-guenstig-inner-prod a.link-clicka {
    padding-left: 12px;
  }
  body #genial-guenstig-inner-prod a.link-clicka img {
    display: none;
  }
  body #genial-guenstig-inner-prod.klicka-guenstig {
    margin-top: -80px;
  }
  body.nicapur .swoosh {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 40px 80px 50px 30px;
  }
  body.nicapur #kontaktForm h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

/*# sourceMappingURL=styles.css.map */
