#home_banner {

    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
    flex-direction: column;
    justify-content: center;
}

#home_banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
}

#home_banner .special-image {
    position: absolute;
    bottom: -21px;
    right: 0;
    width: 640px;
    z-index: 99;
    pointer-events: none;
}

#home_banner .content {
    position: relative;
    z-index: 120;
    padding-left: 7rem;
    color: #141414;
}

#home_banner h1 {
    font-size: 4rem;

    line-height: 1;
}

#home_banner img {

    position: relative;
}

#home_banner .banner-image {
    width: 1180px;
}

#home_banner .col-xl-6:not(:first-child):after {
    content: "";
    background: url(/template/images/images/ebene-bg.png);
    left: -265px;
    right: 0;
    bottom: 0px;
    width: 1250px;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1980px) {
    #home_banner .col-xl-6:not(:first-child):after {
        content: "";
        background: url(/template/images/images/ebene-bg.png);
        left: -265px;
        right: 0;
        bottom: 1px;
        width: 1500px;
        height: 775px;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        left: -235px;
    }

}

@media (max-width:1198px) {
    #home_banner .col-xl-6:not(:first-child):after {
        content: "";
        background: url(/template/images/images/ebene-bg.png);
        left: -265px;
        right: 0;
        bottom: 1px;
        width: 1408px;
        height: 750px;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        left: -235px;
    }

    .mobile-small {
        position: absolute;
        top: 40%;
        background: #fff;
        width: 735px;
        border-radius: 15px;
        transform: scale(0.71);
        z-index: 99;
        left: -60px;
    }

    #home_banner h1 {
        color: inherit;
    }

    #home_banner .content {
        padding: 0 2rem;
        padding-top: 2rem;
    }

    .logo-outer {
        flex: 0 0 250px;
    }
}

@media (max-width: 598px) {
    .mobile-small {
        position: absolute;
        top: 40%;
        background: #fff;
        width: 735px;
        border-radius: 15px;
        transform: scale(0.71);
        z-index: 9;
        left: -120px;
    }
}


#home_banner p {
    font-size: 1.3rem;
    line-height: normal;
}

#home_banner .subtitle {
    font-size: 3rem;
    color: #141414;
    line-height: normal;
}



#home_banner .special-text {
    margin: 0;
    border-radius: 15px;
    background: #1b0187;
    color: #fff;
    padding: 2rem;
    font-weight: 600;
    z-index: 50;
    right: 2rem;
    bottom: 4rem;
    position: fixed;
    width: 500px;
    max-width: 87%;
}

#home_banner .special-text:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #1b0187;
    border-top: 15px solid #1b0187;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    right: -19px;
    top: 0.5rem;
}


.parallax-mirror {
    pointer-events: none;
}

#parallax.home-parallax {
    height: 500px;
}

#parallax.home-parallax i.fa.fa-leaf {
    font-size: 3rem;
    color: green;
    padding-bottom: 2rem;
}

#parallax.home-parallax h2 {
    color: green;
    font-size: 2.5rem;
}

#parallax.home-parallax .text {
    margin: 0;
}

#parallax.home-parallax .text p {
    color: green;
}

.slickwrap {
    background-color: var(--main-color);
}

.title-area {
    padding-bottom: 5rem;
    text-align: center;
}

.title-area h2 {
    font-size: .75rem;
    margin: 0 0 1rem;
    background-color: #e3e3e3;
    display: inline-block;
    color: #000;
    padding: 1rem 2rem;
    border-radius: 2rem;
    line-height: 1;
}

.title-area span {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1;
}



a.h-service-box {
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: var(--color);
    padding: 2rem;
    color: #FFF;
    border-radius: 25px;
    text-decoration: none !important;
    transition: all .3s;
}

a.h-service-box i {
    color: #FFF;
    font-size: 5rem;
}

a.h-service-box strong {
    color: inherit;
    padding-top: 2rem;
    font-size: 1.3rem;
    font-weight: 200;
}

a.h-service-box:hover {
    transform: scale(1.1);
}



.slider-home-shop a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1rem;
    padding: 1rem;
    border-radius: 25px;
    text-decoration: none !important;
}

.slider-home-shop a:hover {
    box-shadow: 0 0 11px 3px rgb(99 99 99 / 65%);
}

.slider-home-shop a img {
    height: 150px;
    margin-bottom: 1rem;
}

.slider-home-shop a strong {
    height: 70px;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: .7rem;
    overflow: hidden;
}

.slider-home-shop .slick-arrow {
    position: absolute;
    bottom: -60px;
    z-index: 10;
    background-color: var(--main-color);
}

.slider-home-shop .slick-next.slick-arrow {
    right: 0;
}




main .logos-slider img {
    max-width: 100%;
    height: auto;
}


.section_wrapper,
.container {
    max-width: auto;
}


@media (max-width: 1499.98px) {
    #home_banner .special-image {
        width: 500px;
        bottom: -18px;
    }
}

@media (max-width: 991.98px) {
    .mb-md-3 {
        margin-bottom: 1.5rem;
    }

    #home_banner .special-image {
        width: 450px;
        bottom: -16px;
    }



}

@media (max-width: 767.98px) {


    #parallax.home-parallax {
        height: 600px;
    }

    #home_banner .special-image {
        width: 400px;
        bottom: -15px;
    }

    #home_banner .special-text {}
}

@media (max-width: 575.98px) {
    .mobile-small {
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        width: inherit;
        border-radius: 0;
        transform: inherit;
        z-index: 9;
    }

    .btn-row .btn {
        padding: 10px 15px;
        font-size: 16px;
    }

    .google-rating {
        bottom: -35px;
        z-index: 9;
    }

    #home_banner .content {
        padding: 0 10px;
    }

    #home_banner h1 {
        font-size: 3rem;
    }

    #home_banner .subtitle {
        font-size: 2rem;
    }

    #home_banner .special-image {
        width: 350px;
        bottom: -14px;
    }
    .align-end-button {
        justify-content: start;
    }
}