.mv-icoon { width: 1em; height: 1em; flex: 0 0 auto; }

.mv-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	background: var(--mv-accent);
	color: #ffffff;
	padding: 0.75em 1.25em;
	border-radius: 0 0 var(--mv-radius-klein) 0;
}

.mv-skip-link:focus { left: 0; }

.mv-topbar__raster { display: flex; justify-content: space-between; align-items: center; gap: var(--mv-ruimte-5); flex-wrap: wrap; }
.mv-topbar__groep { display: flex; align-items: center; gap: var(--mv-ruimte-4); }
.mv-topbar__groep--rechts { gap: var(--mv-ruimte-5); }
.mv-topbar__label { display: inline-flex; align-items: center; gap: 0.4em; }
.mv-topbar__item { display: inline-flex; align-items: center; gap: 0.4em; }
.mv-topbar__item a { color: inherit; }
.mv-topbar__item a.mv-topbar__nadruk:hover { color: var(--mv-accent); }
.mv-topbar__item a.mv-topbar__adres { color: inherit; text-decoration: none; }
.mv-topbar__item a.mv-topbar__adres:hover { color: var(--mv-accent); text-decoration: underline; }

.mv-route { display: inline; position: relative; }
.mv-route > summary { display: inline; list-style: none; cursor: pointer; color: inherit; }
.mv-route > summary::-webkit-details-marker { display: none; }
.mv-route > summary:hover,
.mv-route[open] > summary { color: var(--mv-accent); text-decoration: underline; }
.mv-route > summary:focus-visible { outline: 2px solid var(--mv-accent); outline-offset: 2px; }
.mv-route__paneel {
	position: absolute;
	top: calc(100% + 0.6em);
	right: 0;
	z-index: 30;
	min-width: 14rem;
	padding: var(--mv-ruimte-3) var(--mv-ruimte-4);
	background: var(--mv-bg);
	border: 1px solid var(--mv-rand);
	border-radius: var(--mv-radius-vlak);
	box-shadow: var(--mv-schaduw-hoog);
	font-size: 0.8125rem;
	color: var(--mv-tekst);
	text-align: left;
}
.mv-route__kop { margin: 0 0 0.35em; color: var(--mv-tekst-zacht); }
.mv-route__lijst { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.35em; }
.mv-route__lijst li { margin: 0; }
.mv-route__lijst a { color: var(--mv-kop-kleur); font-weight: var(--mv-gewicht-sterk); text-decoration: none; }
.mv-route__lijst a:hover { color: var(--mv-accent); text-decoration: underline; }
.mv-route__onthoud { display: flex; align-items: center; gap: 0.4em; margin-top: 0.6em; padding-top: 0.5em; border-top: 1px solid var(--mv-rand); color: var(--mv-tekst-zacht); cursor: pointer; }
.mv-route__onthoud input { margin: 0; }
.mv-route__vergeet { display: block; margin-top: 0.5em; background: none; border: 0; padding: 0; font: inherit; color: var(--mv-accent); cursor: pointer; text-decoration: underline; }

