@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");
}

#apptitle, #pull {
	display: none;
}

#wrapper {
	position: relative;
}

#container_menu_top.authenticated_False {
	display: none;
}

#container_menu_top {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 40px;
	z-index: 2;
	font-family: "RO Sans", Calibri, sans-serif;
}

#menu_top {
	padding: 0;
	text-align: right;
	max-width: 1140px;
	margin: 0 auto;
}

#menu_top li {
	display: inline;
	margin-left: .5em;
	list-style-type: none;
}

#menu_top li {
	display: none;
}

.authenticated_True #menu_top .mnu_beheer {
	display: inline-block;
}

#menu_top li a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
}

#menu_top li a:hover {
	text-decoration: underline;
}

.b_header-wrapper {
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
	font-family: "RO Sans", Calibri, sans-serif;
}

#header {
	height: 125px;
	max-width: 1140px;
	margin: 0 auto;
}

#innerheader img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-25px);
}

#container_menu {
	margin: 0;
	padding: 0;
	background: #42145F;
	overflow: visible;
}

#container_menu .menu {
	position: relative;
	align-items: center;
	max-width: 1240px;
	padding: 23px 40px;
	margin: 0 auto;
	justify-content: right;
	list-style: none;
	box-sizing: border-box;
}

.menu li {
	padding: 0 0 0 30px;
	text-align: left;
	line-height: 20px;
}

.menu li a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
}

.menu li a:hover,.menu .active a {
	border-bottom: 2px solid #fff;
}

.menu #p1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	padding: 0;
}

.menu #p1 a,
.menu #p1 a:hover,
.menu #p106 a,
.menu #p106 a:hover {
	text-decoration: none;
	font-size: 27px;
	font-weight: 400;
	line-height: 27px;
	border: none;
}

.menu #p1 a span {
	font-size: 20px;
	vertical-align: bottom;
}

#show-title-on-mobile {
	display: none;
}

#p106 a {
    display: inline-block;
    position: relative;
    padding: 0px 0 3px 32px;
    text-indent: -9999px;
}

#p106 a:before {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    text-indent: 0;
}

.mobile-logo {
	display: none;
}

#footer {
    margin-top: auto;
    background: #42145F;
    color: #fff;
    padding: 40px 0;
	font-family: "RO Sans", Calibri, sans-serif;
	line-height: 30px;
}

#innerfooter {
	max-width: 100%;
}

#footer h3 {
	margin: 0 0 .5rem 0;
	font-size: 21px;
}

#footer ul {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li:last-child {
    margin-bottom: none;
}

#footer a {
	font-size: 18px;
    color: #fff;
	text-decoration: none;
}

#footer a:before {
    content: "\f054";
    margin-right: 15px;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 600;
}

.payoff {
    font-size: 32px;
    font-family: "RO Serif";
    font-style: italic;
    font-weight: normal;
    line-height: 32px;
}

.grid {
	max-width: 1202px;
	padding: 0 32px;
	margin: 0 auto;
}

#footer .grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.c-1 {
	width: 50%;
}

.c-2 {
	width: 25%;
}

@media all and (min-width:1001px) {
	#container_menu .menu {
		display: flex!important;
	}
}

@media all and (max-width:1000px) {
	#show-title-on-mobile {
		display: inline;
		margin-left: 20px;
		position: absolute;
		top: 141px;
		z-index: 1;
	}

	#show-title-on-mobile a {
		text-decoration: none;
		font-size: 21px;
		font-weight: 400;
		line-height: 42px;
		color: #fff;
	}

	#container_menu .menu li {
		padding: 0;
	}

	#container_menu .menu #p1 {
		position: relative;
		left: auto;
		transform: translateY(0);
	}

	.menu #p1 a, .menu #p1 a:hover, .menu #p106 a, .menu #p106 a:hover {
		font-size: 20px;
		line-height: 40px;
	}
	
	#container_menu {
		position: relative;
		text-align: right;
		z-index: 70;
	}

	#pull {
		display: inline-block;
		height: 38px;
		line-height: 30px;
		margin: 17px 40px;
		padding: 3px 6px;
		border: 1px solid #fff;
		color: #fff;
		text-decoration: none;
		box-sizing: border-box;
	}

	#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;
	}

	.menu {
		display: none;
		position: absolute;
		right: 0;
		z-index: 9999;
		padding: 0;
		background: #42145F;
		-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);
	}

	.menu li {
		display: block;
		text-align: center;
		margin: 0;
		height: 50px;
		line-height: 50px;
	}

	.menu li a {
		margin: 0;
		padding: 0 1em;
		color: #fff;
		height: 50px;
		line-height: 40px;
	}

	.menu li a:hover, .menu li a {
		border: none!important;
	}

	.b_menu-open {
		display: block;
	}
}

@media screen and (max-width: 850px) {
	.c-2, .c-1 {
		width: 100%;
	}
	.c-2 {
		margin-top: 3rem;
	}

	.payoff {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	#header {
		height: 70px;
	}
	
	.desktop-logo {
		display: none;
	}

	.mobile-logo {
		display: block;
	}
}