.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FAE172;--e-global-color-text:#000000;--e-global-color-accent:#8BBC78;--e-global-color-7314677:#EB1811;--e-global-color-04a074b:#484848;--e-global-color-f7c80f0:#447243;--e-global-color-909cc42:#ECEEC8;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:45px;--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-size:48px;--e-global-typography-accent-font-weight:bold;--e-global-typography-79b3e94-font-size:60px;--e-global-typography-79b3e94-font-weight:500;--e-global-typography-7ee718e-font-size:24px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;font-size:14px;font-weight:400;line-height:27px;letter-spacing:1.9px;color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:40px 40px 40px 40px;padding:15px 30px 15px 30px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#FFFFFF00;color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-weight:bold;}.elementor-kit-5 h2{font-weight:bold;}.elementor-kit-5 h3{font-family:"Nunito", Sans-serif;font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;--container-default-padding-top:0px;--container-default-padding-right:50px;--container-default-padding-bottom:0px;--container-default-padding-left:50px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//********Haaf Project************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/***************************Common Padding****************************/

.cmn_padding {
    padding: 80px 50px;
}

.cmn_btm {
    padding-bottom: 16px;
}

/******************************Header********************************/

.header-menu ul li a:hover,
.header-menu ul li.current-menu-item a {
    -webkit-text-stroke: 0.7px #000 !important;
    color: #000 !important;
}

.home .header {
    border: none !important;
}

/******************************Footer******************************/

.footer_menu .sub-menu {
    display: block !important;
    background: none !important;
    column-count: 2;
    gap: 30px;
    width: max-content !important;
}

.footer_menu a.has-submenu {
    color: #484848;
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal !important;
    padding: 0 0 16px 0 !important;
    pointer-events: none !important;
}

.footer_menu a.has-submenu .sub-arrow,
.footer_menu .e--pointer-underline .elementor-item:after {
    display: none !important;
}


.footer_menu .sub-menu .elementor-sub-item {
    margin: 0 !important;
    text-align: start;
    border: none !important;
    padding: 0 0 8px 0 !important;
    color: #447243;
    font-family: Nunito;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
    background: transparent;
}

.footer_menu .sub-menu .elementor-sub-item:hover {
    background: none !important;
}

.footer_menu li a {
    padding: 0 !important;
}

.footer_menu ul {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

/*****************************Hero Banner***************************/

.hero-banner>.e-con-inner {
    max-width: 1167px;
    margin: 0 auto;
}

.banner_content,
.food_content,
.cmn_banner_content,
.cycle_content,
.career_title {
    flex: 1 !important;
}

.banner_left_img .elementor-widget-container::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/12/border-patch.svg);
    width: 130px;
    height: 130px;
    left: -5px;
    bottom: -5px;
    animation: rotate 2s ease-in-out infinite;
    background-repeat: no-repeat;
    background-size: 100%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(100deg);
    }

    75% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.banner_left_img .elementor-widget-container {
    position: relative;
    width: max-content;
}

.banner_left_img {
    width: max-content;
}

/**********************************Slider**********************************/
.cmn_slider {
    max-width: 1920px !important;
    margin: 0 auto;
}

.swiper-pagination-bullet-active {
    background: #646466 !important;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
}

/*********************************Product***********************************/
    
.product_img {
    height: 250px !important;
    overflow: hidden;
}

.product_slider_img {
    max-height: 322px !important;
}

.product_page_slider .slider_main .e-n-carousel.swiper {
    aspect-ratio: unset !important;
}

.new_temp_prod .product_img {
    width: unset !important;
    height: auto !important;
}
/*********************************Bio-Based*********************************/

.bio-based-img {
    height: 211px;
}


.bio_numbers::after {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/02/right-arrow.png);
    height: 128px;
    width: 215px;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -200px;
    bottom: -17px;
}

.bio_numbers {
    position: relative;
}

.bio_box:last-child .bio_numbers::after {
    content: none !important;
}

/************************Customer**********************************/

.customer_top {
    position: relative;
}

.customer_top::after,
.customer_top::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 21px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.customer_top::before {
    background: url(/wp-content/uploads/2024/12/upside-patch.svg);
    top: 20px;
    left: 20px;
}

.customer_top::after {
    background: url(/wp-content/uploads/2024/12/downside-patch.svg);
    bottom: 20px;
    right: 20px;
}

