/* VOORBEELD VOOR DEV OMGEVING, VERVANG/VERWIJDER DIT ALS JE EEN NIEUW TEMPLATE INSTALLEERT */
footer .txtlight {
    color: white;
}
body {
	font-family: Calibri;
	background-color: #EEE;
}


main, header, nav, .breadcrumb {
	/* max-width: 800px; */
	/* margin: 10px auto; */
	/* background-color: white; */
	/* border: solid 1px #CCC; */
	/* padding: 15px; */
}

nav, .breadcrumb {
	display: flex;
}

.menu {
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
}

.menu li {
	list-style: none;
	padding: 0 5px;
}
.menu li:first-child {
	padding-left: 0;
}

.menu li:last-child {
	padding-right: 0;
}

.menu li a {
	font-weight: bold;
}

.menu li.active a,
.menu li.active a:link,
.menu li.active a:visited {
	color: #000;
}

.breadcrumb li {
	list-style: none;
	font-style: italic;
}

.breadcrumb li:not(:last-child)::after {
	content: ' >';
	padding-right: 5px;
	font-style: normal;
	font-family: monospace;
}



a:hover, a:focus, a:active {
	color: #C3ED4E;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding-top: 15px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	padding-top: 0;
}

.text-block {
	overflow: auto;
}
