/* .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #e5006e; 
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    z-index: 999;
    transition: background-color 0.3s ease;
}

.back-to-top:hover {
    background-color: #e5006e;
    color: white;
    text-decoration: none;
} */



.back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #e5006e;
    color: white;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.back-to-top.show {
    display: flex;
}

.back-to-top:hover {
    background-color: #e5006e;
    color: white;
    text-decoration: none;
}



html {
    scroll-behavior: smooth;
}

.faq-container {
    /* max-width: 900px; */
    margin: auto;
    border: 2px solid;
    padding: 30px;
    border-radius: 10px;
    border-color: #d81b602e;
    margin: 0 0px 0px 0px;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0px;
    cursor: pointer;
    /* transition: background 0.3s ease; */
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: red;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    padding-right: 30px;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    margin-top: 16px;
}

.steuerlichermobile3 {
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 400px;
    margin: 0px !important;
}

.btn-primary {
    border-radius: 2rem;
    font-weight: 700;
    color: #fff;
    background-color: #df1371;
    border-color: #df1371;
    padding: .6rem 2rem;
}

.btn-primary:hover {
    border-radius: 2rem;
    font-weight: 700;
    color: #fff;
    background-color: #df1371;
    border-color: #df1371;
    padding: .6rem 2rem;
}

.icon-true-false {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.btn-primary1 {
    border-radius: 2rem;
    font-weight: 700;
    color: #fff;
    background-color: #df1371;
    border-color: #df1371;
    padding: .6rem 2rem;
    width: 100%;
}

.dish22 {
    top: 55% !important;
}

.navbar-nav .show>.nav-link {
    color: #000 !important;
}

.btn-primary2 {
    color: #fff;
    background-color: #df1371;
    border-color: #df1371;
}

.btn-primary2:hover {
    color: #fff;
    background-color: #df1371;
    border-color: #df1371
}

.btn-primary2.focus,
.btn-primary2:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(115, 97, 255, .5);
    box-shadow: 0 0 0 0 rgba(115, 97, 255, .5)
}

.btn-primary2.disabled,
.btn-primary2:disabled {
    color: #fff;
    background-color: #5a45ff;
    border-color: #5a45ff
}

.btn-primary2:not(:disabled):not(.disabled).active,
.btn-primary2:not(:disabled):not(.disabled):active,
.show>.btn-primary2.dropdown-toggle {
    color: #000000;
    background-color: #2d12ff;
    border-color: #2105ff
}

.btn-primary2:not(:disabled):not(.disabled).active:focus,
.btn-primary2:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(115, 97, 255, .5);
    box-shadow: 0 0 0 0 rgba(115, 97, 255, .5)
}

.big-number {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    color: #9BC540;
    /* ose ngjyra që dëshiron */
}

.img-mobile-nr1 {
    display: none;
}

.faq-section {
    max-width: unset !important;
}

.span1-desktop {
    display: block;
}

.span1-mobile {
    display: none;
}

.span2-desktop {
    display: block;
}

.span2-mobile {
    display: none;
}

.padding-bottom0 {
    padding-bottom: 0px !important;
}

/* .col-kl-top150 {
    margin-top: -150px !important;
} */

.padding-remove-desktop {
    padding: 0px;
}

.faq-container {
    margin-top: 130px;
}


@media (min-width: 1000px) and (max-width: 1200px) {
    .col-kl {
        margin-top: 120px !important;
    }

}

