@font-face {
	font-family: "RO Sans";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("/report/fonts/RO-SansWebText-Regular.woff") format("opentype"), url("/report/fonts/RO-SansWebText-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "RO Sans";
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url("/report/fonts/RO-SansWebText-Bold.woff") format("opentype"), url("/report/fonts/RO-SansWebText-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "RO Serif";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("/report/fonts/RO-SerifWeb-Italic.woff") format("opentype"), url("/report/fonts/RO-SerifWeb-Italic.ttf") format("truetype");
}

@font-face {
	font-family: "RO Icons";
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url("/report/fonts/ro-icons-1.11.woff") format("opentype"), url("/report/fonts/ro-icons-1.11.ttf") format("truetype");
}

@font-face {
	font-family: "RijksSans";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("/report/fonts/RijksSansWeb-Regular.woff2") format("opentype");
}

@font-face {
	font-family: "RijksSansItalic";
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url("/report/fonts/RijksSansWeb-Italic.woff2") format("opentype");
}

body .custom.topheader {
    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: #f3f3f3;
}

/* HEADER */
.b_header-wrapper .b_menu-search-container {
	background: #39870C;
	max-height: 75px;
}

.b_header-wrapper #innerheader p {
	margin-bottom: unset;
}

.menu.menu.b_menu-open {
	padding-bottom: 0;
}

.mobile-logo {
	display: none !important;
}

.menu.b_menu-open {
	@media screen and (max-width:1242px) {
		width: 100%;
	}
}

#container_menu a#pull {
	display: none;

	@media screen and (max-width:1242px) {
		display: flex;
		justify-content: center;
		padding: 18px 0;
	}
}

#container_menu a#pull .menu-button {
	@media screen and (max-width:1242px) {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 100px;
		padding: 5px;
		border: 1px solid #FFF;
		border-radius: 4px;
	}
}

#innerheader {
    /* grid-column: 2; */
    display: grid;
}

#header {
	.site-header__logo {
		gap: 12.5px;
		margin-block-end: 0;
		text-decoration: none;
		display: inline-flex;
		grid-column: 1;
		margin: 0;
	}

	.site-header__logo p {
		margin: 0;
	}
}

#pull {
	display: flex;

	@media screen and (min-width: 1242px) {
		display: none;
	}
}

#j-container.b_menu-open { 
	.topheader {
		overflow: visible;
	}

	div header {
		overflow: visible;
	}
	
}

#container_menu a#pull .menu-button::before {
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
    vertical-align: bottom;
}

#container_menu a#pull span {
	color: #FFFFFF;
}

#container_menu .menu.b_menu-open {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;

	@media screen and (max-width: 1242px) {
		padding: unset;
		margin: unset;
		width: 100%;
		background-color: #39870C;
		z-index: 308;
		position: absolute;
        top: 70px;
	}
}

#container_menu {
    @media screen and (max-width: 1242px) {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
		justify-content: center;
    }
}

#container_menu a#pull .menu-button {
    @media screen and (max-width: 1242px) {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100px;
        padding: 5px 5px 5px 9px;
        border: 1px solid #FFF;
        border-radius: 4px;
		font-size: 20px;
    }
}

.b_menu-search-container {
	position: relative;
	

	.appnamecontainer {
		position: absolute;
		top: 5px;
		right: 20px;
		display: none;

		h1 {
			color: #FFF;
			font-size: 24px;
		}
	}
}

#container_menu .menu.b_menu-open li {
	width: 100%;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#container_menu .menu.b_menu-open li a {
	text-align: center;
}

.menu.b_menu-open {
	display: flex;
}

.b_menu-search-container {
	@media screen and (min-width: 1023px) and (max-width: 1140px) {
		padding: 0 10px;
	}
}

#container_menu .menu #p1 {
	margin-right: auto;
}

#container_menu .menu #p1.active a {
	border-bottom: unset;
}

