/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: d00;
  src: local(''),
    url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/montserrat-v15-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('../fonts/montserrat-v15-latin-500.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/montserrat-v15-latin-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

p:not(.uppercase) {
  -webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;
}

svg:not(:root){
  overflow: visible !important;
}


:root {
  --dark-blue: #003F71;
  --light-blue: #EAF3FC;
  --red: #CF292C;
  --westar: #E2DFDA;

  --basistext: #F1EFEA;

  --gaping-sm: 50px;
  --gaping-md: 60px;
  --gaping-lg: 80px;

  --skew-sm: 4deg;
  --skew-md: 3deg;
  --skew-lg: 3deg;

}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 30px;
  padding-left: 30px;
}

section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/*                  */
/*      Helpers     */
/*                  */

.uppercase {
  text-transform: uppercase;
  font-weight: bold;
}

span.red {
  color: var(--red);
}

img.inline {
  margin-top: calc(var(--gaping-sm) / 2);
  margin-bottom: calc(var(--gaping-sm) / 2);
}

/*                  */
/*       Fonts      */
/*                  */


h1 {
  font-family: Montserrat;
  font-size: 28px;
  color: #003F71;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
}

a,
a:hover {
  color: white;
}

p {
  font-size: 1rem;
  line-height: 1.4;
}

/*                  */
/*    Backgrounds   */
/*                  */


.bg-light-blue {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.bg-dark-blue {
  background-color: var(--dark-blue);
  color: white;
}

.bg-white {
  color: var(--dark-blue);
}

.bg-westar {
  background-color: var(--westar);
}



/*                */
/*    Navi Dots   */
/*                */

.scroll-indicator-controller>div {
  border: none;
  background-color: #64b6e7;
  width: 6px;
  height: 6px;
}

.scroll-indicator-controller>div.active {
  background-color: #565e62;
}

.scroll-indicator-controller>div span {
  display: none;
}

.scroll-indicator-controller {
  z-index: 9;
}


/*                */
/*    Sections    */
/*                */

header {
  padding-top: var(--gaping-sm);
  padding-bottom: calc(var(--gaping-sm) * 1.25);
}

section {
  position: relative;
  padding-top: var(--gaping-sm);
  padding-bottom: var(--gaping-sm);
  transform: skewY(calc(var(--skew-sm) * -1)) translate3d(0,0,0);
}

section .container {
  transform: skewY(var(--skew-sm));
  padding-top: var(--gaping-sm);
  padding-bottom: var(--gaping-sm);
}

section img {
  margin-top: var(--gaping-sm);
}

section .graphs img {
  margin-top: 0;
}

section .container {
  position: relative;
  z-index: 2;
}

section.image-only .container {
  padding-top: 0;
  padding-bottom: 0;
}

section.image-only img {
  width: 100%;
}

#intro {
  text-align: center;
  overflow: hidden;
}

#intro .container {
  padding-top: calc(var(--gaping-sm) / 2);
  padding-bottom: calc(var(--gaping-sm) / 2);
}

#intro .chevron {
  margin-top: calc(var(--gaping-sm) / 2);
  margin-bottom: calc(var(--gaping-sm) / 2);
}

#studie-svg {
  width: 110px;
  height: 110px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--gaping-sm);
}

#regelmaessige-gabe span.red {
  font-size: 36px;
  font-weight: bold;
  display: block;
}

#regelmaessige-gabe span.red sup {
  font-size: 1rem;
  top: -1.25em;
}

svg.fua {
  width: 135px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--gaping-sm);
  margin-bottom: var(--gaping-sm);
}

#spritze-svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--gaping-sm);
}

#email-svg {
  width: 75px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--gaping-sm);
}

#newsletter {
  padding-bottom: 100px;
}

#newsletter img {
  margin-top: 0;
}

#newsletter .newsletter-infos {
  margin-top: 30px;
  margin-bottom: 30px;
}

#newsletter .newsletter-infos p {
  position: relative;
  padding-left: 35px;
}

#newsletter #status p {
  margin: 40px 0;
  font-size: 1.3rem;
}

#newsletter .newsletter-infos p:before {
  position: absolute;
  content: '';
  background: url(../img/tropfen.svg) center no-repeat;
  left: 0;
  width: 30px;
  height: 100%;
}

#newsletter .referenzen {
  border-top: 2px dashed rgba(85, 94, 97, 0.5);
  margin-top: 35px;
  padding-top: 35px;
  font-size: 12px;
}

#newsletter .referenzen p.uppercase {
  font-size: 12px;
}

