/** Shopify CDN: Minification failed

Line 126:17 Expected ":"

**/
@font-face {
  font-family: "source_sans_3";
  src: url("/cdn/shop/files/SourceSans3-Light_new.woff2") format("woff2");
  font-weight: 400; /* 400 steht für Regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "source_sans_3";
  src: url("/cdn/shop/files/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 700; /* 700 steht für Bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_3";
  src: url("/cdn/shop/files/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 500; 
  font-style: normal;
  font-display: swap;
}

body, a, span, li{
    font-family: 'source_sans_3';
    font-weight: 400;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h1 span, .h1 span, h2 span,
.h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span,
.title, .heading-default, .card-heading a, button span{
    font-family: 'source_sans_3';
    font-weight: 500;
}

strong{
    font-weight: 700;
}

.jdgm-prev-badge__text{
    font-size: calc(var(--font-heading-scale)* 1.3rem);
}
.jdgm-prev-badge__stars .jdgm-star.jdgm--on:before{
  font-size: 12px;
 
}

.banner-box.content-container{
    gap: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.scroll-text p{
    font-size: 2.6rem;
}

@media screen and (min-width: 990px) {
  .grid--10-col-desktop .grid-item {
    width: fit-content;
    max-width: unset;
  }
}

.grid--10-col-desktop{
    justify-content: space-between;
    gap: 0 !important;
}

.kb-multicolumn-wrapper span{
    font-size: 1.4rem;
}

.kb-multicolumn-wrapper .multicolumn-card{
    margin-bottom: 0;
}

.kb-multicolumn-wrapper .card-content-container-transparent{
    justify-content: center;
}

.kb-multicolumn-wrapper .multicolumn-card.card-content-container-transparent{
  border-inline-end: solid 1px;
    border-inline-end-color: #00000061 !important;
}

.kb-multicolumn-wrapper .card-content-container-transparent{
    border-inline-end-color: #00000061 !important;
}

.kb-multicolumn-wrapper .card-content-container-transparent{
    padding-inline-start: 1rem;
}

.kb-multicolumn-wrapper li:first-child .card-content-container-transparent {
    padding-inline-start: 0 !important;
}

.kb-multicolumn-wrapper .multicolumn-list li:last-child .card-content-container-transparent {
    padding-inline-end: 0 !important;
}

.kb-multicolumn-wrapper .multicolumn-card-info{
    line-height: normal;
    display: flex;
}

.kb-multicolumn-vertical-wrapper .card-content-container-transparent{
    flex-direction: column;
}

.kb-multicolumn-vertical-wrapper h3{
    font-weight: 400;
}

.kb-multicolumn-vertical-wrapper .multicolumn-card-info{
    display: flex;
    justify-content: center;
}
.kb-mutlicolumn-hide-image-radius img{
    border-radius 0 !important;
}

.kb-multicolumn-vertical-wrapper .multicolumn-card-image-wrapper{
    padding: 0 !important;
}
.kb-multicolumn-vertical-wrapper .multicolumn-card {
  margin: 0;
  align-items: center;
  gap: 2rem;
}

.grid-item.left.kb-title-center{
  width: 100% !important;
  text-align: center;
  max-width: unset;
  margin: 0 !important;
}

.kb-image-text-bulletpoints-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 2rem;
    gap: 3rem;
}
.kb-image-text-bulletpoints-title h3{
    margin: 0 !important;
    font-weight: 700;
}
.kb-image-text-bulletpoints-item p{
    margin: 0;
    font-size: calc(var(--font-body-scale) * 1.6rem);
}
.kb-image-text-bulletpoints-item{
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}
.kb-image-text-bulletpoints-title{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.kb-image-text-bulletpoints-title img{
    width: 2.5rem;
}
.image-with-text-media-item img{
  border-top-right-radius: var(--media-radius);
  border-bottom-right-radius: var(--media-radius);
}
.image-with-text-grid--reverse .image-with-text-media-item img{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--media-radius);
    border-bottom-left-radius: var(--media-radius);
}

.kb-testimonials-wrapper .slider-component-desktop{
    display: grid;
    grid-template-columns: repeat(1, 1fr 2fr);
}
.kb-testimonials-wrapper .collection-info{
    padding-right: 7rem; 
}

.kb-testimonial-item-wrapper{
    display: flex;
}
.kb-testimonial-item-wrapper .testimonials-image{
    padding: 0;
}

.kb-testimonial-item-wrapper .testimonials-image img{
  position: absolute;
  height: 100% !important;
  width: 30rem !important;
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.kb-testimonial-item .testimonials{
  min-height: 46rem;
}
.kb-testimonial-item-wrapper .testimonial-text{
    padding: 4rem;
}

.kb-testimonial-item-wrapper p{
    font-size: calc(var(--font-heading-scale) * 2rem) !important;
}
.kb-testimonial-item-wrapper h3{
    font-size: calc(var(--font-body-scale) * 1.8rem) !important;
}

.kb-testimonial-item-wrapper .five-stars{
    width: 85px !important;
}
.kb-testimonial-item-wrapper .five-stars path{
    fill: #FFF6A7;
}
.kb-testimonial-item-wrapper .testimonial-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: inherit;
}
.kb-testimonial-item-wrapper .testimonials-media{
    margin-top: unset;
}
.testimonials-title p{
  margin: 0;
  margin-top: 3rem;
}
.kb-verfied-wrapper{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.kb-verfied-wrapper img{
    width: 2rem !important;
    height: 2rem !important;
}
.kb-testimonial-item-bottom-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.kb-testimonial-item-header{
    display: flex;
    flex-direction: column;
}
.kb-testimonial-item-header h3{
    margin-top: 0;
}
.kb-cta-col--text{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.kb-cta-col--text h2{
    margin: 0;
}
.kb-cta-col--text .button{
    margin-top: 2rem;
}
.kb-cta-col .button{
    border-color: rgba(var(--color-foreground));
    color: rgba(var(--color-foreground));
}
@media screen and (min-width: 750px) {
    .kb-cta-grid {
      display: grid;
      grid-template-columns: 1fr 0.75fr 1fr;
      min-height: 52rem; /* Optionale Mindesthöhe */
    }
}
@media screen and (min-width: 1365px){
  .kb-cta-col-text-inner{
    max-width: 360px;
    margin-left: auto;
  }
}
.kb-cta-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 4rem;
    position: relative;
    align-items: flex-start;
  }

  .kb-cta-col--image { padding: 0;}

  .kb-cta-image-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .kb-cta-badge {
    position: absolute;
    bottom: 2rem;
    right: -9rem;
    border-radius: 50%;
    width: 18rem;
    height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 2;
    border: solid 1px white;
  }
  .kb-cta-badge-inner{
    background: white;
    border-radius: 50%;
    width: 16.5rem;
    height: 16.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .kb-cta-badge-inner p{
    margin: 0;
    font-size: calc(var(--font-body-scale) * 1.6rem);
    line-height: 1.3;
  }
  .kb-cta-product-preview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    justify-content: space-between;
    height: 100%;
  }
  .kb-cta-product-preview img {
    max-width: 90%;
    height: auto;
  }
  .kb-cta-product-preview .h3{
    margin: 0;
    width: 32rem;
  }
  .kb-cta-product-preview-text{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  .kb-cta-col--product{
    justify-content: unset;
  }

@media screen and (max-width: 749px) {
    .kb-cta-grid { display: flex; flex-direction: column; }
    .kb-cta-badge { right: 20px; width: 100px; height: 100px; font-size: 0.6rem; }
}

@media screen and (min-width: 1250px){
    .kb-multicolumn-vertical-wrapper h3{
        width: 20rem;
    }   
}

.kb-right-info img{
    width: 100%;
    height: 48rem;
    object-fit: cover;
}
.kb-dual-header h1, .kb-dual-header h2{
  margin: 0;
}
.kb-dual-header{
  padding-bottom: 3rem;
}

.kb-dual-product{
    width: 22rem;
}
.kb-dual-accordion img{
    width: 5rem;
    height: 5rem;
}

.kb-dual-accordion .accordion summary{
    gap: 1.5rem;
}

.kb-dual-accordion .accordion-block{
    padding-right: 5rem;
}

.kb-right-info img{
    border-bottom-left-radius: calc(var(--media-radius));
}

.kb-dual-card-text-wrapper{
    padding-bottom: 3rem;
}
.kb-right-info-text-wrapper{
    padding-left: 10rem;
    max-width: 640px;
}

@media only screen and (min-width: 750px) {
  .small {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
}
.kb-dual-container {
    position: relative;
    z-index: 2;
  }
  .kb-dual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Zweispaltiges Grundlayout */
    gap: 4rem;
    align-items: start;
  }
  .kb-right-info{
    padding-left: 5rem;
    padding-bottom: 5rem;
  }

  /* Linker Bereich mit Header und Karte */
  .kb-left-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 7rem;
    padding-left: 5rem;
    padding-right: 4rem;
  }

  .kb-dual-card {
    background: white;
    padding: 3rem;
    border-radius: calc(var(--media-radius));
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
  }

  /* Mittlere Produkte, die über dem Schnittpunkt schweben */
  .kb-dual-product-overlay {
    position: absolute;
    bottom: -4rem;
    right: -2rem;
    z-index: 3;
    display: flex;
    transform: translateX(50%);
  }

  .kb-dual-product-overlay img {
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
  }