.mv-footer .mv-route > summary { color: #ffffff; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, 0.4); }
.mv-footer .mv-route > summary:hover,
.mv-footer .mv-route[open] > summary { color: #ffffff; text-decoration-color: #ffffff; }
.mv-footer .mv-route__paneel { top: auto; bottom: calc(100% + 0.6em); left: 0; right: auto; }

.mv-footer .mv-route__paneel a { color: var(--mv-kop-kleur); }
.mv-footer .mv-route__paneel a:hover { color: var(--mv-accent); }
.mv-footer .mv-route__paneel .mv-route__kop,
.mv-footer .mv-route__paneel .mv-route__onthoud { color: var(--mv-tekst-zacht); }

.mv-cursor { display: none; }
@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
	.mv-cursor {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		margin: -16px 0 0 -16px;
		border: 1.5px solid var(--mv-accent);
		border-radius: 50%;
		pointer-events: none;
		z-index: 9999;
		opacity: 0;
		transform: translate(var(--mv-cx, -100px), var(--mv-cy, -100px)) scale(1);
		transition: opacity 250ms ease, transform 120ms ease-out;
		will-change: transform;
	}
	.mv-cursor::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 6px;
		height: 6px;
		margin: -3px 0 0 -3px;
		border-radius: 50%;
		background: var(--mv-accent);
	}
	html.mv-cursor-aan .mv-cursor { opacity: 1; }

	html.mv-cursor-link .mv-cursor { transform: translate(var(--mv-cx, -100px), var(--mv-cy, -100px)) scale(1.6); border-color: var(--mv-accent-diep); background: var(--mv-accent-zacht); }
	html.mv-cursor-link .mv-cursor::after { background: var(--mv-accent-diep); }
}
.mv-topbar__socials { display: inline-flex; align-items: center; gap: var(--mv-ruimte-3); }
.mv-topbar__socials a { color: var(--mv-tekst-zacht); display: inline-flex; }
.mv-topbar__socials a:hover { color: var(--mv-accent); }

.mv-header { position: relative; z-index: 50; background: #ffffff; }

.mv-header__hoofd {
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
}

.mv-header__raster {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--mv-ruimte-6);
	padding-block: 15px;
}

.mv-header__logo a { display: inline-flex; text-decoration: none; }
.mv-header__logo img { display: block; max-height: 54px; width: auto; }

.mv-header__logo-tekst {
	font-family: var(--mv-font-kop);
	font-weight: var(--mv-gewicht-sterk);
	font-size: 1.25rem;
	color: var(--mv-menu);
}

.mv-header__acties { display: flex; align-items: center; gap: var(--mv-ruimte-4); }

.mv-header__zoekknop {
	background: none;
	border: none;
	cursor: pointer;
	color: var(--mv-menu);
	font-size: 19px;
	display: inline-flex;
	padding: 0.4em;
}

.mv-header__zoekknop:hover { color: var(--mv-accent); }

.mv-header__zoeken { position: relative; }

.mv-header__zoekpaneel {
	position: absolute;
	top: calc(100% + 0.75em);
	right: 0;
	z-index: 20;
	background: var(--mv-bg);
	border: 1px solid var(--mv-rand);
	border-radius: var(--mv-radius-vlak);
	box-shadow: var(--mv-schaduw-hoog);
	padding: var(--mv-ruimte-4);
	width: min(90vw, 360px);
}

.mv-header__zoekpaneel .mv-zoekformulier { margin: 0; }
.mv-header__zoekpaneel .mv-zoekformulier__veld { max-width: none; }

.mv-header__zoekpaneel input[type="search"]:focus { border-color: var(--mv-rand-sterk); box-shadow: none; }
.mv-header__zoekpaneel .mv-zoekformulier__hint { font-size: 0.75rem; line-height: 1.4; }

@media (max-width: 1100px) {
	.mv-hoofdmenu { display: none; }
}

.mv-hoofdmenu__lijst {
	display: flex;
	align-items: center;
	gap: var(--mv-ruimte-5);
	list-style: none;
	margin: 0;
	padding: 0;
}

.mv-hoofdmenu__item { position: static; margin-bottom: 0; }

.mv-hoofdmenu__item > a {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	font-family: var(--mv-font-kop);
	font-size: 14px;

	font-weight: var(--mv-gewicht-kop-licht);
	letter-spacing: 0.02em;
	color: var(--mv-menu);
	text-decoration: none;
	padding-block: 0.5em;
	white-space: nowrap;
}

.mv-hoofdmenu__item > a:hover { color: var(--mv-accent); }
.mv-hoofdmenu__item > a .mv-icoon { width: 0.7em; height: 0.7em; transition: transform var(--mv-overgang); }
.mv-hoofdmenu__item:hover > a .mv-icoon { transform: rotate(180deg); }

