body {
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 0 1em;
}
body, input, textarea, select, button {
	font-family: serif;
}
code {
	font-family: monospace, sans-serif; /* normal font-size */
}

/* paragraphs */

ul, ol, dl, p, li, dd, article {
	margin: 1em 0;
}

code, pre {
	white-space: prewrap;
}

a {
	color: #040;
	text-decoration: underline;
}
a:visited {
	color: #020;
}
a:hover, a:focus {
	color: #C60;
	text-decoration: none;
	cursor: pointer;
}
a[target="_blank"] {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><path fill="none" stroke="%23040" d="m4.3,3.5 H0.5 v6 h6 V5.7 M4.5,0.5 v1 l1,1-3,3 2,2 3-3 1,1 h1 V0.5 z"/></svg>') no-repeat right top;
	background-size: 1ex;
	padding-right: 1.25ex;
}
a[target="_blank"]:hover {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><path fill="%23C60" d="M 4,0 V 0.5 1.7070312 L 4.7929688,2.5 l -0.5,0.5 H 0 v 7 H 7 V 5.7070312 l 0.5,-0.5 L 8.2929688,6 H 10 V 0 Z M 5,1 H 9 V 5 H 8.7070312 L 7.5,3.7929688 l -3,3 L 3.2070312,5.5 l 3,-3 L 5,1.2929688 Z" /></svg>') no-repeat right top;
	background-size: 1ex;
}

/* headers */

h1 {
	font-size: 200%;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}

h2 {
	font-variant: small-caps;
	font-size: 150%;
	margin: .667em 0;
}
h3 {
	font-size: 120%;
	margin-top: 2em;
}
.static + * > h3:first-child,
h2 + * > * > h3:first-child,
h2 + * > h3:first-child,
h2 + aside + h3,
h2 + aside + * > h3:first-child,
h2 + h3 {
	margin-top: 1em;
}

small.date {
	float: right;
	margin-left: .8em;
	margin-top: .35ex;
	font-variant: normal;
	font-weight: normal;
}
ul small.date {
	min-width: 10em; /* estimated max length */
	text-align: right;
}
.name small {
	font-size: 100%;
	color: #888;
	font-weight: normal;
}
a.name, a:visited.name {
	color: inherit;
	text-decoration: none;
}

hr {
	height: 1px;
	background: #041;
	border: 0;
}

/* unordered lists */

ul {
	list-style: disc;
}
tr.caption,
thead {
	font-weight: bold;
	font-size: 80%;
}
tr.caption > *,
thead tr > * {
	padding-left: 1.25ex; /* 1/80% */
}

ul.inline {
	overflow: hidden;
}
ul.inline li {
	float: left;
	list-style: none;
	min-width: 7em;
	margin: 0 1em 0 0;
}

dl {
	padding-left: 15em;
}
dt {
	margin-left: -15em;
	margin-right: 1ex;
	float: left;
}

blockquote {
	padding: 0 0.6em;
	margin: 0 0 0 1.8em;
}
[data-dyn="sitemap"] li li,
blockquote {
	border-left: 2px solid #060;
}

/* common blocks */

footer {
	clear: both;
	text-align: right;
	font-size: 80%;
	margin: 3ex -1.25em 0; /* -(body margin) * 80% */
	padding: 1ex 1.25em;
	border-top: 1px solid #041;
	color: #444;
}

.warn {
	background: #FEC;
	padding: 1ex 1em;
	border: 1px solid #F00;
	display: table;
}

/* top bar */

header h1 {
	float: left;
}
header.test h1:before {
	content: url(/lijtwegicon.png);
	float: left;
	margin: 0 0.3em;
	padding: 0;
	min-height: 64px;
}

header ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 1.25ex; /* h1 middle */
	vertical-align: middle;
}
header li {
	float: left;
	margin: 0;
	padding: 0 0.8em;
	border-left: 1px solid #000;
}
header li:first-child {
	padding-left: 0;
	border-left: 0;
}

header div {
	float: right;
	text-align: right;
	background: #020;
	margin: -1ex -1em -1ex .2em;
	line-height: 6ex;
}
header div > p {
	display: inline-block;
	line-height: 1.4;
	vertical-align: middle;
	margin: 0;
	padding: 0 1em;
}
header div > p > .icon-edit {
	float: left;
	margin-right: .6em;
}

/* navigation menu/buttons */

header {
	background: #041;
	color: #FFF;
	box-shadow: 2px 2px 2px #CCC;
	margin: 0 -1em 2ex;
	padding: 1ex 1em;
	overflow: hidden;
}
.nav a, .nav a:visited,
a .nav, a:visited .nav,
a.nav, a.nav:visited,
header a:visited,
header a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
.nav a:hover, .nav a:focus,
a.nav:hover, a.nav:focus,
header a:hover, header a:focus {
	color: #FF0;
	text-decoration: underline;
}
.nav a:active,
a.nav:active {
	background: #000;
}

