.splide__pagination__page {
	display: inline-block;
	padding: 0;
	background: transparent;
	margin: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ed0638;
	cursor: pointer;
	outline: 0 !important;
}

.splide__pagination__page.is-active {
	background: #ed0638;
}

.opacity-filter {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(0, 0, 0, 0) 25%,
		rgba(0, 0, 0, 0) 75%,
		rgba(255, 255, 255, 1) 100%
	);
}

.bg-grau .opacity-filter {
	background: linear-gradient(
		90deg,
		rgba(220, 220, 220, 1) 0%,
		rgba(0, 0, 0, 0) 25%,
		rgba(0, 0, 0, 0) 75%,
		rgba(220, 220, 220, 1) 100%
	);
}

.splide__pagination {
	padding: 0;
	width: 100%;
}

.splide__arrow--prev {
	transform: rotateY(180deg);
}

.splide__arrows {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.splide__arrows .splide__arrow {
	z-index: 10;
	pointer-events: all;
	background: transparent;
	border: none;
}