.mv-megapaneel {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #ffffff;
	border-top: 1px solid var(--mv-rand);
	box-shadow: 0 16px 40px rgba(24, 27, 49, 0.10);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);

	transition: opacity 180ms ease 160ms, transform 180ms ease 160ms, visibility 0s linear 340ms;
	z-index: 40;
}

.mv-megapaneel::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	height: 40px;
}

.mv-hoofdmenu__item--mega:hover .mv-megapaneel,
.mv-hoofdmenu__item--mega:focus-within .mv-megapaneel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0s, 0s, 0s;
}

.mv-megapaneel__raster {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: var(--mv-ruimte-6);
	padding-block: var(--mv-ruimte-6);
}

.mv-megapaneel__raster:has(> .mv-megapaneel__kolom:only-child) {
	grid-template-columns: minmax(220px, 380px);
}

.mv-megapaneel__raster:has(.mv-megapaneel__kolom--direct) {
	grid-template-columns: repeat(4, 1fr);
	align-items: stretch;
}

.mv-megapaneel__kolom--pillar { grid-column: span 2; }
.mv-megapaneel__raster:not(:has(.mv-megapaneel__kolom--projecten)) .mv-megapaneel__kolom--pillar { grid-column: span 3; }

.mv-megapaneel__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 76px;
	column-gap: var(--mv-ruimte-6);
	align-content: start;
}
.mv-megapaneel__items--een { grid-template-columns: 1fr; }
.mv-megapaneel .mv-menu-item { height: 76px; min-height: 0; padding-block: var(--mv-ruimte-2); box-sizing: border-box; overflow: hidden; }
.mv-megapaneel .mv-menu-item__uitleg { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; }
.mv-megapaneel__kolom--direct .mv-menu-item { height: 76px; }
.mv-megapaneel__raster:not(:has(.mv-megapaneel__kolom--projecten)) .mv-megapaneel__kolom--pillar .mv-megapaneel__items { grid-template-columns: repeat(3, 1fr); }

.mv-megapaneel__raster:has(.mv-megapaneel__kolom--extra) .mv-megapaneel__kolom--pillar { grid-column: span 2; }
.mv-megapaneel__raster:has(.mv-megapaneel__kolom--extra) .mv-megapaneel__kolom--pillar .mv-megapaneel__items { grid-template-columns: 1fr 1fr; }

.mv-megapaneel__kolom--projecten { display: flex; flex-direction: column; }

.mv-megapaneel__projectraster {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 1fr;
	gap: var(--mv-ruimte-3);
	flex: 1 1 auto;
	min-height: 0;
}

.mv-megapaneel__kolom--projecten .mv-megapaneel__project { aspect-ratio: auto; min-height: 0; }
.mv-megapaneel__kolom--projecten .mv-megapaneel__project picture,
.mv-megapaneel__kolom--projecten .mv-megapaneel__project > img { position: absolute; inset: 0; width: 100%; height: 100%; }

.mv-megapaneel__project {
	position: relative;
	display: block;
	border-radius: var(--mv-radius-klein);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	text-decoration: none;
}

.mv-megapaneel__project picture { display: block; width: 100%; height: 100%; }
.mv-megapaneel__project img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 400ms ease; }
.mv-megapaneel__project:hover img { transform: scale(1.05); }

.mv-megapaneel__project span {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(31, 42, 88, 0.45);
	color: #ffffff;
	font-family: var(--mv-font-kop);
	font-size: 0.75rem;
	font-weight: var(--mv-gewicht-kop);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 200ms ease;
}
.mv-megapaneel__project:hover span,
.mv-megapaneel__project:focus-visible span { opacity: 1; }

.mv-megapaneel .mv-megapaneel__titel {
	font-size: 0.8125rem;
	font-weight: var(--mv-gewicht-kop);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mv-accent);
	margin: 0 0 var(--mv-ruimte-3);
}

