:root {
	/* Colors */
	--primary: #D12420;
	--primary-bg: #D12420;
	--primary-dark: #D12420;
	--primary-light: #D12420;

	--secondary: #000;
	--secondary-bg: #000;
	--secondary-dark: #000;
	--secondary-light: #000;

	--tertiary: #E5E5E5;
	--tertiary-bg: #E5E5E5;
	--tertiary-dark: #E5E5E5;
	--tertiary-light: #E5E5E5;

	/* Fonts */
	--font-family-heading: 'Passion One', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-sans-serif: 'Fira Sans', -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--line-height: 1.5;

	/* Borders */
	--button-border: 2px;
	--dropdown-border: 1px;
	--input-border: 2px;
	--panel-border: 1px;

	/* Radii */
	--button-radius: 0;
	--dropdown-radius: 0.25rem;
	--input-radius: 0.25rem;
	--panel-radius: 0.5rem;

	/* Padding */
	--button-padding: 1rem;
	--dropdown-padding: 1rem;
	--input-padding: 1rem;
	--panel-padding: 2rem;

	--navigation-height: 0px;
}

.pl-container {
	padding-left: calc(((100vw - var(--container-width)) / 2) + 15px);
}

.pr-container {
	padding-right: calc(((100vw - var(--container-width)) / 2) + 15px);
}

/* [Vacature pagina tabbladen] */
.vacancy-tabs .goto 
{
	color:#FFF; 
	text-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
}

.vacancy-tabs ul.nav-tabs 
{
	border-bottom:1px var(--secondary) solid;		
}
.vacancy-tabs.negtabs 
{
	top: -3.5rem;
	position: relative;
	margin-bottom: -2.5rem;
}

.vacancy-tabs ul.nav-tabs  .nav-link
{
	background-color: rgb(52, 52, 52);
	border-color: rgb(52, 52, 52);
	color: #FFF;
	border-radius: 0px;
	margin-right: 0.25rem;
	transition:.25s all;
	font-size:0.8rem;
}

.vacancy-tabs ul.nav-tabs  .nav-link.active,
.vacancy-tabs ul.nav-tabs  .nav-link:hover 
{
	background-color:var(--primary); 
	border-color:var(--primary);
	color:#FFF;
}

@media(min-width: 768px) 
{
	.vacancy-tabs ul.nav-tabs  .nav-link 
	{
		font-size:1rem;
	}
}

/* [ALGEMEEN] */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion) {
	html {
		scroll-behavior: unset;
	}
}

body {
	overscroll-behavior-y: none;
	background-color: var(--tertiary);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--primary-dark);
	opacity: 0.9;
}

.white h1,
.white .h1,
.white h2,
.white .h2,
.white h3,
.white .h3,
.white h4,
.white .h4,
.white h5,
.white .h5,
.white h6,
.white .h6 {
	color: white;
}


h1 .word,
h2 .word,
h3 .word,
h4 .word,
h5 .word,
h6 .word {
	overflow: hidden;
	display: inline-flex;
}

h1 .char,
h2 .char,
h3 .char,
h4 .char,
h5 .char,
h6 .char {
	transform: translateY(100%);
	display: inline-block;
}

h1+.content p {
	opacity: 0;
	transform: translateY(25px);
}

body[data-editor-mode="content"] h1+.content p,
body[data-editor-mode="layout"] h1+.content p {
	opacity: 1;
	transform: translateY(0);
}

h3,
.h3 {
	font-size: 29px;
	line-height: 35px;
	margin-bottom: 29px;
}

@media screen and (min-width: 992px) {

	h3,
	.h3 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 38px;
	}
}

p,
.p {
	font-family: var(--font-family-sans-serif);
	font-weight: 300;
}

.canvas-wrapper {
	min-height: 200px;
}

.canvas-wrapper canvas {
	touch-action: auto !important;
}

.white {
	color: white;
}

h2 {
	font-size: 35px;
	margin-bottom: 25px;
}

.secondary {
	color: var(--secondary);
}

.bold {
	font-weight: 700;
}

.overflow-scroll {
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.overflow-scroll::-webkit-scrollbar {
	display: none;
}

@media screen and (min-width: 450px) {
	.canvas-wrapper {
		min-height: 250px;
	}
}

@media screen and (min-width: 768px) {
	.canvas-wrapper {
		min-height: 350px;
	}
}

@media screen and (min-width: 992px) {

	p,
	.p {
		font-size: 18px;
	}


	h2 {
		font-size: 50px;
	}

	@media screen and (min-width: 768px) {
		.canvas-wrapper {
			min-height: 450px;
		}
	}
}

@media screen and (min-width: 1500px) {
	.container-big {
		max-width: 1400px;
	}
}

input:focus,
textarea:focus {
	box-shadow: none !important;
}

/* [NAVBAR] */
.nav-header {
	/* position: fixed; */
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	pointer-events: none;
}

.nav-header .navbar {
	pointer-events: all;
}

header nav.navbar {
	transform: translateY(-100%);
	transition: all .3s ease-in-out;
	background-color: rgb(21, 21, 23, 0.975);
	padding-top: 0;
	padding-bottom: 0;
}

header nav.navbar.show {
	transform: translateY(0);
}

header nav.navbar {
	/* overflow: hidden; */
}

/* header nav.navbar::after {
	transition: opacity .3s ease-in-out;
}

header nav.navbar::after {
	content: "";
	width: 100vw;
	height: 100vh;
	z-index: -1;
	position:absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-45deg, var(--primary), var(--secondary));
	opacity: 0;
} */

header nav.navbar.bg::after {
	opacity: 1;
}

header nav.navbar.bg {
	background-color: rgb(21, 21, 23, 0.975);
}

@media screen and (min-width: 992px) {
	#adminbar+* .nav-header {
		top: 51.39px;
	}
}

