.actueel_general_afbeelding_carousel-layout {
	padding: 0;
}

.actueel_general_afbeelding_carousel-layout .pk-content-wrap {
	position: relative;
}

.actueel_general_afbeelding_carousel__swiper {
	position: relative;
}

.actueel_general_afbeelding_carousel__swiper  .swiper-slide img {
	width: 100%;
	height: 100%;
	aspect-ratio: 163/125;
	object-fit: cover;
	border-radius: max(0.5rem, calc(0.5 * var(--su)));;
	overflow: hidden;
}

.actueel_general_afbeelding_carousel__swipe-cursor {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max(6rem, calc(6 * var(--su)));
	height: max(6rem, calc(6 * var(--su)));
	border-radius: 50%;
	background-color: var(--dc-orange);
	color: var(--pk-text-color);
	font-size: var(--desktop-body-sm);
	font-weight: 400;
	text-align: center;
	line-height: 1;
	pointer-events: none;
	opacity: 0;
	will-change: transform;
}



.actueel_general_afbeelding_carousel__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: max(.5rem, calc(.5 * var(--su)));
}

/* Pagination */

.actueel_general_afbeelding_carousel-layout .swiper-pagination {
    position: static;
    margin-block: max(1.5rem, calc(2 * var(--su)));
    max-width: 65%;
    margin-inline: auto;
    height: 2px;
    background: #E5E5E5;
}

.actueel_general_afbeelding_carousel-layout .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(var(--dc-black-rgb), 0.8);
}

