@charset "UTF-8";
/* CSS Document */
.hidden{
	opacity: 0;
	filter:blur(30px);
	transition: all 380ms ease;
	transform: translatey(50%)
}
.hidden2{
	opacity:0;
	filter: blur(30px);
	transition: all 380ms ease;
	transform: translatex(-40%);
}
.hidden3{
	opacity:0;
	filter: blur(30px);
	transition: all 380ms ease;
	transform: translatex(40%);
}
.noColor{
	opacity: 1;
	filter: blur(30px);
	transform: translatey(40px);
	transition: all 800ms ease;
}
.show{
	opacity: 1;
	filter: blur(0);
	transform: translatey(0) translateX(0);
	filter:grayscale(0%);
}
/*.client-logo-box figure:nth-child(2){
    transition-delay: 100ms;
}
.client-logo-box figure:nth-child(3){
    transition-delay: 200ms;
}
.client-logo-box figure:nth-child(4){
    transition-delay: 300ms;
}
.client-logo-box figure:nth-child(5){
    transition-delay: 400ms;
}
.client-logo-box figure:nth-child(6){
    transition-delay: 500ms;
}*/
.agentur-box figure:nth-child(2) figcaption{
	transition-delay:150ms;
}
.agentur-box figure:nth-child(3) figcaption{
	transition-delay:300ms;
}
.agentur-box figure:nth-child(2) img{
	transition-delay:150ms;
}
.agentur-box figure:nth-child(3) img{
	transition-delay:300ms;
}
.trustpilot-box figure:nth-child(2){
	transition-delay:100ms;
}
.trustpilot-box figure:nth-child(3){
	transition-delay:200ms;
}
.trustpilot-box figure:nth-child(4){
	transition-delay:300ms;
}
.trustpilot-box figure:nth-child(5){
	transition-delay:400ms;
}
.trustpilot-box figure:nth-child(6){
	transition-delay:500ms;
}
.trustpilot-box figure:nth-child(7){
	transition-delay:600ms;
}
.subLeistungen:nth-child(2){
	transition-delay:150ms;
}
.subLeistungen div:nth-child(3){
	transition-delay:300ms;
}