@media screen and (min-width: 1360px){
  .kb-left-content{
    max-width: 670px;
    margin-left: auto;
  }
}

@media screen and (max-width: 990px) {
    .kb-dual-grid { grid-template-columns: 1fr; }
    .kb-dual-product-overlay { position: static; justify-content: center; margin-top: 20px; }
    .kb-right-info { margin-left: 0; max-width: 100%; text-align: center; }
}

.kb-home-collection-item img{
  width: 100%;
  height: 22rem;
  object-fit: cover;
  border-radius: calc(var(--media-radius));
}

.kb-home-collection-item-text h4, .kb-home-collection-item-text p{
    margin: 0;
}
.kb-home-collection-item-text h4{
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.kb-home-collection-item-text p{
  font-size: calc(var(--font-body-scale) * 1.6rem);
  padding-bottom: 1.5rem;
}
.kb-home-collection-item-text a{
  color: rgba(var(--color-foreground));
  font-weight: 700;
}
@media screen and (min-width: 990px){
  .kb-home-collection-list-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    row-gap: 6rem;
  }
  .kb-home-collection-list-wrapper li{
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    padding-right: 2rem;
    border-right: solid 1px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
  }
  .kb-home-collection-list-wrapper li:nth-child(4n) {
    border-right: none !important;
  }
}
@media screen and (min-width: 990px){
  .kb-accordion-text-image-design-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr 1.5fr);
    gap: 5rem;
  }
}

