.afstand-sfeerimages{
	max-height: 22vw;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}

.afstand-sfeerimages .slick-list,
.afstand-sfeerimages .slick-track {
	width: 100% !important;
}

.afstand-sfeerimages::after{
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #00539B, transparent) !important; 
	opacity: 0.5;
}

/* .single-afstand #section-2 { padding-top: 0; } */

.single-afstand #section-2 img { aspect-ratio: 1; display: flex; object-fit: contain; width: 100%; min-height: 490px; }

.single-afstand .entry-content > section[id]:nth-of-type(2n + 2){
	background-color: #e7f4f7;
	position: relative;
}


.single-afstand [id^="section-"]:not(#section-faq) .ct-container {
	min-height: unset !important;
}

.single-afstand [id^="section-"]:nth-of-type(even) .ct-container {
	flex-direction: row-reverse;
}

.single-afstand #section-faq .ct-container {
	flex-direction: row !important;
}

.single-afstand .entry-content > section[id]:nth-of-type(2n + 2)::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	transform: scale(5,1);
	z-index: -1;
}
.single-afstand .entry-content > section[id]:nth-of-type(2n + 2) h2 {
	color: var(--theme-palette-color-1) !important;
}

.single-afstand .entry-content > section[id]:nth-of-type(2n + 2) h2::after {
	background-color:  var(--theme-palette-color-1) !important;
}

.single-afstand .entry-content > section[id]:nth-of-type(2n + 1) h2 {
	color: #8DC63F !important;
}

.single-afstand .entry-content > section[id]:nth-of-type(2n + 1) h2::after {
	background-color:  #8DC63F !important;
}

.single-afstand .entry-content > section[id] .one-half > img:first-child {
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	padding: 10%;
	width: 85%;
	margin: 0 auto;
}

.single-afstand .entry-content > section[id] .one-half > a:first-child {
	aspect-ratio: 1;
	object-fit: cover;
	/* border-radius: 50%; */
	width: 65%;
	margin: 0 auto;
}

.single-afstand .entry-content > section[id] .one-half > a:first-child > img:first-child {
	aspect-ratio: 1;
	object-fit: cover;
	/* border-radius: 50%; */
	margin: 0 auto;
}

#section-afstanden {
	background-color: #f2f2f2;
}

.single-afstand [id^="section-"] .ct-container .ct-col > h2,
.single-afstand [id^="section-"] .ct-container .ct-col > h3 {
	order: initial !important;
	margin: 0 0 .5em !important;
	font-size: 30px !important;
	line-height: 1.1;
}

.single-afstand [id^="section-"] .ct-container .ct-col .titel-wrapper + h2,
.single-afstand [id^="section-"] .ct-container .ct-col .titel-wrapper + h3 {
	margin-top: 0 !important;
}

.single-afstand .card-afstand img {
	aspect-ratio: 1.6;
	object-fit: cover;
}

.single-afstand .ct-col.one-half:empty {
	display: none !important;
}