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

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .vacature_detail_hero_meta {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}


.fl-page #pk_flex_content .flex_layout.vacature_detail_hero h1.vacature_detail_hero_title span:last-of-type {
	font-weight: 550;
}

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .meta_item {
	border-radius: 5px;
	background: var(--Lila, #D3D6FF);
	display: flex;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: var(--Grey-stone, #1C1C1C);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 550;
	line-height: 1;
}

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
}

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_right:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(270deg, rgba(28, 28, 28, 0.00) 42.88%, #1C1C1C 95.76%);
  inset: 0;
  display: block;
  pointer-events: none;
}

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 80px 20px;
  position: relative;
  z-index: 2;
  background: var(--Grey-stone, #1C1C1C);
  color: #fff;
  padding-left: 40px;
}

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_left p{
  margin-bottom:0;
}

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_left .vacature_detail_hero_title {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0;
  width: 100%;
  font-weight: 450;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
  flex-direction: column;
}

.vacature_detail_hero_taxonomy span{
  font-weight:550;
}

.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}


@media screen and (min-width: 1330px) {
	.fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_left {
	  padding-left: calc((100vw - 1310px) / 2);
	}
}

@media screen and (max-width: 992px) {
  .fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_container {
	grid-template-columns: 1fr;
	min-height: 0;
  }

  .fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_right {
	min-height: 400px;
  }

  .fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_left {
	background: #1C1C1C;
	padding: 40px 20px;
	order:2;
  }

  .fl-page #pk_flex_content .flex_layout.vacature_detail_hero .flex_layout_wrapper .vacature_detail_hero_right:after {
	background: linear-gradient(180deg, rgba(28, 28, 28, 0.00) 42.88%, #1C1C1C 95.76%);
  }
}
