.item-scroll img {
    height: 100%;
    width: 100%;
}

.box-number-home {
    width: 80px;
    left: 47.6%;
}

.arrow-up {
    z-index: 1001;
    left: 47.4%;
}

.arrow-down {
    z-index: 1000;
    left: 52.6%;
}

.item-scroll .side-bar-information {
    visibility: visible;
}

.home .coloroverlay {
    width: auto;
}

.layout-home .txt-slider {
    top: 35%;
}

.item-scroll .layout-home {
    top: 0;
    z-index: 666;
    width: 100%;
    mix-blend-mode: hard-light;
    background-color: #846f73;
}

.item-scroll .layout-home .coloroverlay {
    position: relative;
    opacity: 0.8;
}

.item-scroll .layout-home.right .arrow-close {
    left: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    visibility: visible;
}

.hiden-side {
    display: none;
}

.side-right {
    visibility: visible;
    z-index: 999;
    display: block;
    right: 0;
    left: inherit;
    top: 0;
}

.side-left {
    top: 0;
    display: block;
    visibility: visible;
    z-index: 999;
}

.right-plus {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.txt-collapse ul {
    z-index: 9999;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .item-scroll .layout-home {
        opacity: 0.75;
    }
}

@supports (-ms-ime-align:auto) {
    .item-scroll .layout-home {
        opacity: 0.75;
    }
}

@supports (-ms-accelerator:true) {
    .item-scroll .layout-home {
        opacity: 0.75;
    }
}

@media screen and (max-width: 1024px) {
    .projekte-page .coloroverlay, .home .coloroverlay {
        width: auto;
        mix-blend-mode: multiply;
    }
    .item-scroll .layout-home {
        mix-blend-mode: hard-light;
        background-color: #846f73;
    }
}

@media screen and (max-width: 1024px) {
    .projekte-page .coloroverlay, .home .coloroverlay {
        width: auto;
        mix-blend-mode: multiply;
    }
    .item-scroll .layout-home {
        mix-blend-mode: hard-light;
        background-color: #846f73;
    }
}

@media screen and (max-width: 974px) {
    body {
        overflow: auto;
    }
    .projekte-page .layout-home, .home .layout-home{
       /* mix-blend-mode: hard-light;
        background-image: linear-gradient(to right top, #e53030, #e42144, #e01555, #d81266, #ce1a76, #d42a75, #da3775, #df4375, #f05e68, #fa7c5e, #fd9a5a, #fbb75f);*/
		
		background: rgb(255, 104, 38);
    background: -moz-linear-gradient(135deg, rgba(255, 104, 38, 1) 0%, rgba(235, 0, 126, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 104, 38, 1) 0%, rgba(235, 0, 126, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 104, 38, 1) 0%, rgba(235, 0, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=“#ff6826”, endColorstr=“#eb007e”, GradientType=1);
    }
    .slick-slide img {
        height: 40vh;
    }
    .box-number-home {
        display: none;
    }
    .mobile .box-number-home {
        display: block;
    }
    .box-count.mobile.slide-up {
        top: 56vh;
    }
    .arrow-up, .arrow-down {
        display: none;
    }
    .mobile .arrow-down, .mobile .arrow-up {
        display: block;
        height: 80px;
        cursor: pointer;
    }
    .mobile .arrow-up {
        left: 43%;
        top: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width:1500px) {
    .arrow-up {
        height: 80px;
        left: 46%;
        top: 23%;
    }
    .arrow-down {
        height: 80px;
        left: 54%;
        top: 85%;
    }
    .layout-home .txt-slider {
        top: 44%;
    }
}

/*# sourceMappingURL=scrollstyle.css.map */