.kb-accordion-text-image-design-wrapper h2{
  margin: 0;
}
.kb-faq-image-wrapper{
  padding-top: 4rem;
}
.kb-faq-image-wrapper img{
  width: 100%;
  height: 42rem;
  object-fit: cover;
  border-radius: calc(var(--media-radius));
}
.kb-promotion-card-wrapper .collection-info{
  display: grid;
  grid-template-columns: repeat(1, 1fr 1.5fr);
}
.kb-promotion-card-wrapper p{
  margin: 0;
}
.kb-promotion-card-wrapper .collection-info .grid_item{
  display: flex;
  height: 100%;
}
.kb-promotion-card-wrapper .collection-info.grid{
  padding-bottom: 8rem;
}
.kb-promotion-card-wrapper  .contains-content-container.grid{
  column-gap: 0;
}
.kb-promotion-card-wrapper .grid--3-col-desktop .grid-item{
  --grid-desktop-horizontal-spacing: 0px;
}
@media screen and (min-width: 990px) {
  .kb-promotion-card-wrapper .grid {
    padding: 0 5rem;
  }
}
.kb-promotion-controls{
  padding-top: 13rem;
  margin-top: -10rem;
}
.kb-promotion-card-wrapper .promotion-cards-media{
  border-radius: 0;
}

.kb-promotion-card-wrapper ul li:first-child .promotion-cards-media{
  border-top-left-radius: calc(var(--media-radius));
  border-bottom-left-radius: calc(var(--media-radius));
}
.kb-promotion-card-wrapper ul li:last-child .promotion-cards-media{
  border-top-right-radius: calc(var(--media-radius));
  border-bottom-right-radius: calc(var(--media-radius));
}
.kb-promotion-card-wrapper .promotion-cards .promotion-cards-text{
  top: 0;
  bottom: unset !important;
  border-radius: 0 !important;
  border-bottom-right-radius: calc(var(--media-radius)) !important;
  padding: 0.5rem 3rem !important; 
}
.kb-promotion-card-wrapper h4{
  margin: 0;
}

.blog.blog-style-two .card .card-inner .card-media{
  border-radius: calc(var(--media-radius)) !important;
}

.blog.blog-style-two .card-content{
  padding: 0;
}
.blog.blog-style-two .card-information{
  padding: 0;
  padding-top: 2rem;
}

.kb-text-image-rezept-wrapper{
  width: 100%;
  padding: 3rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: calc(var(--media-radius));
  margin-bottom: 4rem;
}
.kb-text-image-rezept-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kb-text-image-rezept-header img{
  width: 4rem;
}
.kb-text-image-rezept-header h4{
  margin: 0;
}
.footer-block-image p{
  text-align: left;
}
.footer-block-image img{
  border-radius: 0;
}
.footer-image-caption a{
  color: rgba(var(--color-foreground));
}
.footer-image-caption{
  padding-top: 2rem;
}
.kb-promotion-text-info-button-wrapper{
  display: flex;
  flex-direction: column;
}
.kb-promotion-text-info-button-wrapper .banner-buttons{
  padding-top: 2rem;
}
.kb-text-image-rezept-wrapper p, .kb-text-image-rezept-wrapper ul{
  margin-top: 0;
}
.product-info-container .accordion{
  border-bottom: unset;
}
.kb-multicolumn-wrapper a{
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

@media screen and (min-width: 990px){
  .kb-media-text-image-smaller{
    width: 45% !important;
  }
}
.kb-featured-collection-image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--media-radius));
}
.kb-featured-collection-wrapper{
  display: flex;
  gap: 5rem;
  margin-bottom: 6rem;
}
.kb-featured-collection-image-wrapper .collection-content{
  width: 55%;
}
.kb-featured-collection-image-wrapper{
  width: 45%;
  height: 48rem;
}
.kb-featured-collection-wrapper .card-information, .kb-featured-collection-wrapper .grid-item.slider-slide {
  padding-bottom: 0 !important;
}
.kb-featured-collection-wrapper .product-grid.contains-card--product{
  margin-bottom: 0 !important;
}

