.ic-leistungen-intro-div {
    overflow: hidden;
}

.ic-leistungen-phone {
    rotate: 27deg;
    scale: 4;
    user-select: none;
    pointer-events: none;
}

.ic-leistungen-video-bg {
    mix-blend-mode: difference;
    opacity: 0.2;
    top: 50%;
    bottom: 50%;
}

@media screen and (min-width: 767px) {
    .ic-leistungen-phone {
        scale: 2.5;
    }
}

@media screen and (min-width: 1024px) {
    .ic-leistungen-phone {
        scale: 1.6;
    }
}

.ic-leistungen-card-shadow {
    transition: all 0.1s ease-in-out !important;
}

.ic-leistungen-card:hover > .ic-leistungen-card-shadow {
    top: 0 !important;
    left: 0 !important;
}

.ic-leistungen-card-img {
    pointer-events: none;
    user-select: none;
}

.ic-leistungen-card .ic-buttonarrow {
    height: 4.3rem;
}