/* ==========================================================================
   Fysiotherapie De Rugzak - stijlblad
   Rustige, warme uitstraling. Eén bestand voor de hele site.
   ========================================================================== */

/* --- Lettertypes (lokaal, geen externe verbinding) ----------------------- */

@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(fonts/fraunces-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(fonts/fraunces-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url(fonts/inter-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url(fonts/inter-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Kleuren en maten ---------------------------------------------------- */

:root {
	--papier: #fbf9f5;
	--vlak: #ffffff;
	--vlak-zacht: #f2f1e9;
	--tint: #e9efe9;
	--inkt: #1e2a24;
	--inkt-zacht: #56635b;
	--groen: #2e5a4b;
	--groen-diep: #1f4034;
	--groen-licht: #4a7f6b;
	--klei: #c97b5a;
	--klei-inkt: #91442a;
	--klei-vlak: #fbf0e9;
	--klei-rand: #f0dbcd;
	--rand: #e4dfd4;
	--rand-sterk: #cfc9bb;
	--schaduw: 0 1px 2px rgba(30, 42, 36, .05), 0 8px 24px -12px rgba(30, 42, 36, .14);
	--schaduw-diep: 0 1px 2px rgba(30, 42, 36, .06), 0 18px 44px -20px rgba(30, 42, 36, .28);
	--radius: 14px;
	--radius-klein: 9px;
	--breedte: 1120px;
	--leesbreedte: 68ch;
	--serif: 'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
	--sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

@media (prefers-color-scheme: dark) {
	:root {
		--papier: #121714;
		--vlak: #19201c;
		--vlak-zacht: #1e2621;
		--tint: #1c2621;
		--inkt: #e8eee9;
		--inkt-zacht: #a3b1a7;
		--groen: #8cc7ac;
		--groen-diep: #a8d8c0;
		--groen-licht: #6da98f;
		--klei: #e0a184;
		--klei-inkt: #edb79b;
		--klei-vlak: #2a211c;
		--klei-rand: #40312a;
		--rand: #2b332e;
		--rand-sterk: #3a443e;
		--schaduw: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px -12px rgba(0, 0, 0, .6);
		--schaduw-diep: 0 1px 2px rgba(0, 0, 0, .5), 0 18px 44px -20px rgba(0, 0, 0, .8);
	}
}

/* --- Basis --------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
}

body {
	margin: 0;
	background-color: var(--papier);
	color: var(--inkt);
	font-family: var(--sans);
	font-size: 1.0625rem;
	line-height: 1.7;
	font-synthesis-weight: none;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
	font-family: var(--serif);
	font-optical-sizing: auto;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.015em;
	color: var(--inkt);
	text-wrap: balance;
	margin: 0 0 .6em;
}

h1 {
	font-size: clamp(1.95rem, 1.35rem + 2.6vw, 3.35rem);
	font-weight: 500;
}

h2 {
	font-size: clamp(1.55rem, 1.24rem + 1.4vw, 2.2rem);
}

h3 {
	font-size: clamp(1.15rem, 1.06rem + .42vw, 1.4rem);
}

p,
ul,
ol {
	margin: 0 0 1.15em;
}

p {
	text-wrap: pretty;
}

a {
	color: var(--groen);
	text-underline-offset: .18em;
	text-decoration-thickness: from-font;
}

a:hover {
	color: var(--groen-diep);
}

:focus-visible {
	outline: 2px solid var(--klei);
	outline-offset: 3px;
	border-radius: 3px;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

hr {
	border: 0;
	border-top: 1px solid var(--rand);
	margin: 2.5rem 0;
}

strong {
	font-weight: 600;
}

/* --- Hulpklassen --------------------------------------------------------- */

.omhulsel {
	width: 100%;
	max-width: var(--breedte);
	margin-inline: auto;
	padding-inline: clamp(1.1rem, 4vw, 2.5rem);
}

.lees {
	max-width: var(--leesbreedte);
}

.bovenkop {
	display: inline-block;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--groen-licht);
	margin: 0 0 .9rem;
}

.lead {
	font-size: clamp(1.08rem, 1.02rem + .3vw, 1.25rem);
	line-height: 1.6;
	color: var(--inkt-zacht);
}

.verborgen {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.overslaan {
	position: absolute;
	left: 1rem;
	top: -4rem;
	z-index: 100;
	background: var(--groen);
	color: #fff;
	padding: .7rem 1.1rem;
	border-radius: 0 0 var(--radius-klein) var(--radius-klein);
	text-decoration: none;
	transition: top .15s ease;
}

.overslaan:focus {
	top: 0;
	color: #fff;
}

/* --- Knoppen ------------------------------------------------------------- */

.knop {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	font-family: var(--sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	padding: .8rem 1.35rem;
	border-radius: 999px;
	border: 1px solid transparent;
	text-decoration: none;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.knop:hover {
	transform: translateY(-1px);
}

.knop--vol {
	background: var(--groen);
	color: var(--papier);
}

.knop--vol:hover {
	background: var(--groen-diep);
	color: var(--papier);
}

.knop--lijn {
	border-color: var(--rand-sterk);
	background: transparent;
	color: var(--inkt);
}

.knop--lijn:hover {
	border-color: var(--groen);
	color: var(--groen);
	background: var(--tint);
}

.knop svg {
	flex: none;
}

.knoppenrij {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 1.9rem;
}

/* --- Meldingsbalk (in plaats van de oude loopbalk) ----------------------- */

.melding {
	background: var(--klei-vlak);
	border-bottom: 1px solid var(--klei-rand);
	color: var(--klei-inkt);
	font-size: .93rem;
}

.melding .omhulsel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .2rem .7rem;
	padding-block: .6rem;
}

.melding b {
	font-weight: 600;
}

.melding a {
	color: inherit;
}

/* --- Kop met navigatie --------------------------------------------------- */

.sitekop {
	position: sticky;
	top: 0;
	z-index: 50;
	background: color-mix(in srgb, var(--papier) 88%, transparent);
	-webkit-backdrop-filter: saturate(1.4) blur(12px);
	backdrop-filter: saturate(1.4) blur(12px);
	border-bottom: 1px solid var(--rand);
}

@supports not (backdrop-filter: blur(1px)) {
	.sitekop {
		background: var(--papier);
	}
}

.sitekop .omhulsel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .8rem 1.5rem;
	padding-block: .85rem;
}

.merk {
	display: flex;
	align-items: center;
	gap: .75rem;
	text-decoration: none;
	color: var(--inkt);
	margin-right: auto;
}

.merk__mark {
	flex: none;
	color: var(--groen);
}

.merk__naam {
	display: block;
	font-family: var(--serif);
	font-optical-sizing: auto;
	font-size: 1.22rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.merk__plaats {
	display: block;
	font-size: .76rem;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--inkt-zacht);
	margin-top: .18rem;
}

.hoofdnav ul {
	display: flex;
	flex-wrap: wrap;
	gap: .15rem .4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hoofdnav a {
	display: block;
	padding: .45rem .8rem;
	border-radius: 999px;
	font-size: .97rem;
	font-weight: 500;
	color: var(--inkt-zacht);
	text-decoration: none;
	transition: background-color .16s ease, color .16s ease;
}

.hoofdnav a:hover {
	background: var(--tint);
	color: var(--inkt);
}

.hoofdnav a[aria-current='page'] {
	background: var(--groen);
	color: var(--papier);
}

.kop-telefoon {
	font-size: .95rem;
	font-weight: 600;
	white-space: nowrap;
}

@media (max-width: 860px) {
	.sitekop {
		position: static;
	}

	.sitekop .omhulsel {
		gap: .6rem 1rem;
		padding-block: .75rem;
	}

	.merk {
		gap: .6rem;
	}

	.merk__naam {
		font-size: 1.05rem;
	}

	.merk__plaats {
		font-size: .68rem;
	}

	.hoofdnav {
		order: 3;
		width: 100%;
	}

	.hoofdnav ul {
		gap: .3rem;
		margin-inline: -.65rem;
	}

	.hoofdnav a {
		padding: .38rem .65rem;
		font-size: .92rem;
	}
}

/* --- Secties ------------------------------------------------------------- */

.sectie {
	padding-block: clamp(3rem, 7vw, 5.5rem);
}

.sectie--tint {
	background: var(--tint);
	border-block: 1px solid var(--rand);
}

.sectie--smal {
	padding-block: clamp(2.2rem, 5vw, 3.75rem);
}

.sectiekop {
	max-width: 58ch;
	margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

.sectiekop p:last-child {
	margin-bottom: 0;
}

/* --- Pagina-intro (niet-home) -------------------------------------------- */

.pagina-intro {
	padding-block: clamp(2.6rem, 6vw, 4.5rem) clamp(1.6rem, 4vw, 2.5rem);
	border-bottom: 1px solid var(--rand);
	background:
		radial-gradient(70ch 24rem at 12% -30%, var(--tint), transparent 70%);
}

.pagina-intro h1 {
	margin-bottom: .45em;
}

.pagina-intro .lead {
	max-width: 60ch;
	margin-bottom: 0;
}

.kruimels {
	font-size: .85rem;
	color: var(--inkt-zacht);
	margin: 0 0 1.1rem;
}

.kruimels a {
	color: inherit;
}

.kruimels span {
	margin-inline: .45rem;
	color: var(--rand-sterk);
}

/* --- Hero (home) --------------------------------------------------------- */

.hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(2.8rem, 7vw, 5.5rem);
	background:
		radial-gradient(60ch 30rem at 85% -10%, var(--klei-vlak), transparent 65%),
		radial-gradient(70ch 34rem at 5% 10%, var(--tint), transparent 70%);
}

.hero__raster {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.hero h1 {
	margin-bottom: .5em;
}

.hero .lead {
	max-width: 46ch;
}

.hero__beeld {
	margin: 0;
}

.hero__beeld svg {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--radius);
}

@media (max-width: 820px) {
	.hero__raster {
		grid-template-columns: 1fr;
	}

	.hero__beeld {
		max-width: 27rem;
	}
}

/* --- Kaartenrasters ------------------------------------------------------ */

.raster {
	display: grid;
	gap: 1.1rem;
}

.raster--3 {
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.raster--2 {
	grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}

.kaart {
	background: var(--vlak);
	border: 1px solid var(--rand);
	border-radius: var(--radius);
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	box-shadow: var(--schaduw);
}

.kaart h3 {
	margin-bottom: .45em;
}

.kaart p:last-child {
	margin-bottom: 0;
}

.kaart__icoon {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: var(--tint);
	color: var(--groen);
	margin-bottom: 1rem;
}

/* Kaart die als geheel aanklikbaar is */
.kaart--link {
	position: relative;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.kaart--link:hover {
	border-color: var(--groen-licht);
	box-shadow: var(--schaduw-diep);
	transform: translateY(-2px);
}

.kaart--link a::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
}

.kaart--link h3 a {
	text-decoration: none;
	color: inherit;
}

.kaart--link:hover h3 a {
	color: var(--groen);
}

.meerlink {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	font-weight: 600;
	font-size: .95rem;
	text-decoration: none;
}

.meerlink:hover {
	text-decoration: underline;
}

.meerlink::after {
	content: '\2192';
	transition: transform .16s ease;
}

.meerlink:hover::after,
.kaart--link:hover .meerlink::after {
	transform: translateX(3px);
}

/* --- Ankerlinks (chips) -------------------------------------------------- */

.chips {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	list-style: none;
	margin: 0 0 clamp(2rem, 5vw, 3rem);
	padding: 0;
}

.chips a {
	display: block;
	padding: .4rem .9rem;
	border: 1px solid var(--rand-sterk);
	border-radius: 999px;
	font-size: .92rem;
	color: var(--inkt);
	text-decoration: none;
	background: var(--vlak);
	transition: border-color .16s ease, color .16s ease, background-color .16s ease;
}

.chips a:hover {
	border-color: var(--groen);
	color: var(--groen);
	background: var(--tint);
}

/* --- Behandelingsblokken ------------------------------------------------- */

.blok {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 0 1.3rem;
	padding-block: clamp(1.8rem, 4vw, 2.6rem);
	border-top: 1px solid var(--rand);
	scroll-margin-top: 6rem;
}

.blok:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.blok__icoon {
	display: grid;
	place-items: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: var(--tint);
	color: var(--groen);
	grid-row: span 2;
}

.blok h2 {
	font-size: clamp(1.3rem, 1.15rem + .6vw, 1.65rem);
	margin-bottom: .4em;
	align-self: center;
}

.blok__tekst {
	max-width: 62ch;
}

.blok__tekst > :last-child {
	margin-bottom: 0;
}

@media (max-width: 620px) {
	.blok {
		grid-template-columns: 1fr;
		gap: .9rem;
	}

	.blok__icoon {
		grid-row: auto;
	}
}

/* --- Tabel: tarieven ----------------------------------------------------- */

.tabelvlak {
	max-width: 44rem;
	background: var(--vlak);
	border: 1px solid var(--rand);
	border-radius: var(--radius);
	box-shadow: var(--schaduw);
	overflow: hidden;
}

.tarieven {
	width: 100%;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
}

.tarieven caption {
	text-align: left;
	padding: 1.1rem clamp(1.1rem, 2.5vw, 1.6rem) 0;
	font-size: .9rem;
	color: var(--inkt-zacht);
}

.tarieven th,
.tarieven td {
	text-align: left;
	padding: .95rem clamp(1.1rem, 2.5vw, 1.6rem);
	border-bottom: 1px solid var(--rand);
}

.tarieven thead th {
	font-family: var(--sans);
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--inkt-zacht);
	background: var(--vlak-zacht);
}

.tarieven tbody th {
	font-weight: 500;
	font-family: var(--sans);
	font-size: 1rem;
}

.tarieven td {
	white-space: nowrap;
	font-weight: 600;
}

.tarieven tbody tr:last-child th,
.tarieven tbody tr:last-child td {
	border-bottom: 0;
}

@media (max-width: 560px) {
	.tarieven thead {
		display: none;
	}

	.tarieven,
	.tarieven tbody,
	.tarieven tr,
	.tarieven th,
	.tarieven td,
	.tarieven caption {
		display: block;
		width: auto;
	}

	.tarieven caption {
		padding: 1.1rem 1.1rem 0;
	}

	.tarieven tbody tr {
		padding: .9rem 1.1rem;
		border-bottom: 1px solid var(--rand);
	}

	.tarieven tbody tr:last-child {
		border-bottom: 0;
	}

	.tarieven tbody th,
	.tarieven tbody td {
		border: 0;
		padding: 0;
	}

	.tarieven tbody td {
		color: var(--groen);
		font-size: 1.1rem;
		margin-top: .15rem;
	}
}

/* --- Notitieblok --------------------------------------------------------- */

.notitie {
	border-left: 3px solid var(--klei);
	background: var(--klei-vlak);
	border-radius: 0 var(--radius-klein) var(--radius-klein) 0;
	padding: 1.1rem 1.3rem;
	margin-block: 1.6rem;
}

.notitie > :last-child {
	margin-bottom: 0;
}

.notitie strong {
	color: var(--klei-inkt);
}

/* --- Gegevenslijst (openingstijden, contact) ----------------------------- */

.gegevens {
	margin: 0;
	font-variant-numeric: tabular-nums;
}

.gegevens div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: .2rem 1.5rem;
	padding: .55rem 0;
	border-bottom: 1px dashed var(--rand);
}

.gegevens div:last-child {
	border-bottom: 0;
}

.gegevens dt {
	font-weight: 500;
}

.gegevens dd {
	margin: 0;
	color: var(--inkt-zacht);
	text-align: right;
}

.gegevens .dicht dd {
	color: var(--inkt-zacht);
	font-style: italic;
}

/* --- Adresblok ----------------------------------------------------------- */

.adres {
	font-style: normal;
	line-height: 1.8;
}

.adres a {
	font-weight: 500;
}

/* --- Illustraties -------------------------------------------------------- */

.illustratie {
	margin: 0;
	align-self: start;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--rand);
	background: var(--vlak-zacht);
}

.illustratie img {
	display: block;
	width: 100%;
	height: auto;
}

.illustratie figcaption {
	font-size: .86rem;
	color: var(--inkt-zacht);
	padding: .7rem 1rem;
	border-top: 1px solid var(--rand);
	background: var(--vlak);
}

@media (prefers-color-scheme: dark) {
	.illustratie img {
		filter: brightness(.86) saturate(.85);
	}
}

/* --- Team ---------------------------------------------------------------- */

.persoon {
	display: grid;
	grid-template-columns: 8.5rem minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
}

.persoon img {
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 50%;
	display: block;
	border: 1px solid var(--rand);
	background: var(--tint);
}

.persoon h3 {
	margin-bottom: .1em;
}

.persoon__rol {
	font-size: .85rem;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--groen-licht);
	font-weight: 600;
	margin-bottom: .9em;
}

.persoon p:last-child {
	margin-bottom: 0;
}

@media (max-width: 560px) {
	.persoon {
		grid-template-columns: 1fr;
		gap: 1.1rem;
	}
}

/* --- Afsluitende oproep -------------------------------------------------- */

.oproep {
	background: var(--groen-diep);
	color: #f3f7f4;
	border-radius: var(--radius);
	padding: clamp(1.8rem, 4vw, 3rem);
	display: grid;
	gap: 1.5rem 2.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

@media (prefers-color-scheme: dark) {
	.oproep {
		background: #1b2b24;
		border: 1px solid var(--rand);
		color: var(--inkt);
	}
}

.oproep h2 {
	color: inherit;
	margin-bottom: .35em;
}

.oproep p {
	margin: 0;
	color: inherit;
	opacity: .85;
	max-width: 48ch;
}

.oproep .knoppenrij {
	margin: 0;
}

.oproep .knop--vol {
	background: var(--papier);
	color: var(--groen-diep);
}

.oproep .knop--vol:hover {
	background: #fff;
	color: var(--groen-diep);
}

.oproep .knop--lijn {
	border-color: rgba(255, 255, 255, .35);
	color: inherit;
}

.oproep .knop--lijn:hover {
	border-color: rgba(255, 255, 255, .8);
	background: rgba(255, 255, 255, .08);
	color: inherit;
}

@media (max-width: 760px) {
	.oproep {
		grid-template-columns: 1fr;
	}
}

/* --- Voettekst ----------------------------------------------------------- */

.sitevoet {
	background: var(--vlak-zacht);
	border-top: 1px solid var(--rand);
	padding-block: clamp(2.5rem, 5vw, 3.5rem) 1.5rem;
	font-size: .95rem;
	color: var(--inkt-zacht);
	margin-top: auto;
}

.sitevoet__raster {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.sitevoet h2 {
	font-family: var(--sans);
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--inkt);
	margin-bottom: .9em;
}

.sitevoet ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitevoet li {
	margin-bottom: .35rem;
}

.sitevoet a {
	color: var(--inkt-zacht);
	text-decoration: none;
}

.sitevoet a:hover {
	color: var(--groen);
	text-decoration: underline;
}

.sitevoet__onder {
	margin-top: 2.5rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--rand);
	font-size: .86rem;
}

.sitevoet__onder p {
	margin: 0;
}

/* --- Formulier (afspraak maken) ------------------------------------------ */

.formulier {
	max-width: 42rem;
	background: var(--vlak);
	border: 1px solid var(--rand);
	border-radius: var(--radius);
	box-shadow: var(--schaduw);
	padding: clamp(1.3rem, 4vw, 2.1rem);
}

.veld {
	margin-bottom: 1.4rem;
}

.veld > label {
	display: block;
	font-weight: 600;
	margin-bottom: .35rem;
}

.veld__hint {
	display: block;
	font-size: .92rem;
	line-height: 1.5;
	color: var(--inkt-zacht);
	margin-bottom: .5rem;
}

.veld input,
.veld select,
.veld textarea {
	display: block;
	width: 100%;
	font-family: var(--sans);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--inkt);
	background: var(--papier);
	border: 1px solid var(--rand-sterk);
	border-radius: var(--radius-klein);
	padding: .7rem .85rem;
	transition: border-color .16s ease;
}

.veld input:hover,
.veld select:hover,
.veld textarea:hover {
	border-color: var(--groen-licht);
}

.veld textarea {
	min-height: 9rem;
	resize: vertical;
}

.veld--fout input,
.veld--fout textarea {
	border-color: var(--klei);
	background: var(--klei-vlak);
}

.veldfout {
	margin: .45rem 0 0;
	font-size: .92rem;
	font-weight: 600;
	color: var(--klei-inkt);
}

.foutvak {
	max-width: 42rem;
	border-left: 3px solid var(--klei);
	background: var(--klei-vlak);
	border-radius: 0 var(--radius-klein) var(--radius-klein) 0;
	padding: 1.1rem 1.3rem;
	margin-bottom: 1.8rem;
}

.foutvak p {
	margin: 0 0 .5rem;
}

.foutvak ul {
	margin: 0;
	padding-left: 1.2rem;
}

.foutvak a {
	color: var(--klei-inkt);
}

.formulier__slot {
	font-size: .92rem;
	color: var(--inkt-zacht);
	margin: 0;
}

.formulier .knoppenrij {
	margin-top: 1.4rem;
}

.formulier button {
	cursor: pointer;
}

/* Verborgen vangnetveld tegen spam: niet zichtbaar, niet met toetsenbord te bereiken. */
.vangnet {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.bevestiging {
	max-width: 42rem;
	background: var(--tint);
	border: 1px solid var(--rand);
	border-left: 3px solid var(--groen);
	border-radius: 0 var(--radius) var(--radius) 0;
	padding: clamp(1.3rem, 4vw, 2rem);
}

.bevestiging h2 {
	margin-top: 0;
	color: var(--groen-diep);
}

.bevestiging > :last-child {
	margin-bottom: 0;
}

/* --- Bewegingsvoorkeur --------------------------------------------------- */

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

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* --- Afdrukken ----------------------------------------------------------- */

@media print {
	.sitekop,
	.melding,
	.oproep,
	.knoppenrij,
	.overslaan {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
		font-size: 11pt;
	}

	.sectie {
		padding-block: 1rem;
	}
}