.kb-featured-collection-banner{
  height: 15.85rem;
  width: 80vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-bottom-left-radius: calc(var(--media-radius));
}
@media screen and (min-width: 990px) and (max-width: 1397px){
  .kb-featured-collection-banner{
    height: 18.85rem;
  } 
}

.kb-featured-collection-wrapper .grid-item.left{
  width: 60%;
  max-width: 75% !important;
}
.kb-collection-cta-wrapper{
  min-height: 30rem;
  display: grid;
  grid-template-columns: repeat(1, 0.7fr 2fr);
  max-height: 60rem;
}
.kb-cta-col--collection-cta-img{
  display: flex;
  position: relative;
}
.kb-cta-col--collection-cta-img img{
  width: 100%;
  object-fit: cover;
  max-height: 60rem;
}
.kb-collection-image-banner-zusatz{
  width: 32rem !important;
  height: 22rem !important;
  position: absolute;
  top: 5rem;
  right: -8rem;
  z-index: 2;
  transform: translateX(50%);
  border-radius: calc(var(--media-radius));
}
.kb-collection-cta-text-wrapper{
  padding-left: 50rem;
}
@media screen and (min-width: 990px) and (max-width: 1400px){
  .kb-collection-cta-text-wrapper {
    padding-left: 45%;
  }
}
.kb-cta-collection-text-wrapper h2, .kb-cta-collection-text-wrapper .h2{
  margin: 0;
}
.kb-cta-collection-text-wrapper{
  padding-bottom: 15rem;
  gap: 3rem;
}
.kb-cta-collection-text-wrapper .button{
  margin-top: 2rem;
}

.kb-cta-collection-text-wrapper .rte{
  width: 70%;
}
.kb-collection-cta-text-wrapper img{
  position: absolute;
  width: 40rem;
  bottom: -5rem;
  left: -6rem;
  transform: translateX(-50%);
}
.kb-collection-cta-text-wrapper .kb-cta-product-preview{
  position: relative;
}
.featured-collections-wrapper h3, .featured-collections-wrapper a{
  line-height: 1;
  margin: 0;
}
.featured-collections-wrapper .card-information-1{
  padding: 0.5rem 0 !important;
}
.featured-collections-wrapper .card-content-1{
  top: unset !important;
  bottom: 1rem !important;
  transform: translatex(-50%) !important;
}
.kb-banner-grid--text-wrapper h2, .kb-banner-grid--text-wrapper p{
  color: black;
}

.kb-banner-column-special-wrapper .grid{
  display: flex !important;
  justify-content: space-between;
}

.kb-banner-column-special-wrapper .grid li{
  width: calc(50% - 2rem)!important;
  max-width: calc(50% - 2rem) !important;
}
.kb-science-card:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0000002b;
  z-index: 2;
  top: 0;
}

@media screen and (min-width: 990px) and (max-width: 1400px){
   .kb-collection-cta-text-wrapper img {
    width: 32rem;
    bottom: -2rem;
   }
   .kb-cta-collection-text-wrapper .rte{
    width: 100%;
   }
  .kb-collection-image-banner-zusatz {
    width: 28rem !important;
    height: 18rem !important;
  }
}

@media screen and (min-width: 990px){
  .kb-testimonials-wrapper .testimonials-image{
    display: flex;
    align-items: stretch;
    width: 30rem;
  }
}

.kb-text-image_vorteil-box-wrapper p{
  margin: 0;
}
.kb-text-image_vorteil-box-wrapper{
  padding: 3rem;
  width: 100%;
  border-radius: var(--media-radius);
}
.kb-title-wrapper--center{
  justify-content: center !important;
  text-align: center;
}
.banner-text.body p{
  margin: 0;
}

.liver-table-wrapper {
    width: 100%;
    margin: 1.25rem 0;
    overflow-x: auto; /* Verhindert Layout-Bruch auf kleinen Screens */
  }

  .liver-status-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    min-width: 37.5rem; /* Stellt sicher, dass die Tabelle lesbar bleibt */
  }

  /* Header Styling */
  .liver-status-table thead th {
    background-color: #4D6F61;
    color: #ffffff;
    text-align: left;
    padding: 1.5rem 1rem;
    font-size: calc(var(--font-body-scale) * 1.6rem);
    line-height: 1;
    letter-spacing: 0.05rem;
  }
