@font-face {
	font-family: "RO Sans";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("fonts/RO-SansWebText-Regular.woff") format("opentype"), url("fonts/RO-SansWebText-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "RO Sans";
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url("fonts/RO-SansWebText-Bold.woff") format("opentype"), url("fonts/RO-SansWebText-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "RO Serif";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("fonts/RO-SerifWeb-Italic.woff") format("opentype"), url("fonts/RO-SerifWeb-Italic.ttf") format("truetype");
}

@font-face {
	font-family: "RO Icons";
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url("fonts/ro-icons-1.11.woff") format("opentype"), url("fonts/ro-icons-1.11.ttf") format("truetype");
}

html,
body {
	margin: 0;
}

body {
	font-family: "RO Sans", Calibri, sans-serif;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.625;
	font-size: 112.5%;
	-webkit-text-size-adjust: 112.5%;
	background: #FFF;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/* skiplinks */
.a-skiplink {
	background-color: #fff;
	border: 2px solid #999;
	display: block;
	left: -1000em;
	padding: .5em;
	position: absolute;
	z-index: 10;
	transition: none;
}

.a-skiplink:focus {
	left: 1em;
	top: 126px;
	z-index: 1000;
}

#container_menu_top.authenticated_False {
	display: none;
}

#container_menu_top {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 40px;
}

#menu_top {
	text-align: right;
	max-width: 1140px;
	margin: 0 auto;
}

#menu_top li {
	display: none;
	margin-left: .5em;
}

#menu_top .mnu_beheer,
#menu_top .mnu_logout {
	display: inline-block;
}

#menu_top li a {
	font-size: .9em;
	color: #666;
	text-decoration: none;
}

#menu_top li a:hover {
	text-decoration: underline;
}

#header {
	text-align: center;
	height: 120px;
}

#innerheader {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

#apptitle {
	display: none;
}

#innerheader p {
	margin: 0;
}

#innerheader a {
	display: inline-block;
}

#container_menu {
	width: 100%;
	background: #01689b;
	overflow: visible;
}

#pull {
	display: none;
}

#container_menu .menu {
	padding: 0;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: right;
	position: relative;
}

.menu li {
	display: inline-block;
	line-height: 73px;
	padding: 0 0 0 20px;
}

.menu li a {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

.menu li a:hover,
.menu .active a {
	text-decoration: underline;
}

.menu li#p8>a:hover {
	text-decoration: none;
	cursor: default;
}

.menu li#p8 {
	position: relative;
}

.menu li#p1015 a:after {
	content: "\f023";
	font-family: "Font Awesome 6 Pro";
	font-size: 1rem;
	margin-left: 0.5em;
	color: #000;
	font-weight: 900;
}

.menu .subMenu {
	display: none;
}

.menu .subMenu li {
	display: block;
	width: 100%;
	padding: .5em;
	text-align: center;
	margin: 0;
	box-sizing: border-box;
}

.menu .subMenu li a {
	display: inline-block;
	width: 100%;
	color: #000;
}

.menu li:hover .subMenu,
.menu li:focus-within .subMenu {
	display: block;
}

.menu li .subMenu {
	position: absolute;
	top: 73px;
	width: auto;
	margin: 0;
	padding: 0;
	background: #4892b7;
	border-top: 0;
	white-space: nowrap;
	z-index: 9999;
	display: none;
	right: 0;
	box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.menu li .subMenu li {
	padding: 0;
	margin: 0;
	text-align: left;
	border: none !important;
	line-height: 2;
	font-size: 0.9em;
}

.menu li .subMenu li a {
	padding: 0 10px;
	line-height: 30px;
	color: #000;
	border: none !important;
	box-sizing: border-box;
	height: 30px;
}

.menu li .subMenu li:hover a {
	text-decoration: underline;
}

#p1 {
	position: absolute;
	left: 20px;
	padding: 0;
	font-size: 27px;
}

#p1 a,
#p1 a:hover {
	text-decoration: none;
}


#ctl00_QsPH_ctl00_article th {
	padding-right: 15px;
}

#footer {
	margin-top: auto;
	background: #01689b;
	color: #fff;
	padding: 4rem 0;
    width: 100%;

	h2 {
		margin: 0;
		font-size: 24px;
	}
}

#innerfooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
	max-width: 1140px;
    margin: 0 auto;
}

#footer ul {
	padding: 0;
	margin: 0;
}

.footer-links li {
	display: block;
	margin-bottom: 5px;
}

.footer-links li:last-child {
	margin-bottom: none;
}

#footer a {
	color: #fff;
}

#footer .left {
	max-width: 374px;
	font-size: 1.8em;
	font-family: "RO Serif";
	line-height: 1.2381;
	margin-bottom: 70px;
}


#footer .right {
    width: 285px;
    text-align: left;
}

#footer .right li {
	margin-bottom: 5px;
	list-style-type: none;
}

#footer .right li:before {
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-size: 0.8rem;
	font-weight: bold;
	margin-right: 0.8em;
	vertical-align: middle;
}

#footer .right li a {
	text-decoration: none;
}

#footer .right li a:hover {
	text-decoration: underline;
}

@media all and (min-width:951px) {
	.menu {
		display: block !important;
	}
}

@media all and (max-width:950px) {
	#p1 {
		display: none !important;
	}

	#container_menu {
		text-align: right;
		position: relative;
		z-index: 2;
	}

	#pull:hover {
		background: rgba(255, 255, 255, .6);
		color: #000;
	}

	#pull:before {
		content: "\f0c9";
		font-family: "Font Awesome 6 Pro";
		display: inline-block;
		margin-right: 5px;
		vertical-align: bottom;
	}

	#container_menu .menu {
		display: none;
		height: 325px;
		max-width: 200px;
		width: 100%;
		position: absolute;
		right: 0;
		top: 70px;
		z-index: 9999;
		padding: 0;
		background: #1a77a5;
		-webkit-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
		-moz-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
		box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
	}

	#container_menu .b_menu-open {
		display: block;
	}

	.menu li {
		display: block;
		text-align: left;
		margin: 0;
		height: 40px;
		line-height: 40px;
	}

	.menu li a {
		margin: 0;
		padding: 0 1em;
		height: 40px;
		line-height: 40px;
	}

	#pull {
		display: inline-block;
		height: 36px;
		line-height: 26px;
		margin: 17px 1em;
		padding: 4px 6px;
		border: 1px solid #fff;
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
	}

	.menu li#p8 {
		height: 160px;
	}

	.menu li .subMenu {
		display: block;
		position: static;
	}
}

@media all and (max-width:850px) {
	#innerfooter {
		display: block;
	}
}