#container_menu .menu #p1 a {
	font-size: 32px;

	@media screen and (max-width:1242px) {
		font-size: 19px;
	}
}

#container_menu .menu li:not(#p1) a:hover {
	border-bottom: 2px solid #FFF;
}

#container_menu h1 {
	font-size: 1.6rem;
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu a {
	text-decoration: none;
	color: #FFF;
}

.menu a:hover {
    text-decoration: underline;
    color: #FFF;
} 

#container_menu {
    display: flex;
    width: 100%;
	height: 75px;
    justify-content: center;
    align-items: end;
    background: #39870C;
    font-size: 27px;
    line-height: 1.09252;
    color: #FFF;
    box-sizing: border-box;

	@media screen and (min-width: 1242px) {
		padding: 0 30px;
        justify-content: space-between;
        align-items: center;
	}
}

.custom.topheader #container_menu #ctl00_menu {
    max-width: 1140px;
    margin: 0 auto;
	width: 100%;

	li a {
		font-family: "RO Sans", sans-serif;
	}

	li:not(#p1) a {
		position: relative;
        font-size: 19px;
        top: 1px;
	}
}

#container_menu a#pull[aria-expanded="true"] .menu-button {
	background-color: rgba(255, 255, 255, .6);
}

#container_menu a#pull[aria-expanded="true"] .menu-button {
	color: black;
}

#container_menu a#pull[aria-expanded="true"] :before {
	color: black;
}

#container_menu div.menu {
	display: none;

	@media screen and (min-width:1242px) {
		display: flex;
		width: 100%;
		position: relative;
	}
}

#container_menu ul.menu li {
	text-align: center;

    a {
        border-bottom: 2px solid transparent;
    }

	@media screen and (max-width:1242px) {
		padding: 10px;
	}
}

#container_menu ul.menu li#p1 {
	@media screen and (max-width: 768px) {
		display: none;
	}
}

#container_menu ul.menu li.active:not(#p1) {
	@media screen and (max-width:1242px) {
		background-color: rgba(0, 0, 0, 0.1);
		padding: 10px;
	}
}

#container_menu ul.menu li.active:not(#p1) a {
	@media screen and (min-width:1242px) {
		border-bottom: 2px solid #FFF;
	}
}

/* responsive menu begin */
#container_menu a#pull {
	padding: 10px 5px;
	text-decoration: none;
	position: absolute;
	right: 10px;

    @media screen and (min-width: 1242px) {
        position: relative;
    }
}

#container_menu a#pull span {
	color: #FFFFFF;
}

#container_menu .menu.b_menu-open li a {
	text-align: center;
}

.menu.b_menu-open {
	display: flex;
}

.b_menu-search-container {
	@media screen and (min-width: 1023px) and (max-width: 1140px) {
		padding: 0 10px;
	}
}

#container_menu .menu {
	display: none;
	flex-direction: row;
	list-style-type: none;
	align-items: center;
	gap: 40px;
}

#apptitle {
	display: none;
}

#innerheader p {
	margin-top: unset;
}

#search-header #menu_top {
	display: none;
}

@media screen and (min-width:1242px) {
	#container_menu .menu {
		display: flex;
		height: 75px;
		max-width: 1140px;
		top: 1px;
        position: relative;
		margin: 0 auto;
	}
}

#container_menu .menu #p1 {
	margin-right: auto;
}

#container_menu .menu #p1.active a {
	border-bottom: unset;
}

#container_menu .menu #p1 a {
	font-size: 32px;
	position: relative;
	top: 1px;

	@media screen and (max-width:1023px) {
		font-size: 19px;
		top: unset;
	}
}

#container_menu .menu li a {
	text-decoration: none;
	color: #FFF;
	font-size: 19px;
	font-weight: 400;
}
/* responsive menu eind */

#show-title-on-mobile {
	display: none;
}

@media screen and(max-width:1024px) {

	#show-title-on-mobile {
		display: block;
	}
}

/* Search page */
.ac-s-container>.ac-s-input-container label {
	margin-top: 22px;
}