.kb-table-width-normal thead th{
  white-space: nowrap;
}

  /* Zellen Styling */
  .liver-status-table td {
    padding: 1.25rem 0.9375rem;
    border-bottom: 0.0625rem solid #eeeeee;
    font-size: calc(var(--font-body-scale) * 1.6rem);
    color: #000000;
    vertical-align: middle;
  }

  /* Hintergrund für die mittlere Zeile (Zebra-Effekt) */
  .liver-status-table tbody tr:nth-child(2) {
    background-color: #ffffff;
  }

  /* Farblogik für die erste Spalte (Schweregrad) */
  .col-severity strong {
    font-size: calc(var(--font-body-scale) * 1.6rem);
  }

  .row-mild .col-severity {
    color: #5a8a4d; /* Grün */
  }

  .row-medium .col-severity {
    color: #d97b41; /* Orange/Mäßig */
  }

  .row-severe .col-severity {
    color: #b52b2b; /* Rot/Schwer */
  }
  .kb-color-vergleich-gruen{
    color: #5a8a4d !important; /* Grün */
  }
  .kb-color-vergleich-rot{
    color: #b52b2b !important; /* Rot/Schwer */
  }

  /* Letzte Zeile ohne unteren Rahmen */
  .liver-status-table tbody tr:last-child td {
    border-bottom: none;
  }

.two-images-text-wrapper .kb-text-image_vorteil-box-wrapper{
  margin-bottom: 3rem;
}

@media screen and (min-width: 990px){
  .kb-image-with-text-remove-padding .image-with-text-content{
    padding-top: 0;
    padding-bottom: 0;
  }
}

.multicolumn-card-info h3{
  font-weight: bolder;
  padding-bottom: 1.5rem;
}
.kb-multicolumn-text-addition{
  flex-direction: column;
  text-align: center;
}
.kb-multicolumn-text-addition .title{
  text-align: center;
}
.kb-promotion-cards-title-small-wrapper h3{
  font-size: calc(var(--font-heading-scale) * 1.8rem) !important;
  font-weight: bolder;
  margin-bottom: 1rem !important;
}
.kb-promotion-cards-title-small-wrapper p{
  font-size: calc(var(--font-body-scale) * 1.6rem);
}
.kb-testimonial-item-header p{
  font-size: calc(var(--font-body-scale) * 1.6rem) !important;
  margin: 0;
}
.kb-media-text-hide-image .image-with-text-media-item{
  display: none;
}

.kb-media-text-hide-image .image-with-text-content{
  padding: 0;
}
.kb-media-text-hide-image .image-with-text-text p{
  text-align: center;
}
.kb-media-text-hide-image h2{
  margin: auto;
}
.quick-info-bar .column.info-image{
  display: flex;
}

.quick-info-bar .is-layout-flex.columns{
  height: 100%;
}
.kb-multicolumn-count-wrapper{
  display: flex;
  justify-content: center;
}
.kb-multicolumn-count-inner{
  width: 6rem;
  height: 6rem;
  background: #fff6a7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: bold;
}
.kb-media-text-hide-image .image-with-text-content{
  max-width: unset !important;
}
.image-with-text-content .mobile-disable-image-false.image-relative img{
  width: 12rem;
  height: auto;
}
.article-video-block video{
  border-radius: var(--media-radius);
}
.kb-featured-collection-decoration:after{
  content: "";
  position: absolute;
  background: #fff6a7;
  width: 90vw;
  height: 3rem;
  top: 3rem;
  right: 0;
  border-top-left-radius: var(--media-radius);
  border-bottom-left-radius: var(--media-radius);
  z-index: -1;
}

.kb-science-grid-special .kb-science-left-col .kb-science-card:before{
  content: unset;
}
.kb-science-grid-special .kb-science-left-col img{
  position: relative;
}
.kb-science-grid-special .kb-science-left-col .kb-science-card{
  padding: 0;
}
.product-accordion.accordion{
  border-bottom: solid 1px rgba(var(--color-base-border-1));
  padding-bottom: 10px;
}
.kb-image-onlay-wrapper .kb-science-right-col{
  display: none;
}