p.nav {
	text-align: center;
}
.nav a, a .nav,
a.nav {
	background: #041;
	border: 1px solid #000;
	padding: 1ex 1em;
}
h2 + aside.nav {
	position: absolute;
	right: 0;
	margin-top: -5ex; /* next to h2 */
}

/* styled containers */

aside {
	float: right;
	clear: right;
	max-width: 45em;
	border: 1px solid #060;
	margin: 1ex 1em;
	padding: 0 1em;
}

aside.nav {
	border: 0;
	margin: 0;
}

/* layout */

section {
	min-width: 18em;
	overflow: hidden;
	position: relative;
}
.aside {
	float: left;
	max-width: 24em;
	margin-right: 2ex;
}
.right {
	float: right;
	clear: right;
	margin-right: 0;
	margin-left: 2ex;
}
span.right,
em.right {
	clear: none;
	margin-left: 1em;
}
img.right {
	margin-bottom: 1ex;
}
[data-dyn="sitemap"] li {
	overflow: hidden;
	margin: 0 -1em;
	padding: 1ex 1em;
}
[data-dyn="sitemap"] li img.right,
[data-dyn="sitemap"] li *:last-child {
	margin-bottom: 0;
}
[data-dyn="sitemap"] li img.right {
	margin: -.5ex 0;
}
[data-dyn="sitemap"] li:hover {
	background: #8882;
}
[data-dyn="sitemap"] ul {
	padding: 1ex 0 0 2em;
	margin: 0;
	clear: right;
}
.aside > img {
	width: 100%;
}
h2 ~ h2 {
	margin-top: 2em;
}
section > h2:first-child {
	margin-top: 0;
}
.aside.left ~ .aside.left > h2:first-child,
.aside.right ~ .aside.right > h2:first-child {
	/* revert for subsequent asides */
	margin-top: .667em;
}
form.options {
	text-align: right;
}

.cols {
	columns: 20em;
	column-gap: 3em;
}
.cols > :first-child {
	margin-top: 0; /* columns prevents margins from collapsing */
}
li > div,
.cols > li {
	clear: right;
}

aside > dl {
	padding-left: 3em;
}
aside > dl > dt {
	margin: 0 1em 0 -3em;
	font-style: italic;
}
aside > dl > dd {
	text-align: right;
}
aside.metadata {
	min-width: 20em;
}
aside.metadata + div {
	overflow: hidden; /* contain */
	min-width: 5em; /* float failsafe */
	margin-top: -1em; /* remerge top margin */
}

section article.left {
	display: flex;
	align-items: center;
	width: 100%;
}
article:first-child {
	margin: 0;
}
section article.left > .right {
	order: 1;
	margin-left: 1em;
	min-width: 300px;
}
section article.left > .left {
	order: -1;
	margin-right: 1em;
	min-width: 300px;
}
section article.left > .left img {
	display: block;
	width: 300px;
}
section article.left > .left figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #FFF;
	background: rgba(255, 255, 255, .5);
	text-shadow: #FFF 0 0 8px;
}
@media (max-width: 1000px) {
	.aside, dl.aside,
	aside {
		float: none;
		margin-left: auto;
		display: table; /* minimal width like float */
	}
	#news.aside {
		float: none;
		max-width: inherit;
	}
}
@media (max-width: 700px) {
	dl.aside,
	.aside {
		max-width: 24em;
	}
	section article.left {
		display: block;
	}
	header ul {
		display: block;
		clear: both;
		float: none;
		overflow: hidden;
		padding: 0;
		margin: 0;
		font-size: 80%;
	}
	header li {
		padding: 0 .4em;
		margin-top: 1.5ex;
	}
}

#news.aside {
	-max-width: 50%;
	-width: 50em;
}
#news article {
	-align-items: flex-start;
	flex-direction: column;
}
article h3:first-child {
	margin-top: 1em;
}

/* forms */

textarea,
input:not([type="file"]) {
	background: #FFE;
	color: #000;
	border: 1px solid #888;
	margin: 1px 0;
	padding: 0.5ex 0.5em;
	font-size: 100%;
	box-sizing: border-box;
	max-width: 100%;
}
input[size="30"] {
	width: 100%;
	max-width: 21em;
}
textarea[readonly],
input[readonly] {
	background: #EEE;
	color: #888;
}
input[type="submit"] {
	width: auto;
	margin: 2px auto;
	padding: 1ex 1em;
	background: #041;
	color: #FFF;
	border-color: #000;
	vertical-align: bottom;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
	color: #FF0;
	text-decoration: underline;
}
input[type="submit"]:disabled,
input[type="submit"]:active {
	background: #000;
}

