.ws-referenzen_wrap {
	margin-top: 3.25rem;
	margin-bottom: .35rem
}
.ws-referenzen-item {
	position: relative;
    display: block;
    overflow: hidden;
	margin-bottom: 2rem;
}
.project-item-img {
	position: relative;
	aspect-ratio: 1 / 0.6;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 0.75rem
}
.project-item-img picture img {
	position:absolute;
	top:0; left:0; right:0;bottom:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: filter .5s
}
.project-item-img .project-image-scroll {
	position: absolute;
	z-index:1;
	overflow: hidden;
	/* border-radius:10px; */
	opacity:0;
	top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
	transition: all .5s
}
.ws_desktop .ws-referenzen-item.with_scroll .project-item-img:hover picture img {
	filter: blur(5px) grayscale(.5);
}
.ws_desktop .ws-referenzen-item.with_scroll .project-item-img:hover .project-image-scroll {
	opacity:1;
	top:2.5rem; left:2.5rem;
	bottom:2.5rem; right:2.5rem;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
	-webkit-animation: upwards 2.5s linear infinite;
    animation: upward 10s ease;
	animation-fill-mode: forwards;
    background-size: 100%;
	background-repeat: no-repeat;
}
@-webkit-keyframes upward {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 0% 100%;
     }
}

@keyframes upward {
	0%   {background-position: 0% 0%;}
	25%  {background-position: 0% 25%;}
	50%  {background-position: 0% 50%;}
	75%  {background-position: 0% 75%;}
	100% {background-position: 0% 100%;}
      /* from {
        background-position: 0% 0%;
    }
    to {
        background-position: 0% 100%;
     } */
}
.ws-referenzen-item h3 {
	font-size: 1.5rem;
	line-height: 1.4;
	color: var(--brand);
	text-transform: uppercase;
	margin-bottom: 0;
}
.project-item-excerpt {
	color: var(--brand);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	height: 1.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.project-item-cat {
	display:flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.project-item-cat-value {
	display: inline-flex;
    align-items: center;
	border-radius: 0.25rem;
	background: #FFF;
	padding: 0.125rem 0.5rem 0.125rem .5rem ;
	margin: 0 0.5rem 0.5rem 0;
	background-repeat: no-repeat;
	background-position: .5rem center;
	background-size: 0.875rem;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--dark-gray);
	border: 1px solid var(--light-gray)
}
.project-item-cat-icon {
	display:inline-block;
	width:.75rem;
	height:.75rem;
	margin-right:.5rem;
	background-size: contain;
	background-color: var(--dark-gray);
}
.ref-info .project .project-cat-item {
	font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.71px;
    line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
	.ws_desktop .ws-referenzen-item.with_scroll .project-item-img:hover .project-image-scroll {
		top:1.5rem; left:1.5rem;
		bottom:1.5rem; right:1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.ws-referenzen_wrap {
	    margin-top: 0.75rem;
	    margin-bottom: 1rem;
	}
	.ws-referenzen-item {
	    margin-bottom: 1.5rem;
	}
	.project-item-img {
		position: relative;
		aspect-ratio: 1 / 0.455;
	}
}
