@import url("menu.css?v4"); 

*, :before, :after {
    box-sizing: border-box;
}

body {
    padding: 77px 0 0;
    margin: 0;
    color: #707070;
    font-family: 'Open Sans', sans-serif, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

h1, h2 {
	margin: 0 0 2rem;
	color: #1a237e;
	font-family: 'Montserrat', sans-serif, Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
}

h1:before, h2:before, .sub-themes:after {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: currentColor;
}

.sub-themes:after {
    margin: 2rem 0 0 0;
    background-color: #1a237e;
}

h3 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: 1.3rem;
	line-height: 1.4;
}

p {
    margin: 0 0 1rem;
    font-size: 1rem;
}

a {
    font-size: 1rem;
    color: #048;
}

.b_btn, .domain-tile a, .morelink a, .nieuwscontrol a {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 1.5rem;
    background: #0277BD;
    color: #FFF;
    text-decoration: none;
}

.b_btn.btnLogin2 {
    margin-right: 1rem;
}

.presentation__meta__subsection img {
    border: 0;
}

#mobileCheck {
    opacity: 0;
    height: 0;
    font-size: 0;
    margin: 0;
    padding: 0
}

.breadcrum_container {
    display: none;
}

#aspnetForm {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

.search-wrapper {
    width: 430px;
}


.b_search-btn, .b_search-container {
    display: block;
}

.b_search-container {
    position: relative;
    max-width: 430px;
}

.ssr-ac-container {
    width: 100%;
    position: static;
    transform: translateY(0px);
}

.ac-s-container>.ac-s-input-container {
    display: flex;
}

/*content*/
#qs-container {
    max-width: 100%;
}

.banner {
    padding: 37px 0;
    background-color: #1a237e;
    color: #FFF;
}

.banner_subtitle {
    font-size: 22px;
}

.banner_title {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
}

.search_content {
    color: #757575;
}

#searchTxt {
    float: left;
    width: 270px;
    height: 45px;
    padding: 15px 8px 15px 37px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    background: #FFF url(images/search.png) no-repeat 6px center;
    color: #757575;
    font-family: 'Montserrat', sans-serif, Arial, sans-serif;
}

#dosearch {
    float: left;
    width: 60px;
    height: 45px;
    padding: 11px 10px 12px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 3px solid #FFF;
    background: #8e24aa;
    color: #FFF;
    font-family: 'Montserrat', sans-serif, Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
}

#content {
    position: relative;
    max-width: 1520px;
    padding: 80px 40px;
    margin: 0 auto;
    background: #FFF;
    color: #757575;
}

.page_publicatiekalender #content {
    max-width: 96%;
    padding: 40px 0 40px 0;
}

section {
    padding: 80px 0;
}

.c-1 {
    width: 100%;
}

.c-2 {
    width: 49%;
}

.c-3 {
    width: 32%;
}

.tileset--content--name, .tileset .b_cat-intro, .featured .tileset--content .tile:nth-child(1n+2) {
    display: none;
}

.featured .tileset--content--items {
    width: 80%;
    margin-left: auto;
}

.featured-tile {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    background: #D9EBF5;
    color: #1A237E;
}

.featured-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 118px;
    min-height: 118px;
    border-radius: 50%;
    background: #0277BD;
}

.featured-icon img {
    width: 50px;
    height: 50px;
}

.featured-data-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.featured-data {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
}

.featured-unit {
    font-size: 2.25rem;
    font-weight: bold;
}

.featured-name {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.featured-tile a, .newslistitem__readmore a {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
    color: #1A237E;
    font-weight: bold;
}

.featured-tile a:before, .newslistitem__readmore a:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 1.25rem;
}

.domains {
    margin-top: 3rem
}

.domains .tileset--content--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.domain-image {
    display: flex;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.domain-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.domain-name:before {
    display: none;
}

.nieuws, .page_nieuws {
    background: #EEEEEE;
}

.page_nieuws #content {
    background: none;
}

.newslist, .newspreviews, #preface_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#preface_container {
    align-items: center;
    margin-bottom: 2rem;
}

.container_newsitem {
    max-width: 800px;
    margin: 0 auto;
}

.newslist .odd, .newslist .even, .nieuwsitem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-content: baseline;
    width: 49%;
    padding: 2rem;
    border-radius: 10px;
    background: #FFF;
}

.nieuwsitem {
    margin-bottom: 2rem;
}

.nieuwstitel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.nieuwsitem p:last-child {
    margin-bottom: 0;
}

.newslist h3, .nieuwsitem  h2 {
    width: 100%;
}

.newslistitem__readmore {
    margin-top: .5rem;
}
    
.datumseparator {
    display: none;
}

.nieuwsdatum {
    order: 1;
}

.newslist .listitem__image, .newslistitem__image, #ctl00_QsPH_ctl00_image {
    order: 1;
    width: 49%;
}

.newslistitem__image:empty {
    display: none;
}

