.imgAnimationImgs img {
	z-index: 0 !important;
}
.workflow-swiper-container {
	position: relative;
	overflow: hidden;
}
.workflow-swiper-wrapper {
	height: 100%;
}
.workflow-swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	height: 100%;
	margin: 0 !important;
}
.workflow-swiper-img-wrapper {
	display: flex;
	justify-content: center;
}
.workflow-swiper-slide > div > img {
	width: 90%;
	margin: auto;
}
.workflow-swiper-headline {
	text-align: left;
	margin-bottom: 10px;
	padding: 20px 10%;
}
.workflow-swiper-text {
	text-align: left;
	margin-bottom: 30px;
	padding: 20px 10%;
	padding-top: 0;
}
.workflow-swiper-navigation {
	position: absolute;
	width: 100%;
	top: 36.2vw;
}


.workflow-swiper-button-prev,
.workflow-swiper-button-next {
	cursor:pointer;
	position: absolute;
	transform: translate(0, -50%) rotate(180deg);
	width: 30px;
	height: 30px;
	background-color: transparent;
	z-index: 101;
	left: 3%;
	background-image: url(angle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	border-radius: unset !important;
}
.workflow-swiper-button-next {
	right: 3%;
	left: unset;
	transform: translate(0, -50%);
}

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
	background: white;
	width: 16px;
	height: 16px;
	border: 1px solid #4f4f4e;
}

.workflow-swiper-button-prev.swiper-button-disabled,
.workflow-swiper-button-next.swiper-button-disabled

{
	opacity: 0.4;
}

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet-active {
	background: #e07400;
}



.sliderBox {
	position: relative;
	display: none;
}
.sliderBox .mainImg {
	width: 100%;
}
.dot {
	display: flex;
	height: 70px;
	width: 70px;
	position: absolute;
	word-break: keep-all;
}
.sliderBox label {
	position: absolute;
	top: 50%;
	right: 0%;
	left: unset;
	bottom: unset;
	transform: translate(100%, -50%);
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	width: auto;
	font-size: 17px;
	text-transform: uppercase;
}

.description {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 100;
	background-color: rgb(226, 226, 226);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	padding: 10px 12px;
	width: 20vw;
	z-index: 100;
}
.description.orange {
	background-color: #ffbb8a;
}
.description * {
	text-align: left;
	width: 100%;
	color: rgb(238, 238, 238);
}
.description.orange * {
	color: rgb(43, 43, 43);
}
.dot:hover .description {
	display: block;
}
.description::after {
	content: "";
	width: 100%;
	height: 30px;
	position: absolute;
	top: -30px;
	left: 0;
	background-color: rgba(180, 56, 56, 0);
}
.description::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: inherit;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.shopFront {
	top: -3%;
	left: 17%;
	z-index: 8;
}
.shopBack {
	top: 74%;
	left: 43%;
	z-index: 6;
}
.production {
	top: 10%;
	left: 58%;
	z-index: 9;
}
.logistik {
	top: 72%;
	left: 82%;
	z-index: 7;
}
.integration {
	top: 10%;
	left: 32%;
	z-index: 7;
}

.blob {
	background-color: #ffb97e;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(255, 184, 126, 1);
	margin: 10px;
	height: 35px;
	width: 35px;
	transform: scale(1);
	animation: pulse-orange 5s infinite;
	display: flex;
}
.blob.grau {
	background-color: rgb(226, 226, 226);
	animation: pulse-gray 5s infinite;
}
.blob.grau {
	background-color: (226, 226, 226);
}
.blob label {
	padding: 0 0 0 10px;
}
.blob::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 60%;
	border-radius: 50%;
	background-color: rgb(227, 122, 56);
	border: 1px #fff solid;
	box-sizing: border-box;
}
.blob.grau::before {
	content: "";
	background-color: rgb(143, 144, 146);
}

@keyframes pulse-orange {
	0% {
		/* transform: scale(0.95); */
		box-shadow: 0 0 0 0 rgba(255, 184, 126, 0.7);
	}

	70% {
		/* transform: scale(1); */
		box-shadow: 0 0 0 10px rgba(255, 184, 126, 0);
	}

	100% {
		/* transform: scale(0.95); */
		box-shadow: 0 0 0 0 rgba(255, 184, 126, 0);
	}
}

@keyframes pulse-gray {
	0% {
		box-shadow: 0 0 0 0 rgba(226, 226, 226, 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(226, 226, 226, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(226, 226, 226, 0);
	}
}

@media (min-width: 768px) {
	.workflow-swiper-container {
		display: none;
	}
	.sliderBox {
		display: block;
	}
}

@media (max-width: 1070px) {
	.sliderBox label {
		font-size: 14px;
	}
	.production {
		top: 0%;
		left: 60%;
	}
}

.description.orange * {
	color: #E07400 !important;
}

.description.grau * {
	color: #4F4F4E !important;
}

.description.orange li:before {
	background-image:url('/fileadmin/elements/images/angle-right-orange.svg');
}

.description.grau li:before {
	background-image:url('/fileadmin/elements/images/angle-right-orange-grau.svg');
}

/*Button*/

.newButton {
	color: #e07400;
	background-color: #fff;
	border: #e07400 2px solid;
	border-radius: 1.333em;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 1.4em;
	font-size: 1.5rem;
	line-height: 1.5;
	transition: all 0.15s ease-in-out;
	margin: 0 auto;
}
.newButton:hover {
	color: #fff;
	background-color: #e07400;
}

@media (max-width: 575px) {
	.newButton {
		font-size: 1.1rem;
		display: block;
		margin-bottom: 15px;
	}
}
