.fl-page #pk_flex_content .flex_layout.blog_hero_detail{
	position: relative;
	z-index: 3;
}

.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_content_container {
	max-width: var(--site-grid);
	margin-inline: auto;
	width: 100%;
	padding: 60px 20px 140px 20px;
	position: relative;
	z-index: 2;
	color: #fff;
}

.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_content_container .inner-wrapper {
	max-width: 660px;
	width: 100%;
}

.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_content_container .inner-wrapper .breadcrumbs,
.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_content_container .inner-wrapper h1,
.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_content_container .inner-wrapper .blog_hero_categories {
	margin-bottom: 24px;
}


.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_content_container .blog_hero_categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_content_container .blog_hero_categories .term {
	border-radius: 1000px;
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(9px);
	padding: 10px 20px;
	color: var(--White, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 1.4;
}

/* achtergrond + overlay */
.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_container::before {
	content: '';
	background: linear-gradient(180deg, rgba(28, 28, 28, 0) 22.66%, rgba(28, 28, 28, 0.57) 71.45%);
	background-position: center;
	border-radius: 0px 0px 30px 30px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 1;
}

.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_container {
	height: 95vh;
	background-size: cover;
	background-position: center;
	border-radius: 0px 0px 30px 30px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 767px) {
	.fl-page #pk_flex_content .flex_layout.blog_hero_detail .flex_layout_wrapper .blog_hero_detail_container {
		height: 700px;
	}
}