.ac-s-container>.ac-s-input-container>i {
	top: 22px;
	transition: all .5s ease;
	opacity: .7;
}

.ac-s-container #ac-s-input-container.focus>i {
	top: 2px;
	transition: all .5s ease;
	opacity: 1;
}

/* search blok styling begin */
#ssr-ac-container .br-large {
	border-radius: 0px;
}

.ac-s-container,
.b_search-wrapper {
	height: 58px;
}

.ac-s-container>.ac-s-input-container>input {
	width: calc(100% - 58px);
	border: 1px solid #000;
	border-right: none;
	border-radius: 0px;
	padding: 0 1rem;
	font-size: inherit;
	font-family: inherit;
	background-color: #FFF;
}

#searchArea.search-area.search-area-expanded .ac-s-input-container {
	border: none;
	border-radius: 0;
}

#ssr-ac-container .btn-color,
.ac-s-container>.ac-s-input-container>button {
	width: 58px;
	border-radius: 0px;
	cursor: pointer;
	text-indent: -9999px;
	color: #fff;
	background: #000 url(images/search.svg) no-repeat center center;
	background-size: 95% 95%;
	border: 1px solid #000;
}

#ssr-ac-container .ac-s-container>.ac-s-input-container.focus {
	outline: 2px solid #000;
}

/* search blok styling eind */

/* dashboard header aanvullende styling */
.mosaic-top-header #container_menu_top {
	display: none;
}

.mosaic-top-header #apptitle .lnkhome {
	display: none;
}

.mosaic-top-header #innerheader p {
	margin-top: unset;
}

.mosaic-top-header #container_menu #ctl00_menu {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}

#search-footer {
	padding: 40px 0;
	margin-top: auto;
	background: #01689b;
	color: #fff;

	@media screen and (min-width:768px) and (max-width:1024px) {
		display: flex;
		justify-content: center;
	}
}

#footer .right {
    width: 100%;
    float: right;
}

@media screen and (min-width: 768px) {
    #footer .right {
        width: 30%;
        float: right;
    }
}

#footer #custom-container {
    padding: 40px 20px 40px 20px;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #01689b;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (min-width: 768px) {
    #footer.mosaic-footer-full {
        #custom-container {
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
        }
    }
}

#search-footer a {
	color: #fff;
}

#search-footer #innerfooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
}

#search-footer #innerfooter .center ul li::before,
#search-footer #innerfooter .right ul li::before {
	content: '\f054';
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	height: 20px;
	width: 20px;
	visibility: visible;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
}

#search-footer .center ul,
#search-footer .right ul {
	list-style-type: none;
	margin-top: unset;
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.left {
	max-width: 374px;
	padding-bottom: 25px;
	color: #fff;
	font-size: 1.8em;
	font-family: "RO Serif";
	font-style: italic;
	font-weight: normal;
	line-height: 1.2381;
}

.right {
	width: 285px;
}

#search-footer .right,
#search-footer .center {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.right h2,
.center h2 {
	margin: 0;
	padding: 0;
	line-height: 1.24859;
	font-weight: normal;
	color: #FFF;
	margin-top: unset;
	margin-bottom: unset;
	font-size: 22px;
}

.right ul,
.center ul {
	padding: 0;
	margin: 0;
}

#search-footer .right li,
#search-footer .center li {
	display: flex;
	margin-bottom: .5rem;
	list-style-type: none;
}

#search-footer .right li a,
#search-footer .center li a {
	position: relative;
	padding-left: 20px;
	text-decoration: none;
	font-size: 18px;
}

#search-footer .right li a:hover,
#search-footer .center li a:hover {
	text-decoration: underline;
}


/* zodat de footer styling heeft in dashboard */
#footer {
	display: flex;
	background-color: #01689B;
	padding: 40px 0;

	@media screen and (min-width:768px) and (max-width:1024px) {
		display: flex;
		justify-content: center;
	}
}

