#pk_flex_content .flex_layout.hero_content_afbeelding .layout {
	display: flex;
	align-items: center;
	gap: 56px;
	padding: 60px 40px;
	position: relative;
	border-radius: 40px;
}


#pk_flex_content .flex_layout.hero_content_afbeelding .layout:not(.blue){
	padding: 0;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout.inverse {
	flex-direction: row-reverse;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout.inverse .scroll_down_wrapper {
	left: 40px;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout:has(.content.white) {
	gap: 20px;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout:has(.content.white) .scroll_down_wrapper {
	left: 60px;
	bottom: 80px;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout.inverse:has(.content.white) .scroll_down_wrapper {
	left: unset;
	right: 60px;
	bottom: 80px;
}

/* #pk_flex_content .flex_layout.hero_content_afbeelding .layout .scroll_down_wrapper {
	position: absolute;
	right: 56px;
	bottom: 56px;
} */

#pk_flex_content .flex_layout.hero_content_afbeelding .layout .content > .scroll_down_wrapper{
	position: absolute;
	bottom: 56px;
	right: 56px;
}
#pk_flex_content .flex_layout.hero_content_afbeelding .layout .content:has(> .scroll_down_wrapper){
	padding-bottom: 48px;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout.inverse .content > .scroll_down_wrapper{
	left: 56px;
	right: auto;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout.blue {
	background-color: #D6EAF0;
}

/* #pk_flex_content .flex_layout.hero_content_afbeelding .layout.gradient {
	background: linear-gradient(90deg, #42A5BB 0%, #41B396 100%);
} */

#pk_flex_content .flex_layout.hero_content_afbeelding .layout.blue:not(:has(.content.white)) .scroll_down_wrapper button {
	background-color: rgba(255, 255, 255, .48);
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout.blue:not(:has(.content.white)) .scroll_down_wrapper span {
	color: var(--tt-donker-blauw-100);
}

 #pk_flex_content .flex_layout.hero_content_afbeelding .layout.blue:not(:has(.content.white)) .scroll_down_wrapper svg path {
	fill: var(--tt-donker-blauw-100);
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper {
	display: grid;
    grid-template-areas: "stack";
	width: 50%;
	aspect-ratio: 1;
	border-radius: 40px;
	align-self: stretch;
	min-width: 400px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper .image_wrapper{
	border-radius: inherit;
}
#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper .image_wrapper,
#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper .department_logo,
#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper .scroll_down_wrapper{
	grid-area: stack;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper .department_logo {
	margin: 32px 0 0 32px;
	background-color: rgba(255, 255, 255, .2);
	backdrop-filter: blur(7.400000095367432px);
	border-radius: 8px;
	padding: 10px 20px;
	place-self: start;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper .department_logo img {
	max-width: 100%;
	width: 126px;
	object-fit: contain;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper .scroll_down_wrapper {
	position: static;
	place-self: end;
	margin: 0 32px 32px 0;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .image_wrapper img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border-radius: inherit;
	contain-intrinsic-size: none;
	aspect-ratio: unset;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .image_outer_wrapper.small {
	width: 400px;
	max-width: 100%;
	min-height: 600px;
	aspect-ratio: unset;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .content {
	width: calc(100% - 460px);
	max-width: 100%;
	flex: 1;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .content .heading {
	word-break: break-word;
}



#pk_flex_content .flex_layout.hero_content_afbeelding .content.white {
	flex: 1;
	background: white;
	border-radius: 40px;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 92px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

#pk_flex_content .flex_layout.hero_content_afbeelding .content .content_inner_wrapper{
	max-width: 100%;
	width: 580px;
	margin-right: auto;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .content .text {
	margin-block: 24px 16px;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .breadcrumb-wrap {
	margin-bottom: 16px;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout .location_wrapper{
	margin-bottom: 16px;
}
#pk_flex_content .flex_layout.hero_content_afbeelding .layout .location{
	display: inline-flex;
	gap: 8px;
	align-items: center;
	background-color: var(--tt-geel);
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	border-radius: 8px;
	color: var(--tt-donker-blauw-100);
}
#pk_flex_content .flex_layout.hero_content_afbeelding .layout .location:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 15px;
	-webkit-mask: url('/wp-content/uploads/2025/06/location.svg') no-repeat center/contain;
	mask: url('/wp-content/uploads/2025/06/location.svg') no-repeat center/contain;
	background-color: currentColor;
	color: inherit;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .layout .location_wrapper + .text{
	margin-top: 0;
}

#pk_flex_content .flex_layout.hero_content_afbeelding .content .heading_wrapper:not(:last-child){
		margin-bottom: 24px;
	}

@media screen and (max-width: 1240px){
	#pk_flex_content .flex_layout.hero_content_afbeelding .content.white{
		padding: 48px 56px;
	}
}


/* @media screen and (max-width: 1200px) {
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .scroll_down_wrapper {
		position: absolute;
		right: 40px;
		bottom: 20px;
	}
	
} */

@media screen and (min-width: 993px){
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .content:has(.text) .heading_wrapper:not(:last-child){
		margin-bottom: 56px;
	}

	/* Flexpool */
	.postid-1374 #pk_flex_content .flex_layout.hero_content_afbeelding .content .heading_wrapper:not(:last-child){
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 992px) {
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout {
		gap: 20px;
		padding: 32px 24px;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .content.white {
		padding: 40px;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper {
		min-width: unset;
		/* align-self: stretch;
		aspect-ratio: unset; */
		width: 316px;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .content .text {
		margin-block: 18px 12px;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .breadcrumb-wrap {
		margin-bottom: 12px;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout.inverse:has(.content.white) .scroll_down_wrapper {
		right: 40px;
		bottom: 40px;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .location_wrapper{
		margin-top: 24px;
	}

	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .content > .scroll_down_wrapper{
		bottom: 32px;
		right: 24px;
	}
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout.inverse .content > .scroll_down_wrapper{
		left: 24px;
		right: auto;
	}

	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .content:has(> .scroll_down_wrapper){
		padding-bottom: 48px;
	}
}

@media screen and (max-width: 767px) {
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout {
		gap: 20px;
		flex-direction: column-reverse !important;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .image_outer_wrapper {
		aspect-ratio: 1;
		width: 100%;
		min-height: unset;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .scroll_down_wrapper button {
		background-color: rgba(255, 255, 255, .48);
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .content{
		width: 100%;
	}
	#pk_flex_content .flex_layout.hero_content_afbeelding .content.white {
		padding: 32px 24px;
	}
	
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .content:has(> .scroll_down_wrapper){
		padding-bottom: 0;
	}

	#pk_flex_content .flex_layout.hero_content_afbeelding .layout:has(.content > .scroll_down_wrapper){
		padding-bottom: 88px;
	}
	#pk_flex_content .flex_layout.hero_content_afbeelding .layout .content > .scroll_down_wrapper {
		position: absolute;
		bottom: 32px;
		/* right: 0; */
	}
}