#newsletter .referenzen ol {
  padding-left: 12px;
  color: #555E61;
}

#newsletter .referenzen ol li {
  margin-top: 1rem;
}

#newsletter:after {
  content: unset;
}


/*                */
/*    Basistext   */
/*                */

#basistext {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

#toggle-basistext {
  background-color: var(--basistext);
  width: 245px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  padding-bottom: 8px;
  color: var(--dark-blue);
  text-transform: uppercase;
  z-index: 2;
  top: -47px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#toggle-basistext img {
  transform: rotate(0deg);
  transition: transform 300ms ease;
}

#toggle-basistext.active img {
  transform: rotate(180deg);
}

#basistext .content {
  background-color: var(--basistext);
  width: 100%;
  max-height: calc(100vh - 60px);
  transition: all 800ms ease;
  overflow: scroll;
}

#basistext .content.hidden {
  max-height: 5px;
}

#basistext .content.hidden .container {
  overflow: hidden;
  max-height: inherit;
}

#basistext .content .container {
  padding-top: calc(var(--gaping-sm) / 2);
}

#basistext .content p {
  font-size: 12px;
}


#toggle-basistext:before {
  width: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: -10px;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  background-color: inherit;
  z-index: -1;
}

#basistext .content #toggle-basistext img {
  filter: invert(15%) sepia(28%) saturate(6498%) hue-rotate(191deg) brightness(94%) contrast(101%);
  transform: scale(0.8);
  position: absolute;
  right: 15px;
  top: 5px;
  transition: transform 300ms ease 300ms;
}

#basistext .content.hidden #toggle-basistext img {
  transform: scale(0.8) rotate(180deg);
}

footer {
  font-size: 12px;
  color: white;
  position: relative;
  background-color: var(--red);
  z-index: 3;
  padding-top: calc(var(--gaping-sm) / 2);
  padding-bottom: var(--gaping-sm);
}

footer hr {
  border-bottom: 1px solid white;
}

footer .copyright {
  margin-top: 20px;
}

/*                 */
/*   Burger Icon   */
/*                 */

#burger {
  position: fixed;
  top: -15px;
  right: 0;
  z-index: 99;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 101;
}

#burger .btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 26px;
}

#burger .btn.active {
  top: 35px;
}

#burger span {
  display: block;
  width: 26px;
  border-radius: 3px;
  height: 2px;
  background: #565E62;
  transition: all .3s;
  position: relative;
}

#burger span+span {
  margin-top: 3px;
}

#burger .active span:nth-child(1) {
  animation: ease .7s top forwards;
}

#burger .not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

#burger .active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

#burger .not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

#burger .active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

#burger .not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 0px;
    transform: rotate(0);
  }

  100% {
    top: 0px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 0px;
    transform: rotate(45deg);
  }

  50% {
    top: 0px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 10px;
    transform: rotate(0);
  }

  100% {
    bottom: 10px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 22px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}



/*                */
/*       Menu     */
/*                */

#menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  transition: all 300ms ease;
}

#menu a {
  color: var(--dark-blue);
  display: block;
  position: relative;
  right: -150%;
}

#menu a.link-1 {
  transition: all 500ms ease 700ms;
}

#menu a.link-2 {
  transition: all 500ms ease 800ms;
}

#menu a.link-3 {
  transition: all 500ms ease 900ms;
}

#menu a.fadeInRight {
  right: 0%;
}


#menu .wrapper {
  width: calc(60% + 30px);
  height: 100%;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 100%;
  display: flex;
  transition: all 500ms ease 300ms;
  padding: 0 15px;
}

#menu .wrapper .links {
  margin: auto;
  margin-right: 30px;
  text-align: right;
}
#menu .links span {
  color: var(--dark-blue);
}
#menu .links ol{
  text-align: left;
  font-size: 12px;
  }
#menu .links li {
  margin-bottom: 15px;
  color: var(--dark-blue);
}

#menu .wrapper .links a:not(:last-of-type) {
  margin-bottom: 2rem;
}

#menu.open {
  left: 0%;
}

#menu.open .wrapper {
  left: calc(40% - 30px);
}



/*                */
/*   SVG Lines    */
/*                */
#leber-container {
  width: 98px;
  position: relative;
  margin: 0 auto;
}

#leber {
  position: relative;
  z-index: 9;
}

#leber-path {
  z-index: 5;
  bottom: -55px;
  position: absolute;
  left: 61%;
  height: 76px;
  overflow: unset;
}

#studie {
  overflow: hidden;
}

#studie-container {
  width: 156px;
  margin: 0 auto;
  position: relative;
}

