
/* SWIPER JS */
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: default;
}
.swiper_navigation_container {
	margin-top: 0;
}

.swiper-navigation {
	position: relative;
	display: flex;
}

.swiper-navigation button {
	display: block;
	width: 2.5rem;
	height: 1.1rem;
	position: relative;
	left: initial;
	border: none;
	background-color: transparent;
	margin: 0 0.5rem;
	right: initial;
	top: initial;
	background-position: 0 0;
	background-size: 25px 11px;
    background-repeat: no-repeat;

}
.swiper-navigation button::before,
.swiper-navigation button::after {
	display: none;
}
.swiper-navigation button.swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='11' viewBox='0 0 25 11'%3E%3Cpath d='M56,10.5H80a.5.5,0,1,0,0-1H57.207L66.354.354a.5.5,0,0,0,0-.707.5.5,0,0,0-.707,0l-10,10A.5.5,0,0,0,56,10.5Z' transform='translate(-55.5 0.5)' fill='%23ebe7dc'/%3E%3C/svg%3E%0A");
}
.swiper-navigation button.swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='11' viewBox='0 0 25 11'%3E%3Cpath d='M80,10.5H56a.5.5,0,0,1,0-1H78.793L69.646.354a.5.5,0,0,1,0-.707.5.5,0,0,1,.707,0l10,10A.5.5,0,0,1,80,10.5Z' transform='translate(-55.5 0.5)' fill='%23ebe7dc'/%3E%3C/svg%3E%0A");
}

.swiper-navigation button {
	text-indent: -9999px;

}



.swiper-pagination-fraction {
}
.swiper_button {

}
.swiper_button.swiper_button_prev {

}
.swiper_button.swiper_button_next {

}
.swiper-pagination {
	position: relative;
	display: flex;
}
.swiper-pagination-bullet {
	border: none;
	background: none;
	padding: 0;
	background-color: var(--kleur-zwart);
	margin: 0 0.8rem 0 0;
	opacity: 1;


	width: 0.8rem;
	height: 0.8rem;
	border-radius: 1rem;
	background-color: var(--kleur-beige);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
	background-color: var(--kleur-groen);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 3.2rem;
	background-color: var(--kleur-groen);
}
