@import url("../../common/common.css");

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary: #004E42; /*173d3d;*/
    --secondary: #FAED9E; /*#d1ac70*/
    --secondary-light: #f0dfb4;
    --secondary-lighter: #FAF6EB;
    --isabelline: #f6f3ee;
    --baby-powder: #fcfaf6;
    --white: #ffffff;
    /* --font-family:"futura-pt-book"; */
    --font-family:"Outfit";
    --f-fiktree:"Figtree";
    --f-outfit:"Outfit";
    /* --bs-body-font-family: "futura-pt-book";
    --bs-font-sans-serif: "futura-pt-book"; */
    --bs-body-font-family: "Outfit";
    --bs-font-sans-serif: "Figtree";
    --bs-border-color: #d1ac70;
    --secondary-sun:#F6B41B;
    /* Home New */
    --unnamed-color-fffaef: #FFFAEF;
    /* Home new */
    --unnamed-color-fffcf1: #FFFCF1;
    --bs-btn-active-bg:var(--secondary);
    --bs-btn-hover-bg:var(--secondary);

}

html,
body {
    font-family: Outfit;
    color: var(--primary);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

section {
    position: relative;
}
.primary-color {
    color: var(--primary) !important;
}
.secondary-color {
    color: var(--secondary-sun);
}
.bg-secondary-theme{
    background-color: var(--secondary-sun);
}
.bg-secondary-color{
    background-color: var(--secondary);
}
.text-white-color {
    color: var(--white);
}
p {
    font-size: 14px;
    font-family: var(--f-fiktree);
}
.font-size-small{
    font-size: 16px;
}
.subtitle{
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.dropdown-item {
    color: var(--primary) !important;
    padding: 10px;
    border-bottom: 1.5px solid #004E42;
    text-align: center;
    font-size: 14px !important;
}
/* .dropdown-item:focus, */
.dropdown-item:hover {
    color: var(--white) !important;
    background-color: var(--primary);
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  
  .dropdown-toggle::after {
    transition: transform 0.15s ease;
  }

.custom-btn {
    color: var(--white);
    background-color: var(--primary);
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
}
.custom-btn:hover {
    background-color: var(--secondary);
    color: var(--primary);
    transition: all 0.3s;
}
.rectangle-custom-btn {
    width: 100%;
    color: var(--white);
    background-color: var(--secondary);
    padding: 0.5rem 1rem;
    border: none;
    transition: all 0.3s;
}
.rectangle-custom-btn:hover {
    background-color: var(--secondary);
    transition: all 0.3s;
}
.pd-tb {
    padding: 50px 0;
}
/* start Header */
.header-layer{
    width: 100%;
    height: 85px;
}
/* Home page header — transparent at first */
.home-icon{
    width:60px; 
    background:var(--secondary);
}
.home-header {
    background-color: transparent !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Homepage header (starts transparent) */
  .home-header {
    background-color: transparent !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Homepage header after scroll */
  .home-header.scrolled {
    background-color: #004E42 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  
  /* Other pages (solid by default) */
  .inner-header {
    background-color: #004E42 !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  
  /* Optional: keep appearance consistent after scroll */
  .inner-header.scrolled {
    background-color: #004E42 !important;
  }

.main-header .container-fluid {
    padding: 0 2.5rem;
}
.main-header .navbar-brand img {
    max-width: 150px;
}
.banner-block{
    border-radius: 55px 55px 0px 0px;
    position: relative;
    top: -55px;
}
.banner-item{
    text-align: center;
}
.main-header .navbar-nav .nav-link {
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.5rem 0.5rem;
    transition: all 0.3s;
    font-family: 'Figtree';
    font-weight: 400;
}

.main-header .navbar-nav .nav-link.active {
    color: var(--white);
    border-color: transparent;
    font-family: 'Figtree';
    font-weight: bold;
    text-transform: uppercase;
}

.main-header .navbar-nav .nav-link:hover {
    color: var(--white);
    transition: all 0.3s;
    border-color: transparent;
    font-family: 'Figtree';
    font-weight: bold;
}
.collapse:not(.show) .navbar-nav {
    min-height: auto;
}
.main-header .navbar-nav {
    min-height: 100vh;
}

.main-header .navbar-toggler {
    border: none;
}
.main-header .navbar-toggler:focus {
    box-shadow: none;
}

.main-header .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: var(--white);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.main-header .user-avatar-block img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.main-header .flag-icon-block img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
/* rotate first span */
.main-header .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
    background-color: var(--secondary);
}

/* hide second span */
.main-header .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.main-header .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: var(--secondary);
}

.main-header .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.main-header .header-btn {
    color: var(--white);
    background: var(--primary);
    font-size: 10px;
    font-weight: 500;
    padding: 0.5rem;
}
/* end header */

/* start Banner section */
.banner-section {
    background-color: var(--secondary-lighter);
}
.nutrition-logo {
    max-width: 110px;
}
/* end Banner section */

/* Start Meal details section */
.meal-detail-section {
    background: linear-gradient(75deg,rgba(255, 252, 241, 1) 0%, rgba(252, 244, 198, 1) 100%, rgba(250, 237, 158, 1) 100%);
    padding: 40px 0;
}
.icon-content-wraper p {
    font-size: 12px;
    font-weight: 600;
}
.icon-row .icon-block {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-row .icon-block img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.icon-row .icon-content-wraper:hover .icon-block {
    color: var(--secondary);
    filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(3807%)
        hue-rotate(358deg) brightness(108%) contrast(85%);
    cursor: pointer;
}
.custom-tooltip-block {
    --bs-tooltip-max-width: 600px;
    --bs-tooltip-bg: var(--white);
    --bs-tooltip-arrow-width: 20px;
    opacity: 1;
}
.tooltip-wrapper {
    background: url(../images/sun-bg.png) center center no-repeat;
}
.tooltip.show {
    opacity: 1;
}
.tooltip{
    font-family: var(--font-family);
}
.icon-row .icon-content-wraper:hover > p {
    color: var(--secondary);
}
.banner-section1 .meal-img {
    position: absolute;
    max-width: 310px;
    top: 50%;
    transform: translate(-50px, -50px);
}
/* End Meal details section */

/* start nutriscan section */
.nutriscan-section {
    background: linear-gradient(75deg,rgba(255, 252, 241, 1) 0%, rgba(252, 244, 198, 1) 100%, rgba(250, 237, 158, 1) 100%);
}
.center-nav.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.center-nav.owl-carousel .owl-nav button span {
    font-size: 80px;
    font-weight: 300;
}

.center-nav.owl-carousel .owl-nav button {
    position: absolute;
    color: var(--primary);
    border: none;
    outline: none;
}
.center-nav.owl-carousel .owl-nav button:hover {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--primary);
}
.center-nav.owl-carousel .owl-nav .owl-prev {
    top: 50%;
    left: 0%;
    transform: translate(-0%, -50%);
}
.center-nav.owl-carousel .owl-nav .owl-next {
    top: 50%;
    right: 0%;
    transform: translate(-0%, -50%);
}
.nutriscan-slider .owl-item img {
    max-width: 80%;
    margin: auto;
}

.nutriscan-section .meal-img-block {
    min-height: 200px;
    margin: 0 auto;
}
.nutriscan-section .nutrition-img-block {
    max-width: 200px;
    min-height: 180px;
    margin: 0 auto;
}
/* end nutriscan section */

/* Start product ads section */
.product-ads-section {
    padding-bottom: 40px;
}
.product-ads-section .content-block {
    position: absolute;
    background-color: var(--baby-powder);
    padding: 2rem 2.5rem;
    max-width: 50%;
    left: 15%;
    top: 50%;
    transform: translate(-15%, -50%);
    z-index: 2;
}
.product-ads-section .img-block img {
    position: absolute;
    max-width: 40%;
    left: 18%;
    top: 10%;
    transform: translate(-35%, -21%);
    z-index: 1;
}
/* end product ads section */

/* Start Die Anwendung section  */
.die-anwendung-section {
    padding: 40px 0;
}
.die-anwendung-section .product-slider .img-block {
    height: 200px;
}
/* End Die Anwendung section  */

/* Start Gut for section */

.accordion-button::after {
    display: none;
}

.accordion-button.collapsed::before {
    content: "";
    color: var(--primary);
    background: url(../images/Home/plus.png) no-repeat center right;
    width: 25px;
    height: 20px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    padding-right: 20px;
    float: right;
}
.accordion-button:not(.collapsed)::before {
    content: "";
    display: block;
    background: url(../images/Home/minus.png) no-repeat center right;
    width: 25px;
    height: 3px;
    /* margin-right: 15px; */
    float: right;
}
.accordion-item {
    border-color: var(--primary);
}
.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #004E42;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #004E42;
}
.accordion-body {
    color: var(--primary) !important;
    font-family: 'Figtree';
    font-weight: 400;
}
.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: transparent;
    box-shadow: none;
    font-family: 'Figtree';
    font-weight: 400;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
button.accordion-button.collapsed {
    color: var(--primary) !important;
    font-family: 'Figtree';
    font-weight: 400;
}
/* end Gut for section */

/* start farm meal section */
.farm-meal-section .sun-flower-img {
    width: 66%;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-0%, -50%);
}
.farm-meal-section .sun-flower-img-2 {
    width: 66%;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(15%, -50%);
}
.farm-meal-section .content-block {
    background-color: var(--baby-powder);
    padding: 4rem 1rem 4rem 7rem;
}
/* end farm meal section */

/* start FAQ section */
.nav-tabs .nav-link {
    color: var(--primary);
    font-weight: 600;
    font-family: 'Figtree';
    font-weight: 400;
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-link.active {
    color: var(--primary);
    border-color: transparent;
    font-family: 'Figtree';
    font-weight: bold;
    position: relative;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -6px; 
    left: 50%;
    transform: translateX(-50%);
    width: 6px;    
    height: 6px;
    background-color: var(--primary);
    border-radius: 50%;
}
/* end FAQ section */

/* Start shop section */
.shop-section {
    background: url(../images/shop-bg.png) center center no-repeat;
    background-size: cover;
    min-height: 500px;
}
.challenge-section-img-1 {
    background: url(../images/Schalke/header-schalke.webp) center center no-repeat;
}
.challenge-section-img-2 {
    background: url(../images/Schalke/header-kelly.webp) center center no-repeat;
}
.challenge-section-img-3 {
    background: url(../images/Schalke/header-hinterseer.webp) center center no-repeat;
}
.challenge-section {
    background-size: cover;
    min-height: 500px;
}
.challenge_bg{
    background: url(../images/Schalke/hands-minimeal-02.svg) center center no-repeat;
}

/* End shop section */

/* Start make day section */
.make-day-section {
    background: #fcfaf5;
}
.make-day-section img {
    width: 100px;
}
/* End make day section */

/* Start Footer */
.main-footer {
    background: var(--primary);
    color: var(--white);
}
.main-footer a:hover {
    color: var(--white);
}

.main-footer .search-btn,
.main-footer .search-btn:focus,
.main-footer .search-btn:active {
    color: var(--primary);
    background: var(--secondary);
    border-color: var(--secondary);
    font-size: 16px;
}

.main-footer .social-icon {
    color: var(--white);
    font-size: 14px;
}

.main-footer .icon-list li{
    border: 1px solid var(--white);
    padding: 5px 10px;
}

.main-footer .footer-bottom-wraper{
    background: #153737;
}
/* End Footer */

/* Start cookie offcanwas */
.offcanvas-bottom.cookie-offcanvas {
    height: 38vh;
}
/* End cookie offcanwas */

/* Start Signup Form Start */
.sign_up_form {
    background: var(--white);
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.meal_bg_img {
    position: absolute;
    bottom: -7%;
    right: -5%;
    max-width: 280px;
    opacity: 0.8;
}
a {
    text-decoration: none;
    color: var(--primary);
}
a:hover {
    color: var(--primary);
}
.form-control:focus,
.form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(23 61 61 /20%);
}
/* End Signup Form Start */

.card-img-top {
    object-fit: cover;
}

.cart-badge{
    top:6px !important;
}

.btn-secondary-theme{
    background-color: var(--secondary);
    color:var(--primary);
}
.btn-secondary-theme.btn.show{
    background-color: var(--secondary);
    color:var(--primary);
}
.btn-secondary-theme:hover{
    background-color: var(--primary);
    color:white;
    border: 1px solid var(--bs-border-color);
}
.bg-primary-theme{
    background-color: var(--primary);
    color:white
}

.btn-subscription{
    background-color: #FFDE17;
    color:black;
}

.btn-shop{
    background-color: #F6B41B;
    color:black;
}

 .search{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
} 
.selectBox {
    width: 100%;
    line-height: 60px !important;
    padding: 0 30px 0 60px;
    border: none;
    border-radius: 5px;
    background: #fff no-repeat left 20px center;
    background-image: url(https://d13rdz7z89sikw.cloudfront.net/helphq/search.svg);
}
.featured-articles {
    background-color: #f2f2f2;
}
.featured-article {
    max-width: 320px;
    margin: 0 auto;
}

.article{
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
    border: 1px solid rgb(230, 230, 230);
    padding: 35px 25px 32px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: 0.2s transform, 0.2s -webkit-transform;
}
.article-text{
    display: block;
    margin: 0 0 0 20px;
}
.article-contact-section{
    background: #fff;
    padding: 80px 0;
}
.article-detail-section{
    background: rgb(247, 247, 247);
}

.breadcrumbs{
    background: rgb(242, 242, 242);
}

.shape{    
	border-style: solid; border-width: 0 90px 51px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); 
	-o-transform: rotate(360deg);  
	-webkit-transform:rotate(360deg); 
	transform:rotate(360deg);
}

.shape {
	border-color: rgba(255,255,255,0) var(--primary) rgba(255,255,255,0) rgba(255,255,255,0);
}


.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-35px; white-space: nowrap;
	-ms-transform:rotate(30deg); 
	-o-transform: rotate(360deg); 
	-webkit-transform:rotate(30deg);
	transform:rotate(30deg);
}	
	
/* start media query */


@media only screen and (max-width: 1200px) {
    .main-header .container-fluid {
        padding: 0 1.5rem;
    }
    .meal-detail-section .meal-img {
        max-width: 250px;
        top: 0px;
        right: 0px;
        transform: rotate(355deg) translate(-50px, -40px);
    }
    .meal-detail-section .meal-img-2 {
        transform: rotate(355deg) translate(-24px, -133px);
    }
    .product-ads-section {
        padding-bottom: 0px;
    }
    .product-ads-section .content-block {
        position: unset;
        max-width: 100%;
        transform: translate(0%, 0%);
    }
    .offcanvas-bottom.cookie-offcanvas {
        height: 45vh;
    }
    .challenge-section {
        min-height: 430px;
    }

}


@media only screen and (max-width: 992px) {
    .main-header .container-fluid {
        padding: 0 0.5rem;
    }
    .meal-detail-section {
        padding: 50px 30px;
    }
    .meal-detail-section .meal-img {
        max-width: 220px;
        top: -40px;
        right: 45px;
    }
    .farm-meal-section .content-block {
        padding: 4rem;
    }
    .meal-detail-section .meal-img {
        max-width: 250px;
        top: unset;
        right: unset;
        transform: rotate(350deg) translate(0px, -50px);
        position: relative;
    }
    .challenge-section {
        min-height: 380px;
    }
    .farm-meal-section .sun-flower-img-2 {
        width: 100%;
        position: relative;
        right:0;
        top: 0;
        transform: unset;
    }
    .nutriscan-section {
        padding: 30px;
    }
    
}

.starterset_home_banner{
    background: url(../images/Home/verlauf-gruen.png) center center no-repeat;
    background-size: cover;
    /* padding: 60px 0 25% 0 !important; */
    min-height: 700.79px;
}

.starterset_home_banner1{
    background-color: #004E42;
}
@media only screen and (max-width: 768px) {
    .meal-detail-section {
        padding: 30px 30px;
    }

    .farm-meal-section .content-block {
        padding: 2rem;
    }
    .nav-tabs .nav-link {
        font-size: 11px;
    }
    .offcanvas-bottom.cookie-offcanvas {
        height: 70vh;
    }
    .challenge-section {
        min-height: 300px;
    }
}
@media only screen and (max-width: 576px) {
        .challenge-section {
            min-height: 200px;
        }
        .center-nav.owl-carousel .owl-nav .owl-prev {
            /* left: -8%; */
        }
        .center-nav.owl-carousel .owl-nav .owl-next {
            /* right: -8%; */
        }
}



@media only screen and (min-width: 576px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {

    h1 {
        font-size: 80px;
    }
    h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    .nutrition-logo {
        max-width: 130px;
    }
    .card-img-top {
    height: 300px;
    }

}
@media only screen and (min-width: 992px) {
    h1 {
        font-size: 70px;
    }
    h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    .header-layer{
        height: 84.4px;
    }
    .banner-block{
        border-radius: unset;
        position: relative;
        top: 0px;
    }

    .banner-section {
        background-color: #F1F1EF;
    }
    .banner-item{
        text-align: left;
    }
    .nutrition-logo {
        max-width: 100px;
    } 

    .card-img-top {
    height: 350px;
    }
}


@media only screen and (min-width: 1200px) {
    .header-layer{
        height: 84.4px;
    }
    .farm-meal-section .sun-flower-img {
        width: 64%;
    }
    .main-header .navbar-nav .nav-link {
        padding: 1rem;
    }
    .nutrition-logo {
        max-width: 130px;
    }
    .meal-detail-section .meal-img {
        max-width: 280px;
        top: 0px;
        right: 50px;
        transform: rotate(350deg) translate(-25px, -50px);
    }
    .meal-detail-section .meal-img-2 {
        transform: rotate(355deg) translate(15px, -166px);
    }
      .card-img-top {
    height: 400px;
      }

}
@media only screen and (min-width: 1440px) {
    h1 {
        font-size: 90px;
    }
    h2 {
        font-size: 55px;
    }
    h3 {
        font-size: 35px;
    }
   .fs-30 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    .farm-meal-section .sun-flower-img {
        width: 61%;
    }
    
    .meal-detail-section .meal-img {
        max-width: 320px;
        top: 0px;
        right: 75px;
        transform: rotate(355deg) translate(-25px, -50px);
    }
    .meal-detail-section .meal-img-2 {
        transform: rotate(355deg) translate(50px, -166px);
    }
    .nutrition-logo {
        max-width: 140px;
    }


}
  .section-1-img {
        position: absolute;
        top: 130%;
        text-align: center;
        z-index: 1;
    }
.form-check-input-custom:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.form-check-input-custom{
    border: 2px solid var(--secondary);
}

/*starterset */
.card-border-primary {
     border: 1.5px solid #004E42;
}
.card-heading{
    background: var(--primary);
    color: var(--white);
}
/* Home New */

.f-outfit {
    font-family: 'Outfit';
}
.f-figtree {
    font-family: 'Figtree';
}
.fw-light {
    font-weight: 300 !important;
}
.fw-regular {
    font-weight: 400;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-SemiBold {
    font-weight: 600;
}
.fw-bold {
    font-weight: 700;
}
.font-size-xsmall{
    font-size: 13px !important;
}
.section-marquee .marquee {
    font-family: 'Outfit';
    color: #fff;
}
.text-color {
    color: var(--unnamed-color-fffcf1);
}
a.nav-link.nav-color {
    color: var(--primary) !important;
}
a.nav-link.btn.btn-secondary-theme.px-4.py-1.rounded-5.f-figtree.fw-regular.active{
    background-color: var(--secondary);
    color:var(--primary);
}
.card-rechteck-1 {
    background-color: var(--primary);
    border-radius: 0;
    border: 1px solid #707070;
    height: 324px;
}
.card-rechteck_1 {
    background-color: var(--primary);
    border-radius: 0;
    border: 1px solid #707070;
}
.card-rechteck1 {
    background-color: var(--primary);
    border-radius: 0;
    border: 1px solid #707070;
}
.section-3 {
    background: url(../images/Home/Gruppe-maskieren-12@2x.png) center center no-repeat;
    background-size: cover;
    color: var(--unnamed-color-fffcf1);
}
.section-5 {
    background: var(--primary);
    min-height: 678px;
    color: var(--unnamed-color-fffcf1);
}
.section-6 {
    background: var(--unnamed-color-fffcf1);
}
.section-7 {
    background: url(../images/Home/Still1.webp) center center no-repeat;
    background-size: cover;
    min-height: 577px;
    color: var(--unnamed-color-fffcf1);
}
.section-8 {
    background: linear-gradient(183deg,rgba(255, 249, 204, 1) 0%, rgba(255, 252, 241, 1) 100%);
    padding: 40px 0;
}
.hr{
    border-bottom: 1.5px solid #004E42;
}
.text-size {
    font-size: 11px;
}
.section-9 {
    background: var(--primary);
}
.section-10 {
    background: url(../images/Home/Gruppe-maskieren-22@2x.png) center center no-repeat;
    background-size: cover;
    color: var(--unnamed-color-fffcf1);
    display: flex;
    align-items: center;
}
.nutriscan-slider-1 .owl-item img {
    max-width: 80%;
    margin: auto;
}
.nutriscan-slider-2 .owl-item img {
    max-width: 80%;
    margin: auto;
}
.section-11 {
    background: var(--primary);
}
.section-12 {
    z-index: 1;
    background-color: #fffcf1;
    background-image: url(../images/Home/geld-gold.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 100px 60px;
    display: flex;
    position: relative;
}
.section-14 {
    background: var(--primary);
}

.section-14-img {
    position: absolute;
    top: -160px;
    left: 90px;
}
.section-1-img {
    position: absolute;
    top: 100%;
    z-index: 1;
}
.section-15 {
    background: url(../images/Home/Gruppe-482.png) center center no-repeat;
    background-size: cover;
    min-height: 635px;
}
.faq-section {
    background: var(--unnamed-color-fffaef);
}
.faq-section .nav{
    display: flex;
    flex-wrap: nowrap;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: transparent !important;
    font-family: 'Figtree';
}
.accordion-item {
    background: transparent !important;
    border: var(--bs-accordion-border-width) solid var(--primary);
}
.accordion-button {
    background: transparent !important;
    display: inline !important;
}

.section-10-img {
    position: absolute;
    top: 30%;
    left: 90px;
    z-index: 1;
}
.section-10-img1 {
    position: absolute;
    top: -15%;
    left: 90px;
    z-index: 1;
}
.flower-img {
    background: url(../images/Home/sonne-klein.png) center center no-repeat;
    background-size: cover;
    height: 380px;
    width: 100%;
}

.accordion-item-1 {
    border: 1px solid #FAED9E !important;
    background-color: transparent;
    color: #ffffff;
    border-radius: 25px !important;
}
.accordion-header {
    display: flex;
    align-items: center !important;
}
.accordion-button-1::after {
    display: none;
}

.accordion-button-1.collapsed::before {
    content: "+";
    color: var(--secondary);
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    padding-right: 20px;
    border: none !important;
    float: right;
}
.accordion-button-1:not(.collapsed)::before {
    content: "";
    display: block;
    background: url(../images/minus.svg) no-repeat top right;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    float: right;
}
button.accordion-button-1.collapsed {
    border: none;
    background-color: transparent !important;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: left;
    color: #fff;
}
.accordion-button-1:not(.collapsed) {
    border: none;
    background-color: transparent !important;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: left;
}
.accordion-button-1:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.accordion-button-1:focus {
    box-shadow: none;
    border: none;
    background-color: transparent !important;
    font-size: 20px;
    align-items: center;
    color: #ffffff;
}
/* accordion-item-2 */
.accordion-item-2 {
    border: 1px solid #FAED9E !important;
    background-color: transparent;
    color: #ffffff;
    border-radius: 25px !important;
    float: right;
}

.accordion-button-2::after {
    display: none;
}

.accordion-button-2.collapsed::before {
    content: "+";
    color: var(--secondary);
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    padding-right: 20px;
    border: none !important;
    text-align: left;
    float: left;
}
.accordion-button-2:not(.collapsed)::before {
    content: "";
    display: flex;
    background: url(../images/minus.svg) no-repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
button.accordion-button-2.collapsed {
    border: none;
    background-color: transparent !important;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: end;
    color: #fff;
}
.accordion-button-2:not(.collapsed) {
    border: none;
    background-color: transparent !important;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: end;
}
.accordion-button-2:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-button-2:focus {
    box-shadow: none;
    border: none;
    background-color: transparent !important;
    font-size: 20px;
    align-items: center;
    color: #ffffff;
}
.primary-color {
    color: var(--primary);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary) !important;
}

.dis-block {
    display: block;
}
.dis-none {
    display: none;
}
 
.fa-circle-right {
    color: var(--secondary);
    font-size: 30px;
}
.fa-circle-left {
    color: var(--secondary);
    font-size: 30px;
}

.center-nav.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.center-nav-1.owl-carousel .owl-nav button span {
    font-size: 80px;
}

.center-nav-1.owl-carousel .owl-nav button {
    position: absolute;
    color: var(--secondary);
    border: none;
    outline: none;
}
.center-nav-1.owl-carousel .owl-nav button:hover {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--secondary);
}
.center-nav-1.owl-carousel .owl-nav .owl-prev {
    top: 50%;
    left: -3%;
    transform: translate(-0%, -50%);
}
.center-nav-1.owl-carousel .owl-nav .owl-prev img{
    width: 50%;
}
.center-nav-1.owl-carousel .owl-nav .owl-next {
    top: 50%;
    right: -3%;
    transform: translate(-0%, -50%);
}
.center-nav-1.owl-carousel .owl-nav .owl-next img {
    width: 50%;
}
.accordion-button-c::after {
    display: none;
}

.accordion-button-c.collapsed::before {
    content: "mehr";
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    font-family: "Figtree";
    padding-right: 20px;
    float: right;
    border: none !important;
    background-color: transparent;
    text-decoration: underline;
    /* text-transform:capitalize !important; */
}
.accordion-button-c:not(.collapsed)::before {
    content: "weniger";
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    float: right;
    border: none !important;
    text-decoration: underline;
}
.accordion-item-c {
    border-color: var(--primary);
}
.accordion-flush-c .accordion-item:first-child {
    border-top: 1px solid #004E42;
}
.accordion-flush-c .accordion-item:last-child {
    border-bottom: 1px solid #004E42;
}
.accordion-body-c {
    color: var(--primary) !important;
    font-family: 'Figtree';
    font-weight: 300;
    font-size: 14px !important;
}
.accordion-button-c:not(.collapsed) {
    color: var(--primary);
    background-color: transparent;
    box-shadow: none;
    font-family: 'Figtree';
    font-weight: 400;
}
.accordion-button-c:focus {
    border-color: transparent;
    box-shadow: none;
}
button.accordion-button-c.collapsed {
    color: var(--primary) !important;
    font-family: 'Figtree';
    font-weight: 400;
    background: transparent !important;
    border: none !important;
}

.prof-img {
    width: 50%;
}
.VERPACKUNG-img {
    width: 100%;
}
.Minimeal-img {
    width: 100%;
    text-align: center;
}
.custom-btn-secondary {
    color: var(--primary);
    background-color: var(--secondary);
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
    font-family: 'Figtree';
    font-size: 14px;
}
.custom-btn-secondary:hover {
    background-color: #fffcf1;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.rectangle-custom-btn-secondary {
    width: 100%;
    color: var(--secondary);
    background-color: var(--primary);
    padding: 0.5rem 1rem;
    border: none;
    transition: all 0.3s;
}
.rectangle-custom-btn-secondary:hover {
    background-color: var(--primary);
    transition: all 0.3s;
}
/* primary btn */
.custom-btn-1 {
    color: var(--white);
    background-color: var(--primary);
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
    font-family: 'Figtree';
    font-size: 14px;
}
.custom-btn-1:hover {
    background-color: var(--secondary);
    transition: all 0.3s;
}
.rectangle-custom-btn-1 {
    width: 100%;
    color: var(--white);
    background-color: var(--secondary);
    padding: 0.5rem 1rem;
    border: none;
    transition: all 0.3s;
}
.rectangle-custom-btn-1:hover {
    background-color: var(--secondary);
    transition: all 0.3s;
}
.count-fs {
    font-size: 60px;
}
.navbar-logo {
    width: 100%;
}
.shopping-img {
    width: 100%;
}
button#navToggleBtn {
    color: white !important;
}
.user-icon {
    width: 100% !important;
}
.card-h {
    min-height: 345.79px;
}
.card-2-h {
    min-height: 400.79px;
}

@media screen and (max-width: 1200px){
    .navbar-logo {
        width: 100%;
    }
    .Minimeal-img {
        width: 100%;
    }

    .section-1-img {
        top: 130%;
    }
    .section-10-img {
        top: 43%;
        left: 0;
    }
    .section-10-img1 {
        top: -10%;
        left: 0;
    }
    .card-h {
        min-height: 350.79px;
    }
    .starterset_home_banner{
        /* padding: 60px 0 25% 0 !important; */
        min-height: 700.79px;
    }
}
@media screen and (max-width: 992px){
    .dis-block {
        display: none;
    }
    .dis-none {
        display: block;
    }
    .starterset_home_banner1{
        padding: 50px 30px 30px 30px;  
    }
    .section-1-img {
        top: 100%;
    }
    .accordion-item-1 {
        margin-right: 10px;
    }
    .accordion-item-2 {
        margin-left: 10px;
        float: none;
    }
    .accordion-button-2.collapsed::before {
        float: right;
    }
    button.accordion-button-2.collapsed {
        text-align: left;
    }
    .padding-lg {
        padding: 20px;
    }
    .section-10-img {
        top: 60%;
        left: 0;
    }
    .section-10-img1 {
        top: 0;
        left: 0;
    }
    .card-rechteck-1 {
        height: auto;
    }
    .prof-img {
        width: 25%;
    }
    .VERPACKUNG-img {
        width: 50%;
    }
    .section-14-img {
        top: -90px;
    }
    .section-5 {
        padding: 0 25px;
    }
}
@media screen and (max-width: 768px){
    .starterset_home_banner1{
        padding: 90px 30px 30px 30px;  
    }
    .section-1-img {
        position: absolute;
        top: 100%;
        /* left: 25%; */
        z-index: 1;
    }
    
    .section-8 {
        padding: 40px 30px;
    }
    .section-10-img {
        top: 65%;
        left: 0;
    }
    .section-11 {
        padding: 30px;
      }
    .section-15 {
        min-height: auto;
        padding-bottom: 30px !important;
    }
    .prof-img {
        width: 25%;
    }

    .card-rechteck-2 {
        padding: 0 50px;
    }
    .section-14-img {
        top: -90px;
        left: 0;
    }
    .main-footer .search-btn,
.main-footer .search-btn:focus,
.main-footer .search-btn:active {
    width: 100%;
}
.navbar-logo {
    width: 100%;
}
.card-p {
    padding-top: 20px;
}
}
@media screen and (max-width: 576px){
    .section-10 {
        padding: 0 30px;
    }
    .section-10-img {
        top: 48%;
        left: 0;
    }
    .section-6 {
        padding: 0 20px;
    }
    .card-rechteck-1 {
        height: auto;
        padding: 40px 20px;
    }
    .section-14-img {
        top: -90px;
        left: 0;
    }
    .section-1-img {
        position: absolute;
        top: 120%;
        /* left: 15%; */
        z-index: 1;
    }
    .section-7 {
        min-height: 427px;
        padding: 20px;
    }
    .section-3 {
     padding: 25px;
    }
    .section-btn-7 {
       margin-top: 50%;
    }
    .VERPACKUNG-img {
        width: 40%;
    }
    .section-img-10 {
        width: 80%;
        margin: auto;
    }
    .pad-section1 {
        padding: 30px !important;
    }
    .faq-section {
        padding: 50px 20px;
     }
     .starterset_home_banner{
        padding: 60px 0 60% 0 !important;
        /* min-height: 700.79px; */
    }
    .accordion-button-1.collapsed::before {
        padding-right: 0;
    }
    .accordion-button-2.collapsed::before {
        padding-right: 0;
    }
    .accordion-item-1 {
        margin-right: 0;
    }
    .accordion-item-2 {
        margin-left: 0;
        float: none;
    }
    .center-nav.owl-carousel .owl-nav {
        top: 40%;
    }
}

@media screen and (max-width: 476px) {
    /* .starterset_home_banner{
        min-height: 547.79px;
    
    } */
    .starterset_home_banner{
        padding: 60px 0 75% 0 !important;
        /* min-height: 700.79px; */
    }
    .section-10 {
        padding: 0 30px;
        min-height: 370px;
    }
    .section-10-img {
        top: 53%;
        left: 0;
    }
    .section-img-10 {
        width: 100%;
    }
    .prof-img {
        width: 35%;
    }

    .VERPACKUNG-img {
        width: 60%;
    }
    .custom-btn-1 {
        padding: 0.5rem 1.5rem;
    }
    .center-nav-1.owl-carousel .owl-nav .owl-prev {
        left: -15%;
        /* margin: 5px 0 !important; */
    }
    .center-nav-1.owl-carousel .owl-nav .owl-next {
        right: -15%;
        /* margin: 5px 0 !important; */
    }
    .center-nav-1.owl-carousel .owl-nav .owl-next img {
        width: 40%;
    }
    .center-nav-1.owl-carousel .owl-nav .owl-prev img {
        width: 40%;
    }
    .section-11 {
      padding: 30px;
    }
    .section-8 {
        padding: 40px 10px;
    }
}
@media screen and (max-width: 425px) {
    .section-10-img {
        top: 48%;
        left: 0;
    }

}
@media screen and (max-width: 375px) {
    .section-10-img {
        top: 54%;
        left: 0;
    }
}


/* Story page css */

.sty-section-1 {
    background: url(../images/Story/8e27594875e4bff54f35dd93a1c42152-min.png) center center no-repeat;
    background-size: cover;
    min-height: 716px;
    width: 100%;
}
.sty-section-3 {
    background: url(../images/Story/Gruppe-351.png) center center no-repeat;
    background-size: cover;
    /* min-height: 438px; */
    color: var(--unnamed-color-fffcf1);
}
.sty-section-5 {
    background: var(--primary);
    color: var(--unnamed-color-fffcf1);
}
.sty-section-6 {
    background: url(../images/Story/Gruppe-352.png) center center no-repeat;
    background-size: cover;
    color: var(--unnamed-color-fffcf1);
}

.story-img {
    width: 65% !important;
    /* transform: scaleX(-1); */
}
.Greator-img {
    width: 120px;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 992px){}
@media screen and (max-width: 768px){
    .story-img {
        width: 100% !important;
    }
    .sty-padding {
        padding: 50px 30px;
    }
    .sty-section-6 {
        padding: 0 30px;
    }
    .maskieren-img {
        width: 100% !important;
    }
}
@media screen and (max-width: 576px){
    .sty-section-3 {
        padding: 0 20px;
        min-height: auto;
    }
    .Greator-img {
        width: 80px;
    }
    .main-footer {
        padding: 0;
    }
}

/* Product page css */
.pro-section-1 {
    background: linear-gradient(75deg,rgba(255, 252, 241, 1) 0%, rgba(252, 244, 198, 1) 100%, rgba(250, 237, 158, 1) 100%);
    padding: 40px 0;
    color: var(--primary);
}
.pro-section-2 {
    background: url(../images/Home/Gruppe-maskieren-12@2x.png) center center no-repeat;
    background-size: cover;
    color: var(--unnamed-color-fffcf1);
}
.pro-section-3 {
    background: var(--unnamed-color-fffcf1);
    min-height: 678px;
    color: var(--primary);
}
/*  */
.accordion-item-3 {
    border: 1px solid #004E42 !important;
    background-color: transparent;
    color: #004E42;
    border-radius: 25px !important;
}
.accordion-header {
    display: flex;
    align-items: center !important;
}
.accordion-button-3::after {
    display: none;
}

.accordion-button-3.collapsed::before {
    content: "+";
    color: var(--primary);
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    padding-right: 20px;
    border: none !important;
    float: right;
}
.accordion-button-3:not(.collapsed)::before {
    content: "";
    display: block;
    background: url(../images/Home/minus.png) no-repeat top right;
    width: 15px;
    height: 10px;
    margin-right: 15px;
    float: right;
}
button.accordion-button-3.collapsed {
    border: none;
    background-color: transparent !important;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: left;
    color: #004E42;
}
.accordion-button-3:not(.collapsed) {
    border: none;
    background-color: transparent !important;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: left;
}
.accordion-button-3:not(.collapsed) {
    color: #004E42;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.accordion-button-3:focus {
    box-shadow: none;
    border: none;
    background-color: transparent !important;
    font-size: 20px;
    align-items: center;
    color: #004E42;
}
/* accordion-item-2 */
.accordion-item-4 {
    border: 1px solid #004E42 !important;
    background-color: transparent;
    color: #004E42;
    border-radius: 25px !important;
    float: right;
}

.accordion-button-4::after {
    display: none;
}

.accordion-button-4.collapsed::before {
    content: "+";
    color: var(--primary);
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    padding-right: 20px;
    border: none !important;
    text-align: left;
    float: left;
}
.accordion-button-4:not(.collapsed)::before {
    content: "";
    display: flex;
    background: url(../images/Home/minus.png) no-repeat top left;
    width: 15px;
    height: 10px;
    /* margin-right: 15px; */
}
button.accordion-button-4.collapsed {
    border: none;
    background-color: transparent !important;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: end;
    color: #004E42;
}
.accordion-button-4:not(.collapsed) {
    border: none;
    background-color: transparent !important;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: end;
}
.accordion-button-4:not(.collapsed) {
    color: #004E42;
    background-color: transparent;
    box-shadow: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-button-4:focus {
    box-shadow: none;
    border: none;
    background-color: transparent !important;
    font-size: 20px;
    align-items: center;
    color: #004E42;
}

.pro-section-4 {
    background: url(../images/Home/Gruppe-maskieren-12@2x.png) center center no-repeat;
    background-size: cover;
    color: var(--unnamed-color-fffcf1);
}
.pro-section-6 {
    background-color: #004E42;
    min-height: 907px;
    color: var(--unnamed-color-fffcf1);
}
.txt-color {
    color: #aac7c3;
}
.rechteck-card {
    border: 1.5px solid #004E42;
    border-radius: 19px;
    background-color: #ffffff;
}
.form-check-input[type=radio] {
    border: 2px solid #004E42;
    background-color: #fff;
}
.form-check-input:checked[type=radio] {
    border: 2px solid #004E42;
    background-color: #004E42;
}
label.form-check-label.f-outfit.fw-medium {
    font-size: 16px !important;
}
/* pro slider*/
  .c-carousel{
    min-height: 400px;
    width: 100%;
    position:relative;
    display:flex;
  }
  .c-carousel-item{
    position:absolute;
    top:0;
    opacity:0;
    width:100%;
    min-height: 400px;
    transition:all 0.5s ease-in-out;
  }
  .c-carousel-item.active{
    opacity:1;
  }
  .c-carousel-item img{
    width:-webkit-fill-available;
    min-height:400px;
    object-fit: cover;
    object-position: center;
  }
  .c-carousel-control-prev{
    position:absolute;
    width:auto;
    padding:0 40px;
    min-height:100%;
    left: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#FAED9E;
    font-size: 20px;
    cursor: pointer;
  }
  .fa-arrow-left-long {
    background-color: #004E42;
    padding: 5px;
    border-radius: 50%;
  }
  .fa-arrow-right-long {
    background-color: #004E42;
    padding: 5px;
    border-radius: 50%;
  }
  .c-carousel-control-next{
    position:absolute;
    width:auto;
    padding:0 40px;
    min-height:100%;
    right: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#FAED9E;
    font-size: 20px;
    cursor: pointer;
  }
  .c-carousel-indicators{
    position:absolute;
    top: 0;
    left:8%;
    transform:translateX(-50%);
    width:70%;
    min-height:auto;
    display:block;
    align-items: center;
    justify-content: center;
  }
  .c-carousel-indicators ul{
    width:100%;
    min-height:200px;
    display:block;
    align-items: center;
    justify-content: space-around;
  }
  .c-carousel-indicator-li{
    display:block;
    width: 60%;
    min-height: 60px !important;
    margin: 0 10px 20px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:3;
    cursor:pointer;
    transition:all 0.3s ease-in-out;
  }
  .c-carousel-indicator-li.active{
    transform:scale(1.1);
    border:2px solid #aaaaaa;
  }
@media screen and (max-width: 1200px){
    .c-carousel-indicators {
        left: 0 !important;
    }
    .pro-section-1 {
        padding: 5% 0;
    }
}
@media screen and (max-width: 992px){
    .c-carousel-item {
        left: 0 !important;
    }
    .pro-section-1 {
        padding: 20px 0 40px 0;
    }
    .accordion-item-3 {
        margin-right: 10px;
    }
    .accordion-item-4 {
        margin-left: 10px;
        float: none;
    }
    .accordion-button-4.collapsed::before {
        float: right;
    }
    .accordion-button-4.collapsed::before {
        float: right;
    }
    button.accordion-button-4.collapsed {
        text-align: left;
    }
    .pro-section-3 {
        padding: 0 20px;
    }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 576px){
    .pro-section-1 {
        padding: 23% 0 0 0;
    }
    .c-carousel-control-next{
        padding:0 15px;
    }
    .c-carousel-control-prev {
        padding:0 15px;
    }
    label.form-check-label.f-outfit.fw-medium {
        font-size: 12px !important;
    }
    .pro-section-6 {
        padding: 30px;
    }
    .pro-section-2 {
        padding: 0 20px;
    }
    .accordion-item-3 {
        margin-right: 0;
    }
    .accordion-item-4 {
        margin-left: 0;
    }
    .accordion-button-3.collapsed::before {
        padding-right: 0;
    }
    .accordion-button-4.collapsed::before {
        padding-right: 0;
    }
}
/* .offcanvas-backdrop.show {
    opacity: 0 !important;
}
.offcanvas.offcanvas-top {
    top: 80px;
    right: 0;
    left: 0;
    height: 45vh !important;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
    background-color: #ffffff !important;
}
.offcanvas-header {
    display: block;
    padding: 0 !important;
} */
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-menu[data-bs-popper] {
    top: 130% !important;
}
.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1.5px solid var(--primary);
    opacity: 1;
}
.user-icon2 {
    background-color: #004E4234;
    padding: 5px;
    width: 100%;
    border-radius: 50%;
}
 .nav .nav-item .nav-link i.menu-arrow {
    font: normal normal normal 24px / 1 "Material Design Icons";
    line-height: 1;
    font-size: 1.125rem;
    margin-left: auto;
    color: #9e9da0;
}
.menu-arrow.collapsed::before {
    content: "";
    background: url(../images/Home/chevron-down.png) no-repeat top right;
    width: 20px;
    min-height: 15px;
    padding-right: 20px;
    border: none !important;
    text-align: right;
    float: right;
}
.menu-arrow:not(.collapsed)::before {
    content: "";
    display: flex;
    background: url(../images/Home/chevron-up.png) no-repeat top right;
    width: 20px;
    min-height: 15px;
    float: right;
}

/* .offcanvas-header .btn-close {
    margin-left: -40px !important;
    margin-top: -52px;
    background-color: #FFFFFF;
    border-radius: 0 !important;
    opacity: 1;
} */

/* qualität page */
.qua-section-1 {
    background: var(--unnamed-color-fffcf1);
    color: var(--primary);
}
.qua-sec-1-img {
    background: url(../images/qualitat/feld-gelb.svg) no-repeat bottom center;
}
.qua-section-2 {
    background: linear-gradient(183deg,rgba(255, 249, 204, 1) 0%, rgba(255, 252, 241, 1) 100%);
    padding: 40px 0;
}
.qua-sec-2-img {
    left: 32%;
}
.qau-section-3 {
    background: url(../images/qualitat/Gruppe-482.png) center center no-repeat;
    background-size: cover;
    color: var(--unnamed-color-fffcf1);
}
.rechteck-card1 {
    border: 1.5px solid #FAED9E;
    border-radius: 15px;
    background-color: transparent;
    padding: 20px;
    margin: 0 20px;
}
.qau-section-5{
    background-color: #004E42;
}
.qua-section-7 {
    background: url(../images/qualitat/Gruppe-508.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
    width: 100%;
}
/*  */
.nat-section-1 {
    background: linear-gradient(183deg,rgba(255, 249, 204, 1) 0%, rgba(255, 252, 241, 1) 100%);
    color: var(--primary);
}
.nat-section-5 {
    background: url(../images/qualitat/Gruppe_482.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
}
.nat-section-7 {
    background: url(../images/qualitat/Gruppe-508.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
    width: 100%;
}
.img-w {
    width: 100% !important;
}
.card-rechteck2 {
    background-color: var(--unnamed-color-fffcf1);
    border-radius: 0;
    border: 0;
    min-height: 213px;
    position: relative;
}
.nat-section-6 {
    /* background-color: var(--unnamed-color-fffcf1); */
    background: 
    url(../images/qualitat/feld-gruen.svg) center bottom no-repeat,
    var(--unnamed-color-fffcf1);
    background-size: contain;
}
/* .soil-illustration-img  {
    background: url(../images/qualitat/feld-gruen.svg) center bottom no-repeat;
} */
.progress {
    background-color: transparent;
    border: 1.5px solid #FAED9E;
    border-radius: 28px;
    min-height: 40px;
    color: var(--primary) !important;
    display: flex;
    justify-content: space-between;
}
/* .progress-bar { */
    /* background-color: #FFFCF1; */
    /* color: var(--primary); */
    /* text-align: left; */
/* } */
.sun-illustration-img {
    background: url(../images/qualitat/sun-original-illustration.png) center center no-repeat;
}
.sun-illustration-img1 {
    background: url(../images/qualitat/sun-original-illustration.png) center center no-repeat;
    width: 80%;
    padding: 20% 0;
}
.for-section-3 {
    background: linear-gradient(183deg,rgba(255, 249, 204, 1) 0%, rgba(255, 252, 241, 1) 100%);
}
.igridients-img {
    position: absolute;
    top: 0;
}
.for-section-6 {
    background: url(../images/Story/Gruppe-351.png) center center no-repeat;
    background-size: cover;
    color: var(--unnamed-color-fffcf1);
}
.card-rechteck-3 {
    background-color: var(--white);
    color: var(--primary);
    border-radius: 0;
    border: 1px solid #707070;
}
.card-rechteck-4 {
    background-color: var(--white);
    color: var(--primary);
    border-radius: 0;
    border: 1px solid #707070;
    min-height: 251px;
    font-size: 14px;
}
.for-section-8 {
    background-color: #004E42;
    color: var(--unnamed-color-fffcf1);
}
.check-btn {
    background-color: transparent;
    border: 1.5px solid #FAED9E;
    border-radius: 28px;
    min-height: 57.13px;
    color: var(--white) !important;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.for-section-9 {
    background: url(../images/qualitat/maskieren-31.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
}
.forschung-for-section-9-container {
    background-color: #FDF7D6;
}
.forschung-for-section-9 {
    background: url(../images/Home/soil-illustration-grün.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);

}
.mag-img {
    background: url(../images/qualitat/Gruppe-284.png) center center no-repeat;
    /* float: left; */
    background-size: contain;
    /* padding:  10% 0; */
}
.uns-section-1 {
    background: url(../images/qualitat/Gruppe-505.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
    width: 100%;
}
.uns-section-2 {
    background: var(--primary);
    color: var(--unnamed-color-fffcf1);
}
.uns-section-4 {
    background: url(../images/qualitat/maskieren-8.png) center center no-repeat;
    background-size: cover;
    color: var(--unnamed-color-fffcf1);
}
.uns-section-7 {
    background: #FAED9E41;
    padding: 40px 0;
}
  .top {
    clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),calc(50% + 50px) calc(100% - 50px),50% 100%,calc(50% - 50px) calc(100% - 50px),0 calc(100% - 50px));
  }
  .bottom {
    clip-path: polygon(0 0,calc(50% - 4.14px - 50px) 0,50% calc(50px + 4.14px),calc(50% + 4.14px + 50px) 0,100% 0,100% 100%,0 100%);
    margin-top: -50px;
  }
.uns-section-8 {
    background: url(../images/qualitat/Gruppe-4977.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
    width: 100%;
}
.uns-section-9 {
    background: url(../images/qualitat/Gruppe-maskieren-10.png) center center no-repeat;
    background-size: cover;
}
.mag-section-2 {
    background: var(--unnamed-color-fffcf1);
    color: var(--primary);
}
  .section-padding {
    padding-top: 80px;
  }
  
  .gallery-section {
    position: relative;
    z-index: 1;
  }
  
  .title {
    font-size: 46px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #f44336;
  } 
  
  .filter {
    text-align: center;
    max-width: 1050px;
    margin: auto;
  }
  div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}
  .btn-gallery {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    display: inline-block;
    color: var(--primary);
    transition: all 0.4s;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .btn-gallery.active {
    position: relative;
    color: var(--primary);
    border-color: transparent;
    font-family: 'Figtree';
    font-weight: bold;
  }
  
  .btn-gallery.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 3px);
    width: 6px;
    height: 6px;
    background-color: var(--primary);
    border-radius: 50%;
  }
  .nav-tabs .nav-link.active {
    color: var(--primary);
    border-color: transparent;
    font-family: 'Figtree';
    font-weight: bold;
    position: relative;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;  
    height: 6px;
    background-color: var(--primary); 
    border-radius: 50%;
}

  .gallery img {
    width: 80%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    margin: 10px 10px;
  }
  
  .gallery img:hover {
    transform: scale(1.1);
  }
  
  .sets .hide,
  .sets .pophide {
    width: 0%;
    opacity: 0;
  }
  
  .closeBtn {
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: white;
    transition: 0.5s linear;
    padding: 8px 40px;
    border-radius: 25px;
    background: red;
    outline-offset: -6px;
    outline: 2px solid #fff;
  }
  .closeBtn:hover {
    cursor: pointer;
    background: white;
    color: black;
    outline: 2px solid #000;
  }
  
  .openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
  }
  .imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
  }
  .prevButton,
  .nextButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    color: white;
    background: #0005;
    border-radius: 10px;
    border: 1px solid white;
    margin: 10px;
  }
  .prevButton:hover,
  .nextButton:hover {
    background: #fff;
    color: black;
  }
.position-abs {
    position: absolute !important;
}

/*  */

  .darkredbox {
    background-color: #992600;  
    color: white;  
  }
  
  .darkredbox h1 {
    border-color: white;
  }
  
  .redbox {
    background-color: #F65;
  }
  .box {
    padding: 10px 30px 10px 30px;
    border: 1px solid #c9c9c9;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
      left: 0;
     width: 300px;
    height: 200px;
  }
  
  .flip-container { 
    perspective: 1000;
    width: 360px;
    height: 220px;
    margin: 10px 10px;
    display: inline-block;
  }
  
  .flipper {
      transform-style: preserve-3d; 
      position: relative;
      transition: 0.6s;
  }
  .flipperRotate {
    transform: rotateY(180deg);
  }
  
  .box-front {
      z-index: 2;
      transform: rotateY(0deg);
    top: 0;
      left: 0;
  }
  
  .box-back {
    transform: rotateY(180deg);
    z-index: 1;
    top: 0;
      left: 0;
  }
/* Alignment styles */


  /* resposive CSS Code */
  
  @media (max-width: 1199px) {
    .section-padding {
      padding-top: 70px;
    }
  }
  @media (max-width: 991px) {
    .section-padding {
      padding-top: 0;
    }
  }
  @media (max-width: 767px) {
    .title {
      font-size: 36px;
    }
    .closeBtn {
      padding: 6px 25px;
    }
    .prevButton,
    .nextButton {
      font-size: 18px;
      padding: 8px 25px;
    }
    .nat-section-5 {
        padding: 25px !important;
    }
  }
  
  @media (max-width: 540px) {
  
    .closeBtn {
      font-size: 18px;
      border-radius: 15px;
    }
    .prevButton,
    .nextButton {
      font-size: 18px;
      padding: 6px 20px;
      border-radius: 10px;
      margin: 5px;
    }
  
    .imgPreview {
      width: 90%;
      max-height: 50vh;
      height: auto;
    }
    .sun-illustration-img1 {
        background-size: cover;
    }
  }
@media screen and (max-width: 1200px){
    .qua-sec-2-img {
        left: 32%;
        right: 0;
    }
    .sun-illustration-img {
        padding: 20px 0 !important;
    }
}
@media screen and (max-width: 992px){
    .gallery img {
        margin: 0;
        width: 100%;
      }
      .sun-illustration-img {
        padding: 60px 0 !important;
    }
    /* .sun-illustration-img1 {
        padding: 30px !important;
    } */
}
@media screen and (max-width: 768px){
    .mag-section-2 {
     padding: 20px;
    }
    .mag-img {
        background: transparent !important;
    }
    .position-abs {
        position: static !important;
    }
    .for-section-6 {
        padding: 10px 30px;
    }
    .qua-section-2 {
        padding: 30px 0 70px 0;
    }
}
@media screen and (max-width: 576px){
    .sun-illustration-img {
        background-size: cover;
        padding: 70px 0 !important;
    }
    .for-section-8 {
        padding: 0 30px;
    }
}
.wrapper {
	flex-flow: row wrap;
	justify-content: center;
}

.card-11 {
	.content {
		position: relative;
		width: 100%;
		transform-style: preserve-3d;
		transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
        background: var(--primary);
	}
}

.more {
	display: none;

	&:checked ~ .content {
		transform: rotateY(180deg);
	}
}

.front,
.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	border-radius: 0;
    border: none !important;
	.inner {
		height: 100%;
		display: grid;
		padding: 1.5em;
	}
}

.front {
	background-size: cover;
	background-position: center center;
	&:after {
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		backface-visibility: hidden;
	}
	.inner {
		grid-template-rows: 5fr 1fr 1fr 2fr 1fr;
		justify-items: right;
	}

	.rating {
		grid-row: 3;
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		display: flex;
		flex-flow: row nowrap;
		i {
			margin: 0 1px;
		}
	}
}

.back {
	transform: rotateY(180deg);
	background-color: var(--primary);
	border: none;
    color: #fff;
	.inner {
		grid-template-rows: 1fr 2fr 1fr 2fr 14fr 1fr 1fr;
		justify-items: left;
	}

	.info {
		position: relative;
		display: flex;
		align-items: center;
		color: #fff;
		grid-row: 3;
		&:not(:first-of-type):before {
			content: '';
			position: absolute;
			left: -0.9em;
			height: 18px;
			width: 1px;
			background-color: #ccc;
		}
		span {
			font-size: 2em;
			font-weight: 700;
		}
		i {
			&:before {
				background: linear-gradient(40deg, #FFDE17, rgb(67, 138, 243));

				-webkit-text-fill-color: transparent;
				-webkit-background-clip: text;
			}
			font-size: 1.2em;
		}
		.icon {
			margin-left: 0.3em;
			span {
				display: block;
				margin-top: -0.25em;
				font-size: 0.8em;
				font-weight: 600;
				white-space: nowrap;
			}
		}
	}

	.description {
		grid-row: 5;
		grid-column: 1/-1;
		font-size: 0.86em;
		border-radius: 5px;
		font-weight: 600;
		line-height: 1.4em;
		color: #fff;
		padding-right: 10px;
	}

	.location,
	.price {
		font-weight: 600;
		color: #fff;
		grid-row: 1;
		font-size: 0.86em;
	}

	.location {
		grid-column: 1/3;
		justify-self: left;
	}

	.price {
		grid-column: 3/-1;
		justify-self: left;
	}

	.button-11 {
		grid-column: 1/-1;
		justify-self: right;
	}
}
.button-11 {
	grid-row: -1;
	cursor: pointer;
	display: flex;
    font-size: 30px;
    font-weight: 400;
	background-color: transparent;
	color: var(--secondary);
	left: 50%;

	&:hover {
		background-color: transparent;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
		text-shadow: none;
	}

	&.return {
		line-height: 3em;
		color: var(--secondary);
		/* border-color: var(--baby-powder); */
		text-shadow: none;
		&:hover {
			box-shadow: none;
		}
	}
}

::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: var(--primary);
}
::-webkit-scrollbar-thumb:hover {
	background: var(--primary);
}

/*  */
.starterset_home_banner2{
    background-color: #004E42;
}
.meal-detail-section-1 {
    background: rgba(255, 251, 237, 1);
    padding: 40px 0;
}
.reword-icon-card {
    background-color: var(--primary);
    border-radius: 0;
    border: 1px solid #707070;
    height: 250px;
}
.reword-icon-card1 {
    background-color: var(--primary);
    border-radius: 0;
    border: 1px solid #707070;
    height: 150px;
}
.reward-section-5 {
    background: var(--primary);
    color: var(--unnamed-color-fffcf1);
}
.reward-section-6 {
    background: url(../images/Reward/Gruppe-466.png) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.soil-for-section-7-container {
    /* background-color: #FDF7D6; */
    background: url(../images/Reward/soil-for-section-7.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
}
.soil-for-section-14-container {
    /* background-color: #FDF7D6;
    position: relative; */
    background: url(../images/Reward/soil-for-section-14.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
}
.soil-for-section-7 {
    background: url(../images/Home/soil-illustration-grün.png) center bottom no-repeat;
    background-size: cover;
    color: var(--primary);
    width: 100%;
    position: absolute;
    bottom: -35%;
}
.soil-section-7 {
    background: url(../images/Reward/bg-img.png) center center no-repeat;
    background-size: cover;
    color: var(--primary);
    width: 100%;
}
.soil-section-8 {
    background: var(--primary);
    color: var(--unnamed-color-fffcf1);
}
.reward-img-2 {
    position: absolute;
    top: 80%;
    left: 10%;
}
.choc-img-1 {
    position: absolute;
    top: -2%;
    left: 10%;
}
.choc-img-2 {
    position: absolute;
    top: -20%;
    right: 10%;
}
.choc-img-3 {
    position: absolute;
    bottom: -20%;
    left: 15%;
    z-index: 1;
}
.choc-img-4 {
    position: absolute;
    bottom: +5%;
    right: 15%;
    z-index: 1;
}
.choc-img-1 img{
    width: 200px;
}
.choc-img-2 img{
    width: 170px;
}
.choc-img-3 img{
    width: 170px;
}
.choc-img-4 img{
    width: 200px;
}
.for-choc-img-1 {
    position: absolute;
    top: -30%;
    left: 10%;
    width: 200px;
}
.for-choc-img-2 {
    position: absolute;
    top: -10%;
    right: 10%;
    width: 170px;
}
.for-choc-img-3 {
    position: absolute;
    bottom: -18%;
    left: 20%;
    z-index: 1;
    width: 170px;
}
.for-choc-img-4 {
    position: absolute;
    bottom: -28%;
    right: 15%;
    z-index: 1;
    width: 200px;
}
.reward-choc-img1 {
    position: absolute;
    bottom: -35px;
    left: -10%;
    z-index: 1;
    width: 80px;
}
.reward-choc-img2 {
    position: absolute;
    right: -5%;
    bottom: -35px;
    width: 80px;
}
.reward-choc-img3 {
    position: absolute;
    right: -2%;
    top: -25%;
    z-index: 1;
    width: 80px;
}

.slider-mini-image{
    position: absolute;
    bottom: 90px;
    width: 90px;
}

.slider-mini-image-1{
    position: absolute;
    bottom: 140px;
    left: -40px;
    width: 100px;
}
.slider-mini-image-2{
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 140px;
}
@keyframes ChocRouted {
    0% {
      transform: rotate(0deg);
    }
   
    25% {
      transform: rotate(90deg);
    }
   
    50% {
      transform: rotate(180deg);
    }
   
    100% {
      transform: rotate(360deg);
    }
  }
   
  .routed {
    animation: ChocRouted 7s infinite linear;
  }
  
.table>:not(caption)>*>* {
    padding: .9rem .5rem;
    border-bottom: 1.5px solid #004E42;
    color: var(--primary) !important;
}
.table>tbody {
    border-block-start: 1.5px solid #004E42;
}
/******* Common Element CSS Start ******/

/* .icon-block {
    width: 130px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .icon-block img {
    margin: 0px auto;
    width: 100%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
  }
  .icon-block:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .icon-block:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
  }
  .icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
  }
  .icon-block:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  } */
  /* circle content */
  /* .circle {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 45%;
    height: 600px;
    z-index: 1;
  }
  .circle .icon-block img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
  }
  
  @keyframes Rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(260deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(260deg);
    }
  }
  
  @keyframes Rotate-reverse {
    from {
      transform: rotate(260deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes Rotate-reverse {
    from {
      -webkit-transform: rotate(260deg);
    }
    to {
      -webkit-transform: rotate(0deg);
    }
  }
  
  @keyframes circle-rotate {
    from {
      transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @-webkit-keyframes circle-rotate {
    from {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @keyframes img-rotate {
    from {
      transform: rotate(-45deg);
    }
    to {
      transform: rotate(-405deg);
    }
  }
  
  @-webkit-keyframes img-rotate {
    from {
      -webkit-transform: rotate(-45deg);
    }
    to {
      -webkit-transform: rotate(-405deg);
    }
  } */
  .zoom {
    transition: transform .7s; /* Animation */
    margin: 0 auto;
  }
  .zoom:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .zoom1 {
    transition: transform .7s; 
    margin: 0 auto;
  }
  .zoom1:hover {
    transform: scale(1.1); 
  }
  .heading {
    text-align: center;
    font-family: Outfit, Arial, sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
}
.heading-25 {
    color: #004e42;
    font-family: Outfit, Arial, sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
}
.heading-12 {
    color: #fffcf1;
    font-family: Outfit, Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
}
.heading-13 {
    color: #fffcf1;
    font-family: Outfit, Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
}
.font-size{
    font-size: 14px !important;
}
.navbar-bg-col1{
    background-color: rgba(0, 0, 0, 0)
}
nav {
    position: -webkit-sticky;
    position: relative;
    position: fixed;
    top: 0;
    background: transparent; 
    transition: background .5s;
  }
nav.scrolled {
    background: #004e42;
}
.modal-header-slide-nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 300px;
    display: none;
  }
  
  .modal-header-slide-nav-content {
    color: white;
  }
   .product_slider_img{
    /* width: -webkit-fill-available !important; */
    max-height:500px;
   }
   @media screen and (max-width: 768px){
       .product_slider_img{
        /* width: auto !important; */
           max-height:300px;
    }
   }
   @media screen and (max-width: 1200px){
   
   .circle {
        height: 550px !important;
      }
      .heading {
        font-size: 70px;
    }
}
@media screen and (max-width: 992px){
    .reward-choc-img2 {
        right: 0;
        bottom: -30px;
        width: 80px;
    }
    .reword-icon-card {
        height: auto;
    }
    .circle {
        height: 500px !important;
      }
      .heading {
        font-size: 60px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
      }
      .ktm-mega-menu {
        position: static;
      }
      .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
      }
      .slider-mini-image-1{
        bottom: 100px;
    }
    .slider-mini-image-2{
        bottom: 80px;
    }
}
@media screen and (max-width: 768px){
 
    .circle {
        height: 450px !important;
      }
      .heading {
        font-size: 50px;
    }
    .heading-12 {
        font-size: 35px;
    }
    .heading-13 {
        font-size: 35px;
    }
}
@media screen and (max-width: 576px){
      .circle {
        height: 400px !important;
        width: 40% !important;
      }
      .icon-block img {
        width: 85%;
      }
      .reward-choc-img2 {
        right: 0;
        bottom: -20px;
        width: 80px;
    }
    .reward-choc-img3 {
        width: 80px;
    }
    .heading {
        font-size: 50px;
        line-height: 1.3;
    }
    .card-rechteck_1 {
        padding: 30px 20px;
    }
    .choc-img-1 img {
        width: 140px;
    }
    .choc-img-2 img {
        width: 110px;
    }
    .choc-img-3 img {
        width: 110px;
    }
    .choc-img-4 img {
        width: 140px;
    }
    .for-choc-img-1 {
        position: absolute;
        top: 0;
        left: 10%;
        width: 110px;
    }
    .for-choc-img-2 {
        position: absolute;
        top: -10%;
        right: 10%;
        width: 90px;
    }
    .for-choc-img-3 {
        position: absolute;
        bottom: -5%;
        left: 20%;
        z-index: 1;
        width: 90px;
    }
    .for-choc-img-4 {
        position: absolute;
        bottom: 0;
        right: 15%;
        z-index: 1;
        width: 110px;
    }
    .heading-12 {
        font-size: 30px;
        line-height: 1.2;
    }
    .heading-13 {
        font-size: 30px;
    }
    .slider-mini-image-1{
        position: absolute;
        bottom: 140px;
        left: -40px;
        width: 90px;
    }
    .slider-mini-image-2{
        position: absolute;
        bottom: 75px;
        left: 0;
        width: 90px;
    }
    .table>:not(caption)>*>* {
        padding: .9rem 0;
    }
}
@media screen and (max-width: 476px){
      .circle {
        height: 350px !important;
        width: 35% !important;
      }
}
@media screen and (max-width: 476px){
    .icon-block {
        width: 100px;
      }
      .circle {
        height: 300px !important;
        width: 30% !important;
      }
      .icon-block img {
        width: 70%;
      }
    .choc-img-1 {
        left: 10px;
    }
    .choc-img-2 {
        right: 20px;
        top: -10%;
    }
    .choc-img-3 {
        left: 10px;
        bottom: -10%;
    }
    .choc-img-4 {
        right: 20px;
    }
}

#btn_secondary {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 40px;
    background-color: var(--secondary);
    color: #004E42;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Figtree';
    cursor: pointer;
    z-index: 90;
    border-radius: 50px;
  }

  #btn_secondary1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fffcf1;
    transform: translateX(-100%);
    z-index: 80;
  }

  #btn_secondary p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  #btn_secondary2 {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 40px;
    background-color: var(--secondary);
    color: #004E42;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Figtree';
    cursor: pointer;
    z-index: 90;
    border-radius: 50px;
  }

  #btn_secondary3 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fffcf1;
    transform: translateX(-100%);
    z-index: 80;
  }

  #btn_secondary2 p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  #btn_secondary4 {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 40px;
    background-color: var(--secondary);
    color: #004E42;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Figtree';
    cursor: pointer;
    z-index: 90;
    border-radius: 50px;
  }

  #btn_secondary5 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fffcf1;
    transform: translateX(-100%);
    z-index: 80;
  }

  #btn_secondary4 p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  /*  */
  #btn_primary {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 40px;
    background-color: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Figtree';
    cursor: pointer;
    z-index: 90;
    border-radius: 50px;
  }

  #btn_primary1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    transform: translateX(-100%);
    z-index: 80;
  }

  #btn_primary p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  #btn_primary:hover p {
    color: #004E42; /* ✅ Example: dark green on hover */
  }

  #btn_primary2 {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 40px;
    background-color: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Figtree';
    cursor: pointer;
    z-index: 90;
    border-radius: 50px;
  }

  #btn_primary3 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    color: var(--primary);
    transform: translateX(-100%);
    z-index: 80;
  }

  #btn_primary2 p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  #btn_primary2:hover p {
    color: #004E42; /* ✅ Example: dark green on hover */
  }

  #btn_primary4 {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 40px;
    background-color: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Figtree';
    cursor: pointer;
    z-index: 90;
    border-radius: 50px;
  }

  #btn_primary5 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    color: var(--primary);
    transform: translateX(-100%);
    z-index: 80;
  }

  #btn_primary4 p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  #btn_primary4:hover p {
    color: #004E42; /* ✅ Example: dark green on hover */
  }
  .minimeal-roiginal-choc-img {
    margin-top: -60px;
  }
  .dropdown-item-nav-padding li a{
    padding: 10px 50px;
  }

