.flex_layout.beoordelingen_swiper .stars_wrapper path {
	display: none;
}
.flex_layout.beoordelingen_swiper .sterren-1 path:nth-child(-n+1),
.flex_layout.beoordelingen_swiper .sterren-2 path:nth-child(-n+2),
.flex_layout.beoordelingen_swiper .sterren-3 path:nth-child(-n+3),
.flex_layout.beoordelingen_swiper .sterren-4 path:nth-child(-n+4),
.flex_layout.beoordelingen_swiper .sterren-5 path:nth-child(-n+5) {
	display: inline;
}
.flex_layout.beoordelingen_swiper .text_wrapper > span {
	color: var(--Grey-stone, #1C1C1C);
	font-size: 22px;
	font-style: normal;
	font-weight: 550;
	line-height: 1.2;
}
.flex_layout.beoordelingen_swiper .text_wrapper > p{
	color: var(--Grey-stone, #1C1C1C);
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 1.4;
	margin-top: 11px;
	margin-bottom: 60px;
}
.flex_layout.beoordelingen_swiper .beoordelingen_intro{
	text-align:center;
	margin-bottom:70px;
}
#pk_flex_content .flex_layout.beoordelingen_swiper .beoordelingen_intro p {
	color: var(--Grey-stone, #1C1C1C);
	font-size: 24px;
	font-style: normal;
	font-weight: 550;
	line-height: 1.5;
}
.flex_layout.beoordelingen_swiper .swiper{
	overflow: visible;
}
.flex_layout.beoordelingen_swiper .slide-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 60px;	
}
.flex_layout.beoordelingen_swiper .swiper-slide {
	border-radius: 8px;
	border: 1px solid var(--Lila, #D3D6FF);
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	padding:25px 30px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	height:auto;
}
.flex_layout.beoordelingen_swiper .beoordeling_slide_inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.flex_layout.beoordelingen_swiper .text_wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.fl-page .flex_layout.beoordelingen_swiper .swiper-slide:hover,
.fl-page .flex_layout.beoordelingen_swiper .swiper-slide:focus,
.fl-page .flex_layout.beoordelingen_swiper .swiper-slide:active  {
	border-radius: 8px;
	border: 1px solid var(--Lila, #D3D6FF);
	background: rgba(211, 214, 255, 0.38);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}
.flex_layout.beoordelingen_swiper .beoordelingen_intro h2 {
	color: var(--Grey-stone, #1C1C1C);
}
.flex_layout.beoordelingen_swiper .review_meta{
	margin-top: auto;
}
.flex_layout.beoordelingen_swiper .review_meta > span{
	color: var(--Grey-stone, #1C1C1C);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
.flex_layout.beoordelingen_swiper .review_meta > p {
	color: var(--Grey-stone, #1C1C1C);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	display:flex;
	align-items:center;
	gap:4px;
	margin-top:8px;
}
#pk_flex_content .flex_layout.beoordelingen_swiper .flex_layout_wrapper {
	max-width: 100%;
}

#pk_flex_content .flex_layout.beoordelingen_swiper .swiper-slide {
	max-width: 440px;
}

#pk_flex_content .flex_layout.beoordelingen_swiper .swiper-knoppen-container {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 24px;
}

#pk_flex_content .flex_layout.beoordelingen_swiper .beoordelingen_intro {
	max-width: 1310px;
	margin: 0 auto;
}

#pk_flex_content .flex_layout.beoordelingen_swiper .swiper-button-disabled {
	opacity: 0.5 !important;
}

@media screen and (max-width: 992px) {
	.flex_layout.beoordelingen_swiper .beoordelingen_intro{
		margin-bottom:50px;
	}
	.flex_layout.beoordelingen_swiper .slide-header {
		margin-bottom: 50px;
	}
	.flex_layout.beoordelingen_swiper .review_meta{
		margin-top: auto;
	}
	.flex_layout.beoordelingen_swiper .text_wrapper > p{
		margin-bottom: 50px;
	}
}	

@media screen and (max-width: 767px) {
	.flex_layout.beoordelingen_swiper .beoordelingen_intro{
		margin-bottom:30px;
	}
	.flex_layout.beoordelingen_swiper .slide-header {
		margin-bottom:30px;
	}
	.flex_layout.beoordelingen_swiper .review_meta{
		margin-top: auto;
	}
	.flex_layout.beoordelingen_swiper .swiper-slide {
		padding:20px 25px;
	}
	.flex_layout.beoordelingen_swiper .text_wrapper > p{
		margin-bottom: 30px;
	}
}