.mv-megapaneel__pillar {
	display: block;
	font-family: var(--mv-font-kop);
	font-size: 0.8125rem;
	font-weight: var(--mv-gewicht-kop);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mv-accent);
	text-decoration: none;
	line-height: 1.5;
	margin: 0 0 var(--mv-ruimte-3);
	padding-bottom: 0;
	border-bottom: none;
}
.mv-megapaneel .mv-megapaneel__titel { line-height: 1.5; }

.mv-megapaneel__pillar:hover { color: var(--mv-accent-hover); text-decoration: underline; }

.mv-megapaneel__social {
	display: inline-flex;
	align-items: center;
	gap: 0.6em;
	color: var(--mv-menu);
	text-decoration: none;
	font-weight: var(--mv-gewicht-medium);
}

.mv-megapaneel__social:hover { color: var(--mv-accent); }

.mv-footer {
	position: relative;
	background: var(--mv-footer-bg);
	color: rgba(255, 255, 255, 0.85);
}

.mv-footer__golf {
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(100% - 1px);
	height: 115px;
	line-height: 0;
	pointer-events: none;
	z-index: 2;
	color: var(--mv-footer-bg);
}
.mv-footer__golf svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.mv-footer__golf .mv-golf__schuim { fill: var(--mv-accent); }

@media (max-width: 599px) {
	.mv-footer__golf { height: 56px; }
}

