body:not(.page-template-page_flex) #pk_flex_content .afbeelding_content {
	--site-grid: 1140px;
}
.flex_container .afbeelding_content_wrapper {
	display: flex; align-items: center; gap: 2rem;
	flex-direction: row; 
}

.flex_container .afbeelding_content_wrapper.image_right {
	flex-direction: row-reverse;
}
.flex_container .afbeelding_content_wrapper .image_wrapper {
	width: 50%; position: relative;
}
.flex_container .afbeelding_content_wrapper .image_wrapper::before {
	content: ''; background-image: url("data:image/svg+xml,%3Csvg width='551' height='305' viewBox='0 0 551 305' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='547' height='301' rx='24' stroke='%23EA5060' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='0.5 10'/%3E%3C/svg%3E%0A");	position: absolute; top: 0; left: 0; z-index: 2;
	width: 100%; height: 100%; translate: -15px -15px; aspect-ratio: 11/6; border-radius: 1.5rem;
	background-position: center; background-repeat: no-repeat; background-size: contain;
}
.flex_container .afbeelding_content_wrapper .image_wrapper img {
	aspect-ratio: 11/6; object-fit: cover; border-radius: 1.5rem;
	position: relative; z-index: 1;
}


.flex_container .afbeelding_content_wrapper .content_wrapper {
	width: 50%; position: relative; padding-left: 2.5rem;
}
.flex_container .afbeelding_content_wrapper .content_wrapper::before {
	content: ''; position: absolute; top: 0; left: 0; z-index: 2;
	width: 1rem; height: 45px; background-color: var(--page-bg);
}
.flex_container .afbeelding_content_wrapper .content_wrapper .text_wrapper {
	margin-block: 1.5rem;
}

.flex_container .afbeelding_content_wrapper .content_wrapper .buttons_wrapper .button_wrapper .pk-button-text,
.flex_container .afbeelding_content_wrapper .content_wrapper .buttons_wrapper .button_wrapper .arrow {
	background-color: transparent;
	border: 1px solid var(--iz-yellow-darkest);
}
.flex_container .afbeelding_content_wrapper .content_wrapper .buttons_wrapper .button_wrapper:hover .pk-button-text,
.flex_container .afbeelding_content_wrapper .content_wrapper .buttons_wrapper .button_wrapper:hover .arrow {
	background-color: var(--iz-yellow-lighter);
}
.flex_container .afbeelding_content_wrapper .content_wrapper .buttons_wrapper .button_wrapper:active .pk-button-text,
.flex_container .afbeelding_content_wrapper .content_wrapper .buttons_wrapper .button_wrapper:active .arrow {
	background-color: var(--iz-yellow-light);
}

@media screen and (max-width: 992px) {
	#pk_flex_content .flex_container .afbeelding_content_wrapper {
		flex-direction: column; gap: 1rem;
	}
	#pk_flex_content .flex_container .afbeelding_content_wrapper .image_wrapper {
		width: 100%;
	}
	#pk_flex_content .flex_container .afbeelding_content_wrapper .content_wrapper {
		width: 100%;
	}
}