@media (max-width: 1024px) {
    .nachhaltigkeit-mobile5 {
        margin-top: 0px;
    }

    .span1-desktop,
    .span2-desktop {
        display: none;
    }

    .span1-mobile,
    .span2-mobile {
        display: block;
        padding: 0 10px 20px 10px;
        font-size: 20px;
    }

    .btn-primary80-mobile {
        width: 80% !important;
    }

    .btn-width100-mobile {
        width: 100% !important;
    }

    .display-2 {
        font-size: unset !important;
    }

    .faq-section1 {
        top: -120px !important;
    }

    #nachhaltigkeit-image {
        margin-top: 100px;
    }

    .hight-mobile {
        height: 715px;
    }

    .padding-remove-mobile {
        padding: 0px !important;
    }


    .margin-top-remove-mobile {
        margin-top: 0px !important;
    }

    .margin-top50-mobile {
        margin-top: 50px !important;
    }

    .height-remove-mobile {
        height: unset !important;
    }

    .height1500-mobile {
        height: 1500px !important;
        margin-top: -90px;
    }

    .background-image-remove {
        background-image: none !important;
    }

    #contact-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .faq-section {
        height: unset !important;
        margin-bottom: unset !important;
    }

    .max-height-mobile1 {
        /* max-height: 100vh !important; */
        max-height: unset !important;
    }

    .title2-mobile {
        font-size: 25px !important;
        text-align: center;
        margin-top: 30px;
    }

    .title2-mobile b {
        font-size: 30px !important;
    }

    .mobile-title2 {
        font-size: 25px !important;
        text-align: center;
        margin-top: 30px;

    }

    .title4-mobile {
        font-size: 25px !important;
        text-align: center;
        margin-top: 70px !important;
    }

    .title3-mobile {
        font-size: 25px !important;
        text-align: center;
        margin-top: -70px;
    }

    .title1-mobile {
        font-size: 25px !important
    }

    .height650-mobile {
        height: 650px;
    }

    .height-mobile1200 {
        height: 1200px;
    }

    .img-float-left-mobilel {
        float: left;
    }

    .margin-left-mobile {
        margin-left: 50px;
    }

    .icon-true-false {
        width: 30px;
        height: 30px;
    }

    .custom-section7text {
        top: -220px !important;
    }

    .margin-bottom-mobile1 {
        margin-bottom: 0px !important;
    }

    .dissapear {
        display: none;
    }

    .padding-mobile2 {
        margin: 0px -8px !important;
    }

    .box-element-mobile {
        padding: 0px !important;
    }

    .faq-container {
        margin: 20px;
    }

    .max-width-mobile-unset {
        max-width: unset !important;
    }

    main {
        overflow-x: hidden !important;
    }

    .col-kl {
        padding-right: 15px !important;
        padding-left: 15px !important;
        border-radius: 20px;
        padding: 0px 20px !important;
        top: 800px !important;
    }

    .container1 {
        margin-right: 0px !important;
        max-width: 100% !important;
    }

    .push-down {
        background: #d9488ad9 !important;
        border-radius: 2rem !important;
        /* margin-top: 20px !important; */
        width: 100%;
    }

    .display-2 {
        font-size: 34px !important;
    }

    /* .text-white {
        font-size: 18px !important;
    } */
    /* .h3,
    h3 {
        font-size: 18px !important;
    } */

    .btn {
        font-size: 16px !important;
    }

    .padding-mobile1 {
        padding: 0px 10px 10px 0px !important;
    }

    .border-mobile {
        /* border: 3px solid red; */
        padding: 20px;
        border-radius: 2rem;
    }

    .border-mobile h1 {
        margin-top: 0px !important;
    }

    .shadow-box {
        margin: 0px !important;
        padding-top: 70px !important;
    }

    .shadow-box h1 {
        font-size: 28px !important;
    }

    section {
        padding-top: 0px !important;
        padding-bottom: 1rem !important;
    }

    .custom-bg-left-bottom {
        bottom: 0px !important;
    }

    .custom-left-image {
        max-width: 230px !important;
    }

    .pb-11 {
        padding-bottom: 3rem !important;
    }

    section.mt-on-mobile {
        margin-top: 0rem !important;
    }

    .padding0 {
        padding: 0px !important;
    }

    .fs-4 {
        font-size: 2rem !important;
    }

    .mr-lunch-box-section .col-xxl-5 {
        /* margin-top: -90px; */
    }


    .margin-bottom-mobile {
        margin-bottom: 60px !important
    }

    .mobilechange2 {
        position: relative;
        margin-top: 0px !important;
    }

    .imagechange2 {
        position: relative;
        top: 0px !important;
    }

    .padding-mobile20 {
        padding: 20px !important;
    }

    .Header-3-smal {
        background-image: none !important;
    }

    .text-lg-left-mobile {
        margin-top: 300px !important;
    }

    .custom-bg-left-bottom {
        left: 460px !important;
        top: 0px !important;
    }

    .display-none {
        display: none !important;
    }

    .min-height-mobile {
        min-height: unset !important;
        margin-top: 80px;
    }

    .section-align-right {
        text-align: left !important;
    }

    .text-align-justify {
        text-align: justify !important;
    }

    /* .btn-primary {
        width: 70% !important; 
    } */

    .margin {
        margin: 5px !important;
    }

    .bg-dish {
        display: none !important;
    }

    /* .text-lg-left {
        margin-top: 200px !important;
    } */
    .margin-top-tablet {
        margin-top: 200px;
    }
}

