body.home #flex-content .flex_module.hero .rank-math-breadcrumb {
	display: none;
}

#flex-content .flex_module.hero {
	max-width: 100%; padding: 0;
}
#flex-content .flex_module.hero .hero {
	position: relative; color: #ffffff; padding-inline: 20px;
	background-size: cover; background-position: center;
}
#flex-content .flex_module.hero .hero::before {
	content: ''; position: absolute; inset: 0; z-index: 2;
	clip-path: polygon(0 0, 100% 0, 60% 50%, 100% 100%, 0 100%, 0% 50%);
	background-color: #B60434; max-width: 65%;
}
#flex-content .flex_module.hero .hero::after {
	content: ''; position: absolute; left: 0; top: 0; z-index: 1;
	width: 100%; height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 30%, rgba(0, 0, 0, 0.70) 78.67%);
}

#flex-content .flex_module.hero .scroll-text {
	display: flex; flex-direction: row; align-items: center; gap: 20px;
	position: absolute; right: 20px; bottom: 0; z-index: 5;
	color: #ffffff; writing-mode: vertical-lr; scale: -1;
}
#flex-content .flex_module.hero .scroll-text::before {
	content: ''; height: 200px; width: 1px;
	background: #ffffff;
}

#flex-content .flex_module.hero .module-wrapper {
	position: relative; z-index: 4;
	display: flex; align-items: center; gap: 80px;
	max-width: 1280px; margin-inline: auto;
	min-height: 100vh; padding-block: 180px 60px;
}
#flex-content .flex_module.hero .content-col {
	max-width: 615px;
}
#flex-content .flex_module.hero .block-pos-bottom .content-col {
	max-width: 910px;
}
#flex-content .flex_module.hero .block-pos-bottom .content-col > *:not(.hero-title) {
	max-width: 615px;
}
#flex-content .flex_module.hero .blokken-col {
	margin-top: auto;
}
#flex-content .flex_module.hero .content-col,
#flex-content .flex_module.hero .blokken-col {
	width: 100%;
}

#flex-content .flex_module.hero .rank-math-breadcrumb {
	margin-bottom: 1em;
}
#flex-content .flex_module.hero .hero-title {
	color: inherit; word-break: keep-all;
}
#flex-content .flex_module.hero .buttons {
	margin-top: 1em;
}
#flex-content .flex_module.hero .buttons .fl-button:last-child svg {
	rotate: 90deg;
}

#flex-content .flex_module.hero #heroBlokken {
	display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
#flex-content .flex_module.hero #heroBlokken .hero-blok,
#flex-content #voltijdPopup .hero-blok {
	display: flex; align-items: flex-start; flex-direction: column; gap: 20px;
	width: 100%; position: relative; min-height: 200px;
	border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.13);
	background: #ffffff; padding: 30px; text-decoration: none;
	color: #212529;
	box-shadow: 2px 2px 18px 4px rgba(44, 2, 2, 0.10);
}
#flex-content .flex_module.hero .hero-blok .blok-arrow,
#flex-content #voltijdPopup .hero-blok .blok-arrow {
	position: absolute; top: 30px; right: 30px;
	transition: all 0.3s ease-in-out;
}
#flex-content .flex_module.hero .hero-blok:hover .blok-arrow,
#flex-content #voltijdPopup .hero-blok:hover .blok-arrow {
	translate: 5px -5px;
}
#flex-content .flex_module.hero .hero-blok .blok-subtitel,
#flex-content #voltijdPopup .hero-blok .blok-subtitel {
	font-size: 20px; padding: 10px 16px; background-color: #B60434;
	color: #ffffff; text-transform: lowercase; display: inline-block;
	font-family: 'ms-medium';
}
#flex-content .flex_module.hero .hero-blok .blok-titel,
#flex-content #voltijdPopup .hero-blok .blok-titel {
	font-size: 28px; line-height: 1; margin-top: auto;
}
#flex-content .flex_module.hero .hero-blok .blok-titel b,
#flex-content #voltijdPopup .hero-blok .blok-titel b {
	display: block; 
}

#voltijdPopup {
	background: transparent; outline: 0; border: 0;
	color: #ffffff; overflow: visible;
}
#voltijdPopup::backdrop {
	background: rgba(182, 4, 52, 0.8);
}
#voltijdPopup .close-dialog {
	display: flex; gap: 0.5em; align-items: center;
	width: auto; height: auto; padding: 0; 
	bottom: 100%; right: 0; top: auto;
	background: transparent;
}
#voltijdPopup .dialog-wrapper {
	padding: 0 ;
}
#voltijdPopup .voltijd-title {
	color: inherit; margin-bottom: 40px;
}
#voltijdPopup .voltijd-title,
#voltijdPopup .voltijd-text {
	max-width: 760px;
}
#voltijdPopup .voltijd-blokken {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
	margin-top: 80px;
}


@media screen and (min-width: 993px) {
	#flex-content .flex_module.hero .block-pos-bottom .module-wrapper {
		flex-direction: column; align-items: flex-start; justify-content: center;
	}
	#flex-content .flex_module.hero  .block-pos-bottom .content-col,
	#flex-content .flex_module.hero  .block-pos-bottom .blokken-col {
		margin-top: auto;
	}
	#flex-content .flex_module.hero .block-pos-bottom #heroBlokken {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 1360px) {
	#flex-content .flex_module.hero .scroll-text {
		display: none;
	}
	#flex-content .flex_module.hero .module-wrapper {
		gap: 20px;
	}
}

@media screen and (max-width: 992px) {
	#flex-content .flex_module.hero .module-wrapper {
		flex-direction: column; padding-block: 120px; min-height: 0;
	}
	#flex-content .flex_module.hero .content-col {
		max-width: 100%;
	}
	#flex-content .flex_module.hero #heroBlokken {
		grid-template-columns: 1fr;
	}

	#voltijdPopup .voltijd-blokken {
		grid-template-columns: 1fr; margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#flex-content .flex_module.hero #heroBlokken .hero-blok,
	#flex-content #voltijdPopup .hero-blok {
		flex-direction: row; padding: 20px 24px; max-width: calc(100% - 40px);
		min-height: 0; align-items: center; justify-content: flex-start;
	}
	#flex-content .flex_module.hero .hero-blok .blok-arrow,
	#flex-content #voltijdPopup .hero-blok .blok-arrow {
		display: none;
	}
	#flex-content .flex_module.hero .hero-blok .blok-titel,
	#flex-content #voltijdPopup .hero-blok .blok-titel {
		font-size: 18px; order: 1; margin-top: 0;
	}
	#flex-content .flex_module.hero .hero-blok .blok-titel b,
	#flex-content #voltijdPopup .hero-blok .blok-titel b {
		display: inline;
	}
	#flex-content .flex_module.hero .hero-blok .blok-subtitel,
	#flex-content #voltijdPopup .hero-blok .blok-subtitel {
		flex-shrink: 0;
		font-size: 14px; padding: 4px 20px;
		margin-left: auto; order: 2;
	}

	#voltijdPopup .dialog-wrapper {
		max-height: calc(100vh - 100px);
	}
	#voltijdPopup .close-dialog {
		bottom: calc(100% + 20px);
	}
	#voltijdPopup .voltijd-title {
		margin-bottom: 10px;
	}
}