form.full {
	overflow: hidden;
	position: relative;
	max-width: 40em;
}
form.full textarea,
form.full input {
	width: 100%;
}
form.full input[type="submit"] {
	width: auto;
}

form.inline input {
	display: inline;
	padding: 1ex;
}

/* numbered lists */

ol.host ol,
ol.host {
	list-style: none;
	padding: 0;
	counter-reset: item;
}
ol > li {
	padding: 0;
	counter-increment: item;
}
ol.host {
	margin-left: 2.4em; /* 3em * 80% */
}
ol.host h3 {
	margin-left: -2em; /* 3em * 80% / 120% */
}
ol.host ol > li::before {
	font-size: 80%;
	opacity: .8;
	margin-left: -3em;
	width: 3em;
	display: inline-block;
	content: counters(item, '.') '. ';
}

ol.host aside li {
	margin-left: 1.6em; /* 2em * 80% */
}
ol.host aside li::before {
	margin-left: -2em;
	width: 2em;
	content: counter(item) '. ';
}

/* structured data */

table {
	border-collapse: collapse;
}
colgroup ~ tbody,
colgroup {
	border: 2px solid #000;
}
th, td {
	padding: 0.2ex 1ex;
}
table[border] tbody > tr:nth-child(even) {
	background: #8882;
}
thead {
	position: sticky;
	top: 0;
	background: #FFF8;
	text-shadow: #FFF 0 0 1ex;
}
tr.caption > th {
	background: #000;
	color: #FFF;
	text-align: left;
}

ul.grid {
	padding: 0;
	list-style: none;
}
ul.grid > li > label:first-child {
	display: block;
}
label ~ label {
	display: inline-block;
}
ul.grid > li img {
	vertical-align: top;
}
ul.grid textarea,
ul.grid input {
	display: inline;
}

.replies {
	list-style: none;
	padding: 0;
}
.replies blockquote {
	margin: 1ex 1em 2ex;
}
.replies dt {
	float: none;
	margin: 1ex 0;
}
.replies dd {
	margin: 0 1em;
	overflow: hidden;
	padding: 0 0.6em;
	border-left: 2px solid #060;
}
.replies dd + dd {
	padding-top: 2ex;
}
.replies dd > :last-child > :last-child,
.replies dd > :last-child {
	margin-bottom: 0;
}

li.disabled:not(:hover) {
	opacity: .6;
}

/* data semantics */

dt.num, dd.num,
td.num {
	text-align: right;
	white-space: nowrap;
}
td.mid {
	text-align: center;
}

dt.num {
	min-width: 14em; /* right align */
}
dt + dt.num {
	position: absolute; /* overlap preceding dt */
}
dd.num {
	max-width: 25em; /* limit distance */
}

.sum + .num::after,
.sum.num {
	border-top: 1px solid #000;
	padding-top: 1ex;
	margin-top: -1ex;
}
.sum + dd.num::after {
	content: '';
	position: absolute;
	width: 6em;
	margin-left: -6em;
}

/* images */

.gallery {
	overflow: hidden;
	list-style: none;
	margin: 0 -0.5ex 2ex;
	padding: 0;
}
figure figure.left,
.gallery > li:target, /* precedence */
.gallery > * {
	display: inline-block;
	margin: 0;
	padding: 0.5ex;
	text-align: center;
}
.gallery img {
	max-width: 100%;
	vertical-align: middle;
}

.gallery.cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
@media (min-width: 40em) {
	.gallery.cat > * {
		flex-grow: 1; /* stretch to fill lines */
	}
	.gallery.cat::after {
		flex-grow: 99999; /* prevent flexing on last line */
		content: '';
	}
}
.gallery.cat img {
	object-fit: cover; /* keep aspect */
	width: 100%;
	height: 100px;
}

.gallery .date {
	float: none;
	text-decoration: none;
	display: inline-block; /* distinct text styling */
	margin: 0;
	width: 0; /* no inline size */
	min-width: 100%; /* new line */
	text-align: inherit; /* undo list style */
}

figure,
figcaption {
	text-align: center;
	margin: 0;
	padding: 0;
}

figure {
	position: relative;
}
figure > s {
	text-decoration: none;
}
figure > s::after {
	position: absolute;
	margin-top: calc(-3ex - 50px);
	content: attr(title);
	display: block;
	width: 100%;
	color: #000;
	background: rgba(255, 255, 255, .7);
}

video, img, iframe {
	border: 0;
	margin: 0;
	max-width: 100%;
}

/* list */

