.overlay {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.3);
display:none;
animation-name:fadeInOpacity;
animation-iteration-count:1;
animation-timing-function:ease-in;
animation-duration:0.5s;
z-index:6;
}
.showoverlay {
display:block;
cursor:pointer;
}

.navbutton {
position:fixed;
top:20px;
right:50%;
width:25px;
height:25px;
transform:translateX(620px);
display:block;
cursor:pointer;
z-index:10;
}
@media only screen and (max-width:1280px) {
	.navbutton {
	top:16px;
	right:25px;
	transform:none;
	}
}

.bar {
width:25px;
height:5px;
margin:5px 0;
background-color:#fff;
transition:0.4s;
}
.bar-zwart {
background-color:#000;
}
.navbuttonchange .bar1 {
background-color:#fff;
transform:rotate(-45deg) translate(-6px, 6px) ;
}
.navbuttonchange .bar2 {
opacity:0;
}
.navbuttonchange .bar3 {
background-color:#fff;
transform:rotate(45deg) translate(-8px, -8px) ;
}

.nav {
/** BEPAAL FONT IN CMS SETTINGS **/
position:fixed;
top:55px;
right:50%;
transform:translateX(620px);
width:460px;
height:auto;
font-size:25px;
padding:24px 0;
margin:0;
background-color:rgba(255,255,255,1);
display:none;
z-index:10;
}
@media only screen and (max-width:1280px) and (orientation:portrait) {
	.nav {
	position:fixed;
	right:25px;
	top:55px;
	width:calc(100% - 48px);
	max-width:460px;
	transform:none;
	font-size:18px;
	margin:0 auto;
	}
}
@media only screen and (max-height:835px) and (orientation:landscape) {
	.nav {
	position:fixed;
	right:25px;
	top:55px;
	width:calc(100% - 48px);
	max-width:460px;
	transform:none;
	font-size:18px;
	margin:0 auto;
	}
}
@media only screen and (max-height:700px) and (orientation:landscape) {
	.navbutton {
	/* position:absolute; */
	}
	.nav {
	/* position:absolute; */
	right:25px;
	top:55px;
	width:460px;
	max-height:calc(100dvh - 80px);
	font-size:20px;
	margin:0 auto;
	overflow-y:scroll;
	transform:none;
	}
}

.menu {
position:relative;
width:100%;
height:auto;
list-style-type:none;
list-style-position:inside;
z-index:10;
}

.menu li {
padding:0;
margin:0;
float:none;
}
.menu li:before {
content:none;
}
.menu li:last-child {
}

.menu .pagetypemarge {
margin-top:36px;
}
@media only screen and (max-width:900px) {
	.menu .pagetypemarge {
	margin-top:24px;
	}
}

.menu a {
position:relative;
font-family:'HelveticaBold', 'Helvetica', 'Arial', sans-serif;
font-size:1em;
color:rgba(0,0,0,1);
font-weight:400;
line-height:1;
padding:10px 12px 10px 32px;
margin:0;
display:block;
}
@media only screen and (max-width:900px) {
	.menu a {
	padding:6px 12px 6px 32px;
	margin-bottom:6px;
	}
}
.menu a:link {
color:rgba(187,184,179,1);
text-decoration:none;
}
.menu a:active {
color:rgba(187,184,179,1);
text-decoration:none;
}
.menu a:visited {
color:rgba(187,184,179,1);
text-decoration:none;
}
.menu a:hover {
color:rgba(0,0,0,1);
text-decoration:none;
}
.menu a.on {
color:rgba(0,0,0,1);
}

.menu-pijl {
width:auto;
height:auto;
font-size:0.75em;
line-height:1;
vertical-align:middle;
margin-left:5px;
transform:rotate(90deg);
display:inline-block;
}

.submenu {
position:relative;
width:100%;
width:auto;
height:auto;
font-size:1em;
list-style-type:none;
padding:0;
margin:0;
z-index:2;
display:none;
}

.submenu li {
text-align:left;
white-space:nowrap;
background-color:#fff;
padding:0;
margin:0 0 3px 0;
border:none;
float:none;
}
.submenu li:first-child {
margin-top:3px;
}
.submenu li:last-child {
margin-bottom:0;
float:none;
}
.submenu a {
position:relative;
font-size:1em;
color:#fff;
font-weight:normal;
line-height:1;
padding:6px 10px 6px 10px;
margin:0;
display:block;
}
.submenu a:link {
color:#000;
text-decoration:none;
}
.submenu a:active {
color:#000;
text-decoration:none;
}
.submenu a:visited {
color:#000;
text-decoration:none;
}
.submenu a:hover {
color:#000;
text-decoration:none;
}
.submenu a.on {
color:#000;
}

.menu li.taalmenu {
text-align:right;
float:right;
}
.menu li.taalmenu a {
font-size:1em;
margin:0 3% 0 0;
border:none;
display:inline-block;
}
.menu li.taalmenu a:last-child {
margin-right:0;
}

.nav .navsearchbutton {
position:absolute;
right:12px;
bottom:12px;
width:30px;
height:auto;
opacity:0.5;
display:block;
z-index:10;
}
@media only screen and (max-height:700px) and (orientation:landscape) {
	.nav .navsearchbutton {
	position:fixed;
	right:36px;
	top:80dvh;
	}
}
.nav .navsearchbutton:hover {
opacity:1;
}
.nav .navsearchbutton img {
width:100%;
height:auto;
}