#studie-path {
  position: absolute;
  height: 76px;
  left: 90%;
  transform: rotate(180deg);
}

#vorteile-path {
  position: absolute;
  height: 76px;
  left: -1373px;
  bottom: 15px;
  ;
}

#beeinflussung {
  overflow: hidden;
}

#beeinflussung-path {
  position: absolute;
  right: -402%;
  bottom: 183px;
  height: 76px;
  transform: rotate(180deg);
}

#mortalitaet {
  overflow: hidden;
}

#mortalitaet-path {
  position: absolute;
  bottom: 302px;
  height: 76px;
  left: -400%;
  ;
}

#komplikationen {
  overflow: hidden;
}

#komplikationen-path {
  position: absolute;
  right: -400%;
  bottom: 183px;
  height: 76px;
  transform: rotate(180deg);
}

#therapie-ziel {
  overflow: hidden;
}

#therapie-path {
  position: absolute;
  bottom: 280;
  height: 76px;
  left: -400%;
}

#vorteil-beseitigung {
  overflow: hidden;
}

#spritze-path {
  position: absolute;
  right: -400%;
  bottom: -74px;
  height: 76px;
  transform: rotate(180deg);
  ;
}

/* Animated graphs */

.graphs {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.graphs img {
  max-width: 100%;
}

.graphs img:first-of-type {
  z-index: 3;
  position: relative;
  opacity: 0;
  transition: opacity 500ms linear;
}

.graphs-at img:first-of-type {
  z-index: 3;
  position: relative;
  opacity: 0;
  transition: opacity 1500ms linear;
}

.graphs img:last-of-type {
  position: absolute;
  top: 0;
  z-index: 1;
}

.graphs:after {
  content: '';
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: left 2s ease-out;
  transition-delay: 600ms;
}

.graphs.animating img:first-of-type {
  opacity: 1;
}

.graphs-at.animating img:first-of-type {
  opacity: 1;
}



.graphs.animating:after {
  left: 100%;
}


.graphs {
  width: 471px;
}

#relatives-risiko .graphs {
  overflow: hidden;
}
#relatives-risiko .graphs:after {
  content: unset;
}

#rr01 {
  z-index: 1;
}

#rr02 {
transition: bottom 2000ms ease-out;
transition-delay: 300ms;
top: unset;
  bottom: -100%;
}

.graphs.animating #rr02 {
  z-index: 2;
  bottom: 0;
}

/*
    NEWSLETTER
*/

input.form-control {
  width: 100%;
  background-color: transparent;
  border:  1px solid var(--dark-blue);
  border-radius: 0;
  text-align: center;
  margin-top: 10px;
 }
input#email{
  margin-top: 40px;
}
button#btnSubmit {
  width: 100%;
  background-color: var(--dark-blue);
  text-transform: uppercase;
  border-radius: 0;
  color: white;
  border: 0;
  height: 38px;
  margin-top: 10px;
  position: relative;
}

button#btnSubmit span {
  display: block;
  width: 125px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  line-height: 38px;
}

button#btnSubmit span:after {
  content: url(../img/chevron_w.svg);
  position: absolute;
  right: -15px;
  top: 10px;
}

.priv {
  display: block;
  width: 100%;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.priv p {
  color: #555E61;
  font-size: 12px;
  margin-top: 15px;
}

.priv a {
  color: #555E61;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 21px;
  display: inline-block;
  width: 50%;
}

.priv #toggle {
  background-image: url('../img/toggle_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 59px;
  height: 29px;
  content: '';
  opacity: 0.5;
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 15px;
}

.priv #toggle img {
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 300ms ease-out;
}

.priv #toggle.active {
  background-image: url('../img/toggle_bg_active.png');
}

.priv #toggle.active img {
  left: 55%;
}

.error {
  border: 2px solid red !important;
}

.priv a.error {
  border: none !important;
  color: red;
}

.fill-error {
  font-weight: bold;
  font-size: 1rem;
}

.hidden {
  display: none;
}

/*                */
/*      Mobile    */
/*                */

/* Bootstrap breakpoints
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
*/

.grecaptcha-badge {
  right: 0 !important;
}

@media (max-width: 573px) {

  #beeinflussung-path {
    right: -1756px;
    height: 96px;
    bottom: 155px;
  }

  #mortalitaet-path {
    height: 96px;
    left: -1786px;
    bottom: 261px;
  }

  #komplikationen-path {
    right: -1756px;
    height: 96px;
    bottom: 131px;
  }

  #therapie-path {
    height: 96px;
    left: -1786px;
    bottom: 261px;
  }

  #spritze-path {
    right: -1756px;
    height: 96px;
    bottom: -90px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

}