.fs-81{
    font-size: 80px;
}
.fs-80{
    font-size: 80px;
}
.fs-61{
    font-size: 60px;
}
.fs-60{
    font-size: 60px;
}
.fs-45{
    font-size: 45px;
}
.fs-43{
    font-size: 40px;
}
.fs-42{
    font-size: 40px;
}
.fs-41{
    font-size: 40px;
}
.fs-40{
    font-size: 40px;
}
.fs-37{
    font-size: 35px;
}
.fs-36{
    font-size: 35px;
}
.fs-35{
    font-size: 35px;
}
.fs-34{
    font-size: 35px;
}
.fs-32{
    font-size: 30px;
}
.fs-31{
    font-size: 30px;
}
.fs-30{
    font-size: 30px;
}
.fs-26{
    font-size: 25px;
}
.fs-25{
    font-size: 25px;
}
.fs-21{
    font-size: 20px;
}
.fs-20{
    font-size: 20px;
}
.fs-18{
    font-size: 18px;
}
.fs-19{
    font-size: 18px;
}
.fs-16{
    font-size: 15px;
}
.fs-15{
    font-size: 15px;
}
.fs-14{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
.fs-10{
    font-size: 10px;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 992px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 576px){
    .fs-81{
        font-size: 30px;
    }
    .fs-61{
        font-size: 30px;
    }
    .fs-60{
        font-size: 35px;
    }
    .fs-45{
        font-size: 30px;
    }
    .fs-42{
        font-size: 35px;
    }
    .fs-41{
        font-size: 30px;
    }
    .fs-40{
        font-size: 25px;
    }
    .fs-36{
        font-size: 20px;
    }
    .fs-35{
        font-size: 25px;
    }
    .fs-34{
        font-size: 30px;
    }
    .fs-32{
        font-size: 20px;
    }
    .fs-30{
        font-size: 25px;
    }
    .fs-25{
        font-size: 20px;
    }
    .fs-20{
        font-size: 15px;
    }
    .fs-19{
        font-size: 16px;
    }
    .fs-15{
        font-size: 12px;
    }
    .fs-14{
        font-size: 13px;
    }
    .mt-50 {
        margin-top: 50%;
    }
}

@media screen and (max-width: 1488px){
    .card-h {
        min-height: 355px;
    }
}
@media screen and (max-width: 1357px){
    .card-h {
        min-height: 360px;
    }
}
@media screen and (max-width: 1290px){
    .card-h {
        min-height: 400px;
    }
}
@media screen and (max-width: 1199px){
    .card-h {
        min-height: 330px;
    }
}
@media screen and (max-width: 992px){
    .card-h {
        min-height: 345.79px;
    }
}

.qau-for-section-5-img-1 {
    position: absolute;
    top: 0;
    /* left: 60px; */
    transform: rotate(-15deg);
}
.qau-for-section-5-img-2 {
    position: absolute;
    top: 40%;
    left: -10%;
    transform: rotate(-15deg);
    width: 250px;
}
.qau-for-section-5-img-3 {
    position: absolute;
    top: 0;
    right: 40px;
    transform: rotate(15deg);
}
.qau-for-section-5-img-4 {
    position: absolute;
    top: 40%;
    right: -30px;
    transform: rotate(15deg);
    width: 250px;
}

.unMission-for-section-6-img-1 {
    width: 200px;
}
.unMission-for-section-6-img-2 {
    position: absolute;
    left: -22%;
    top: 35%;
    transform: rotate(-25deg);
    width: 150px;
}
.unMission-for-section-6-img-3 {
    width: 200px;
}
.unMission-for-section-6-img-4 {
    position: absolute;
    right: -15%;
    top: 35%;
    transform: rotate(25deg);
    width: 150px;
}
.unMission-for-section-6-img-5 {
    transform: skewY(-20deg);
    /* transform-origin : 0 100%  0 ; */
    /* transform: matrix(1, -0.3, 0, 1, 0, 0); */
    width: 150px;
}
.story-img-1 {
    position: absolute;
    bottom: 0;
    left: -12%;
    width: 250px;
  }
  .story-img-2 {
    display: none;
  }
@media screen and (max-width: 1200px){
    .unMission-for-section-6-img-4 {
        position: absolute;
        right: -18%;
        top: 35%;
        transform: rotate(25deg);
        width: 150px;
    }
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 992px){
    .sun-illustration-img1 {
        width: 100%;
        padding: 30% 0;
    }
    .qau-for-section-5-img-1 {
        top: 0;
        /* left: 60px; */
        width: 300px;
    }
    .qau-for-section-5-img-2 {
        top: 40%;
        left: -10%;
        width: 200px;
    }
    .qau-for-section-5-img-3 {
        top: 0;
        right: 40px;
        width: 300px;
    }
    .qau-for-section-5-img-4 {
        top: 40%;
        right: -30px;
        width: 200px;
    }
}
@media screen and (max-width: 768px){
    .sun-illustration-img1 {
        padding: 47% 0;
    }
    .qau-for-section-5-img-1 {
        top: 0;
        /* left: 60px; */
        width: 300px;
    }
    .qau-for-section-5-img-2 {
        top: 40%;
        left: -10%;
        width: 200px;
    }
    .qau-for-section-5-img-3 {
        top: 25%;
        right: 0;
        width: 300px;
    }
    .qau-for-section-5-img-4 {
        top: 60%;
        right: -50px;
        width: 200px;
    }

    .story-img-1 {
        display: none;
      }
      .story-img-2 {
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 250px;
        display: block;
      }
}
@media screen and (max-width: 680px){
    .sun-illustration-img1 {
        padding: 47% 0;
    }
    .qau-for-section-5-img-1 {
        top: 0;
    }
    .qau-for-section-5-img-2 {
        top: 40%;
        left: -10%;
    }
    .qau-for-section-5-img-3 {
        top: 25%;
        right: 10px;
    }
    .qau-for-section-5-img-4 {
        top: 60%;
        right: -20px;
    }
}
@media screen and (max-width: 576px){
    .sun-illustration-img1 {
        padding: 45% 0;
    }
    .qau-for-section-5-img-1 {
        top: 0;
        /* left: 60px; */
        width: 250px;
    }
    .qau-for-section-5-img-2 {
        top: 40%;
        left: -10%;
        width: 150px;
    }
    .qau-for-section-5-img-3 {
        top: 25%;
        right: 60px;
        width: 250px;
    }
    .qau-for-section-5-img-4 {
        top: 60%;
        right: 50px;
        width: 150px;
    }
    .story-img-2 {
        width: 200px;
        right: 0;
    }
}
@media screen and (max-width: 450px){
    .sun-illustration-img1 {
        background-size: contain;
        padding: 45% 0;
    }
    .qau-for-section-5-img-1 {
        top: 0;
        width: 200px;
    }
    .qau-for-section-5-img-2 {
        top: 30%;
        left: -20px;
        width: 100px;
    }
    .qau-for-section-5-img-3 {
        top: 25%;
        right: 30px;
        width: 200px;
    }
    .qau-for-section-5-img-4 {
        top: 60%;
        right: 20px;
        width: 100px;
    }
}
@media screen and (max-width: 375px){
    .sun-illustration-img1 {
        padding: 50% 0;
    }
    .qau-for-section-5-img-1 {
        top: 0;
        width: 200px;
    }
    .qau-for-section-5-img-2 {
        top: 30%;
        left: -20px;
        width: 100px;
    }
    .qau-for-section-5-img-3 {
        top: 30%;
        right: 0;
        width: 200px;
    }
    .qau-for-section-5-img-4 {
        top: 65%;
        right: 0;
        width: 100px;
    }
}
.icons-forschung {
    border: 2px solid #2D6D61;
    padding: 10px;
    border-radius: 50px;
}