.newslistitem__image:empty + .newslistitem__preview, .newslistitem__image:empty ~ .poster, #ctl00_QsPH_ctl00_image:empty + #ctl00_QsPH_ctl00_preface {
    width: 100%;
}

.newslistitem__preview {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
	font-size: 1rem;
    margin-bottom: auto;
}
.newslistitem__image:empty ~ .poster .newslistitem__preview, .newslistitem__image:empty + .newslistitem__preview {
    -webkit-line-clamp: 3;
}

.newslistitem__image:empty + .newslistitem__preview + .nieuwscontrol {
    padding-left: 0;
}

.newslist .listitem__image img, #ctl00_QsPH_ctl00_image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.newslist .poster, .nieuwsitem .newslistitem__preview, #ctl00_QsPH_ctl00_preface {
    order: 2;
    width: 49%;
}

#ctl00_QsPH_ctl00_preface {
    font-weight: 600;
}

.nieuwscontrol {
    order: 3;
    width: 100%;
    padding-left: 50%;
}

.newslist .listitem__title a, .start-options h2, .domain-name, h2 a, #article_container h2, #custompage h2 {
    margin-bottom: .5rem;
    color: #1A237E;
    font-size: 1.3rem;
    text-decoration: none;
    line-height: 1.4;
}

#article_container h2 {
    margin-top: 2rem;
}

h2 a {
    display: block;
}

.nieuwstitel h2 {
    margin: 0;
}

.meta, .meta__separator, .postername {
    display: none;
}

.poster .meta, .nieuwsdatum, #container_meta .newsdate {
    display: block;
    font-size: .9rem;
}

.start-options .grid {
    align-items: start;
}

.block-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.block-title i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #EEEEEE;
    color: #8E24AA;
}

.start-options h2 {
    margin: 0;
    font-size: 1.3rem;
}

.start-options h2:before, .nieuwstitel h2:before, #article_container h2:before, #custompage h2:before {
    display: none;
}

.start-options .video {
    width: 100%;
    height: 300px;
    margin-top: 1rem;
}

.theme-banner {
    border-radius: 10px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.theme-banner img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-themes {
    margin-bottom: 3rem;
}

.sub-themes h2:before {
    display: none;
}

.sub-themes .tileset--content--name {
    display: block;
    font-size: 1.75rem;
}

.theme-tile {
    display: flex;
    margin-bottom: 2rem;
}

.theme-tile a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1rem;
    width: 100%;
    color: #1a237e;
    text-decoration: none;
}

.theme-image {
    width: 20px;
    height: 20px;
}

.theme-image img {
    width: 100%;
    height: auto;
}

.theme-tile h3 {
    padding-left: 1rem;
    width: calc(50% - 25px - 2rem);
    margin: 0;
}

.theme-tile .theme-text {
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-left: 1rem;
    border-left: 4px solid #1a237e;
}

.theme-text p {
    margin: 0;
}

.sub-theme-tile a {
    color: #0277bd;
}

.sub-theme-tile .theme-text {
    border-left-color: #0277bd;
}

#newsoverview .overviewheading {
    display: none;
}

/*links*/
.page_updates #content:before {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #1a237e;
}

#nav_module .linkthemas {
    display: none;
}

.page_updates h1 span {
    display: none;
}

.page_updates h1:before {
    content: "Recente updates databank";
    display: block;
    width: 100%;
    clear: both;
    height: auto;
    background: none;
}

.page_updates h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

.page_updates h2:before {
    display: none;
}

.linkitem {
    margin-bottom: 2rem;
}

.linkitem br+br {
    display: none;
}

.linkitem a {
    color: #1a237e;
}

.linkitem a:hover {
    text-decoration: underline;
}

.content_intro {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    color: #1a237e;
    font-size: 20px;
    font-weight: normal;
}

.top-menu-button ,.top-menu-links {
    display: none;
}

/*Custom page*/
#custompage p bold {
    font-weight: 600;
}

.subtitle {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 2px;
    color: #1A237E;
    font-weight: bold;
}

.wsjg-buttons {
    margin-top: 20px;
}

.wsjg-buttons a {
    display: inline-block;
    height: auto;
    padding: 11px 22px 12px;
    background: #8e24aa;
    color: #FFF;
    font-family: 'Montserrat', sans-serif, Arial, sans-serif;
}

.wsjg-buttons a:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.wsjg-buttons a:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#popup-wsjg .wsjg-buttons a:first-child {
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#ui-id-1 {
    width: 270px!important;
    border: none;
    background: none;
    font-family: 'Montserrat', sans-serif, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #757575;
}

#ui-id-1 li {
    padding: 5px 5px;
    border-right: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    margin-left: 20px;
    background: #FFF;
}

#ui-id-1 li:first-child {
    border-top: 1px solid #EEEEEE;
}

#ui-id-1 li:last-child {
    border-bottom: 1px solid #EEEEEE;
}