.mv-footer a { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.mv-footer a:hover { color: #ffffff; }

.mv-footer__top {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--mv-ruimte-7);
	align-items: center;
	padding-top: var(--mv-ruimte-8);
	padding-bottom: var(--mv-ruimte-7);
}

@media (min-width: 900px) {
	.mv-footer__top { grid-template-columns: 1.15fr 1fr; gap: var(--mv-ruimte-8); }
}

.mv-footer__logo img { max-height: 64px; width: auto; display: block; }
.mv-footer .mv-footer__logo .mv-header__logo-tekst { color: #ffffff; font-size: 1.5rem; }
.mv-footer__tagline { display: block; font-size: 0.75rem; color: rgba(255, 255, 255, 0.7); margin-top: 0.2em; font-style: italic; }
.mv-footer__intro { max-width: 520px; margin: var(--mv-ruimte-5) 0 0; font-size: 0.9375rem; line-height: 1.65; color: rgba(255, 255, 255, 0.9); }

.mv-footer__vraag {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--mv-radius-vlak);
	padding: var(--mv-ruimte-5) var(--mv-ruimte-6);
}

.mv-footer .mv-footer__vraag-titel { color: #ffffff; font-size: 1.25rem; margin: 0 0 0.3em; }
.mv-footer__vraag p { margin: 0 0 var(--mv-ruimte-4); font-size: 0.875rem; line-height: 1.55; color: rgba(255, 255, 255, 0.85); }
.mv-footer__vraag .mv-zoekformulier { margin: 0; }
.mv-footer__vraag .mv-zoekformulier__veld { max-width: none; }
.mv-footer__vraag .mv-zoekformulier input[type="search"] { border-color: transparent; min-height: 46px; }
.mv-footer__vraag .mv-zoekformulier input[type="search"]:focus { border-color: transparent; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35); }
.mv-footer__vraag .mv-zoekformulier__spraak { border-color: transparent; min-height: 46px; }
.mv-footer__vraag .mv-zoekformulier__knop { background: var(--mv-accent); border-color: var(--mv-accent); min-height: 46px; }
.mv-footer__vraag .mv-zoekformulier__knop:hover { background: var(--mv-accent-hover); border-color: var(--mv-accent-hover); }
.mv-footer__vraag .mv-zoekformulier__hint { color: rgba(255, 255, 255, 0.7); font-size: 0.75rem; }

.mv-footer__hoofd {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--mv-ruimte-7) var(--mv-ruimte-6);
	padding-top: var(--mv-ruimte-7);
	padding-bottom: var(--mv-ruimte-7);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
	.mv-footer__hoofd { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {

	.mv-footer__hoofd { grid-template-columns: 1.35fr repeat(var(--mv-footer-kolommen, 2), 1fr) 1.1fr; }
}

.mv-footer .mv-footer__kolom-titel {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.3;
	white-space: nowrap;
	margin: 0 0 var(--mv-ruimte-4);
}

.mv-footer__contact { display: flex; flex-direction: column; gap: var(--mv-ruimte-5); }
.mv-footer__contact-item { display: flex; align-items: flex-start; gap: var(--mv-ruimte-4); }
.mv-footer__contact-item .mv-icoon { width: 22px; height: 22px; flex: 0 0 auto; margin-top: 0.15em; color: #ffffff; }
.mv-footer__contact-label { display: block; font-size: 0.8125rem; line-height: 1.5; color: rgba(255, 255, 255, 0.65); margin-bottom: 0.1em; }
.mv-footer__contact-item a { color: #ffffff; font-size: 1rem; line-height: 1.5; font-weight: var(--mv-gewicht-sterk); }
.mv-footer__contact-item a:hover { color: rgba(255, 255, 255, 0.8); }
.mv-footer__contact-item address { font-style: normal; font-size: 0.9375rem; line-height: 1.55; color: rgba(255, 255, 255, 0.9); }
.mv-footer__contact-noot { display: block; font-size: 0.8125rem; color: rgba(255, 255, 255, 0.65); margin-top: 0.15em; }

.mv-footer__kolom ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.mv-footer__kolom li { margin-bottom: 0; }
.mv-footer__kolom li a { font-size: 0.9375rem; line-height: 1.5; color: rgba(255, 255, 255, 0.85); }
.mv-footer__kolom li a:hover { color: #ffffff; }

.mv-footer__kolom li a.mv-footer__verwant-link { display: block; text-decoration: none; }
.mv-footer__verwant-naam { display: block; font-weight: var(--mv-gewicht-sterk); color: #ffffff; }
.mv-footer__verwant-uitleg { display: block; font-size: 0.875rem; line-height: 1.45; color: rgba(255, 255, 255, 0.7); }
.mv-footer__verwant-link:hover .mv-footer__verwant-naam { text-decoration: underline; }
.mv-footer__verwant-link:hover .mv-footer__verwant-uitleg { color: rgba(255, 255, 255, 0.9); }

.mv-footer__social-iconen { display: flex; flex-wrap: wrap; gap: var(--mv-ruimte-3); margin-bottom: var(--mv-ruimte-6); }
.mv-footer__social-iconen a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 20px;
}
.mv-footer__social-iconen a:hover { background: var(--mv-accent); }

.mv-footer__nieuwsbrief { max-width: 100%; text-align: left; }
.mv-footer .mv-footer__nieuwsbrief-titel { color: #ffffff; font-family: var(--mv-font-kop); font-weight: var(--mv-gewicht-kop); font-size: 1rem; line-height: 1.3; margin: 0 0 var(--mv-ruimte-4); }
.mv-footer__nieuwsbrief p { color: rgba(255, 255, 255, 0.85); font-size: 0.8125rem; }

.mv-footer__nieuwsbrief-form { display: flex; flex-direction: column; align-items: stretch; gap: 0.5em; }
.mv-footer__nieuwsbrief-form button { align-self: flex-start; min-height: 44px; }
.mv-footer__nieuwsbrief-form input {
	flex: 1 1 auto;
	min-width: 0;
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: var(--mv-radius-knop);
	color: var(--mv-kop-kleur);
	padding: 0.5em 0.8em;
	font-size: 0.875rem;
	min-height: 44px;
}
.mv-footer__nieuwsbrief-form input::placeholder { color: var(--mv-tekst-zacht); }
.mv-footer__nieuwsbrief-form input:disabled { cursor: not-allowed; }
.mv-footer__nieuwsbrief-form button {
	background: var(--mv-accent);
	color: #ffffff;
	border: 1px solid var(--mv-accent);
	border-radius: var(--mv-radius-knop);
	padding: 0 1em;
	min-height: 44px;
	font-family: var(--mv-font-kop);
	font-weight: var(--mv-gewicht-kop);
	font-size: 0.875rem;
	cursor: not-allowed;
	opacity: 0.95;
}

.mv-footer__bodem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: var(--mv-ruimte-3) var(--mv-ruimte-6);
	padding-block: var(--mv-ruimte-5) var(--mv-ruimte-6);
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 0.875rem;
}

.mv-footer__copyright { margin: 0; color: rgba(255, 255, 255, 0.9); }
.mv-footer__copyright span { white-space: nowrap; }
.mv-footer__bodem-links { display: flex; flex-wrap: wrap; gap: var(--mv-ruimte-3) var(--mv-ruimte-6); list-style: none; margin: 0; padding: 0; }
.mv-footer__bodem-links li { margin-bottom: 0; }
.mv-footer__bodem-links a { color: #ffffff; font-weight: var(--mv-gewicht-sterk); }
.mv-footer__bodem-links a:hover { text-decoration: underline; }

.mv-footer__onderregel { flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: var(--mv-ruimte-3) var(--mv-ruimte-6); }
.mv-footer__credit { margin: 0; font-size: 0.8125rem; color: rgba(255, 255, 255, 0.7); }
.mv-footer__credit span { color: #ffffff; }
.mv-footer__toegankelijk { margin: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: var(--mv-ruimte-3) var(--mv-ruimte-4); font-size: 0.8125rem; color: rgba(255, 255, 255, 0.8); text-align: right; }

@media (max-width: 599px) {
	.mv-footer__top,
	.mv-footer__hoofd,
	.mv-footer__bodem { text-align: center; }
	.mv-footer__top { gap: var(--mv-ruimte-6); padding-top: var(--mv-ruimte-7); }
	.mv-footer__logo img { margin-inline: auto; }
	.mv-footer__intro { margin-inline: auto; }
	.mv-footer__vraag { padding: var(--mv-ruimte-5); }
	.mv-footer__hoofd { gap: var(--mv-ruimte-6); }
	.mv-footer__contact { align-items: center; gap: var(--mv-ruimte-5); }
	.mv-footer__contact-item { flex-direction: column; align-items: center; gap: var(--mv-ruimte-2); }
	.mv-footer__contact-item .mv-icoon { margin-top: 0; }
	.mv-footer__social-iconen { justify-content: center; }
	.mv-footer__nieuwsbrief-form { align-items: center; }
	.mv-footer__nieuwsbrief-form input { width: 100%; max-width: 20rem; }
	.mv-footer__nieuwsbrief-form button { align-self: center; }
	.mv-footer__bodem { justify-content: center; }
	.mv-footer__bodem-links { justify-content: center; }
	.mv-footer__onderregel { justify-content: center; }
	.mv-footer__toegankelijk { justify-content: center; text-align: center; }
	.mv-footer__copyright,
	.mv-footer__credit { width: 100%; }
}

.mv-megapaneel__kolom .mv-menu-item { padding-block: var(--mv-ruimte-2); }

.mv-megapaneel .mv-menu-item__titel { color: var(--mv-menu); font-size: 0.9375rem; font-weight: var(--mv-gewicht-sterk); margin-bottom: 0.1rem; }
.mv-megapaneel .mv-menu-item__uitleg { font-size: 0.875rem; color: var(--mv-tekst-zacht); }
.mv-megapaneel .mv-menu-item { padding-block: var(--mv-ruimte-2); }
.mv-megapaneel__social { font-size: 0.9375rem; }

.mv-header__logo .mv-logo,
.mv-footer__logo .mv-logo { display: block; max-height: 54px; width: auto; height: auto; }

.mv-footer__logo .mv-logo { max-height: 56px; }

.mv-menuknop {
	display: none;
	align-items: center;
	gap: 0.5em;
	background: none;
	border: 1px solid var(--mv-rand);
	border-radius: var(--mv-radius-knop);
	color: var(--mv-menu);
	font-family: var(--mv-font-kop);
	font-size: 14px;
	font-weight: var(--mv-gewicht-kop-licht);
	padding: 0.5em 0.8em;
	cursor: pointer;
}
.mv-menuknop:hover { color: var(--mv-accent); border-color: var(--mv-accent); }
.mv-menuknop__balken { display: inline-flex; flex-direction: column; gap: 4px; width: 20px; }
.mv-menuknop__balken span { display: block; height: 2px; background: currentColor; border-radius: 2px; transition: transform var(--mv-overgang), opacity var(--mv-overgang); }
.mv-menuknop[aria-expanded="true"] .mv-menuknop__balken span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mv-menuknop[aria-expanded="true"] .mv-menuknop__balken span:nth-child(2) { opacity: 0; }
.mv-menuknop[aria-expanded="true"] .mv-menuknop__balken span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mv-mobielmenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 45;
	background: #ffffff;
	border-top: 1px solid var(--mv-rand);
	box-shadow: 0 16px 40px rgba(24, 27, 49, 0.12);
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	padding: var(--mv-ruimte-4) var(--mv-ruimte-5) var(--mv-ruimte-6);
}
.mv-mobielmenu__lijst,
.mv-mobielmenu__sub { list-style: none; margin: 0; padding: 0; }
.mv-mobielmenu__item { margin: 0; border-bottom: 1px solid var(--mv-rand); }
.mv-mobielmenu__item > a,
.mv-mobielmenu__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5em;
	padding: 0.9em 0;
	font-family: var(--mv-font-kop);
	font-size: 1rem;
	font-weight: var(--mv-gewicht-kop-licht);
	color: var(--mv-menu);
	text-decoration: none;
	cursor: pointer;
	list-style: none;
}
.mv-mobielmenu__item summary::-webkit-details-marker { display: none; }
.mv-mobielmenu__item summary .mv-icoon { width: 0.8em; height: 0.8em; transition: transform var(--mv-overgang); }
.mv-mobielmenu__item details[open] > summary .mv-icoon { transform: rotate(180deg); }
.mv-mobielmenu__item details[open] > summary { color: var(--mv-accent); }
.mv-mobielmenu__sub { padding: 0 0 0.75em 1em; }
.mv-mobielmenu__sub li { margin: 0; }
.mv-mobielmenu__sub a { display: block; padding: 0.5em 0; color: var(--mv-tekst); text-decoration: none; font-size: 0.9375rem; }
.mv-mobielmenu__sub a:hover { color: var(--mv-accent); }
.mv-mobielmenu__zoeken { padding: var(--mv-ruimte-2) 0 var(--mv-ruimte-4); border-bottom: 1px solid var(--mv-rand); margin-bottom: var(--mv-ruimte-2); }
.mv-mobielmenu__zoeken .mv-zoekformulier { margin: 0; }
.mv-mobielmenu__zoeken .mv-zoekformulier__veld { max-width: none; }
.mv-mobielmenu__zoeken .mv-zoekformulier__hint { font-size: 0.75rem; line-height: 1.4; }
.mv-mobielmenu__acties { display: flex; flex-wrap: wrap; align-items: center; gap: var(--mv-ruimte-4); margin-top: var(--mv-ruimte-5); }
.mv-mobielmenu__acties .mv-weergave__knop { font-size: 0.875rem; padding: 0.35em 0.6em; border: 1px solid var(--mv-rand-sterk); border-radius: 999px; }
.mv-mobielmenu__tel { display: inline-flex; align-items: center; gap: 0.4em; font-weight: var(--mv-gewicht-sterk); color: var(--mv-kop-kleur); text-decoration: none; }
.mv-mobielmenu__tel .mv-icoon { width: 18px; height: 18px; }
html.mv-menu-open { overflow: hidden; }

@media (max-width: 1100px) {
	.mv-menuknop { display: inline-flex; }
	.mv-header__cta { display: none; }
	.mv-header__hoofd { position: relative; }
}
@media (min-width: 1101px) {
	.mv-mobielmenu { display: none !important; }
}