.customer_box {
    width: calc((100% - (2* 15px)) / 3);
}

.customers_content{
    flex-wrap: wrap;
}

/***********************************Solution**********************************/

.solution_content p {
    position: relative;
    padding-bottom: 30px;
}

.solution_content p:last-child {
    padding-bottom: 0px;
}

.solution_content p::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/01/right-icon.svg);
    width: 27px;
    height: 25px;
    background-size: 100%;
    left: -56px;
    background-repeat: no-repeat;
}

/***********************************Sustain**********************************/

.sustain_img {
    height: 182px !important;
}


/**********************************BIo-Based-Film**************************/

.film_img .elementor-widget-container {
    position: relative;
    padding-top: 71.6%;
}

.film_img .elementor-widget-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: none;
}


/************************Mission**************************************/

.mission_main_img {
    position: relative;
}

.mission_main_img::before,
.mission_main_img::after {
    content: '';
    position: absolute;
    width: 267px;
    height: 267px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    top: 215px;
}

.mission_main_img::after {
    background: url(/wp-content/uploads/2025/01/right_btm_arrow.png);
    right: -255px;
}

.mission_main_img::before {
    background: url(/wp-content/uploads/2025/01/left_btm_arrow.png);
    left: -255px;
}

.new_slider .elementor-swiper-button svg {
    height: 60px !important;
}

/********************************Tab Section******************************/

.tabs_inner button {
    cursor: pointer !important;
}

/********************************Form***********************************/

.form_top,
.form_btm {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-bottom: 30px;
}

.form_name p span input,
.form_email p span input,
.form_unternehmen p span input,
.form_phn p span input,
.form_msg textarea {
    width: 100%;
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 6.5px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    outline: none !important;
    box-shadow: none !important;
}

.form_name,
.form_email,
.form_unternehmen,
.form_phn {
    width: 50%;
}

.screen-reader-response {
    display: none !important;
}

.form_msg textarea {
    width: 100%;
    max-height: 200px;
    resize: none !important;
}

.form_checkbox {
    padding: 30px 0;
}

.form_submit {
    width: max-content;
    margin: 0 auto;
}

.form_main label {
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 16px;
}

.form_main .wpcf7-not-valid-tip {
    position: absolute;
    font-family: 'Nunito';
}

.form_checkbox .wpcf7-list-item {
    margin: 0 !important;
}

.form_checkbox label,
.form_checkbox label .wpcf7-list-item-label a {
    color: #000;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.form_checkbox label .wpcf7-list-item-label a {
    text-decoration: underline;
}

.form_checkbox label input {
    width: 30px;
    height: 30px;
}

.form_checkbox label {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 0;
}

.form_checkbox br {
    display: none;
}

.form_submit .wpcf7-spinner {
    display: none !important;
}

.form_btn {
    border: 1px solid black !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    cursor: pointer !important;
    transition: all ease-in-out 0.4s !important;
    background: white !important;
    color: black !important;
}

.form_btn:hover {
    background: black !important;
    border: 1px solid black !important;
    color: white !important;
}

.product_inner_title.career_product_inner_title>.elementor-widget-container {
    padding-bottom: 0 !important;
}

.career_box {
    height: 100% !important;
}


.team_content .team_box {
    width: calc((100% - 2 * 27px) / 3);
}

.team_content {
    flex-wrap:wrap;
    justify-content:center;
    row-gap: 27px;
}
/*******************************************************************Media*****************************************************/


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {

    /*******************product Slider******************/

    .product_slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: -25px !important;
    }

    .product_slider_box {
        gap: 100px;
    }

    .product_slider .elementor-swiper-button.elementor-swiper-button-next {
        right: -25px !important;
    }
}

@media screen and (max-width: 1440px) {

    /*******************product Slider******************/

    .product_slider_box {
        gap: 80px;
    }

    .product-slider-inner {
        max-width: 1024px !important;
        margin: 0 auto;
    }

    /**********************Bio-Based*******************/

    .bio-based-img {
        width: 190px;
        height: 190px;
    }

    .bio_numbers {
        padding: 10px;
        width: 80px;
        height: 80px;
    }

    .bio_numbers p {
        font-size: 44px !important;
    }

    /************************product page******************/

    .product_page_slider .elementor-swiper-button-prev {
        left: 13% !important;
    }

    .product_page_slider .elementor-swiper-button-next {
        right: 13% !important;
    }
}

