@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/* added */
html {
  overflow-y: hidden!important;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
  letter-spacing: 0.03rem;
  line-height: 1.7;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input[type=text], input[type=number] {
  height: 3rem;
  min-width: 11.875rem;
  background: #FFFFFF;
  appearance: none;
  border: 0.0625rem solid #ADB5BD;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  border-radius: 0.75rem;
}

.form-floating {
  position: relative;
  margin: 0 auto;
}
.form-floating label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: italic;
  color: #6C757D;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating input:focus,
.form-floating input:not(:placeholder-shown) {
  padding-top: 0.875rem;
  padding-bottom: 0.125rem;
}
.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label {
  transform: translate(-50%, calc(-50% - 0.85em)) scale(0.85);
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #FFF;
}

:-moz-placeholder {
  font-style: italic;
  color: #FFF;
}

::-moz-placeholder {
  font-style: italic;
  color: #FFF;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #FFF;
}

.form-info {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 1;
  position: relative;
}
.form-info:before {
  content: "i";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  text-align: center;
  color: #0B3373;
  background: #ced4da;
  cursor: pointer;
}
.form-info:hover .form-info-text {
  display: block;
}
.form-info-text {
  display: none;
  position: absolute;
  background: #FFF;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  width: 20rem;
  font-size: 0.875rem;
  top: 100%;
  left: 50%;
  transform: translateX(-75%);
  margin-top: 1rem;
}
.form-info-text:before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0.5rem 1rem 0.5rem 0;
  border-color: transparent #FFF transparent transparent;
  transform: rotate(90deg);
  bottom: 100%;
  left: calc(50% - 0.5rem);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

/* !!!  added */
.gap-4 {  
  gap: 3rem;
}

.flex-column {
  flex-direction: column !important;
}

.w-100 {
  width: 100% !important;
}

.mt-auto {
  margin-top: auto !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.d-none {
  display: none;
}

.bg-white {
  background-color: #FFF !important;
}
.bg-natal {
  background-color: #dc007d !important;
}
.bg-femin {
  background-color: #dc007d !important;
}
.bg-arthro {
  background-color: #b20f5b !important;
}
.bg-cardio {
  background-color: #e30613 !important;
}
.bg-immun {
  background-color: #eb5a05 !important;
}
.bg-vegone {
  background-color: #fdc300 !important;
}
.bg-fertil {
  background-color: #3aaa35 !important;
}
.bg-vital {
  background-color: #30b7c0 !important;
}
.bg-weitere {
  background-color: #00869a !important;
}
.bg-vision {
  background-color: #0096dc !important;
}
.bg-sport {
  background-color: #82808f !important;
}
.bg-text {
  background-color: #90a0c2 !important;
}
.bg-beauty {
  background-color: #dc007d !important;
}
.bg-beauty-men {
  background-color: #ac8968 !important;
}
.bg-hair-intense {
  background-color: #991747 !important;
}
.bg-pure-and-green {
  background-color: #95c11f !important;
}
.bg-pro {
  background-color: #911478 !important;
}
.bg-cellprotect {
  background-color: #8f8272 !important;
}
.bg-gray-200 {
  background-color: #f4f5f7 !important;
}
.bg-gray-300 {
  background-color: #e9ecef !important;
}

.product-health-claim {
  font-size: 0.5rem !important;
}

@media (min-width: 48rem) {
  .d-md-inline {
    display: inline !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .form-info-text {
    transform: translateX(-50%);
  }
}
/**
 * @license
 * MyFonts Webfont Build ID 3682630, 2018-12-05T02:39:29-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HelveticaNeueLTStd-UltLt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-25-ultra-light-189171/
 * 
 * Webfont: HelveticaNeueLTStd-UltLtIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-26-ultra-light-italic-189171/
 * 
 * Webfont: HelveticaNeueLTStd-Th by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-35-thin-189171/
 * 
 * Webfont: HelveticaNeueLTStd-ThIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-36-thin-italic-189171/
 * 
 * Webfont: HelveticaNeueLTStd-Lt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-45-light-189171/
 * 
 * Webfont: HelveticaNeueLTStd-LtIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-46-light-italic-189171/
 * 
 * Webfont: HelveticaNeueLTStd-Roman by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-55-roman-189171/
 * 
 * Webfont: HelveticaNeueLTStd-It by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-56-italic-189171/
 * 
 * Webfont: HelveticaNeueLTStd-Md by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-65-medium-189171/
 * 
 * Webfont: HelveticaNeueLTStd-MdIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-66-medium-italic-189171/
 * 
 * Webfont: HelveticaNeueLTStd-Bd by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-75-bold-189171/
 * 
 * Webfont: HelveticaNeueLTStd-BdIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-76-bold-italic-189171/
 * 
 * Webfont: HelveticaNeueLTStd-Hv by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-85-heavy-189171/
 * 
 * Webfont: HelveticaNeueLTStd-HvIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-86-heavy-italic-189171/
 * 
 * Webfont: HelveticaNeueLTStd-Blk by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-95-black-189171/
 * 
 * Webfont: HelveticaNeueLTStd-BlkIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-96-black-italic-189171/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3682630
 * Licensed pageviews: 6,500,000
 * Webfonts copyright: Copyright &#x00A9; 2014 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2018 MyFonts Inc
*/
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../fonts/Helvetica/eot/383146_4_0.eot");
  src: url("../fonts/Helvetica/eot/383146_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/woff2/383146_4_0.woff2") format("woff2"), url("../fonts/Helvetica/woff/383146_4_0.woff") format("woff"), url("../fonts/Helvetica/ttf/383146_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("../fonts/Helvetica/eot/383146_8_0.eot");
  src: url("../fonts/Helvetica/eot/383146_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/woff2/383146_8_0.woff2") format("woff2"), url("../fonts/Helvetica/woff/383146_8_0.woff") format("woff"), url("../fonts/Helvetica/ttf/383146_8_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-MdIt";
  src: url("../fonts/Helvetica/eot/383146_9_0.eot");
  src: url("../fonts/Helvetica/eot/383146_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/woff2/383146_9_0.woff2") format("woff2"), url("../fonts/Helvetica/woff/383146_9_0.woff") format("woff"), url("../fonts/Helvetica/ttf/383146_9_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../fonts/Helvetica/eot/383146_A_0.eot");
  src: url("../fonts/Helvetica/eot/383146_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/woff2/383146_A_0.woff2") format("woff2"), url("../fonts/Helvetica/woff/383146_A_0.woff") format("woff"), url("../fonts/Helvetica/ttf/383146_A_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Hv";
  src: url("../fonts/Helvetica/eot/383146_C_0.eot");
  src: url("../fonts/Helvetica/eot/383146_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/woff2/383146_C_0.woff2") format("woff2"), url("../fonts/Helvetica/woff/383146_C_0.woff") format("woff"), url("../fonts/Helvetica/ttf/383146_C_0.ttf") format("truetype");
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "HelveticaNeueLTStd-Hv";
  font-weight: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 10 4 4;
  hyphenate-limit-chars: 10 4 4;
  line-height: 1.2;
}
@media (min-width: 25.875rem) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
  }
}

h1, .h1 {
  font-size: 2.5rem;
  color: #0B3373;
}

h2, .h2 {
  font-size: 1.125rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
  color: #0B3373;
}

h6, .h6 {
  font-size: 1rem;
  color: #0B3373;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

b, strong {
  font-family: "HelveticaNeueLTStd-Md";
}

.text-white {
  color: #FFF !important;
}
.text-orthomol-blue {
  color: #0B3373 !important;
}
.text-orthomol-green {
  color: #B8C400 !important;
}
.text-natal {
  color: #dc007d !important;
}
.text-femin {
  color: #dc007d !important;
}
.text-arthro {
  color: #b20f5b !important;
}
.text-cardio {
  color: #e30613 !important;
}
.text-immun {
  color: #eb5a05 !important;
}
.text-vegone {
  color: #fdc300 !important;
}
.text-fertil {
  color: #3aaa35 !important;
}
.text-vital {
  color: #30b7c0 !important;
}
.text-weitere {
  color: #00869a !important;
}
.text-vision {
  color: #0096dc !important;
}
.text-sport {
  color: #82808f !important;
}
.text-text {
  color: #90a0c2 !important;
}
.text-beauty {
  color: #dc007d !important;
}
.text-beauty-men {
  color: #ac8968 !important;
}
.text-pure-and-green {
  color: #95c11f !important;
}
.text-pro {
  color: #911478 !important;
}
.text-cellprotect {
  color: #8f8272 !important;
}

@media (min-width: 48rem) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
  }
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  border: 0;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  padding: 0.5625rem 1.5rem;
  border-radius: 6.25rem;
  font-size: 1rem;
  line-height: 1.2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-position 0.2s ease-in-out;
  min-width: 8.75rem;
}
@media (min-width: 48rem) {
  .btn {
    font-size: 1.125rem;
  }
}
.btn:not(:disabled):not(.disabled):not(.btn-selected) {
  cursor: pointer;
}
.btn-primary {
  background-color: #0B3373;
  color: #FFFFFF;
}

 .btn:focus-visible {
  outline :0;
  border: 2px solid #eb5a05;
  /* margin: 2px; */
}
/*
.btn:focus {
  outline: 10px solid red;
} */

.btn-primary:not(.btn-selected):hover {
  background-color: #031737;
}
.btn-primary:disabled, .btn-primary.disabled, :invalid .btn-primary {
  background-color: #486696;
}
.btn-secondary {
  border: 0.0625rem solid #0B3373;
}
.btn-ghost {
  background-color: #e9ecef;
}
.btn-ghost:hover {
  background-color: #ced4da !important;
  box-shadow: 0 0 0 0.625rem #f4f5f7;
}
.btn-selected {
  background-color: #b9c300;
  cursor: default;
}
.btn-arrow {
  background-image: url("../images/icons/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: right 1.5rem bottom 50%;
  padding-right: 5rem !important;
  background-size: auto 1.5rem;
}
.btn-arrow.btn-link {
  background-image: url("../images/icons/icon-arrow-orthomol-blue.svg");
}
.btn-arrow:hover {
  background-position: right 1rem bottom 50%;
}
.btn-circle {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #FFF;
}
.btn-circle.btn-arrow {
  padding: 0 !important;
  background-position: right 0.4375rem bottom 50%;
}
.btn-circle.btn-arrow:hover {
  background-position: right 0.125rem bottom 50%;
}
.btn-circle.btn-arrow.btn-prev {
  transform: scaleX(-1);
}
.btn-disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}
.btn-icon:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
}
.btn-icon-end {
  padding-right: 1rem;
  padding-left: 1.5rem;
  justify-content: space-between;
}
.btn-icon-end:before {
  order: 1;
  margin-left: 0.5rem;
  margin-right: 0;
}
.btn-icon.icon-male:before {
  background-image: url("../images/icons/icon-male.svg");
}
.btn-icon.icon-female:before {
  background-image: url("../images/icons/icon-female.svg");
}
.btn-icon.icon-diverse:before {
  background-image: url("../images/icons/icon-diverse.svg");
}
.btn-icon.icon-sun:before {
  background-image: url("../images/icons/icon-sun.svg");
}
.btn-icon.icon-moon:before {
  background-image: url("../images/icons/icon-moon.svg");
}
.btn-icon.icon-intestines:before {
  background-image: url("../images/icons/icon-intestines.svg");
}
.btn-icon.icon-energy:before {
  background-image: url("../images/icons/icon-energy.svg");
}
.btn-icon.icon-brain:before {
  background-image: url("../images/icons/icon-brain.svg");
}
.btn-icon.icon-joints:before {
  background-image: url("../images/icons/icon-joints.svg");
}
.btn-icon.icon-rope:before {
  background-image: url("../images/icons/icon-rope.svg");
}
.btn-icon.icon-bone:before {
  background-image: url("../images/icons/icon-bone.svg");
}
.btn-icon.icon-baby:before {
  background-image: url("../images/icons/icon-baby.svg");
}
.btn-icon.icon-babybottle:before {
  background-image: url("../images/icons/icon-babybottle.svg");
}
.btn-icon.icon-calendar:before {
  background-image: url("../images/icons/icon-calendar.svg");
}
.btn-icon.icon-weights:before {
  background-image: url("../images/icons/icon-weights.svg");
}
.btn-icon.icon-leaf:before {
  background-image: url("../images/icons/icon-leaf.svg");
}
.btn-icon.icon-comb:before {
  background-image: url("../images/icons/icon-comb.svg");
}
.btn-icon.icon-eye:before {
  background-image: url("../images/icons/icon-eye.svg");
}
.btn-icon.icon-heart:before {
  background-image: url("../images/icons/icon-heart.svg");
}
.btn-icon.icon-cell:before {
  background-image: url("../images/icons/icon-cell.svg");
}

.btn-icon.icon-vegan:before {
  background-image: url("../images/icons/icon-vegan.svg");
}

.btn-icon.icon-nervs:before {
  background-image: url("../images/icons/icon-nervs.svg");
}
.btn-link {
  color: #0B3373;
  min-width: unset;
  padding: 0.875rem;
  font-weight: 700;
}

.produktberater {
  width: 100vw;
  min-height: 100vh;
  margin: 0 auto;
}
.produktberater-intro, .produktberater-question {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 100vh;
  display: flex;
}
.produktberater-intro {
  background-image: url("../images/bg-startpage-mobile.jpg");
  background-size: cover;
  justify-content: end;
  align-items: end;
}
.produktberater-intro-content {
  margin: 1.5rem 1.5rem 2rem 1.5rem;
  background: #FFFFFF;
  padding: 2rem 1.5rem;
  width: 100%;
}
.produktberater-intro-content hgroup {
  margin-bottom: 1.5rem;
}
.produktberater-intro-content p {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.produktberater-question {
  position: relative;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-image: url("../images/bg-question-mobile.jpg");
  background-color: #FDFDFB;
  overflow: hidden;
}
.produktberater-question-content {
  width: 100%;
  padding: 0 1.25rem;
  margin: auto 0;
}
.produktberater-question-content h2, .produktberater-question-content p {
  max-width: 40rem;
}
.produktberater-question-content h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.produktberater-question-content h4 {
  margin-bottom: 0.5rem;
}
@media (min-width: 25.875rem) {
  .produktberater-question-content h4 {
    margin-bottom: 0.5rem;
  }
}
.produktberater-question-content p {
  font-size: 1rem;
  /* changed new */
  margin-bottom: 1.5rem;
}
.produktberater-question-answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-height: 66vh;
  overflow-y: auto;
}
.produktberater-question-answers .btn {
  font-size: 1rem;
  width: 14.5rem;
  /*width: calc(80%);
  &:first-child:nth-last-child(n+3) {
      &, & ~ .btn {
          width: calc(100% / 2 - 0.5rem);
      }
  }
  &:first-child:nth-last-child(n+9) {
      &, & ~ .btn {
          width: calc(80%);
      }
  }*/
}
@media (max-width: 47.999375rem) {
  .produktberater-question-answers.smaller-on-mobile .btn {
    width: calc(50% - 0.5rem);
  }
}
.produktberater-question-arrows {
  margin-bottom: 1rem;
}
.produktberater-question:before, .produktberater-question:after {
  --gap: 0.125rem;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 0.5rem;
  opacity: calc(var(--question-nr) * 100%);
  background-size: calc(100% / var(--number-of-questions) - var(--gap)) 100%;
  background-image: linear-gradient(to right, #e9ecef 0%, #e9ecef 100%);
  background-repeat: space;
}
.produktberater-question:after {
  z-index: 1;
  background-image: linear-gradient(to right, #0B3373 0%, #0B3373 100%);
  right: calc(100% - 100% / var(--number-of-questions) * var(--question-nr) + var(--gap) - var(--gap) / (var(--number-of-questions) / var(--question-nr)));
}
.produktberater .swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.produktberater .swiper-indicator {
  position: relative;
  align-self: center;
}
.produktberater .swiper-indicator, .produktberater .swiper-indicator:before, .produktberater .swiper-indicator:after {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0.1875rem;
  border: 0.0625rem solid #495057;
  border-radius: 0.625rem;
}
.produktberater .swiper-indicator {
  border: none;
}
.produktberater .swiper-indicator:before, .produktberater .swiper-indicator:after {
  content: "";
  display: block;
  margin: 0 1rem;
  position: absolute;
}
.produktberater .swiper-indicator:before {
  right: 100%;
}
.produktberater .swiper-indicator:after {
  left: 100%;
}
.produktberater .swiper-indicator-active {
  position: absolute;
  top: 0;
  right: calc(100% + 1rem);
  margin: -0.1875rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0.625rem;
  background: #495057;
  transform: translateX(calc(var(--currentlyActive) * 3.25rem));
  z-index: 1;
}
.produktberater .swiper-holder {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: start;
  width: 100%;
  margin-top: -2.5rem;
  gap: 0.75rem;
  scroll-snap-type: x mandatory;
  /* added */
  scroll-snap-stop: normal;
  
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.produktberater .swiper-holder::-webkit-scrollbar {
  display: none;
}
.produktberater .swiper-page {
  scroll-snap-align: start;
  width: calc(50% - 0.375rem);
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: inherit;
  align-self: start;
  padding-top: 2.5rem;
}
.produktberater .swiper-page:has(.produktberater-result-product) {
  width: 80%;
}
.produktberater .swiper-page:has(.produktberater-result-product):before {
  display: none;
}
.produktberater .swiper-page .btn {
  height: 3rem;
  text-align: left;
}
@media (min-width: 25.875rem) {
  .produktberater .swiper-page .btn {
    height: 3.5rem;
  }
}
.produktberater .swiper-page .btn-icon {
  justify-content: start !important;
}
.produktberater .swiper-page .btn-icon-end:before {
  margin-left: auto;
}
.produktberater .swiper-page .btn-icon:before {
  width: 1rem;
  height: 1rem;
  background-size: 100%;
}
.produktberater .swiper-icon {
  height: 1.875rem;
  max-width: 5rem;
  margin: 0 auto;
  border: 0.0625rem solid #0B3373;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.875rem;
  opacity: 0.5;
}
.produktberater .swiper-icon:before, .produktberater .swiper-icon:after {
  display: block;
  content: "";
  height: 1.125rem;
  width: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon-arrow-orthomol-blue.svg");
  background-position: 50% 50%;
}
.produktberater .swiper-icon:before {
  transform: scaleX(-1);
}
.produktberater-result {
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 -1.25rem;
  width: calc(100% + 2.5rem);
}
.produktberater-result:has(.produktberater-result-product:only-child) {
  justify-content: center;
}
.produktberater-result::-webkit-scrollbar {
  display: none;
}
.produktberater-result-product {
  scroll-snap-align: start;
  scroll-margin-left: 1rem;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  width: 24.375rem;
  height: 29rem;
  max-width: 80%;
  text-align: center;
  flex-shrink: 0;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.produktberater-result-product img {
  height: 8.125rem;
  width: auto;
  margin: 0 auto 1rem auto;
  object-fit: contain;
}
.produktberater-result-product h3, .produktberater-result-product p {
  margin-bottom: 0.75rem;
}
.produktberater-result-product p {
  font-size: 1rem;
}
.produktberater-result-product .btn {
  height: 2.875rem;
  padding-top: 0.1875rem;
  padding-bottom: 0;
  background-color: #FFF;
  margin: 0 auto;
}
.produktberater-result-product:first-of-type {
  margin-left: 1.25rem;
}
.produktberater-result-product:last-of-type {
  margin-right: 1.25rem;
}
.produktberater-result-product .badge {
  background: #0B3373;
  border-radius: 6.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #FFF;
  padding: 0.75rem 2rem;
  position: absolute;
  top: 0.9375rem;
  right: 0;
  line-height: 1;
  font-size: 0.875rem;
  font-family: "HelveticaNeueLTStd-Md";
}
.produktberater-result-product .infosheet {
  border: none;
  outline: none;
  width: 2rem;
  height: 2rem;
  background: url("../images/icons/icon-infosheet.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 0.9375rem;
  left: 1.5rem;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
.produktberater-result-popup {
  width: 25rem;
  max-width: calc(100% - 1.25rem);
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: #FFFFFF;
  border: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.produktberater-result-popup.ingredients {
  width: 45rem;
}
.produktberater-result-popup .ingredients-list-head {
  padding: 1.25rem 1.25rem;
}
.produktberater-result-popup .ingredients-list-body {
  padding: 0.625rem 1.25rem;
}
.produktberater-result-popup .ingredients-list dl dt, .produktberater-result-popup .ingredients-list dl dd {
  width: 100%;
  border-bottom: 0.125rem solid #ced4da;
  padding-bottom: 0.375rem;
}
.produktberater-result-popup .ingredients-list dl dd {
  text-align: right;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: 100% 50%;
}
.produktberater-result-popup .ingredients-list dl dd.ingredient-true {
  background-image: url("../images/icons/icon-check.svg");
}
.produktberater-result-popup .ingredients-list dl dd.ingredient-false {
  background-image: url("../images/icons/icon-minus.svg");
}
.produktberater-result-popup .ingredients-list img {
  width: 1rem;
  height: 1rem;
}
.produktberater-result-popup::backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}
.produktberater-result-popup img {
  width: 4rem;
  height: 4rem;
}
.produktberater-result-popup button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/icons/icon-close.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  margin: 1.25rem;
  cursor: pointer;
}

@media (min-width: 48rem) {
  .produktberater {
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-width: 76.875rem;
    min-height: 0;
    height: 45rem;
  }
  .produktberater-intro {
    background-image: url("../images/bg-startpage.jpg");
  }
  .produktberater-intro-content {
    width: 30rem;
    margin: 3.75rem;
    padding: 3rem;
  }
  .produktberater-intro, .produktberater-question {
    height: 37.5rem;
    min-height: 0;
    flex-shrink: 0;
  }
  .produktberater-intro {
    max-height: 37.5rem;
  }
  .produktberater-question {
    background-image: url("../images/bg-question.jpg");
    background-color: #F5F4F2;
  }
  .produktberater-question-content {
    padding: 0 11rem;
  }
  .produktberater-question:before, .produktberater-question:after {
    height: 0.25rem;
  }
  .produktberater-question h2, .produktberater-question p {
    margin-left: auto;
    margin-right: auto;
  }
  .produktberater-question-answers {
    max-height: unset;
  }
  .produktberater-question-answers .btn {
    font-size: 1.125rem;
    /*&:first-child:nth-last-child(4) {
        &, & ~ .btn {
            width: calc(75% / 2 - 1rem);
        }
    }
    &:first-child:nth-last-child(n+5) {
        &, & ~ .btn {
            width: calc(100% / 3 - 1rem);
        }
    }
    &:first-child:nth-last-child(n+9) {
        &, & ~ .btn {
            margin-bottom: 0;
        }
    }*/
  }
  .produktberater-question-arrows {
    margin-bottom: 5rem;
  }
  .produktberater-question.result-page {
    height: 45rem;
  }
  .produktberater-question.result-page .produktberater-question-content {
    padding: 0 5rem;
  }
  .produktberater .swiper {
    padding: 0 1rem;
  }
  .produktberater .swiper-holder {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .produktberater .swiper-page {
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .produktberater .swiper-page .btn {
    height: auto;
  }
  .produktberater .swiper-page .btn-icon:before {
    width: 1.875rem;
    height: 1.875rem;
  }
  .produktberater .swiper-indicator, .produktberater .swiper-icon {
    display: none;
  }

  /* new */
  .produktberater .swipe-indicator2, .produktberater .swiper-icon {
    display: none;
  }
  .produktberater-result {
    justify-content: center;
  }
  .produktberater-result-product {
    flex-shrink: 1;
  }
  .produktberater-result-popup {
    padding: 2rem;
  }
  .produktberater-result-popup button {
    margin: 2.5rem;
  }
  .produktberater-result-popup .ingredients-list-head {
    padding: 1.25rem 2.5rem;
  }
  .produktberater-result-popup .ingredients-list-body {
    padding: 0.625rem 2.5rem;
  }
}
@media (min-width: 62rem) {
  .produktberater-question-content:has(.swiper) {
    padding: 0 8rem;
  }
}
@media (max-width: 62rem) {
  .produktberater-question-content:has(.swiper) {
    padding: 0 1rem;
  }
}


.spinner {
  width: 4rem;
  height: 4rem;
  border: .4rem solid #0B3373;
  text-align: center;
  vertical-align: center;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  border-width: 10px;
  animation: 2s ease infinite spinner-animation;
}

@keyframes spinner-animation {
  from {
    transform: rotate(0deg) scale(1.0);
  }
  to {
    transform: rotate(360deg) scale(1.2);
  }
}

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


/* new */
.swipe-indicator2 {
    position: relative;
    display: flex;
    gap:25px;
    margin: 0.4rem;
    /* border: 1px solid red; */
    /* width: 50%;
    transform: translate(50%); */
    justify-content: center;
    align-items: center;
}

.indi-item {
    padding: 0px;
    margin: 0px;
    min-width: 10px;
    height: 10px;
    /* border: 1px solid gray; */
    border-radius: 50%;
    background-color: #ced4da
}

div.indi-active {
    position: absolute;
    left: 0px;
    padding: 0px;
    margin: 0px;
    min-width: 10px;
    height: 10px;
    /* border: 1px solid gray; */
    border-radius: 50%;
    background-color: #adb5bd;
    transform: scale(1.55);
}

/* new */
#h2-title {
  font-size: 1.75rem;
}

/* new */

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