@media (min-width: 350px) and (max-width: 767px) {

    .padding-top-mobile {
        padding-top: 0px !important;
    }

    .faq-section {
        margin: 0px !important;
    }

    .margin-top-tablet {
        margin-top: 10px;
    }

    .back-to-top {
        bottom: 10px;
        right: 10px;
    }

    .faq-section-mobile {
        margin-top: 0px !important;
    }

    .title-mobile-nr1 {
        font-size: 22px;
    }

    .margin-top-mobile {
        margin-top: 40px;
    }

    .img-desktop-nr1 {
        display: none;
    }

    .img-remove-mobile {
        display: none;
    }

    .img-mobile-nr1 {
        display: block;
        width: 50px;
        height: 50px;
        float: left;
        margin-top: -10px;
    }

    .title-center-mobile {
        text-align: center;
    }

    .img-mobile-nr1 img {
        width: 100%;
        height: auto;
    }

    .big-number {
        font-size: 100px;
    }

    .btn-primary2 {
        width: 100% !important;
    }

    .btn-primary1-mobile60 {
        width: 60% !important;
    }

    .btn-primary2-mobile60 {
        width: 60% !important;
    }

    .btn-primary1-mobile {
        width: 100% !important;
    }

    .btn-primary2-mobile {
        width: 100% !important;
    }

    .btn-primary1-mobile60 {
        width: 60% !important;
    }

    .btn-primary {
        width: 100%;
    }

    .card-item-mobile {
        padding: 0px;
    }

    /* .img-fluid {
        max-width: 60% !important;
    } */
    .img-fluid-mobile {
        max-width: 60% !important;
        height: auto;
    }

    .btn-primary1 {
        width: 60%;
    }

    .margin-top1 {
        margin-top: -200px !important;
    }

    .margin-top2 {
        margin-top: 100px !important;
    }

    .margin-top3 {
        margin-top: -80px !important;
    }

    .margin-top5 {
        margin-top: -100px !important;
    }

    .margin-top4 {
        margin-top: -50px !important;
    }

    .height-mobile {
        min-height: 75vh !important;
    }

    .custom-bg-left-bottom {
        left: 170px !important;
        top: 0px;
    }

    .nachhaltigkeit-mobile2 {
        font-size: 28px !important;
    }

    .before-after-slider {
        height: unset !important;
    }

    /* .mt-3,
    .my-3 {
        margin-top: unset !important;
    } */

    .text-dark.mt-4.w-xl-75 {
        padding: unset !important;
    }

    .text-dark.mt-4.w-xl-75 {
        font-size: 18px !important;
    }

    .pt-10,
    .py-10 {
        padding-top: 5.5rem 88px !important;
    }

}

@media (min-width: 577px) and (max-width: 991px) {

    .pt-10,
    .py-10 {
        padding-top: 8rem !important;
    }

    .padding-top-mobile {
        padding-top: 0px !important;
    }

    .faq-section {
        margin: 0px !important;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 33.33333% !important;
        max-width: 33.33333% !important;
    }

    #kleine-symbole {
        display: none !important;
    }

}

@media (min-width: 992px) {

    .pt-10,
    .py-10 {
        padding-top: 12.5rem !important;
    }

    .padding-top-mobile {
        padding-top: 0px !important;
    }

    .faq-section {
        margin: 0px !important;
    }

}

@media (min-width: 1025px) and (max-width: 1500px) {
    .dish10 {
        bottom: -120px !important;
        right: 10%;
        width: 300px;
        opacity: 0.79 !important;
        z-index: 99;
        position: absolute;
    }

}



.card1 img {
    margin-bottom: 0 !important;
  }

  .snack-card img {
    margin-bottom: 0 !important;
  }