.imgAnimationLeft,
.imgAnimationRight {
	width: 100%;
	display: flex;
}

.imgAnimationImgs,
.imgAnimationText {
	width: 100%;
	height: 30%;
}
.imgAnimationImgs {
	height: 400px;
	width: 400px;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	margin: auto;
	overflow: hidden;
}
.imgAnimationImgs img {
	position: absolute;
	transition: ease-in-out 1s;
}

.c-animation {
	width: 100%;
	display: flex;
}

.c-animation__images {
	width: 100%;
	height: 30%;
}
.c-animation__images {
	height: 400px;
	width: 400px;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	margin: auto;
	overflow: hidden;
}
.c-animation__image {
	position: absolute;
	transition: ease-in-out 1s;
}


/*START Front-end*/

.imgAnimationImgs #schuh {
	right: 60px;
	top: 140px;
	height: 70px;
	transform: translateX(430px);
}
.imgAnimationImgs #shirt {
	left: 140px;
	top: 40px;
	height: 85px;
	transform: translateX(-430px);
}
.imgAnimationImgs #person3 {
	bottom: 3px;
	right: 50px;
	height: 140px;
	transform: translateX(430px);
}
.imgAnimationImgs #laptop {
	bottom: 3px;
	left: 70px;
	width: 65%;
}
.imgAnimationImgs #greenBox {
	left: 10px;
	bottom: 70px;
	height: 85px;
	transform: translateX(-430px);
}
.imgAnimationImgs #tasse {
	left: 70px;
	top: 120px;
	height: 85px;
	transform: translateX(-430px);
}
.imgAnimationImgs #credit {
	right: 110px;
	top: 70px;
	height: 85px;
	transform: translateX(430px);
}

/*START Managment*/

.imgAnimationImgs #chart {
	right: -10px;
	top: 110px;
	transform: translateX(430px);
}
.imgAnimationImgs #display {
	bottom: 0px;
	left: -7px;
	height: 58%;
}
.imgAnimationImgs #person1 {
	bottom: 50px;
	right: 80px;
	transform: translateX(430px);
}
.imgAnimationImgs #person2 {
	bottom: 4px;
	right: 10px;
	transform: translateX(430px);
}
.imgAnimationImgs #table {
	top: 30px;
	right: 50px;
	transform: translateX(430px);
}
.imgAnimationImgs #euro {
	left: 0px;
	top: 115px;
	transform: translateX(-430px);
}
.imgAnimationImgs #usd {
	left: 40px;
	top: 160px;
	transform: translateX(-430px);
}
.imgAnimationImgs #yen {
	left: 90px;
	top: 90px;
	transform: translateX(-430px);
}


/*START Logistics*/


.imgAnimationLeft #paket {
	transform: translateX(430px);
	top: 220px;
	left: 140px;
}
.imgAnimationLeft #tisch {
	transform: translateX(-430px);
	bottom: 0;
	left: 60px;
}
.imgAnimationLeft #stapler {
	transform: translateX(-430px);
	top: 160px;
	left: 20px;
}
.imgAnimationLeft #sprinter {
	transform: translateX(430px);
	top: 60px;
	left: 140px;
	z-index: 10;
}
.imgAnimationLeft #mann {
	transform: translateX(430px);
	top: 60px;
	right: 20px;
	z-index: 11;
}
.imgAnimationLeft #regal {
	transform: translateX(-430px);
	top: 8px;
	left: 40px;
	z-index: 1;
}




/*START Production*/
.c-animation__image--mann2 {
	transform: translateX(-430px);
	top: 160px;
	left: 200px;
	z-index:11;
}
.c-animation__image--server {
	transform: translateX(-430px);
	bottom: 60px;
	left: -5px;
	height: 160px;
}
.c-animation__image--printerTs {
	transform: translateX(430px);
	bottom: 200px;
	left: 260px;
}
.c-animation__image--printerL {
	transform: translateX(430px);
	bottom: 80px;
	right: 40px;
}
.c-animation__image--printerT {
	transform: translateX(430px);
	left: 120px;
	top: 80px;
}

@media (max-width: 768px) {

	.c-animation__image--printerTs {
		left: unset;
		right: 10px;
		height: 90px;
		top:80px;
	}
	.imgAnimationImgs #chart {
		right: -5px !important;
	}
	.imgAnimationImgs #credit {
		right: 90px !important;
	}
	.c-animation__image--printerT{
		height: 85px;
		left: 50px;
		top: 100px;
	}
	.c-animation__image--printerL {
		transform: translateX(430px);
		bottom: 0px;
		right: 20px;
	}
}