.kb-image-onlay-wrapper{
  display: flex !important;
}
#shopify-section-template--29154899427660__kb_banner_two_columns_bXLRBW{
  margin-top: 0;
}
@media screen and (min-width: 1360px){
  .kb-section-reduce-section-size .image-with-text-content{
    padding-right: 0 !important;
  }
  .image-with-text-background--reverse .kb-section-reduce-section-size .image-with-text-content{
    padding-left: 0 !important;
    padding-right: 7rem !important; 
  }
}
@media screen and (min-width: 751px) and (max-width: 1359px){
  .kb-section-reduce-section-size .image-with-text-content{
    padding-right: 0 !important;
  }
  .image-with-text-background--reverse .kb-section-reduce-section-size .image-with-text-content{
    padding-left: 5rem !important;
    padding-right: 7rem !important; 
  }
}
@media screen and (min-width: 990px) and (max-width: 1799px){
  .kb-image-with-text-remove-padding-image-smaller .image-with-text-text-item{
    width: calc(52% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 989px){
  .kb-testimonials-wrapper .slider-component-desktop{
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 990px) and (max-width: 1145px){
  .kb-image-text-bulletpoints-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 990px){
  .kb-multicolumn-wrapper .multicolumn-card-info{
    padding-top: 0 !important;
  }
  .kb-multicolumn-wrapper .multicolumn-card, .kb-multicolumn-wrapper .grid-item{
    width: fit-content !important;
    min-width: unset;
    border-inline-end: 1px solid rgba(var(--color-base-border-1));
    padding-right: 1.5rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1360px){
  .kb-section-reduce-section-size .image-with-text-content{
    max-width: 720px;
  }
}


/* Verhindert Layout-Breaks */
  .kb-home-collection-slider-wrapper { overflow: hidden; width: 100%; }

  @media screen and (max-width: 1360px) {
    /* Eigener Scroll-Container, unabhängig vom Theme-CSS */
    .kb-scroll-container {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none; /* Versteckt Standard-Scrollbar */
      -ms-overflow-style: none;
      display: block;
      width: 100vw;
      margin-left: calc(50% - 50vw);
    }
    .kb-scroll-container::-webkit-scrollbar { display: none; }

    .kb-grid-slider {
      display: flex;
      flex-wrap: nowrap;
      margin: 0;
      padding: 0 1.5rem;
      list-style: none;
    }

    .kb-grid-item {
      flex: 0 0 70%; /* Zeigt 70% der Karte, damit man sieht, dass es weitergeht */
      padding: 0 10px;
      scroll-snap-align: start;
    }

    /* Fortschrittsbalken */
    .kb-progress-wrapper {
      width: 100%;
      height: 2px;
      background: #e0e0e0;
      margin: 25px auto;
      margin-bottom: 0;
      border-radius: 2px;
      position: relative;
      cursor: pointer;
      display: block;
    }
    .kb-progress-bar {
      position: absolute;
      height: 100%;
      width: 50%;
      background: #000;
      border-radius: 2px;
      left: 0;
      will-change: transform;
      display: block !important;
    }
  }

@media screen and (min-width: 1361px) {
  .kb-grid-slider { display: grid; grid-template-columns: repeat({{ section.settings.columns_desktop }}, 1fr); gap: 20px; }
  .kb-progress-wrapper { display: none; }
}

.kb-image-full-width-special .grid-item{
  flex-grow: 1 !important;
}
.kb-table-width thead th:first-child{
  width: 12.6rem;
}

@media screen and (min-width: 990px){
  .image-with-text-text-item{
    flex-grow: 1 !important;
  }
  .kb-image-with-media-reduce-height .image-with-text-content, .kb-image-with-media-original-size .image-with-text-content{
    padding: 0 !important;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .image-with-text-background--reverse .kb-image-with-media-reduce-height .image-with-text-content, .image-with-text-background--reverse .kb-image-with-media-original-size .image-with-text-content{
    padding: 0 !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .kb-image-with-media-reduce-height .image-with-text-media, .kb-image-with-media-original-size .image-with-text-media{
    padding-bottom: 0 !important;
  }
  .kb-image-with-media-reduce-height .image-with-text-media{
    height: 34rem;
  }
  .kb-image-with-media-original-size .image-with-text-media{
    display: flex;
    align-items: center;
  }
  .kb-image-with-media-reduce-height img{
    top: 50% !important;
    transform: translateY(-50%);
  }
  .kb-image-with-media-original-size img{
    position: relative !important;
    height: auto !important;
    object-fit: contain;
  }
  .image-with-text--full-width .kb-image-with-media-original-size .image-with-text-content{
    padding: 0 !important;
    padding-left: 5rem !important;
  }
  .image-with-text-background--reverse.image-with-text--full-width .kb-image-with-media-original-size .image-with-text-content{
    padding: 0 !important;
    padding-right: 5rem !important;
  }
}
.banner-box.content-container .banner-text.body{
   font-size: 2.4rem;
}
.collection-title.title-wrapper {
  font-weight: 500;
}
.banner-content .banner-text.body{
  margin-top: 0;
}
.product-data-sheet-link{
  padding-top: 1.5rem;
}
.product-data-sheet-link a{
  font-size: 1.6rem;
}

.kb-video-item h3{
  margin: 0;
}
.kb-testimonial-item .testimonials{
  height: 100%;
}
@media screen and (min-width: 750px) and (max-width: 989px){
  .kb-slider-arrow{
    display: none;
  }
  .kb-testimonial-item-wrapper{
    display: grid !important;
    grid-template-columns: repeat(1, 0.5fr 1fr);
  }
  .kb-testimonial-item-wrapper .testimonials-image img{
    position: relative;
    width: 100% !important;
  }
  .testimonials-list{
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 749px){
  .kb-slider-arrow{
    display: none;
  }
  .kb-testimonial-item-wrapper{
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }
  .kb-testimonial-item-wrapper .testimonials-image img{
    position: relative;
    width: 100% !important;
  }
  .kb-testimonial-item-wrapper .testimonial-text{
    width: unset;
    padding: 2rem;
  }
  .kb-testimonial-item-wrapper p{
    font-size: 1.6rem !important;
  }
  .kb-testimonial-item-bottom-wrapper, .testimonial-text{
    gap: 1rem;
  }
  .testimonials-list{
    padding-top: 2.5rem;
  }
  .collection-list-one .grid--1-col-tablet-down .grid-item{
    width: 100% !important;
    max-width: 100% !important;
  }
}

.kb-article-wrapper .card-content, .kb-article-wrapper .card-information{
  padding: 0 !important;
}
.kb-article-wrapper .card-content{
  padding-top: 1.5rem !important;
}
.kb-article-wrapper .button{
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  margin-top: 2.5rem !important;
}

article hr {
  margin: 3rem 0;
}

@media screen and (min-width: 990px){
  .kb-gallery-product-new{
    justify-content: flex-end;
  }
  .kb-collection-banner-container{
    max-width: 57rem !important;
  }
}

.kb-video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; /* Zentriert das Video, falls der Container breiter ist */
  margin-bottom: 2rem;
}

.kb-custom-video {
  width: 100%;
  max-width: 55rem; /* Hier kannst du die maximale Breite begrenzen */
  aspect-ratio: 1 / 1; /* Erzwingt das Quadrat */
  object-fit: cover;   /* Sorgt dafür, dass das Video das Quadrat ausfüllt ohne schwarze Balken */
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.kb-rich-text-image{
  width: 100%;
  height: auto;
}


.kb-product-nutrition-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; /* Wichtig: hält den Zoom im Kasten */
  touch-action: none; /* Verhindert, dass die Seite scrollt, während man im Bild zoomt */
  cursor: zoom-in;
  background: #f9f9f9;
}

.kb-product-nutrition-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.1s ease-out;
  transform-origin: center center;
}

/* Nur für Desktop: Zoom beim Hover */
@media (min-width: 769px) {
  .kb-product-nutrition-image-wrapper:hover img {
    transform: scale(2); /* Zoom-Stärke */
  }
}

/* Der Fullscreen-Zustand für Mobilgeräte (wird per JS aktiviert) */
.kb-product-nutrition-image-wrapper.is-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}

.kb-product-nutrition-image-wrapper.is-fullscreen img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(1) !important; /* Zoom im Fullscreen deaktivieren */
}

/* Ein kleines "X" zum Schließen (optional) */
.kb-product-nutrition-image-wrapper.is-fullscreen::after {
  content: "✕";
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  font-family: sans-serif;
}
.mobile-zoom-hint {
  display: none; /* Standardmäßig ausblenden */
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}

/* Nur auf Mobilgeräten (bis 768px Breite) anzeigen */
@media (max-width: 768px) {
  .mobile-zoom-hint {
    display: block;
    /* Optional: Ein kleines Icon davor */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  
  .mobile-zoom-hint::before {
    content: "👆"; /* Ein dezentes Finger-Emoji */
    font-style: normal;
  }
}
.shopify-policy__container{
  max-width: 1250px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.shopify-policy__title{
  text-align: left;
}
.shopify-policy__container p{
  font-size: 1.8rem;
}
.kb-media-image-height-size-smaller .image-with-text-media{
  min-height: unset !important;
  top: 50%;
  transform: translateY(-50%);
}

.banner-box .banner-text.body{
  line-height: 1.4;
}
.swiper-button-prev::after, .swiper-button-next::after{
  background: black !important;
}
.swiper-button-prev::before, .swiper-button-next::before{
  border-right-color: black !important;
  border-left-color: black !important;
}
.footer__column--info{
  display: flex;
  justify-content: flex-end !important;
  gap: 1rem;
  flex-direction: row !important;
}
.footer__localization{
  margin-bottom: 0 !important;
}
.footer__column.footer__localization.extract{
  width: fit-content;
}
.disclosure .localization-form__select{
  margin-bottom: 0;
}
@media screen and (max-width: 768px){
  .multicolumn-card-info h3{
    padding-bottom: 0;
    font-size: calc(var(--font-heading-scale) * 1.6rem) !important;
  }
  .multicolumn-card-image-wrapper--fourth-width{
    width: 30%;
  }
  .multicolumn-list.slider.slider--mobile{
    gap: 0;
  }
  .slider.slider--mobile.contains-content-container .slider-slide{
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kb-progress-wrapper{
    margin-top: 1rem;
  }
  .grid-item.left.kb-title-center{
    text-align: left;
  }
  .kb-image-text-bulletpoints-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
  .kb-image-with-text-remove-padding-image-smaller{
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .kb-image-with-text-remove-padding-image-smaller .image-with-text-grid{
    gap: 3rem;
  }
  .image-with-text-section .image-with-text-content{
    padding: 0 !important;
  }
  .kb-testimonial-item-wrapper .testimonials-image img{
    height: 36rem !important;
    border-radius: var(--media-radius) !important;
  }
  .kb-cta-badge-inner p{
    font-size: calc(var(--font-body-scale) * 1.4rem);
  }
  .kb-cta-badge-inner{
    width: 15rem;
    height: 15rem;
  }
  .kb-cta-badge{
    width: 17rem;
    height: 17rem;
  }
  .kb-cta-badge{
    bottom: -4rem;
  }
  .kb-dual-card{
    padding: 1.5rem;
  }
  .kb-right-info-text-wrapper{
    max-width: unset;
    padding: 0;
    text-align: left;
  }
  .kb-cta-col.kb-cta-col--text, .kb-left-content, .kb-right-info{
    padding: 3rem 1.5rem;
  }
  .kb-cta-col.kb-cta-col--product{
    padding: 5rem 1.5rem;
  }
  .kb-home-collection-item img{
    height: 28rem;
  }
  .kb-dual-product-overlay, .image-with-text .rotate-text, .kb-collection-image-banner-zusatz{
    display: none !important;
  }
  .kb-dual-accordion .accordion-block{
    padding-right: 0;
  }
  .kb-dual-card-text-wrapper{
    padding-bottom: 0;
  }
  .kb-promotion-card-wrapper .collection-info.grid{
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-bottom: 5rem;
  }
  .kb-promotion-card-wrapper .slider-no-padding.page-width, .kb-promotion-card-wrapper slider-component{
    margin-right: unset;
  }
  .rich-text:not(.rich-text--full-width) .rich-text-wrapper{
    width: 100% !important;
  }
  .kb-text-image-rezept-wrapper{
    margin: 0;
  }
  .image-with-text .grid--2-col-tablet.image-caption .image-with-text-media-item.grid-item{
    padding-right: 0 !important;
  }
  .image-with-text-grid{
    gap: 2rem !important;
  }
  .image-with-text-content>*+*{
    margin-top: 1.5rem !important;
  }
  .kb-collection-cta-wrapper{
    max-height: unset;
    grid-template-columns: repeat(1, 1fr);
  }
  .kb-cta-col--collection-cta-img{
    order: 2;
  }
  .kb-collection-cta-text-wrapper img{
    position: relative;
    width: 25rem;
    transform: unset;
    bottom: unset; 
    left: unset;
  }
  .kb-cta-collection-text-wrapper{
    padding-bottom: 0;
  }
  .kb-cta-collection-text-wrapper .rte{
    width: 100%;
  }
  .kb-cta-collection-text-wrapper .button{
    margin-top: 0;
  }
  .subcollections .card-content-1 h3{
    font-size: calc(var(--font-heading-scale) * 1.4rem);
  }
  .large {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
  .banner-box.content-container .banner-text.body{
    font-size: 1.6rem;
  }
  .banner-box .banner-text.body{
    text-align: left;
  }
  .image-with-text-grid--reverse .image-with-text-media-item img{
    border-radius: var(--media-radius) !important;
  }
  .h3, h3{
    font-size: calc(var(--font-heading-scale) * 1.9rem);
  }
  .medium, .large{
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  .card-information .card-heading{
    font-size: calc(var(--font-heading-scale)* 1.6rem) !important;
  }
  .subcollections .card-content-1 h3{
    font-size: calc(var(--font-heading-scale)* 1.6rem) !important;
  }
  .kb-science-card{
    justify-content: center !important;
  }
  #section-template--29140004438348__image_banner_with_featured_collection_TnTLLi{
    --spacing-sections-desktop: 43px !important;
  }
  .kb-featured-collection-decoration:after{
    top: 2rem;
  }
  .banner-two-columns .banner-content.banner--desktop-transparent{
    padding: 0 !important;
  }
  .jdgm-star.jdgm--on:before{
    font-size: calc(var(--font-heading-scale)* 1.3rem);
  }
  .kb-mutlicolumn_teamview .multicolumn-card.card-content-container{
    width: 90% !important;
    margin-bottom: 0;
  }
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid-item{
    width: calc(90% - 4rem);
  }
  .contact-form-column.contact-form-sidebar-section .contact-form-section{
    padding: 2rem !important;
  }
  .contact-form-column.contact-form-sidebar-section .banner-content, .contact-form-row.contact-form-sidebar-section .banner-content{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .banner-content .banner-box, .kb-multicolumn-text-addition, .kb-multicolumn-text-addition .title{
    text-align: left;
  }
  .banner-box.content-container{
    height: 100%;
  }
  .kb-section-reduce-section-size, .kb-media-text-hide-image{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .liver-status-table thead th{
    white-space: pre;
  }
  .title-wrapper-with-link{
    align-items: flex-start;
  }
  .promotion-cards-title, .kb-media-text-hide-image .image-with-text-text p{
    text-align: left;
  }
  .article-template-content, .article-template header{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .article-content .title{
    margin-top: 0 !important;
  }
  .article-content{
    padding: 1.5rem;
    border-radius: var(--media-radius) !important;
  }
  .footer__column--info{
    flex-direction: column !important;
  }
  .footer__content-bottom-wrapper{
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .footer__content-bottom{
    margin-bottom: 0 !important;
  }
}
.kb-login-info strong{
  font-weight: 700 !important;
}
.customer:not(.account):not(.order){
  max-width: var(--page-width) !important;
}
.customer form{
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 990px){
  .kb-login-info{
    width: 75%;
    margin: auto;
  }
}