@font-face {
	font-family: 'typicons';
	src: url('/minimedit.woff') format('woff');
	font-display: swap;
}
.icon {
	font-family: 'typicons';
	display: inline-block; /* prevents underline */
}
.icon[style^="font-weight"] {
	color: #FF0;
	font-weight: normal !important;
}
.icon-facebook {
	color: #1C589F;
}
a[type="application/atom+xml"]:before {
	font-family: 'typicons';
	content: '\1F4F0  ';
}

/* upload */

.bar {
	margin: 1ex 0;
	background: #CCB;
	border: 1px solid #BBB;
}
.bar > div {
	/* progress */
	background: #DDD;
	white-space: nowrap;
	width: 0; /* fill up to 100% */
}

/* graph */

.timeline {
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
	height: 2.6em;
	background: linear-gradient(#FFF, .6em, #000 .6em, .75em, #FFF .75em) local no-repeat;
}
.timeline, .timeline ul {
	margin: 0;
	padding: 0;
}

.timeline li {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
	width: calc(1em + 4px);
}
.timeline li.range {
	height: 0;
}

.timeline li:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	border: 2px solid #000;
	background: #FFF;
	text-align: center;
}
.timeline li:hover:before {
	background: #080;
}
.timeline li.range:before {
	visibility: hidden;
}

.timeline li > :not(ul) {
	display: inline-block;
	white-space: pre;
	margin-top: .2em;
	text-align: center;
	transform: translate(-50%);
	margin-right: -10em; /* avoid container width increase */
}
.timeline li:not(.range) > * {
	background: #FFF;
	padding: 0 .5em;
}

.timeline li.range > strong {
	width: 100%;
	transform: none;
	font-weight: normal;
	z-index: 0;
}
.timeline li li > * {
	visibility: hidden;
}

.timeline li:hover > * {
	display: inline-block;
	z-index: 1;
	visibility: visible;
}
.timeline li.range:hover > *:first-child {
	opacity: .2;
}

/* requested section highlight */

p:target,
li:target {
	border-style: solid;
	border-width: 1px 0;
	padding: 1ex 0;
}
form:target,
section:target {
	padding-left: 0.5em;
	margin-left: -0.7em;
	border-left: 0.2em solid #080;
}
ol.host ol > li:target::before {
	color: #080;
}
.gallery > li:target a,
.gallery > li:target {
	background: #080;
	color: #FFF;
}

:target {
	border-color: #080;
}
[hidden]:target {
	display: inherit;
}

.ins {
	background: #0F02;
	outline: 1px dashed #0F08;
}

/* alternative formatting */

@media print {
	body > .nav,
	footer,
	header {
		display: none;
	}
	@page {
		margin: 10mm 0;
	}
	a[target="_blank"] {
		background: none;
		padding-right: 0;
	}
}

@media (prefers-color-scheme: dark) {
	body {
		background: #000;
		color: #CCC;
	}
	a {
		color: #9C9;
	}
	a:visited {
		color: #BCB;
	}
	a:hover, a:focus {
		color: #C84;
	}
	a[target="_blank"] {
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><path fill="none" stroke="%239C9" d="m4.3,3.5 H0.5 v6 h6 V5.7 M4.5,0.5 v1 l1,1-3,3 2,2 3-3 1,1 h1 V0.5 z"/></svg>') no-repeat right top;
	}
	header {
		box-shadow: 2px 2px 2px #030;
	}
	footer {
		color: #888;
	}
	section article.left > .left figcaption {
		background: #000;
		background: rgba(0, 0, 0, .5);
		text-shadow: #000 0 0 8px;
	}
	.warn {
		background: #400;
		border-color: #A00;
	}

	colgroup ~ tbody,
	colgroup {
		border-color: #AAA;
	}
	th, td {
		border-color: #888;
	}
	thead {
		background: #0008;
		text-shadow: #000 0 0 1ex;
	}
	tr.caption > th {
		background: #AAA;
		color: #000;
	}
	.sum + .num::after,
	.sum.num {
		border-color: #CCC;
	}
	figure > s::after {
		color: #BAA;
		background: rgba(0, 0, 0, .7);
	}

	textarea,
	input:not([type="file"]) {
		background: #0A0A0A;
		color: #CCC;
		border-color: #242;
	}
	textarea[readonly],
	input[readonly] {
		background: #332;
		color: #888;
		border-color: #433;
	}
	.nav a,
	a.nav,
	input[type="submit"] {
		background: #041;
		color: #FFF;
		border-color: #060;
	}

	.timeline {
		background: linear-gradient(#000, .6em, #AAA .6em, .75em, #000 .75em) local no-repeat;
	}
	.timeline li:before {
		border-color: #CCC;
		background: #000;
	}
	.timeline li:not(.range) > * {
		background: rgba(0, 0, 0, .7);
	}
}