@media (min-width: 574px) {
  section {
    padding-top: var(--gaping-md);
    padding-bottom: var(--gaping-md);
    transform: skewY(calc(var(--skew-md) * -1));
  }

  section .container {
    transform: skewY(var(--skew-md));
    padding-top: var(--gaping-md);
    padding-bottom: var(--gaping-md);
  }

  section.image-only {
    padding-top: var(--gaping-md);
    padding-bottom: var(--gaping-md);
  }
}

@media (min-width: 768px) {

  #menu .wrapper {
    width: 30%;
  }

  #menu.open .wrapper {
    left: 70%;
  }

  p {
    font-size: 20px;
  }

  section {
    position: relative;
    padding-top: var(--gaping-lg);
    padding-bottom: var(--gaping-lg);
    transform: skewY(calc(var(--skew-lg) * -1));
  }

  section .container {
    transform: skewY(var(--skew-lg));
  }


  section.image-only {
    padding-top: var(--gaping-lg);
    padding-bottom: var(--gaping-lg);
  }

  section.image-only img {
    width: 100%;
    height: 50vh;
  }

  #intro .container {
    padding-top: var(--gaping-md);
    padding-bottom: var(--gaping-md);
  }

  #intro .chevron {
    margin-top: var(--gaping-sm);
    margin-bottom: var(--gaping-sm);
  }

  #basistext .content p:first-of-type {
    margin-top: 35px;
  }

  #basistext .content p:last-of-type {
    margin-bottom: 60px;
  }

  svg.scale,
  .fua {
    transform: scale(1.5);
    margin-top: var(--gaping-lg) !important;
    margin-bottom: var(--gaping-lg) !important;
  }

  #leber-path {
    height: 96px;
    bottom: -6px;
    left: 62%;
  }

  #studie-path {
    height: 96px;
    bottom: -121px;
    left: 120%;
  }

  #vorteile-path {
    left: -1264px;
  }

  #beeinflussung-path {
    right: -1700px;
    height: 96px;
    bottom: 114px;
  }

  #mortalitaet-path {
    height: 96px;
    left: -1700px;
    bottom: 320px;
  }

  #komplikationen-path {
    right: -1700px;
    height: 96px;
    bottom: 140px;
  }

  #therapie-path {
    height: 96px;
    left: -1700px;
    bottom: 320px;
  }

  #spritze-path {
    height: 96px;
    right: -1700px;
    bottom: -49px;
  }


  .graphs {
    width: 600px;
  }

  #relatives-risiko .graphs {
    width: 80%;
  }

  section#relatives-risiko.image-only img {
    height: auto;
  }

  #newsletter-reg {
    width: 450px;
    margin: 0 auto;
  }
  input#email {
    width: 100%;
  }

  button#btnSubmit {
    width: 100%;
  }

  .priv {
    width: 450px;
    margin: 0 auto;
  }

  #rr02 {
    width: 100%;
  }

  .grecaptcha-badge {
    right: 40px !important;
  }

  h1 {
font-size: 56px;
letter-spacing: 0;
line-height: 62px;
  }

  p.uppercase {
    font-size: 28px;
  }
  p {
    font-size: 24px;
  }

  #regelmaessige-gabe p {
    font-size: 21px;
  }

#regelmaessige-gabe span.red {
  font-size: 64px;
  margin-left: 15px;
  display: inline;
}
#regelmaessige-gabe span.red sup {
  top: -2.25em;
}
}

.box-container {
  background-color: var(--light-blue);
}

.box {
  width: 500px;
  height: 500px;
  background-color: var(--dark-blue);
  transform: skewY(-10deg);
  margin-top: 100px;
}

svg:not(:root) {
  overflow: visible !important;
}

@media (min-width: 1200px) {
  #regelmaessige-gabe p {
    font-size: 21px;
  }
}
.cookiediv {
	background-color: #fff;
  padding: 40px;
}

.cookiediv section, #onetrust-consent-sdk section{
  transform: none;
}

.cookiediv #ot-sdk-btn.ot-sdk-show-settings, .cookiediv #ot-sdk-btn.optanon-show-settings {
	margin-bottom:25px;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    padding: 15px 25px;
    font-weight: 300;
    border-radius: 30px;
    outline: none;
    border: 0;
    text-align: center;
    background-color: #e7040b;
    color: #fffffd;
    position: relative;
    will-change: color;
    -webkit-transition: color 250ms,background-color 250ms;
    transition: color 250ms,background-color 250ms;
    font-weight: bold;
}