/*------------------------------*/
/*  /pages/vorher-nachher.php   */
.vorherNachherGallery {
    width: 100%;
    height: 100%;
    aspect-ratio: 7 / 4;
    display: block;
    position: relative;
    overflow: hidden;
}

.vorherNachherGallery img {
    width: 100%;
    height: auto;
    position: absolute;
}

.imgDragger {
    width: 10px;
    height: 100%;
    background: var(--primaryColor);
    position: absolute;
}

.clipped {
    /* filter: saturate(0) contrast(1.5); */
    clip-path: inset(0px 320px 0px 0px);
}

.notClipped {
    position: absolute;
}


.pin-spacer>section {
    padding: 0 !important;
}

.comparisonSection {
    position: relative;
    aspect-ratio: 7 / 4;
}

.comparisonImage {
    width: 100%;
    height: 100%;
}

.afterImage {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(100%, 0px);
}

.afterImage img {
    transform: translate(-100%, 0px);
}

.comparisonImage img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 0;
}