.extra-menu .navlist-nav {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.navbar .nav-link {
	font-family: var(--font-family-heading);
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-right: 15px;
}

.nav-header .hamburger {
	font-family: var(--font-family-heading);
	color: white;
	font-size: 20px;
	letter-spacing: 0.02em;
	padding: 8px 16px;
	cursor: pointer;
}

.nav-header .hamburger i {
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	height: 2px;
	display: block;
	background-color: white;
}

.nav-header .hamburger i.line1 {
	transform: translateX(51%);
}

.nav-header .hamburger i.line2 {
	transform: translateX(-151%);
}

.hamburger-icon {
	display: block;
	clip-path: inset(0px 0px);
}

/* Buttons */
.btn.btn-primary:not(.btn-admin),
.btn.btn-secondary:not(.btn-admin),
.btn.btn-tertiary:not(.btn-admin),
.navbar-overlay .hoofdmenu .nav-link {
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	font-weight: 700;
	min-width: 175px;
	padding: 12px 32px;
	border-radius: 100px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: border-color .7s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn:focus {
	box-shadow: none !important;
}

.btn.btn-secondary:not(.btn-admin) {
	background-color: transparent;
	color: var(--secondary);
}

.btn.btn-primary:not(.btn-admin)::before {
	background-color: var(--secondary-light);
}

.btn.btn-primary:not(.btn-admin):hover {
	border-color: var(--secondary);
}

.btn.btn-secondary:not(.btn-admin)::before {
	background-color: var(--secondary);
}

.btn.btn-secondary:not(.btn-admin):hover {
	color: white;
	transition: all .35s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn.btn-tertiary:not(.btn-admin)::before {
	background-color: var(--primary);
}

.navbar-overlay .hoofdmenu .nav-item {
	width: 49%;
}

.navbar-overlay .hoofdmenu .nav-link {
	border: 2px solid white;
	min-width: 0;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 0;
}

.navbar-overlay .hoofdmenu ul {
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.navbar-overlay .hoofdmenu .nav-item {
		width: 31%;
		margin-right: 10px;
	}

	.navbar-overlay .hoofdmenu ul {
		justify-content: start;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-overlay .hoofdmenu .nav-item {
		width: auto;
	}
}

@media screen and (min-width: 1300px) {
	.navbar-overlay .hoofdmenu ul {
		flex-wrap: nowrap;
	}
}

.btn.btn-primary:not(.btn-admin)::before,
.btn.btn-secondary:not(.btn-admin)::before,
.btn.btn-tertiary:not(.btn-admin)::before,
.navbar-overlay .hoofdmenu .nav-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 150%;
	z-index: -1;
	transform: translateY(75%);
	transition: all .7s cubic-bezier(0.22, 1, 0.36, 1);
	border-radius: 100%;
}

.navbar-overlay .hoofdmenu .nav-link::before {
	background-color: white;
}

.navbar-overlay .hoofdmenu .nav-link:hover {
	color: black;
	transition: all .35s cubic-bezier(0.33, 1, 0.68, 1);
}

.navbar-overlay .hoofdmenu .nav-title::after {
	display: none;
}

.btn.btn-primary:not(.btn-admin):hover::before,
.btn.btn-secondary:not(.btn-admin):hover::before,
.btn.btn-tertiary:not(.btn-admin):hover::before,
.navbar-overlay .hoofdmenu .nav-link:hover::before {
	transform: translateY(-15%);
	border-radius: 0%;
}

/* [HOME] */
section.header {
	padding-top: 550px;
	overflow: hidden;
	clip-path: inset(-1px);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

section.header .bg-gradient {
	background: linear-gradient(-45deg, var(--primary), var(--secondary));
	max-height: 100vh;
}

@media screen and (min-width: 992px) {
	section.header {
		max-height: 100vh;
	}

	section.header {
		min-height: 900px;
	}
}

p+p .btn {
	margin-top: 15px;
}

@media screen and (min-width: 576px) {
	.btn:not(.btn-admin)+.btn:not(.btn-admin) {
		margin-left: 17px;
	}
}

.header-img {
	width: 125%;
	transform: translateX(-5%);
	pointer-events: none;
}

.header-image-wrapper {
	width: 100%;
	overflow: hidden;
	pointer-events: none;
}

section.header .overlay-txt {
	position: fixed;
	width: 100%;
	top: 100px;
}

.rounded-div-wrapper {
	height: 50px;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.rounded-div {
	width: 400%;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--tertiary);
}

.pointer-events-none {
	pointer-events: none;
}

section.videoheader .overlay {
	z-index: 50;
	pointer-events: none;
}

section.videoheader .overlay>* {
	pointer-events: all;
}

@media screen and (min-width: 400px) {
	section.header {
		padding-top: 550px;
	}

	section.header .overlay-txt {
		top: 150px;
	}
}

@media screen and (min-width: 576px) {
	section.header {
		padding-top: 500px;
	}

	section.header .overlay-txt {
		top: 150px;
	}
}

@media screen and (min-width: 768px) {
	.rounded-div-wrapper {
		height: 100px;
		bottom: 0;
	}

	.rounded-div {
		width: 600%;
	}

	section.videoheader .container {
		padding-top: 100px;
	}

	section.videoheader video,
	section.videoheader img {
		max-height: 800px;
	}
}

@media screen and (min-width: 992px) {

	section.header h1,
	section.videoheader h1 {
		font-size: 95px;
	}

	section.header .overlay-txt {
		top: 150px;
	}

	.rounded-div {
		width: 800%;
	}

	html[data-logged="true"] section.header .overlay-txt {
		top: 206px;
	}
}

@media screen and (min-width: 1200px) {
	section.header {
		padding-top: 325px;
	}
}

@media screen and (min-width: 1400px) {
	.header-image-wrapper {
		/* transform: translateY(-25px); */
	}
}

@media screen and (min-width: 1600px) {
	section.header {
		padding-top: 275px;
	}

	section.header h1+.content,
	section.videoheader h1+.content {
		max-width: 750px;
	}

	.rounded-div {
		width: 950%;
	}

	html[data-logged="true"] section.header .overlay-txt {
		top: 256px;
	}

	section.header .overlay-txt {
		top: 200px;
	}
}

@media screen and (min-width: 1800px) {
	.header-image-wrapper {
		transform: translateY(-50px);
	}
}

@media screen and (min-width: 2000px) {
	.header-image-wrapper {
		transform: translateY(-100px);
	}
}


@media screen and (min-width: 2200px) {
	.header-image-wrapper {
		transform: translateY(-150px);
	}
}

@media screen and (min-width: 2400px) {
	.header-image-wrapper {
		transform: translateY(-175px);
	}
}

.dienst {
	text-align: center;
	min-width: 10%;
	color: var(--secondary);
	transition: color .2s ease-in-out;
}

.dienst i {
	font-size: 55px;
	height: 55px;
	color: var(--primary);
	margin-bottom: 20px;
}

.dienst svg {
	height: 55px;
	margin-bottom: 20px;
}

/* .diensten {
	padding: 110px 0 160px 0;
} */

.dienst p::after {
	content: "\f138";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
	font-size: 16px;
	margin-left: 10px;
	position: absolute;
	transition: margin .2s ease-in-out;
	transform: translateY(10%);
}

.dienst:hover {
	text-decoration: none;
}

.dienst p {
	font-size: 15px;
}

.dienst:hover p {
	color: var(--primary);
}

.dienst:hover p::after {
	margin-left: 15px;
}

.marquee-inner {
	animation-name: marquee-text;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 15000ms;
	position: relative;
	display: block;
	will-change: transform;
}

.marquee-inner span {
	font-weight: 900;
	font-size: 50px;
	white-space: nowrap;
	margin-left: 15px;
}

.marquee-inner .dienst {
	margin: 0 25px;
	min-width: 140px;
}

.diensten-small .dienst {
	width: 50%;
	margin-bottom: 40px;
}

@keyframes marquee-text {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@media screen and (min-width: 1200px) {
	.marquee-inner {
		animation: none;
	}

	.marquee-inner {
		width: 100%;
	}

	.diensten-small .dienst {
		width: 200px;
	}
}

section.diensten .container-left {
	overflow: hidden;
}

@media screen and (min-width: 576px) {
	.container-left {
		margin-left: 0;
		padding-left: calc(50vw - 270px + 15px);
	}
}

@media screen and (min-width: 768px) {
	.container-left {
		padding-left: calc(50vw - 360px + 15px);
	}
}

@media screen and (min-width: 992px) {
	.container-left {
		padding-left: calc(50vw - 480px + 15px);
	}
}

@media screen and (min-width: 1200px) {
	.container-left {
		padding-left: calc(50vw - 570px + 15px);
	}

	section.diensten .container-left {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		width: 100%;
		max-width: 1140px;
		overflow: visible;
	}
}

@media screen and (min-width: 1500px) {
	section.diensten .container-left {
		max-width: 1400px;
	}
}

@media screen and (min-width: 1500px) {
	:root {
		--container-width: 1400px;
	}
}

.image-wide-scroll .img-fluid,
.image-wide-scroll video,
.image-wide-scroll .embed-responsive {
	object-fit: cover;
	width: 100vw;
	clip-path: inset(0px 15px round 40px);
	aspect-ratio: 1332/616;
}

.embed-preloader-icon i {
	color: var(--primary);
	font-size: 4em;
}

@media screen and (min-width: 576px) {

	.image-wide-scroll .img-fluid,
	.image-wide-scroll video,
	.image-wide-scroll .embed-responsive,
	.image-wide-scroll .google-maps {
		clip-path: inset(0px calc(((100vw - var(--container-width)) / 2) + 15px) round 40px);
	}

}

@media screen and (min-width: 992px) {
	.embed-preloader-icon i {
		font-size: 6em;
	}
}

section.over-vegter {
	padding-bottom: 50px;
}

.over-vegter h3 {
	font-size: 30px;
	margin-bottom: 25px;
}

.over-vegter ul {
	list-style-type: none;
	padding-left: 0;
}

.over-vegter ul li {
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 18px;
	display: flex;
}

.over-vegter li::before {
	content: url('assets/icon.svg');
	width: 40px;
	min-width: 40px;
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

@media screen and (min-width: 992px) {
	.over-vegter h2 {
		font-size: 60px;
		margin-bottom: 30px;
		line-height: 60px;
	}
}

.brug-tynaarlo .img-fluid {
	aspect-ratio: 382/225;
	object-fit: cover;
	border-radius: 20px;
	margin-top: auto;
	margin-bottom: -60px;
}

.digitaal p {
	font-size: 20px;
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--secondary);
	margin-bottom: 0;
}

.digitaal-wrapper::after {
	content: url("assets/arrow.svg");
	position: absolute;
	left: 45px;
}

.digitaal-wrapper {
	margin-bottom: 75px;
}

.img-fullwidth-wrapper .vegter-logo-icon {
	bottom: 0;
	transform: translateY(40%);
	left: -100px;
	max-width: 80vw;
}

section.vakkundig {
	padding-top: 75px;
	padding-bottom: 150px;
}

.vakkundig h2 {
	font-size: 35px;
	margin-bottom: 25px;
}

.vakkundig .blok {
	min-width: 165px;
	background-color: var(--secondary);
	color: white;
	height: 95px;
	border-radius: 22px;
}

.vakkundig .blok p {
	margin-bottom: 0;
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-align: center;
	font-size: 22px;
}

.vakkundig i.fa-arrow-right {
	font-size: 25px;
	margin: 0 20px;
}

.vakkundig .blok:nth-child(2) {
	background-color: red;
}

.vakkundig .blok1 {
	background: linear-gradient(-180deg, var(--primary), var(--secondary));
}

.vakkundig .blok2 {
	background: linear-gradient(90deg, #44A6C7, var(--secondary));
}

.vakkundig .blok2 {
	background: linear-gradient(90deg, #44A6C7, var(--secondary));
}

.vakkundig .blok3 {
	background: linear-gradient(90deg, #44A6C7, var(--secondary));
}

.vakkundig .blok4 {
	background: linear-gradient(90deg, #034265, #034265, #021F2F);
}

@media screen and (min-width: 500px) {
	section.vakkundig {
		padding: 150px 0;
	}
}

@media screen and (min-width: 992px) {
	.vakkundig h2 {
		font-size: 60px;
	}

	.digitaal-wrapper {
		bottom: 250px;
		left: 0px;
		position: absolute;
	}

	.digitaal-wrapper::after {
		bottom: -70px;
	}
}

@media screen and (min-width: 1200px) {
	.vakkundig .overflow-scroll {
		position: relative !important;
		padding-left: 0;
	}
}

/* [FEEDLIE] */
section.feedlie {
	padding: 120px 0 200px 0;
}

/* [FOOTER] */
footer {
	position: relative;
}

footer .top {
	background: linear-gradient(-45deg, #000000 0%, #260100 40%, #340200 100%);
	color: white;
	padding-top: 100px;
	clip-path: ellipse(250% 100% at 50% 100%);
	margin-top: -75px;
	padding-bottom: 100px;
	overflow: hidden;
}

footer a {
	color: white;
}

footer .bottom {
	background-color: #E5E5E5;
	color: black;
}

footer .top .nav-link {
	padding: 0;
	font-weight: 300;
	margin-bottom: 10px;
}

footer a {
	font-weight: 300;
}

footer .bottom small,
footer .bottom a {
	color: black;
	font-weight: 300;
}

footer .h3 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}

footer .h3-small {
	font-size: 35px;
}

footer .top i {
	color: var(--primary);
	width: 16px;
}

footer .fa-brands {
	margin-right: 15px;
}

footer .h4 {
	text-transform: none;
	margin-bottom: 15px;
	margin-top: 40px;
}

footer .navlist-nav {
	column-count: 2;
}

footer .navlist-nav li {
	display: flex;
}

.footer-subtitle {
	font-weight: 700;
	font-size: 22px;
}

@media screen and (min-width: 1200px) {
	footer .top {
		clip-path: ellipse(150% 100% at 50% 100%);
	}
}

footer .vegter-logo-icon {
	right: -50px;
	bottom: 0;
	pointer-events: none;
}

@media screen and (min-width: 992px) {
	footer .links {
		/* margin-top: 55px !important; */
	}

	footer .links .h3 {
		margin-bottom: 20px;
	}
}

/* [DAMWANDEN EN BESCHOEIING] */
.content-header {
	background: linear-gradient(130deg, var(--secondary), var(--primary));
	padding-top: 275px;
	color: white;
	position: relative;
	margin-bottom: 400px;
}

.content-header.gemalen {
	margin-bottom: 300px;
}

.content-header.bruggen {
	margin-bottom: 250px;
}

.content-header.bruggen {
	padding-top: 450px;
}

.content-header.privacy {
	margin-bottom: 25px;
}

.content-header h1 {
	font-size: 45px;
	z-index: 1;
	/* transform: translateY(10px); */
	max-width: 800px;
}

.content-header.oevers h1 {
	max-width: 900px;
}

.content-header div[data-partial="image"] {
	position: absolute;
	right: 0;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
}

.content-header div[data-partial="image"] * {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.content-header .container {
	position: relative;
	z-index: 1;
}

.content-header .container .content {
	position: absolute;
	bottom: 0;
	transform: translateY(calc(100% + 30px));
	color: var(--secondary);
}

.content-header .container .content p:nth-child(2) .btn {
	margin-bottom: 25px;
}

.content-header .container .content p:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.content-header {
		margin-bottom: 300px;
	}
}

@media screen and (min-width: 992px) {
	.content-header h1 {
		font-size: 100px;
		/* transform: translateY(20px); */
		line-height: 105px;
	}

	.content-header .container .content {
		display: flex;
		/* transform: translateY(calc(100% + 50px)); */
	}

	.content-header:not(.usps) .container .content p:nth-child(1) {
		width: 70%;
	}

	.content-header:not(.usps) .container .content p:nth-child(2) {
		width: 20%;
		align-items: flex-end;
	}
}

section.cards {
	padding-bottom: 140px;
}

section.cards .d-flex {
	flex-direction: column;
}

.cards .card {
	color: white;
	background-color: var(--secondary);
	/* width: 25%; */
	border: none;
	padding: 40px 40px;
	border-radius: 20px;
	min-width: 100%;
	margin-top: 20px;
}

.card h4 {
	margin-bottom: 15px;
	font-size: 20px;
}

.cards .card:nth-child(1) {
	background: linear-gradient(180deg, var(--primary), var(--secondary));
}

.cards .card:nth-child(2) {
	background: linear-gradient(130deg, #44A3C4, #05344E);
}

.cards .card:nth-child(3) {
	background: linear-gradient(130deg, #306583, #053D5C);
}

.cards .card:nth-child(4) {
	background: linear-gradient(130deg, #034265, #034265, #021F2F);
}

.cards .card p {
	line-height: 30px;
}

@media screen and (min-width: 768px) {
	.cards .card {
		min-width: 49%;
		width: 49%;
		display: inline-block;
	}

	.cards .card:nth-child(2) {
		margin-left: 2%;
		transform: translateY(40px);
	}

	.cards .card:nth-child(4) {
		margin-left: 2%;
		transform: translateY(10px);
	}
}

@media screen and (min-width: 1200px) {
	.cards .card {
		min-width: 25%;
	}

	.cards .card:nth-child(1) {
		background: linear-gradient(180deg, var(--primary), var(--secondary));
	}

	.cards .card:nth-child(2) {
		margin-top: 95px;
		margin-left: 0;
	}

	.cards .card:nth-child(4) {
		margin-top: 120px;
		margin-left: 0;
	}
}

.img-wide .img-fluid {
	max-height: 500px;
	object-fit: cover;
}

/* [WATERBOUW WERKEN] */
.content-padding {
	padding: 150px 0;
}

.images {
	margin-bottom: -60px;
}

.images .imagerow {
	max-height: 400px;
	margin-bottom: 1rem;
}

.images .imagerow2 {
	max-height: 400px;
}

.images .h3 {
	font-size: 24px;
	margin-top: 10px;
}

.images .h3::after {
	content: url('assets/arrow.svg');
	transform: rotate(110deg);
	display: inline-block;
}

.images div[data-partial="image"] .img-fluid,
.images div[data-partial="image"] div {
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
	height: 100%;
}

.images .imagerow div[data-partial="image"]:nth-child(1) .img-fluid,
.images .imagerow div[data-partial="image"]:nth-child(1) div,
.images .imagerow2 div[data-partial="image"]:nth-child(1) .img-fluid,
.images .imagerow2 div[data-partial="image"]:nth-child(1) div {
	border-radius: 0 20px 20px 0;
}

.images .imagerow div[data-partial="image"]:nth-child(1) {
	width: 27.77%;
	margin-right: .5rem;
	max-width: 400px;
}

.images .imagerow div[data-partial="image"]:nth-child(2) {
	width: 45.83%;
	max-width: 600px;
}

.images .imagerow2 div[data-partial="image"]:nth-child(1) {
	width: 30.8%;
	max-width: 645px;
}

.images .imagerow2 div[data-partial="image"]:nth-child(2) {
	width: 30%;
	margin: 0 .5rem;
	max-width: 160px;
}

.images .imagerow2 div[data-partial="image"]:nth-child(3) {
	width: 31.31%;
	max-width: 450px;
}

.images .imagerow .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.images .imagerow2 div[data-partial="image"]:nth-child(2) .img-fluid,
.images .imagerow2 div[data-partial="image"]:nth-child(3) .img-fluid {
	height: 75%;
}

.content-header.waterbouw-werken {
	margin-bottom: 250px;
}

@media screen and (min-width: 768px) {
	.images div[data-partial="image"] .img-fluid {
		border-radius: 20px;
	}

	.images .imagerow div[data-partial="image"]:nth-child(1) {
		margin-right: 1rem;
	}

	.images .imagerow2 div[data-partial="image"]:nth-child(2) {
		margin: 0 1rem;
	}

	.images .imagerow2 div[data-partial="image"]:nth-child(2) {
		min-width: 200px;
	}
}

@media screen and (min-width: 992px) {
	.content-padding {
		padding: 200px 0;
	}

	.images .h3 {
		font-size: 28px;
		margin-top: 10px;
		max-width: 150px;
		margin-left: 30px;
	}

	.images .imagerow2 div[data-partial="image"]:nth-child(2) {
		min-width: 300px;
	}
}

/* [NAVBAR] */
.navbar-overlay {
	opacity: 0;
	background-color: rgb(21, 21, 23, .975);
	pointer-events: none;
	/* padding: 150px 0; */
	padding-top: var(--navigation-height);
	overflow: scroll;
}

@media screen and (min-width: 992px) {
	html[data-logged="true"] .navbar-overlay {
		padding-top: calc(var(--navigation-height) + 51.39px);
	}
}

.nav-header.open .navbar-overlay {
	pointer-events: all;
}

.nav-header.open nav {
	background-color: transparent !important;
}

.navbar-overlay-inner {
	height: calc(100vh - var(--navigation-height));
	padding-bottom: calc(var(--navigation-height) * 2);
}

@media screen and (min-width: 768px) {
	.navbar-overlay-inner {
		padding-bottom: 0;
		height: auto;
	}
}

.navbar-overlay .diensten {
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.navbar-overlay .diensten li:nth-last-child(1),
.navbar-overlay .diensten div[data-partial="image"]:nth-last-child(1) {
	padding-right: 15px;
	width: calc(40vw + 15px);
}

.diensten div[data-partial="image"]:nth-last-child(1) img {
	border-radius: 4px;
}

.navbar-overlay .diensten::-webkit-scrollbar {
	display: none;
}

.navbar-overlay .diensten ul {
	display: flex;
	padding-top: 45px;
	margin-bottom: 13px;
}

.navbar-overlay .diensten .nav-link {
	padding: 0;
	font-size: 16px;
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	line-height: 1;
}

.navbar-overlay .diensten li,
.navbar-overlay .diensten div[data-partial="image"] {
	max-width: 531px;
	width: 40vw;
	flex-shrink: 0;
	margin-right: 15px;
}

.navbar-overlay .diensten div[data-partial="image"] {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.navbar-overlay .werkzaamheden {
	opacity: 1;
	font-size: 25px;
	font-weight: 700;
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	margin-bottom: 20px;
}

.navbar-overlay .werkzaamheden i {
	/* font-size: 0.75em; */
	/* transform: translateY(-10%); */
	margin-left: 10px;
}

.navbar-overlay .diensten .d-flex>* {
	flex-shrink: 0;
}

.navbar-overlay .diensten img {
	aspect-ratio: 450/700;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.navbar-overlay .diensten img {
		aspect-ratio: 531/284;
		transform: scale(1.1);
		transition: all .25s ease-in-out;
	}

	.navbar-overlay .diensten ul {
		padding-top: 0;
	}

	.navbar-overlay .diensten li:nth-last-child(1),
	.navbar-overlay .diensten div[data-partial="image"]:nth-last-child(1) {
		padding-right: 0;
		width: 40vw;
	}

	.navbar-overlay .diensten div[data-partial="image"]:hover img {
		transform: scale(1);
	}

	.navbar-overlay .diensten .nav-link {
		font-size: 20px;
	}

	.navbar-overlay .diensten li,
	.navbar-overlay .diensten div[data-partial="image"] {
		margin-right: 35px;
	}

	.navbar-overlay .diensten div[data-partial="image"]::before {
		content: "";
		width: 50px;
		height: 50px;
		background-color: var(--primary);
		position: absolute;
		z-index: 1;
		border-radius: 100%;
		bottom: 25px;
		right: 25px;
		transform: scale(0);
		transition: transform .25s ease-in-out;
		pointer-events: none;
	}

	.navbar-overlay .diensten div[data-partial="image"]:hover::before {
		transform: scale(1);
	}

	.navbar-overlay .diensten div[data-partial="image"]::after {
		content: "\f061";
		font-family: 'Font Awesome 6 Pro';
		color: white;
		z-index: 1;
		position: absolute;
		right: 50px;
		bottom: 50px;
		transform: translate(-50%, 50%);
		opacity: 0;
		transition: all .25s ease-in-out;
		pointer-events: none;
	}

	.navbar-overlay .diensten div[data-partial="image"]:hover::after {
		transform: translate(50%, 50%);
		opacity: 1;
	}
}

.navbar-overlay .hoofdmenu ul {
	display: flex;
}

.navbar-overlay .logo-icon {
	opacity: 0.025;
	right: 0;
	bottom: 0;
	transform: translate(25%, 10%);
	z-index: -1;
}

@media screen and (min-width: 768px) {
	.navbar-overlay .socials {
		position: absolute;
		bottom: 35px;
	}
}

.socials a {
	margin-right: 15px;
}

.socials a svg>* {
	transition: all .25s ease-in-out;
}

.socials a:hover svg circle:nth-child(2) {
	opacity: 1;
}

.socials a:hover svg g {
	fill: var(--primary);
	stroke: var(--primary);
}

.socials a:hover svg path {
	fill: white;
	stroke-width: 0;
}

.navbar-overlay .diensten-hover {
	width: 30%;
	right: 10%;
	pointer-events: none;
}

/* Position the contact addresses. */
header.nav-header .navbar-overlay>.navbar-overlay-content .contact-addresses address {
	display: inline-block;
	margin: 0;
}

header.nav-header .navbar-overlay>.navbar-overlay-content .contact-addresses .contact-address-title {
	margin-bottom: 0.25rem;
}

header.nav-header .navbar-overlay>.navbar-overlay-content .contact-addresses .contact-address-content {
	margin-bottom: 1rem;
}

header.nav-header .navbar-overlay>.navbar-overlay-content .contact-addresses .contact-address-postal-code {
	display: none;
}

/* Adjust the widths of the columns based on device size. */
header.nav-header .navbar-overlay>.navbar-overlay-content>*>.d-flex>* {
	min-width: 100%;
	margin-bottom: 2rem;
}

@media screen and (min-width: 576px) {
	header.nav-header .navbar-overlay>.navbar-overlay-content>*>.d-flex>* {
		min-width: 50%;
	}
}

@media screen and (min-width: 992px) {
	header.nav-header .navbar-overlay>.navbar-overlay-content>*>.d-flex>* {
		min-width: auto;
	}

	header.nav-header .navbar-overlay>.navbar-overlay-content>*>.d-flex>*:nth-child(2) {
		order: 99;
		width: 100%;
	}
}

.navbar-title {
	font-weight: 900;
	font-family: var(--font-family-heading);
	color: white;
	font-size: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.navbar-title-sm {
	font-weight: 900;
	font-family: var(--font-family-heading);
	color: white;
	font-size: 25px;
	margin-bottom: 23px;
}

.navbar-overlay a.nav-link {
	color: white;
}

.navbar-overlay .contact a {
	color: white;
}

.navbar-overlay .contact i {
	color: var(--primary);
	margin-right: 20px !important;
	width: 16px;
}

.navbar-overlay .locatie {
	margin-top: 50px;
}

.navbar-overlay .nav-link .nav-title {
	display: inline-block;
	position: relative;
}

/* .navbar-overlay .nav-link .nav-title::after {
	content: "";
	height: 2px;
	display: block;
	background-color: var(--tertiary);
	position: absolute;
	transition: width .25s ease-in-out;

	right: 0;
	width: 0;
	bottom: -5px;
} */

.navbar-overlay .nav-link:hover .nav-title::after,
.navbar-overlay .nav-link.active .nav-title::after {
	left: 0;
	right: auto;
	width: 100%;
}

.navbar-overlay i.fa-brands {
	color: white;
	font-size: 25px;
	margin-top: 20px;
	margin-right: 10px;
}

.navbar-overlay-content ul {
	padding-left: 0;
	list-style-type: none;
}

@media screen and (min-width: 992px) {
	.navbar-overlay .contact::before {
		content: "";
		height: 120%;
		width: 3px;
		background-color: white;
		position: absolute;
		left: -50px;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-overlay .contact::before {
		left: -100px;
	}
}

.content-header.content-wide .container .content {
	display: block;
}

.content-header.content-wide .container .content p {
	width: 100% !important;
	padding-right: 15px;
	display: block;
}

.content-header a:not(.btn) {
	color: var(--secondary);
}

/* [PROJECTEN] */
.blog-collection.blog-template-projecten {
	margin-bottom: 75px;
}

.blog-collection.blog-template-projecten .content-header {
	margin-bottom: 75px;
}

.blog-template-projecten .blog-item-preview {
	position: relative;
	margin-bottom: 75px;
}

.blog-template-projecten .blog-item-preview .content {
	box-shadow: none !important;
	width: 50%;
	color: var(--secondary);
}

.blog-template-projecten .blog-item-preview .blog-item-link {
	display: flex;
}

.blog-template-projecten .blog-item-preview .image {
	width: 45%;
	height: 100%;
	position: absolute;
	right: 0;
	border-radius: 20px;
	overflow: hidden;
}

.blog-template-projecten .blog-item-preview .image * {
	height: 100%;
	width: 100%;
}

.blog-template-projecten .blog-item-preview .img-fluid {
	object-fit: cover;
}

.blog-template-projecten .blog-item-preview .title {
	font-size: 22px;
	letter-spacing: 0.03em;
}

.blog-template-projecten .blog-item-preview .content {
	padding-bottom: 60px;
}

.blog-template-projecten .blog-item-preview .readmore {
	position: absolute;
	bottom: 0;
	left: 0;
}

.blog-template-projecten h2 {
	color: var(--secondary);
}

.blog-template-projecten .image-album-item img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

section.projecten .blog-item-preview .content {
	color: white;
}

@media screen and (min-width: 992px) {
	.blog-template-projecten .blog-item-preview .title {
		font-size: 25px;
	}

	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 3),
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 4),
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 5),
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 6) {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 3) .blog-item-link,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 4) .blog-item-link,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 5) .blog-item-link,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 6) .blog-item-link {
		flex-direction: column;
	}

	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 3) .image,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 4) .image,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 5) .image,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 6) .image {
		position: relative;
		width: 100%;
	}

	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 3) .img-fluid,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 4) .img-fluid,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 5) .img-fluid,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 6) .img-fluid {
		object-fit: cover;
		aspect-ratio: 260/200;
	}

	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 3) .content,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 4) .content,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 5) .content,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 6) .content {
		padding-bottom: 0;
		width: 100%;
	}

	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 3) .content .intro,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 4) .content .intro,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 5) .content .intro,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 6) .content .intro {
		display: none;
	}

	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 3) .title,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 4) .title,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 5) .title,
	.blog-template-projecten .blog-collection-items .col-12:nth-child(8n + 6) .title {
		font-size: 18px;
	}
}