#ui-id-1 li:hover {
    background: #EEEEEE!important;
}

#ui-id-1 li:hover .ui-menu-item-wrapper {
    border: 1px solid transparent!important;
    background: #EEEEEE!important;
}

@media (max-width: 1440px) and (min-width: 1px) {
    .featured .tileset--content--items {
        width: 100%;
    }
}

@media (max-width: 1260px) and (min-width: 1px) {
    h1, h2, .featured-unit {
        font-size: 2rem;
    }

    .featured-data {
        font-size: 2.6rem;
    }

    .newslist .poster, .nieuwsitem .newslistitem__preview, #ctl00_QsPH_ctl00_preface .newslist .listitem__image, .newslistitem__image, #ctl00_QsPH_ctl00_image, .nieuwsitem .newslistitem__preview, .nieuwscontrol {
        width: 100%;
    }

    .newslist .listitem__image, .newslistitem__image, #ctl00_QsPH_ctl00_image {
        margin-bottom: 1rem;
    }

    .newslist .listitem__image:empty, .newslistitem__image:empty, #ctl00_QsPH_ctl00_image:empty {
        display: none;
    }

    .nieuwscontrol {
        padding-left: 0;
    }
}

@media (max-width: 1140px) and (min-width: 1px) {
    h1, h2, .featured-unit {
        font-size: 1.7rem;
    }

    h1, h2 {
        margin-bottom: 1rem;
    }

	.featured-icon {
		display: none;
	}
	
    .featured-data {
        font-size: 2.2rem;
    }

    .featured-icon {
        width: 88px;
        height: 88px;
    }

    .start-options .c-2 {
        width: 100%;
        margin-bottom: 3rem;
    }

    .start-options .c-2:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 970px) and (min-width: 1px) {
	.featured-icon {
		display: flex;
	}
	
	.c-2 {
        width: 100%;
    }

    .newslist .listitem__title a, .start-options h2, .domain-name, h2 a, #article_container h2, #custompage h2 {
        font-size: 1.125rem;
    }

    .banner_subtitle {
        display: none;
    }
    
    .search-wrapper {
        width: 100%;
    }

    .b_search-container {
        margin: 0 auto;
    }

    .theme-tile a {
        margin-bottom: .5rem;
    }
    
    .theme-tile h3 {
        width: calc(100% - 25px - 2rem);
    }

    .theme-tile .theme-text {
        width: 100%;
        height: auto;
        border-left: 0;
        padding-left: 0;
        margin-top: 0.6rem;
    }

    .newslist .odd, .newslist .even, .nieuwsitem {
        width: 100%;
        margin-bottom: 3rem;
    }

    .newslist .even {
        margin-bottom: 1rem;
    }
}

@media (max-width: 800px) and (min-width: 1px) {
    .c-3 {
        width: 100%;
        margin-bottom: 3rem;
    }

    .c-3:last-child {
        margin-bottom: 0;
    }

    .domain-image img {
        width: 70%;
    }

    .b_btn, .domain-tile a, .morelink a {
        margin-top: .5rem;
    }

    .nieuwscontrol a {
        margin-top: 1.5rem;
    }
}

@media (max-width: 700px) and (min-width: 1px) {
    body {
        padding-top: 71px;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    #content {
        padding: 40px 20px;
    }

    h2 {
        font-size: 28px;
    }

    .help_intro {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) and (min-width: 1px) {
	.featured-icon {
		display: none;
	}
}


@media (max-width: 530px) and (min-width: 1px) {
    .linklist li a img {
        width: 45%;
    }

    .contact_options {
        float: none;
        display: block;
        width: 178px;
        margin: 0 auto;
    }

    .contact_options .contact_option:last-child {
        margin-right: 0;
    }

    #qs-container #popup-wsjg {
        width: 94%;
        left: 0;
        margin-left: 3%;
    }
}

.dummyLogin {
    display: none;
}

#popup-shadow, #popup-wsjg, #status {
    display: none;
}

#popup-shadow {
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

#popup-wsjg {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    padding: 30px;
    margin-top: -250px;
    margin-left: -250px;
    background: #FFF;
    box-shadow: 3px 3px 10px -6px #2c2c2c;
    z-index: 100;
}

.popup-text {
    max-height: 320px;
    padding-right: 10px;
    overflow-y: auto;
}

#popup-wsjg p {
    margin-bottom: 20px;
}

#popup-wsjg p:last-child {
    margin-bottom: 0;
}

.popup-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 20px;
}

.popup-close #close-button {
    float: right;
    font-size: 22px;
    color: #757575;
}

#custompage p {
    margin-bottom: 1.5em;
}

/* skiplinks */
.a-skiplink {
    background-color: #fff;
    border: 2px solid #999;
    display: block;
    left: -1000em;
    padding: .5em;
    position: absolute;
    z-index: 10;
}

.a-skiplink:focus {
    left: 1em;
    top: 126px;
    z-index: 1000;
}