@media screen and (max-width: 1300px) {

    /*************************Cmn**************************/
    .cmn_padding {
        padding: 70px 50px;
    }

    /*************************Banner**************************/
    .banner_img {
        width: 50%;
    }

    /*********************slider**********************/

    .swiper-pagination-bullet {
        width: 18px !important;
        height: 18px !important;
    }

    /******************product***********************/


    .product_img {
        width: 220px;
        height: 220px !important;
    }

    /**********************Footer*******************/

    .footer_top>.e-con-inner {
        padding-bottom: 80px;
    }

    /***********************************Sustainability Page********************************************/

    .cmn_banner>.e-con-inner {
        gap: 70px;
    }

    .cmn_banner_img {
        width: 55%;
    }

    .cmn_banner_content .cmn_btm {
        padding-bottom: 0;
    }

    .solution_description>.elementor-widget-container,
    .film_description>.elementor-widget-container {
        padding: 30px 0 60px !important;
    }


    .cycle_description>.elementor-widget-container {
        padding: 30px 0 !important;
    }

    .product_inner_title>.elementor-widget-container {
        padding-top: 30px !important;
    }

    /*********************************Products****************************/

    .film_box.new_film_box {
        width: 30%;
    }

}

@media screen and (max-width: 1200px) {

    /**********************cmn**********************/

    h1 {
        font-size: 44px !important;
    }

    h2 {
        font-size: 56px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    .elementor-button {
        padding: 13px 26px !important;
    }

    /*********************Cmn Padddding*****************/

    .banner_left_img>.elementor-widget-container {
        padding-top: 28px !important;
    }

    .team_content .team_box .team_name {
        padding-left: 0;
        padding-right: 0;
      }

    .cmn_btm {
        padding-bottom: 12px;
    }

    .food_inner_title>.elementor-widget-container {
        padding: 14px 0 !important;
    }

    .food_description>.elementor-widget-container {
        padding-bottom: 20px !important;
    }

    .product_top,
    .product-slider-content,
    .bio_content,
    .customer_title>.elementor-widget-container,
    .footer_top>.e-con-inner {
        padding-bottom: 60px;
    }

    .product_inner_title>.elementor-widget-container,
    .product_slider_small_title>.elementor-widget-container,
    .bio_base_box_title>.elementor-widget-container {
        padding: 28px 0 !important;
    }

    .bio_inner_title>.elementor-widget-container {
        padding-top: 28px !important;
    }

    .bio_based_btm {
        padding-top: 60px;
    }

    /********************HeroBanner****************/

    .herobanner_text p,
    .banner_inner_title h3 {
        font-size: 22px !important;
    }

    .herobanner_text p br,
    .product_title h2 br {
        display: none;
    }

    .banner_left_img img {
        width: 110px;
        height: 110px;
    }

    .banner_left_img .elementor-widget-container::after {
        width: 120px;
        height: 120px;
    }

    /***********************Product***********************/

    .product_box {
        gap: 24px;
    }


    .product_img {
        width: 200px;
        height: 200px !important;
    }

    .product_img .elementor-widget-image,
    .product_slider_img .elementor-widget-image {
        width: 100%;
        height: 100%;
    }

    .product_img img,
    .product_slider_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /***********************Product Slider***********************/

    .product_slider_box {
        gap: 60px;
    }

    .product_slider_img {
        max-height: 250px !important;
    }

    .product-slider-inner {
        max-width: 768px !important;
    }

    /*********************Bio Based**************************/

    .bio_box {
        padding: 0 12px;
    }

    .bio-based-img {
        width: 170px;
        height: 170px;
        overflow: hidden;
    }

    .bio_based_content {
        gap: 40px;
    }

    .bio_numbers {
        width: 75px;
        height: 75px;
    }

    .bio_numbers p {
        font-size: 38px !important;
    }

    .bio_numbers::after {
        height: 120px;
        width: 185px;
        right: -170px;
        bottom: -20px;
    }

    /******************customer*************************/

    .customer_top {
        padding: 35px;
    }

    .customer_bottom {
        padding: 10px 20px;
    }

    .customer_top::before {
        top: 16px;
        left: 16px;
    }

    .customer_top::after,
    .customer_top::before {
        width: 24px;
        height: 18px;
    }

    /*********************Footer**********************/

    .footer_left {
        width: 75%;
    }

    .footer_top_img {
        top: -200px !important;
    }

    /**************************************Sustainability***************************/

    .cmn_banner>.e-con-inner {
        gap: 60px;
    }

    .sustain_img {
        padding: 30px;
    }

    .cmn_banner_content .cmn_btm>.elementor-widget-container {
        padding-bottom: 0 !important;
    }

    /*********************************Career**********************************/

    .career_title {
        width: 100%;
    }

    .career_image {
        padding: 35px 0 50px !important;
    }

    /*******************************product page**********************/

    .film_box.new_film_box {
        width: 30%;
    }

    .film_name {
        flex: 1 !important;
    }

    .film_name .elementor-widget-container {
        padding: 25px !important;
    }

    .product_page_slider .elementor-swiper-button-next {
        right: 8% !important;
    }

    .product_page_slider .elementor-swiper-button-prev {
        left: 8% !important;
    }

    .certificat_box_description p {
        font-size: 18px;
    }


}

@media screen and (max-width: 1024px) {

    /******************CMN***************************/

    h1 {
        font-size: 42px !important;
    }

    h2 {
        font-size: 52px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    .elementor-button {
        padding: 12px 24px !important;
    }

    /*********************Cmn padding*******************/

    .cmn_padding {
        padding: 70px 40px;
    }

    .header {
        padding: 0 40px;
    }

    /*******************Menu***********************/
    .menu-open .back-to-top {
        display: none;
    }

    .menu-open .elementor-menu-toggle {
        position: relative;
        z-index: 9;
    }

    .header-menu nav.elementor-nav-menu--dropdown {
        width: 100% !important;
        height: 100% !important;
        position: fixed;
        inset: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #FFF;
        flex-direction: column;
        margin-top: 0 !important;
        padding: 30px;
        z-index: 5;
    }

    .header-menu .elementor-menu-toggle svg {
        width: 26px;
        height: 26px;
    }

    .menu-open {
        position: relative;
        z-index: 999;
        overflow: hidden;
    }

    .menu-open .site-logo {
        position: relative;
        z-index: 9;
    }

    .header-menu .elementor-menu-toggle {
        padding: 0;
        background: transparent;
        margin: 0;
    }

    .header-menu nav.elementor-nav-menu--dropdown li a {
        align-items: center !important;
        justify-content: center;
        background: transparent !important;
    }

    /************************banner***********************/

    .herobanner_text p,
    .banner_inner_title h3 {
        font-size: 20px !important;
    }

    .slider_main .elementor-swiper-button {
        width: 50px;
        height: 50px;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    /****************************product**********************/

    .product_img {
        width: 175px;
        height: 175px !important;
    }


    .product_slider_box {
        gap: 50px;
    }

    .product_inner_title>.elementor-widget-container {
        padding-bottom: 0 !important;
    }

    /***********************Customer*********************/

    .customer_top {
        padding: 30px;
    }

    .customer_top::after,
    .customer_top::before {
        width: 20px;
    }

    .customer_top::before {
        top: 12px;
        left: 12px;
    }

    .customer_top::after {
        bottom: 12px;
        right: 12px;
    }

    .customer_bottom {
        padding: 10px;
        gap: 20px;
    }

    .customer_title>.elementor-widget-container {
        padding-bottom: 50px !important;
    }

    .customers_content {
        gap: 30px;
    }

    .customer_box {
        width: calc((100% - (1* 30px)) / 2);
    }
    /***********************BIO-Based*****************/

    .bio_numbers {
        width: 60px;
        height: 60px;
    }

    .bio_numbers p {
        font-size: 30px !important;
    }

    .bio_based_content {
        gap: 30px;
    }

    .bio-based-img {
        width: 150px;
        height: 150px;
    }

    .bio_box {
        padding: 0;
    }

    .bio_numbers::after {
        width: 160px;
        right: -150px;
        height: 100px;
    }

    /***********************footer*******************/

    .footer_menu nav.elementor-nav-menu--dropdown {
        margin: 0 !important;
        background: transparent !important;
    }

    /*****************************Sustainability***************************/

    .cmn_banner>.e-con-inner {
        gap: 50px;
    }

    .film_name {
        flex: 1 !important;
    }

    .film_name .elementor-widget-container {
        padding: 25px !important;
    }

    .film_img .elementor-widget-container img {
        object-fit: contain;
    }

    /******************************career************************/

    .product_box_title h5 {
        font-size: 20px !important;
    }

    .career_image {
        padding: 30px 0 45px !important;
    }

    .career_main>.e-con-inner {
        gap: 80px;
    }

    .career_button a {
        font-size: 14px !important;
    }

    /******************************product page*********************/

    .new_slider_content_box {
        max-width: 675px !important;
        margin: 0 auto;
    }

    .slider_content_left {
        gap: 14px;
    }

    .new_slider .elementor-swiper-button svg {
        height: 40px !important;
    }

    .film_box.new_film_box {
        width: 45%;
    }

    .team_content {
        row-gap: 27px;
    }

    .header  .e-con-inner {
        flex-direction: row !important;
        justify-content: space-between !important;
        padding: 10px;
    }

    .bio_based_con_box_new {
        padding: 0px 85px;
    }
}

@media screen and (max-width: 900px) {

    /**********************cmn*********************/

    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 48px !important;
    }

    /*********************Cmn padding*******************/

    .cmn_padding {
        padding: 60px 30px;
    }

    .header {
        padding: 0 30px;
    }

    .product_inner_title>.elementor-widget-container,
    .product_slider_small_title>.elementor-widget-container,
    .bio_base_box_title>.elementor-widget-container {
        padding: 20px 0 !important;
    }

    .team_content .team_box .team_img {
        padding-left: 0;
        padding-right: 0;
    }

    .team_content .team_box .team_name {
        padding-bottom: 0;
    }

    .product_top,
    .product-slider-content,
    .bio_content,
    .customer_title>.elementor-widget-container,
    .footer_top>.e-con-inner {
        padding-bottom: 40px;
    }

    .cmn_btm {
        padding-bottom: 10px;
    }

    .slider_title>.elementor-widget-container {
        padding-bottom: 24px !important;
    }

    .hero-banner>.e-con-inner,
    .food_section>.e-con-inner {
        flex-direction: column !important;
        gap: 30px;
    }

    .banner_img,
    .food_img {
        width: 60%;
    }

    .bio_inner_title>.elementor-widget-container {
        padding-top: 20px !important;
    }

    .bio_based_con_box_new {
        padding: 0px;
    }
    /*******************Slider***********************/

    .slider_main .e-n-carousel.swiper {
        aspect-ratio: 16 / 9;
    }

    .banner_left_img>.elementor-widget-container {
        padding-top: 24px !important;
    }

    .slider_main .e-n-carousel.swiper {
        aspect-ratio: 16 / 9 !important;
    }

    /**************Food**********************/

    .food_img img {
        border-radius: 30px !important;
    }

    /***********************Product*****************/

    .product_bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .product-slider-inner {
        max-width: 600px !important;
    }

    .product_slider .elementor-swiper-button.elementor-swiper-button-next {
        right: -15px !important;
    }

    .product_slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: -20px !important;
    }

    .product_slider_box {
        gap: 40px;
    }

    .product_slider_img {
        max-height: 200px !important;
    }

    /*******************************Bio-Based*********************/

    .bio_based_content {
        gap: 30px;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .bio_numbers::after {
        content: none !important;
    }

    .bio_based_btm {
        padding-top: 40px;
    }

    /******************************Customer*************************/

    .customer_title>.elementor-widget-container {
        padding-bottom: 30px !important;
    }

    /************************Footer************************/

    .footer_top_img {
        top: -160px !important;
    }

    .footer_left {
        gap: 40px;
        width: 100%;
    }

    .footer_menu {
        width: 45% !important;
    }

    .footer_menu .sub-menu {
        gap: 20px;
    }

    .footer_btm {
        flex-direction: column !important;
        gap: 40px;
    }

    .footer_contact {
        width: 50%;
    }

    .footer_right {
        width: 100%;
        flex-direction: row !important;
        gap: 30px;
        justify-content: space-between;
    }

    .contact_cmn {
        gap: 16px;
    }

    /*****************************Sustainability***************************/

    .cmn_banner>.e-con-inner {
        gap: 40px;
    }

    .cmn_banner_content .cmn_btm>.elementor-widget-container {
        padding-top: 20px !important;
    }

    .solution_description>.elementor-widget-container,
    .film_description>.elementor-widget-container {
        padding: 20px 0 40px !important;
    }

    .cmn_banner>.e-con-inner,
    .cycle_section>.e-con-inner {
        flex-direction: column !important;
        gap: 40px;
    }

    .cmn_banner_img,
    .cycle_img {
        width: 60%;
    }

    .cycle_description,
    .cycle_inner_description {
        width: 100% !important;
    }

    .film_img .elementor-widget-container {
        padding-top: 78.6%;
    }

    .film_name .elementor-widget-container {
        padding: 20px !important;
    }

    .film_main {
        gap: 25px;
    }

    .film_name p {
        font-size: 18px !important;
    }

    .cycle_description>.elementor-widget-container {
        padding: 24px 0 !important;
    }

    .cycle_inner_title>.elementor-widget-container {
        padding-bottom: 24px !important;
    }

    .solution_content>.elementor-widget-container {
        padding-left: 40px !important;
    }

    .solution_content p::before {
        left: -40px;
    }

    .solution_content p {
        padding-bottom: 24px;
    }

    /************************************Product Page*******************************/

    .product_page_slider .slider_main .elementor-swiper-button-next {
        right: 4% !important;
    }

    .product_page_slider .slider_main .elementor-swiper-button-prev {
        left: 5% !important;
    }

}

@media screen and (max-width: 767px) {

    /***************cmn*******************/

    h1 {
        font-size: 38px !important;
    }


    h2 {
        font-size: 42px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    /*********************cmn padding**************/

    .product_top,
    .product-slider-content,
    .bio_content,
    .customer_title>.elementor-widget-container,
    .footer_top>.e-con-inner {
        padding-bottom: 30px;
    }

    .elementor-button {
        padding: 11px 22px !important;
    }

    .product_inner_title>.elementor-widget-container,
    .product_slider_small_title>.elementor-widget-container,
    .bio_base_box_title>.elementor-widget-container {
        padding: 16px 0 !important;
    }

    .food_description>.elementor-widget-container {
        padding-bottom: 16px !important;
    }

    .banner_img,
    .food_img {
        width: 75%;
    }

    .team_content .team_box {
        width: calc((100% - 1 * 27px) / 2);
    }

    /*********************Banner****************/

    .herobanner_text p,
    .banner_inner_title h3 {
        font-size: 18px !important;
    }

    .banner_left_img .elementor-widget-container::after {
        width: 110px;
        height: 110px;
    }

    .banner_left_img img {
        width: 100px;
        height: 100px;
    }

    /*******************slider******************/

    .slider_main .elementor-swiper-button {
        width: 40px;
        height: 40px;
    }

    .slider_main .elementor-swiper-button-next {
        right: 10px !important;
    }

    .slider_main .elementor-swiper-button-prev {
        left: 10px !important;
    }

    .slider_title>.elementor-widget-container {
        padding-bottom: 20px !important;
    }

    .swiper-pagination-bullet {
        width: 14px !important;
        height: 14px !important;
    }


    /*****************product*********************/

    .product_bottom {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .product_img {
        width: 160px;
        height: 160px !important;
    }

    .product_box {
        gap: 16px;
    }

    .product-slider-inner {
        max-width: 425px !important;
    }

    .product_slider_box {
        gap: 30px;
    }

    /**************Bio-Based****************/

    .bio_inner_title>.elementor-widget-container {
        padding-top: 16px !important;
    }

    .bio_based_content {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .hygienic_img {
        padding: 16px 0;
    }

    /***************customer************/

    .customer_title>.elementor-widget-container {
        padding-bottom: 16px !important;
    }

    /**********************Footer*********************/

    .footer_logo {
        width: 40%;
    }

    .footer_top_img {
        width: 70%;
        right: -17% !important;
        top: -185px !important;
    }

    .footer_contact {
        width: 100%;
    }

    .footer_left {
        gap: 30px;
    }

    .footer_menu .sub-menu {
        column-count: 3;
    }

    .footer_menu {
        width: 100% !important;
    }

    .footer_right {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    

    /*****************************Sustainability***************************/

    .solution_description p {
        font-size: 22px;
    }

    .cmn_banner_img,
    .cycle_img {
        width: 75%;
    }

    .film_main {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .film_img .elementor-widget-image {
        width: 100%;
    }

    /*****************************Career***************************/

    .career_main>.e-con-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .career_image {
        padding: 30px 0 45px !important;
    }

    .career_main>.e-con-inner {
        gap: 50px;
    }

    /*******************************contact************************/

    .form_checkbox .wpcf7-list-item label {
        align-items: start !important;
    }

    .form_checkbox label {
        padding-bottom: 6px;
        font-size: 18px;
    }

    .contact_title>.elementor-widget-container {
        padding-bottom: 30px !important;
    }

    .form_top,
    .form_btm {
        padding-bottom: 24px;
    }

    .form_checkbox {
        padding: 24px 0;
    }

    .form_msg textarea {
        max-height: 160px;
    }

    .form_checkbox label .wpcf7-list-item-label a {
        font-size: 18px;
    }

    .form_checkbox label input {
        width: 24px;
        height: 24px;
    }

    /************************Product Page*******************************/

    .new_slider_content_box>.e-con-inner {
        gap: 30px;
    }

    .tabs_inner button {
        margin-bottom: 30px !important;
    }

    .tab_btn span.elementor-button-text {
        font-size: 18px;
    }

    .tab_btn {
        padding-top: 30px !important;
    }

    .tabs_inner [aria-selected="true"] {
        margin-top: 0 !important;
    }
    .team_box .team_img .elementor-widget-image > .elementor-widget-container {
    width: max-content;
    aspect-ratio: 1 / 1;
    max-width: 268px;
    margin: 0 auto;
}
}

@media screen and (max-width: 600px) {

    /*********cmn***********/

    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 34px !important;
    }

    p,
    h3,
    h5 {
        font-size: 16px !important;
    }

    /************Cmn Padding**********/

    .cmn_padding {
        padding: 50px 20px;
    }

    .header {
        padding: 0 20px;
    }

    .elementor-button {
        padding: 10px 20px !important;
    }

    .food_inner_title>.elementor-widget-container {
        padding: 16px 0 !important;
    }

    /**********Banner****************/

    .hero-banner>.e-con-inner,
    .food_section>.e-con-inner {
        gap: 20px;
    }

    .banner_img,
    .food_img {
        width: 100%;
    }

    .herobanner_text p,
    .banner_inner_title h3 {
        font-size: 16px !important;
    }

    .banner_left_img .elementor-widget-container::after {
        width: 100px;
        height: 100px;
    }

    .banner_left_img img {
        width: 90px;
        height: 90px;
    }

    /******************Slider************/

    .slider_main .e-n-carousel.swiper {
        aspect-ratio: 14/9 !important;
    }

    .slider_title>.elementor-widget-container {
        padding-bottom: 16px !important;
    }

    .slider_inner_text>.elementor-widget-container {
        padding: 8px 16px;
    }

    /*******************Product********************/

    .product_img {
        width: 150px;
        height: 150px !important;
    }

    .product-slider-inner {
        max-width: 375px !important;
    }

    .product_box_title h3 {
        font-size: 18px !important;
    }

    /***************customer***************/

    .customer_box {
        width: calc((100% - (0* 30px)) / 1);
    }

    .customer_bottom {
        padding: 10px 20px;
        /* flex-direction: row !important;
        flex-wrap: nowrap; */
        flex-direction: column;
    }

    .customer_img .elementor-widget-container {
        /* width: max-content;
        margin-left: auto; */
        margin: 0px auto;
        width: 100%;
    }

   .customer_img img {
        width: 150px !important;
        height: 150px !important;
        object-fit: contain !important;
        border-radius: unset !important;
    }

    .back-to-top {
        width: max-content;
        right: 15px !important;
    }

    .back-to-top a#header {
        padding: 10px !important;
    }

    /****************Footer******************/

    .footer_menu a.has-submenu,
    .footer_contact_title p {
        font-size: 20px !important;
    }

    .footer_contact_title>.elementor-widget-container {
        padding-bottom: 16px !important;
    }

    .footer_menu .sub-menu {
        column-count: 2;
    }

    .footer_top_img {
        width: 75%;
        right: -15% !important;
        top: -150px !important;
    }

    .footer_left {
        gap: 20px;
        transform: scale(1.15);
        transform-origin: top left;
        margin-bottom: 30px;
    }

    .footer_btm {
        gap: 20px;
    }

    /*****************************Sustainability***************************/

    .film_name p {
        font-size: 16px !important;
    }

    .cmn_banner_img,
    .cycle_img {
        width: 100%;
    }

    .cmn_banner_content .cmn_btm>.elementor-widget-container {
        padding-top: 16px !important;
    }

    .cycle_description>.elementor-widget-container {
        padding: 16px 0 !important;
    }

    .cycle_inner_title>.elementor-widget-container {
        padding-bottom: 16px !important;
    }

    .solution_description>.elementor-widget-container,
    .film_description>.elementor-widget-container {
        padding: 16px 0 40px !important;
    }

    .solution_content p {
        padding-bottom: 16px;
    }

    .solution_content p::before {
        width: 20px;
        height: 20px;
        left: -28px;
        top: 1px;
    }

    .solution_content>.elementor-widget-container {
        padding-left: 28px !important;
    }

    .common_image {
        aspect-ratio: 10/5;
    }

    .common_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .common_image .elementor-widget-image {
        width: 100%;
        height: 100%;
    }

    /********************career***************************/

    .career_image {
        padding: 30px 0 !important;
    }

    /***************************contact*********************/

    .form_name,
    .form_email,
    .form_unternehmen,
    .form_phn {
        width: 100%;
    }

    .form_top,
    .form_btm {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }

    .form_checkbox {
        padding: 20px 0;
    }

    .form_checkbox label,
    .form_checkbox label .wpcf7-list-item-label a {
        font-size: 16px;
    }

    /*************************Product Page********************/

    .film_name .elementor-widget-container {
        padding: 12px !important;
    }

    .form_submit {
        padding-top: 30px;
    }
    

    
    
}

@media screen and (max-width: 479px) {

    .slider_main .e-n-carousel.swiper {
        aspect-ratio: 9 / 9 !important;
    }

    .team_content .team_box {
        width: 100%;
    }

    .product_bottom {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .product-slider-inner {
        max-width: 280px !important;
    }

    .only_img .elementor-swiper-button {
        display: none !important;
    }

    .food_img img {
        border-radius: 20px !important;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    .bio_based_content {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .bio_description p br,
    .bio_base_box_title h3 br {
        display: none;
    }

    .footer_right {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        max-width: 200px;
        margin: 0 auto;
    }

    .footer_logo {
        width: 50%;
    }

    .footer_top_img {
        right: -18% !important;
        top: -115px !important;
        width: 70%;
    }

    .header .site-logo {
        width: 225px;
    }

    /*****************************Sustainability***************************/

    .cmn_banner_img img {
        border-radius: 20px !important;
    }

    .film_main {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .film_img .elementor-widget-container {
        padding-top: 65%;
    }

    .solution_description>.elementor-widget-container,
    .film_description>.elementor-widget-container {
        padding: 16px 0 30px !important;
    }

    /**************************career************************/

    .career_image {
        padding: 16px 0 !important;
    }

    .career_title {
        width: 100% !important;
    }

    .career_main>.e-con-inner {
        gap: 40px;
    }

    /***************contact********************/

    .form_main {
        padding: 20px;
    }

    .form_top,
    .form_btm {
        gap: 16px;
        padding-bottom: 16px;
    }

    .form_checkbox {
        padding: 16px 0;
    }

    .form_main {
        padding: 16px;
    }

    .form_btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    /***************************Product Page******************/

    .film_box.new_film_box {
        width: 100%;
    }

    .film_main.e-flex {
        gap: 20px;
    }

    .film_img .elementor-widget-container {
        padding-top: 60%;
    }

    .tab_btn span.elementor-button-text {
        font-size: 16px;
    }

    .tabs_inner span.e-n-tab-title-text {
        font-size: 16px;
    }

    .product_page_slider .slider_main .elementor-swiper-button {
        display: none !important;
    }

}

@media screen and (max-width: 374px) {

    h2 {
        font-size: 30px !important;
    }

    h1 {
        font-size: 28px !important;
    }

    .product-slider-inner {
        max-width: 250px !important;
    }

    .contact_cmn {
        flex-wrap: nowrap;
    }

    .footer_right {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .solution_title h2 {
        font-size: 26px !important;
    }

    .tab_btn span.elementor-button-text {
        font-size: 12px;
    }
}/* End custom CSS */