/* [PROJECTEN FEED] */
section.projecten {
	padding-top: 175px;
	padding-bottom: 130px;
	background: linear-gradient(130deg, #32C7FA, #357598, #034265);
	clip-path: ellipse(250% 100% at 50% 100%) !important;
	transform: translateZ(0);
	margin-top: -50px;
}

section.projecten::after {
	content: "";
	background-image: url('assets/background-print.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	opacity: .2;
}

section.projecten h2 {
	margin-bottom: 55px;
}

section.projecten .container {
	position: relative;
}

section.projecten .blog-item-preview a {
	color: white;
	position: absolute;
}

section.projecten .controls {
	display: inline-block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	color: #32C7FA;
	font-weight: 700;
}

section.projecten .controls .progressbar {
	width: 2px;
	height: 350px;
	background-color: white;
	left: 50%;
	display: none;
}

section.projecten .controls .progressbar-inner {
	content: "";
	background-color: #32C7FA;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	width: 2px;
	transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

section.projecten .controls i {
	position: absolute;
	cursor: pointer;
	top: 50%;
	pointer-events: all;
	color: #32C7FA;
}

section.projecten .controls i::after {
	content: "";
	position: absolute;
	width: 35px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background-color: transparent;
	border: 2px solid white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

section.projecten .controls i.prev {
	transform: rotate(-90deg);
	left: 20px;
}

section.projecten .controls i.next {
	transform: rotate(-90deg);
	right: 20px;
}

section.projecten .blog-item-preview .image {
	width: 80%;
	position: relative;
	margin: 0 auto;
	/* padding-right: 15px; */
	height: auto;
	height: 240px;
}

section.projecten .blog-item-preview {
	margin-bottom: 0;
}

section.projecten div[data-partial="blog-feed"] .row .col-12 {
	margin-bottom: 0;
	position: absolute;
}

section.projecten div[data-partial="blog-feed"] .row {
	position: relative;
	height: 500px;
}

section.projecten .blog-item-preview .img-fluid {
	object-fit: cover;
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

section.projecten .blog-item-preview .content {
	margin: 0 auto;
	margin-top: 30px;
	width: 80%;
	padding-right: 15px;
	text-align: center;
	box-shadow: none !important;
}

section.projecten .blog-item-preview .content {
	opacity: 0;
}

section.projecten .blog-item-preview {
	pointer-events: none;
}

section.projecten .blog-item-preview.active {
	pointer-events: all;
}

section.projecten .blog-item-preview.active .content {
	opacity: 1;
}

section.projecten .blog-item-preview .img-fluid {
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

section.projecten .blog-item-preview.active .img-fluid {
	opacity: 1;
}

section.projecten .blog-item-preview .title {
	font-size: 25px;
	margin-bottom: 15px;
}

section.projecten .blog-item-preview .readmore {
	position: absolute;
	width: 80%;
	margin: 0 auto;
	bottom: 0;
	display: inline-block;
	padding-right: 15px;
	transform: translateY(20px);
	font-size: 14px;

	background-color: transparent;
	position: relative;
	overflow: hidden;
	transition: transform, color .15s ease-in-out;
	font-weight: 500;
	padding: calc(var(--button-padding) / 2) var(--button-padding);
	border: 2px solid white;
}

section.projecten .blog-item-preview .readmore i {
	display: none;
}

section.projecten .meer-berichten {
	font-size: 15px;
}

section.projecten a {
	color: white;
}

.blog-item-preview .blog-item-link {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	section.projecten .controls {
		top: 50%;
		transform: translateY(-50%);
		height: auto;
	}

	section.projecten .blog-item-preview .content {
		width: 45%;
		margin-left: 60px;
		margin-top: 50px;
		text-align: start;
	}

	section.projecten .blog-item-preview .content p.intro {
		display: flex;
		align-items: start;
		flex-direction: column;
	}

	section.projecten .blog-item-preview .readmore {
		transform: translateY(45px);
		width: auto;
		margin: 0;
	}

	section.projecten .blog-item-preview .image {
		width: 45%;
		position: absolute;
		right: 0;
		height: auto;
	}

	section.projecten div[data-partial="blog-feed"] .row {
		height: 350px;
	}

	section.projecten .blog-item-preview .img-fluid {
		aspect-ratio: 600/685;
	}

	section.projecten .controls .progressbar {
		display: block;
	}

	section.projecten .controls i {
		position: relative;
	}

	section.projecten .controls i.prev {
		margin-bottom: 30px;
		transform: rotate(0);
		left: 0;
	}

	section.projecten .controls {
		width: auto;
	}

	section.projecten .controls i.next {
		margin-top: 30px;
		transform: rotate(0);
		right: 0;
	}
}

@media screen and (min-width: 992px) {
	section.projecten .blog-item-preview .content {
		margin-top: 125px;
	}

	section.projecten div[data-partial="blog-feed"] .row {
		height: 500px;
	}

	section.projecten .controls {
		transform: translateY(-60%);
	}
}

@media screen and (min-width: 1200px) {
	section.projecten .blog-item-preview .content {
		margin-top: 160px;
	}

	section.projecten .blog-item-preview .title {
		font-size: 35px;
	}

	section.projecten div[data-partial="blog-feed"] .row {
		height: 600px;
	}
}

/* [CERTIFICERINGEN] */
.certificaat .wrapper {
	position: relative;
	color: var(--secondary);
	padding: 20px 0;
}

.certificaat h2,
.certificaat .h2 {
	margin-bottom: 0;
	position: relative;
	transition: all .2s ease-in-out;
}

.certificaat .h2 {
	font-size: 35px;
	top: 20px;
	z-index: 10;
	opacity: 0;
}

.certificaat .wrapper h2::after {
	content: "";
	background-color: var(--secondary);
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -20px;
	z-index: -1;
	left: 0;
}

.certificaat .image {
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease-in-out;
	z-index: 5;
}

.certificaat .image img {
	width: 300px;
}

.certificaat:hover .wrapper .h2 {
	opacity: 1;
}

.certificaat .btn-download {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

body[data-editor-mode="content"] .certificaat .h2 {
	display: none !important;
}

body[data-editor-mode="content"] .certificaat .position-fixed {
	position: relative !important;
}

body[data-editor-mode="content"] .certificaat .image {
	opacity: 1;
	pointer-events: all;
}

body[data-editor-mode="content"] .certificaat img,
body[data-editor-mode="content"] .archief .modal-body img {
	transform: translate(0px, 0px) !important;
}

@media screen and (min-width: 992px) {
	.certificaat .h2 {
		font-size: 50px;
	}
}

.archief div[data-partial="download"] div,
.archief div[data-partial="download"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	;
}

.archief .btn+.btn {
	margin-left: 0;
}

.archief .btn-download {
	margin-bottom: 15px;
	width: 100%;
	border: none;
}

.archief .btn-download:hover {
	background-color: var(--secondary);
	color: white;
}

@media screen and (min-width: 567px) {
	.archief .btn-download {
		margin-bottom: 20px;
		width: 48%;
	}
}

/* [OVER ONS] */
.timeline {
	position: relative;
	--line-width: 4px;
	--scale-size: 40px;
}

.timeline .timeline-item {
	display: flex;
	position: relative;
}

/* Create a panel for the timeline item. */
.timeline .timeline-item .timeline-panel {
	z-index: 2;
	position: relative;
	margin-bottom: 1rem;
	margin-left: calc(var(--scale-size) * 1.5);
	border-radius: 30px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(50px);
}

body[data-editor-mode="content"] .timeline .timeline-item .timeline-panel {
	opacity: 1;
}

.timeline .timeline-item .timeline-panel .timeline-content {
	padding: var(--panel-padding);
}

.timeline .timeline-item .timeline-panel .timeline-content [data-partial="text"] p:last-of-type {
	margin-bottom: 0;
}

/* Create a line running along side the item. */
.timeline .timeline-item .line {
	content: "";
	position: absolute;
	width: var(--line-width);
	top: calc(var(--scale-size) / 2);
	bottom: 0;
	left: calc(calc(var(--scale-size) / 2) - calc(var(--line-width) / 2));
	transform: scaleY(0);
	transform-origin: top;
}

/* Start the line from the first badge. */
.timeline .timeline-item:first-child::before {
	top: var(--scale-size);
}

/* Stop the line at the last badge. */
.timeline .timeline-item:last-child .line {
	bottom: calc(100% - var(--scale-size));
}

/* Create a badge. */
.timeline .timeline-item .timeline-badge {
	position: absolute;
	display: block;
	width: var(--scale-size);
	height: var(--scale-size);
	left: 0;
	top: 0;
	margin-top: calc(var(--scale-size) / 2);

	border-radius: 999px;
	z-index: 1;
	transform: scale(0);
	opacity: 0;
}

/* Allow for a badge icon. */
.timeline .timeline-item .timeline-badge::after {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	line-height: 1;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Create an indicator pointing to the badge. */
.timeline .timeline-item .timeline-badge .pijl {
	position: absolute;
	display: inline-block;
	content: "";
	z-index: -1;
	width: calc(var(--scale-size) / 1.5);
	height: calc(var(--scale-size) / 1.5);
	transform: rotate(45deg);
	right: calc(0px - var(--scale-size));
	top: calc(var(--scale-size) / 6.25);
}

@media screen and (min-width: 992px) {
	.timeline .timeline-item:nth-child(2n) {
		justify-content: end;
	}

	/* Move items up so they "overlap". */
	body:not([data-editor-mode="layout"]) .timeline .timeline-item:not(:first-child) {
		margin-top: -12rem;
	}

	/* Adjust bottom bar because of the "overlap". */
	.timeline .timeline-item:not(:last-child) .line {
		bottom: 10rem;
	}

	/* Move line to the center. */
	.timeline .timeline-item .line {
		left: calc(50% - calc(var(--line-width) / 2));
	}

	/* Half the width of the panel. */
	.timeline .timeline-item .timeline-panel {
		width: 42.5%;
		margin-left: 0;
	}

	/* Move the badge to the center. */
	.timeline .timeline-item .timeline-badge {
		left: calc(50% - calc(var(--scale-size) / 2));
	}

	/* Move the indicator pointing to the badge. */
	.timeline .timeline-item:nth-child(2n + 1) .timeline-badge .pijl {
		left: calc(0px - var(--scale-size));
		right: unset;
	}
}

/* Adjust the position of the badge on wider screens. */
@media screen and (min-width: 1200px) {
	.timeline .timeline-item:nth-child(2n) .timeline-badge .pijl {
		right: calc(0px - calc(var(--scale-size) * 2));
	}

	.timeline .timeline-item:nth-child(2n + 1) .timeline-badge .pijl {
		left: calc(0px - calc(var(--scale-size) * 2));
	}
}

.timeline .timeline-item .timeline-panel {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Define the colors to use. */
.timeline .timeline-item::before,
.timeline .timeline-item .timeline-badge,
.timeline .timeline-item .timeline-panel {
	color: var(--secondary);
	/* background-color: var(--primary-bg); */
}

.timeline .timeline-item .line {
	background-color: var(--tertiary);
}

.timeline .timeline-item .timeline-badge {
	background-color: var(--secondary);
}

.timeline .timeline-item .timeline-badge .pijl {
	background-color: var(--secondary);
	opacity: 0;
	transform: translateY(50%) rotate(45deg);
}

/* [VACATURES] */
.blog-template-vacancies.blog-item {
	padding-bottom: 100px;
}

.blog-template-vacancies.blog-item .blog-related {
	display: none;
}

.blog-template-vacancies .blog-item-preview,
.blog-template-news .blog-item-preview {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	margin-bottom: 40px;
	transition: transform .15s ease-in-out;
	position: relative;
	text-align: left;
}

.blog-template-vacancies .blog-item-preview .readmore,
.blog-template-news .blog-item-preview .readmore {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-weight: 700;
	color: var(--primary);
}

.blog-template-vacancies .blog-item-preview .readmore::after,
.blog-template-news .blog-item-preview .readmore::after {
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	margin-left: 10px;
}

.blog-template-vacancies .blog-item-preview:hover,
.blog-template-news .blog-item-preview:hover {
	transform: translateY(-10px);
}

.blog-template-vacancies h1+.content {
	margin-bottom: 50px;
}

.blog-template-vacancies .blog-item-preview .content,
.blog-template-news .blog-item-preview .content {
	padding: 20px 20px 35px 20px;
	color: black;
	background-color: white;
}

.blog-template-vacancies.blog-item .btn.btn-link,
.blog-template-news.blog-item .btn.btn-link {
	padding: 0;
	color: black;
	margin-bottom: 10px;
}

.blog-template-vacancies.blog-item .btn.btn-link::before,
.blog-template-news.blog-item .btn.btn-link::before {
	content: "\f060";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 10px;
	font-weight: 300;
}

.blog-template-vacancies.blog-item .img-fluid {
	margin-bottom: 20px;
}

.blog-template-vacancies.blog-item .btn-primary {
	margin-bottom: 20px;
}

.blog-template-vacancies.blog-item .btn-success {
	margin-bottom: 50px;
}

.blog-template-vacancies.blog-item .form-group .form-control::after {
	content: "\e09a";
	font-family: 'Font Awesome 6 Pro';
	right: 0;
	top: 0;
	color: var(--secondary);
	font-weight: 300;
}

.content-header.vacatures {
	margin-bottom: 50px;
}

body[data-editor-mode="content"] .nav-header {
	pointer-events: none;
}

body[data-editor-mode="content"] .nav-header .navbar-brand,
body[data-editor-mode="content"] .nav-header .navbar-toggler {
	pointer-events: all;
}

.blog-template-vacancies .blog-item-preview .title {
	font-size: 33px;
	line-height: 35px;
	margin-bottom: 20px;
}

.blog-template-vacancies .blog-item-preview .specs {
	list-style-type: none;
	padding-left: 0;
	display: flex;
}

.blog-template-vacancies .blog-item-preview .specs i {
	margin-right: 5px;
}

.blog-template-vacancies .blog-item-preview .specs li {
	margin-right: 10px;
}

.blog-template-vacancies .blog-item-preview .image-empty::before,
.blog-template-vacancies.blog-item .vacancy-image .image-empty::before {
	content: '';
	background-image: url('assets/vacature-default.webp');
	width: 100%;
	display: block;
	aspect-ratio: 350/219;
	background-position: center;
	background-size: cover;
}

.vacature-header .image-empty::before {
	content: '';
	background-image: url('assets/vacature-header-default.webp');
	width: 100%;
	display: block;
	background-position: center;
	background-size: cover;
	max-height: 600px;
	aspect-ratio: 1584/495;
}

body[data-editor-mode="content"] .vacature-header .gallery-image-editable.image-empty::before {
	display: none;
}

@media screen and (min-width: 1200px) {
	.vacature-header .image-empty::before {
		max-height: 60vh;
	}
}

.blog-template-vacancies.blog-item .specs {
	display: flex;
	list-style-type: none;
	padding-left: 0;
}

.blog-template-vacancies.blog-item .specs i {
	margin-right: 5px;
}

.blog-template-vacancies.blog-item .specs li {
	margin-right: 10px;
}

/* [NIEUWS] */
.blog-template-news .filters:not(:has(label))+button[type="reset"] {
	display: none;
}

.blog-template-news .blog-iteam-preview img {
	aspect-ratio: 358/276;
	object-fit: cover;
}

.blog-template-news .blog-item-preview .title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	color: var(--primary);
}

.blog-template-news.blog-item h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.blog-template-news.blog-item .blog-content img {
	margin-bottom: 15px;
}

/* [CONTACT] */
.content-header.contact {
	margin-bottom: 100px;
}

.content-header.contact h1+.content {
	display: none !important;
}

.content-subtemplate-contact i {
	width: 16px;
	margin-right: 10px !important;
	color: var(--primary);
	margin-bottom: 10px;
}

.content-subtemplate-contact a:not(.btn) {
	color: var(--secondary);
}

.content-subtemplate-contact address {
	margin-bottom: 0;
}

input:focus,
textarea:focus {
	border-color: var(--secondary) !important;
}

form label:has(+ :is(input:required, textarea:required))::after {
	content: "*";
	color: var(--primary);
}

.content-subtemplate-contact label {
	font-weight: 500;
}

/* Locations */

/* html[data-logged="true"] .image-wide-scroll.contact-locations-image {
	display: none;
}

html:not([data-logged="true"]) .contact-locations {
	display: none;
} */

.contact-locations div[role="dialog"] {
	background-color: var(--secondary);
	padding: 0 1rem 1rem !important;
}

.contact-locations .gm-ui-hover-effect>span {
	background-color: #fff;
	margin: 0 0 0 1.5rem !important;
}

.contact-locations .gm-style-iw-d {
	overflow: visible !important;
}

.contact-locations .google-maps-info-window {
	color: #fff;
}

.contact-locations .fields > span:not(.blog-field-locatie) {
	display: block;
	margin: 1rem 0;
}

.contact-locations .google-maps-info-window .location {
	font-size: 1.2rem;
}

.contact-locations .blog-field-locatie {
	display: none;
}

.contact-locations .fields-block-title { 
	display: none;
}

.contact-locations a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.1rem;
}

.contact-locations .blog-field-e-mail::before {
	content: "\f0e0";
	margin-right: 0.5rem;
	font: var(--fa-font);
}

.contact-locations .blog-field-telefoon::before {
	content: "\f095";
	margin-right: 0.5rem;
	font: var(--fa-font);
}

.contact-locations .google-maps-info-window .read-more {
	display: none;
}

.contact-locations .google-maps-info-window .title {
	font-family: var(--font-family-heading);
	font-size: 2rem;
}

.bedrijven-info {
	background-color: rgb(21, 21, 23, 1);
	color: white;
}

.bedrijven-info h2 {
	font-size: 25px;
	margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
	.bedrijven-info h2 {
		font-size: 35px;
		margin-bottom: 5px;
	}
}

/* [ADMIN] */
.content-items {
	margin-bottom: 100px;
}

.content-subtemplate-privacy h2 {
	font-size: 25px;
}

/* ----------------- [DE ROMEIN] ----------------- */
*::selection {
	background-color: var(--primary);
	color: white;
}

.aantal-vacatures {
	padding: 10px;
	border-radius: 100%;
	font-family: var(--font-family-heading);
	font-size: 20px;
	padding: 5px 10px;
	right: 0;
	top: 0;
	transform: translate(40%, -25%) scale(0);
	overflow: hidden;
}

.aantal-vacatures span {
	transform: translateY(-100%) scale(0.5);
	display: inline-block;
}

.nav-header .navbar-brand {
	min-width: 159px;
	max-width: 260px;
	padding-top: 0;
	padding-bottom: 0;
	transform: translateY(-100%);
}

.nav-header nav {
	padding-left: 0;
	padding-right: 0;
}

.nav-header .nav-languages,
.nav-header .extra-menu .nav-link,
.nav-header .hamburger .hamburger-icon {
	transform: translateY(-25px);
	opacity: 0;
}

.nav-header .nav-languages .btn {
	min-width: 0;
	padding: 0.5rem 1rem;
	margin-right: 15px;
	border: none;
	box-shadow: none !important;
	color: white;
}

/* [HOME] */
section.video-header,
section.video-header video,
section.video-header .img-fluid {
	min-height: 600px;
	max-height: 100vh;
	color: white;
	object-fit: cover;
}

section.dienst-header:not(.dienst-header:has(.image-empty)),
section.video-header {
	margin-top: calc(var(--navigation-height) * -1);
}

section.video-header .img-fluid {
	max-height: 850px;
}

section.video-header .overlay {
	padding-top: 100px;
	background-color: rgba(0, 0, 0, 0.3);
}

section.video-header h1,
.dienst-intro h1 {
	font-size: 38px;
	line-height: 40px;
	opacity: 0.9;
	margin-bottom: 26px;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.46);
	color: white;
}

.dienst-intro h1 {
	color: var(--primary);
	text-shadow: none;
}

section.video-header p {
	font-size: 17px;
	font-weight: 300;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.46);
}

section.video-header .btn.btn-primary {
	text-shadow: none;
}

body[data-editor-mode="content"] section.video-header div[data-partial="module-output"],
body[data-editor-mode="content"] section.video-header .video-buttons {
	z-index: 51;
	position: relative;
}

section.video-header .btn.btn-secondary:not(.btn-admin),
section.projectenfeed .btn.btn-secondary:not(.btn-admin) {
	border-color: white;
	color: white;
	transition: border .7s cubic-bezier(0.22, 1, 0.36, 1);
}

section.video-header .btn.btn-secondary:not(.btn-admin):hover,
section.projectenfeed .btn.btn-secondary:not(.btn-admin):hover {
	border-color: var(--secondary);
}

section.video-header .video-buttons p {
	display: flex;
	flex-direction: column;
}

section.video-header .video-buttons {
	margin-top: 30px;
}

section.video-header .video-buttons .btn {
	flex-grow: 0;
	transform: translateY(25px);
	opacity: 0;
}

section.video-header .video-buttons .btn+.btn {
	margin-left: 0;
	margin-top: 10px;
}

body[data-editor-mode="content"] section.video-header .video-buttons .btn {
	transform: none;
	opacity: 1;
}

.img-fullwidth-wrapper img {
	min-height: 485px;
	object-fit: cover;
	max-height: 75vh;
}

@media screen and (min-width: 576px) {
	section.video-header .video-buttons p {
		flex-direction: row;
	}

	section.video-header .video-buttons .btn+.btn {
		margin-left: 14px;
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {

	section.video-header h1,
	.dienst-intro h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media screen and (min-width: 992px) {
	section.video-header .overlay {
		padding-top: 150px;
		;
	}
}

@media screen and (min-width: 1200px) {

	section.video-header h1,
	.dienst-intro h1 {
		font-size: 70px;
		line-height: 70px;
	}

	section.video-header p {
		font-size: 21px;
		line-height: 34px;
	}

	section.video-header .overlay {
		padding-top: 175px;
	}
}

@media screen and (min-width: 1500px) {
	section.video-header .overlay {
		padding-top: 205px;
	}

	section.video-header h1,
	.dienst-intro h1 {
		font-size: 100px;
		line-height: 90px;
	}
}

.specialisaties p {
	margin-bottom: 0;
}

.specialisaties .btn:not(.btn-admin)+.btn:not(.btn-admin) {
	margin-left: 0;
}

.specialisaties .btn {
	/* width: 48%; */
	width: 100%;
	min-width: 0 !important;
	font-size: 15px;
	margin-bottom: 15px;
}

.specialisaties .h4 {
	margin-bottom: 25px;
}

.specialisaties .d-flex>div[data-partial="text"] {
	width: 100%;
}

.specialisaties .d-flex>div p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	gap: 0.5rem 1rem;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 400px) {
	.specialisaties .btn {
		width: 48%;
	}
}

@media screen and (min-width: 992px) {
	.specialisaties .btn {
		width: auto;
	}
}

/* @media screen and (min-width: 1200px) {
	.specialisaties .btn {
		width: 18%;
	}
} */

@media screen and (min-width: 1500px) {
	.flex-xxl-row {
		display: flex !important;
		flex-direction: row !important;
	}

	.specialisaties .d-flex>div {
		flex-grow: 1;
	}

	.specialisaties .d-flex>div p {
		display: flex;
		justify-content: start;
	}

	.specialisaties .btn {
		width: auto !important;
	}

	.specialisaties .h4 {
		flex-shrink: 0;
		margin-right: 54px;
		min-width: 325px;
	}
}

section.over-de-romein {
	padding-top: 63px;
	overflow: hidden;
	z-index: 1;
}

section.over-de-romein .over-buttons .btn {
	min-width: 255px;
}

section.over-de-romein .over-buttons p {
	display: flex;
	justify-content: center;
}

section.over-de-romein p+p .btn {
	margin-top: 0;
}

section.over-de-romein svg.logo-icon {
	min-width: 237px;
	width: 30%;
	height: auto;
	right: -74px;
	bottom: 0;
	z-index: -1;
	max-width: 500px;
}

@media screen and (min-width: 768px) {
	section.over-de-romein svg.logo-icon {
		bottom: -40px;
		right: -115px;
	}
}

@media screen and (min-width: 992px) {
	section.over-de-romein .over-buttons p {
		justify-content: flex-end;
	}

	section.over-de-romein .over-buttons .btn {
		min-width: 190px;
	}
}

@media screen and (min-width: 1200px) {
	section.over-de-romein {
		padding-top: 100px;
	}
}

.bg-gradient {
	background: linear-gradient(-45deg, #770906 0%, #770906 10%, #D12420 100%);
}

.nieuwsfeed,
.projectenfeed {
	clip-path: ellipse(550% 100% at 50% 100%);
	margin-top: -20px;
	z-index: 2;
	position: relative;
}

@media screen and (min-width: 768px) {

	.nieuwsfeed,
	.projectenfeed {
		clip-path: ellipse(250% 100% at 50% 100%);
	}
}

@media screen and (min-width: 1200px) {

	.nieuwsfeed,
	.projectenfeed {
		clip-path: ellipse(150% 100% at 50% 100%);
	}
}

.btn.btn-tertiary::after {
	content: "\f138";
	font-family: "Font Awesome 6 Pro";
	margin-left: 11px;
}

.img-fullwidth-wrapper .btn.btn-tertiary {
	position: absolute;
	top: 40px;
	left: 15px;
	background-color: transparent;
	padding: 0;
	border: none;
	box-shadow: none;
	font-family: var(--font-family-sans-serif);
	text-transform: none;
}

.img-fullwidth-wrapper .btn.btn-tertiary::before {
	display: none;
}

.img-fullwidth-wrapper p {
	margin-bottom: 0;
}

.certificering-blokken {
	position: relative;
}

.certificering-blokken .col-12:not(:nth-child(1)) {
	position: absolute;
}

.certificering-blokken .col-12:nth-child(2) {
	top: 30px;
}

.certificering-blokken .col-12:nth-child(3) {
	top: 60px;
}

.certificering-blokken .col-12:nth-child(4) {
	top: 90px;
}

.certificering-blok {
	background-color: var(--primary);
	height: 100%;
	color: white;
	padding: 45px 25px 75px 25px;
	min-height: 300px;
}

.certificering-blok.blok1 {
	background: linear-gradient(#D12420, #9B0400);
}

.certificering-blok.blok2 {
	background: linear-gradient(-45deg, #860503 0%, #AF1310 70%);
}

.certificering-blok.blok3 {
	background: linear-gradient(-45deg, #6C0604, #90100E);
}

.certificering-blok.blok4 {
	background: linear-gradient(-45deg, #000, #181818, #2C2C2C);
}

.certificering-title {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--font-family-heading);
}

@media screen and (min-width: 768px) {
	.img-fullwidth-wrapper .btn.btn-tertiary {
		left: 50px;
	}
}

@media screen and (min-width: 992px) {
	.certificering-blokken .col-12:not(:nth-child(1)) {
		position: relative;
	}

	.certificering-blokken .col-12:nth-child(3) {
		top: 30px;
	}

	.certificering-blokken .col-12:nth-child(4) {
		top: 60px;
	}
}

@media screen and (min-width: 1200px) {
	.certificering-blokken .col-12:not(:nth-child(1)) {
		position: relative;
	}

	.certificering-blokken .col-12:nth-child(2) {
		top: 0;
	}

	.certificering-blokken .col-12:nth-child(3) {
		top: 0;
	}

	.certificering-blokken .col-12:nth-child(4) {
		top: 0;
	}

	section.certificeringen .container-big .col-12 {
		padding: 0;
		margin-bottom: 160px;
	}

	.certificering-blok.blok1,
	.certificering-blok.blok3 {
		z-index: 2;
		position: relative;
	}

	.certificering-blok.blok1 svg {
		transform: translateX(38px);
	}

	.certificering-blok.blok2 {
		transform: translateY(85px);
	}

	.certificering-blok.blok3 {
		transform: translateY(35px);
	}

	.certificering-blok.blok3 svg {
		transform: translateX(35px);
	}

	.certificering-blok.blok4 {
		transform: translateY(105px);
	}
}

.machinepark-img {
	transform: translateX(-10%);
}


@media screen and (min-width: 992px) {
	.machinepark-img {
		position: absolute;
		bottom: 0;
		width: 550px;
		right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.machinepark-img {
		width: 650px;
	}
}

@media screen and (min-width: 1500px) {
	.machinepark-img {
		width: 850px;
	}
}

/* [DIENST] */
.dienst-header img {
	max-height: 600px;
	object-fit: cover;
}

.dienst-header div[data-partial="image"] img {
	min-height: 200px;
}

body[data-editor-mode="layout"] .layout-mode-spacing {
	padding: 50px 0;
}

@media screen and (min-width: 1200px) {
	.dienst-header img {
		max-height: 60vh;
	}
}

div[data-partial="text"] ul {
	list-style-type: none;
	padding-left: 0;
}

div[data-partial="text"] ul li::before {
	content: "\f058";
	font-family: 'Font Awesome 6 Pro';
	color: var(--primary);
	margin-right: 15px;
}

section.projectenfeed div[data-partial="text"] ul li::before {
	color: white;
}

@media screen and (min-width: 768px) {
	div[data-partial="text"] ul {
		column-count: 2;
	}

	.col-lg-6 div[data-partial="text"] ul {
		column-count: 1;
	}
}

.mvh-50,
.mvh-50 img {
	max-height: 50vh;
}

/* [OVER ONS] */
section.veiligheid h2 {
	margin-bottom: 0;
}

/* [VEILIGHEIDSBOEKJE] */
html[lang="nl"] .en,
html[lang="nl"] .de,
html[lang="nl"] .fr {
	display: none;
}

html[lang="en"] .nl,
html[lang="en"] .de,
html[lang="en"] .fr {
	display: none;
}

html[lang="de"] .nl,
html[lang="de"] .en,
html[lang="de"] .fr {
	display: none;
}

html[lang="fr"] .nl,
html[lang="fr"] .en,
html[lang="fr"] .de {
	display: none;
}

/* [VIDEOS] */
section.video .embed-preloader-icon i {
	color: white;
	transition: all .25s ease-in-out;
}

section.video .embed-preloader-icon:hover i {
	color: var(--primary);
	text-shadow: none;
}

section.video .embed-preloader-icon::after {
	content: url('assets/youtube2.svg');
	position: absolute;
	right: 20px;
	bottom: 21px;
	height: 24px;
}

section.video .embed-responsive {
	border-radius: var(--panel-radius);
	cursor: pointer;
}

/* [FOOTER] */
footer {
	z-index: 5;
}

footer .h3 {
	color: white;
}

footer i {
	color: white;
}

/* [PRELOADER] */
.preloader {
	background-color: #151517;
}

.preloader svg:nth-child(1) {
	opacity: 0.2;
}

.preloader svg:nth-child(2) {
	clip-path: inset(100% 0 0 0);
}

.preloader svg {
	width: 20%;
}

.loader-progress {
	height: 3px;
	top: 0;
	width: 100%;
	transition: transform 800ms cubic-bezier(.645, .045, .355, 1);
	z-index: 10;
}

.preloader.active .loader-progress {
	transform: translateX(100%);
}

/* [CMS] */
#adminbar .btn-link:hover i[class^=fa],
#adminbar .nav-link:hover i[class^=fa],
#adminbar .show .btn-link i[class^=fa],
#adminbar .show .nav-link i[class^=fa],
#adminbar .dropdown-menu .dropdown-item:hover i[class^=fa],
#adminbar .dropdown-menu .dropdown-item:hover i[class^=fa] {
	color: var(--primary);
}

.boogje {
	transform: scale(1.1);
	width: 100%;
	height: auto;
}

body[data-editor-mode="content"] div[data-partial="partial-list"][data-name="diensten-img"] {
	display: flex;
}

body[data-editor-mode="layout"] div[data-partial="partial-list"][data-name="diensten-img"]>.d-flex {
	transform: none !important;
}

body[data-editor-mode="layout"] .navbar-overlay-inner {
	height: 100% !important;
}

/* Hiding the normal nearshore item because a link is not translateable */

footer.nav-footer .navlist-nav .nav-item a[href="https://deromein.co.uk/"],
.specialisaties .nav-item:has(a[href="https://deromein.co.uk/"]) {
	display: none;
}

.specialisaties .navlist-nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.specialisaties .nav-link {
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 32px;
	border-radius: 100px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: border-color .7s cubic-bezier(0.22, 1, 0.36, 1);
	border: 2px solid #000;
	color: #000;
	margin-bottom: 1rem;
	text-align: center;
}

.specialisaties .nav-item {
	width: 100%;
}

@media only screen and (min-width: 400px) {
	.specialisaties .nav-item {
		width: 48%;
	}
}

@media only screen and (min-width: 992px) {
	.specialisaties .nav-item {
		width: auto;
	}
}

.specialisaties .nav-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 150%;
	z-index: -1;
	transform: translateY(75%);
	transition: all .7s cubic-bezier(0.22, 1, 0.36, 1);
	border-radius: 100%;
	background-color: #000;
}

.specialisaties .nav-link:hover {
	color: white;
	transition: all .35s cubic-bezier(0.33, 1, 0.68, 1);
}

.specialisaties .nav-link:hover:hover::before {
	transform: translateY(-15%);
	border-radius: 0%;
}