#b_footer {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}

#footer #innerfooter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1140px;
	justify-content: space-between;

	@media screen and (max-width: 768px) {
		flex-direction: row;
		padding: 10px;
		gap: 40px;
	}

	@media screen and (max-width: 1200px) {
		gap: 20px;
		padding: 25px;
	}
}

#footer #innerfooter .left {
	@media screen and (max-width:1024px) {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

#footer #innerfooter .center {
	padding-left: 10px;
}

#footer #innerfooter .right {
	@media screen and (max-width:768px) {
		padding-left: 10px;
	}
}

#footer #innerfooter .center,
#footer #innerfooter .right {
	@media screen and (min-width:768px) and (max-width:1024px) {
		flex: 1;
	}
}

#footer #innerfooter ul {
	@media screen and (max-width:768px) {
		padding-left: unset;
	}
}

#footer #innerfooter .left .payoff span {
	font-size: 32px;
	color: #FFF;
	font-size: 32px;
	font-family: "RO Serif";
	font-style: italic;
	font-weight: normal;
	line-height: 1.2381;
}

#footer #innerfooter .center h2,
#footer #innerfooter .right h2 {
	color: #FFF;
	margin-top: unset;
	margin-bottom: unset;
	font-size: 22px;
}

#footer #innerfooter .center,
#footer #innerfooter .right {
	display: flex;
	flex-direction: column;
	gap: 36px;

	@media screen and (min-width:768px) and (max-width:1024px) {
		width: 50%;
		align-items: center;
	}
}

#footer #innerfooter .center ul,
#footer #innerfooter .right ul {
	list-style-type: none;
	margin-top: unset;
	display: flex;
	flex-direction: column;
	gap: 21px;
}

#footer #innerfooter .center ul li,
#footer #innerfooter .right ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}

#footer #innerfooter .center ul li::before,
#footer #innerfooter .right ul li::before {
	content: '\f054';
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	height: 20px;
	width: 20px;
	visibility: visible;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
}

#footer #innerfooter .center ul a,
#footer #innerfooter .right ul a {
	color: #FFF;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

#footer .right h2 {
    margin: 0;
    padding: 0;
    font-size: 1.60181rem;
    line-height: 1.24859;
    font-weight: normal;
    margin-bottom: 1rem;
}

#footer .right li {
    list-style-type: none;
}

#footer .right li:before {
    content: ">";
    font-weight: 600;
    font-size: 24px;
    margin-right: .5em;
    color: #FFF;
    vertical-align: middle;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer #innerfooter .center ul a:hover,
#footer #innerfooter .right ul a:hover {
	transition: all .2s ease-in-out;
	text-decoration: underline;
}

#header {
	grid-column: content;
	grid-template-columns: 1fr calc(90% + (50px /2));
	justify-content: center;
	display: grid;
	position: relative;
	overflow: hidden;

    @media screen and (min-width: 1024px) {
        grid-template-columns: 1fr calc(50% + (65px /2));
    }
}

#myBody #header {
	@media screen and (min-width: 1024px) {
        grid-template-columns: 1fr calc(50% + (50px /2));
    }
}

#innerheader {
	grid-column: 2;
}

.site-header__logo-link {
	max-width: calc(50px* 7);
	grid-column: 2;
	padding-block-end: 25px;
	text-decoration: none;
	display: inline-flex;
	position: relative;
	color: #154273;
	font-size: 15px;
	font-family: "RijksSans,Calibri,Verdana,Arial,sans-serif";
}

.site-header__logo-image {
	display: block;
	height: 100px;
}

.site-header__primary-text {
	font-weight: 625;
	max-width: 280px;
	padding-block-start: 47px;


	a {
		font-family: "RijksSans", sans-serif;
		line-height: 17.6px;

		&:hover {
			color: #154273;
		}
	}
}

@media (max-width: 600px) {
	.img-logo {
		display: none;
	}

	.mobile-logo {
		display: block !important
	}
}