#pk_flex_content .flex_layout.auteur_hero .flex_layout_wrapper{
	padding-top:200px;
}

.flex_content:has(.flex_layout.auteur_hero) {
	border-radius: 16px 16px 30px 30px;
	background: var(--Grey-stone, #1C1C1C);
}

.flex_content:has(.flex_layout.auteur_hero) h1{
	font-weight:350;
}

.flex_content:has(.flex_layout.auteur_hero) .afbeelding{
	height:100%;
	border-radius:16px;
}

.flex_content:has(.flex_layout.auteur_hero) .afbeelding img{
	height:540px;
	aspect-ratio: 1;
	border-radius:16px;
}

.flex_content:has(.flex_layout.auteur_hero) .auteur-hero-container-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.flex_content:has(.flex_layout.auteur_hero) .tekst {
	width: 100%;
	max-width: 540px;
	flex: 1;
	color:#fff;
}

.flex_content:has(.flex_layout.auteur_hero) .breadcrumbs{
	margin-bottom:24px;
}

.flex_content:has(.flex_layout.auteur_hero) .informatie{
	margin-bottom:24px;
	line-height: 1;
}

.flex_content:has(.flex_layout.auteur_hero) .informatie span {
	border-radius: 53px;
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(9px);
	padding: 10px 20px;
	font-weight: 550;
	font-size: 16px;
	line-height: 1;
}

@media screen and (max-width: 992px) {
.flex_content:has(.flex_layout.auteur_hero) .auteur-hero-container-inner {
	flex-direction: column;
	gap:30px;
}
.flex_content:has(.flex_layout.auteur_hero) .auteur-hero-container-inner > *{
	width:100%;
	max-width:100%;
}
.flex_content:has(.flex_layout.auteur_hero) .afbeelding img{
	height:450px;
	aspect-ratio: unset;
	border-radius:16px;
	width:100%;
}
}
