div.advanced-search.mouseover {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

div#page-content > #search-form > .screen:first-of-type {
    padding-bottom: 0.5em;
}
.article p {
    margin: 0;
}
.article {
    overflow: visible;
    position: relative;
}
.col-12.col-lg-6.mt-1:nth-of-type(even) .article .recht .mouseover .mouseover-msg {
    left: auto;
    right: auto;
}
.col-12.col-lg-6.mt-1:nth-of-type(odd) .article .recht .mouseover .mouseover-msg {
    left: 0;
    right: auto;
}
.article > a {
    display: flex;
}
.article > a > div > div {
    padding: 5px;
}
.article > a > div {
    min-height: 15em;
    width: 100%;
}
#searching > div.row > div.col-xs-12 {
    padding: 0 1.5em;
}

.noPad {
    padding: 0;
}
#load-more {
    margin-top: 1em;
    text-align: center;
    cursor: pointer;
}
#searching > .expandable {
    border: 0;
}
#searching {
    width: 100%;
    padding-top: 0.5em;
    overflow: hidden;
    border-bottom: 1px solid white;
}

div.search-form-container {
    line-height: 3em;
    margin: 20px 15px;
}

#saveButtonZoeken {
    background-color: #4c7f9e;
    border-radius: 4px;
}

#search-form .main-search-button {
    background-color: #4c7f9e;
    border-radius: 4px;
    padding: 0px 20px;
    font-size: 13px;
    text-transform: uppercase;
    height: 85%;
    line-height: 100%;
}
#search-form .main-search-button::before { background-color: transparent;}

div#searching div.search-button-container button {
    background-color: #4c7f9e;
    border-radius: 4px;
    padding: 0px 20px;
    font-size: 13px;
    text-transform: uppercase;
    height: 85%;
    line-height: 3.5em;
}

div#searching div.search-button-container button::before { background-color: transparent;}

#search-form .search-button-container > button {
    padding: 10px;
    text-transform: uppercase;
}


#search-form .search-button-container input { height: 2em; margin-left: 0px; font-size: 20px; line-height: 20px; }
#searching input { height: 2em; line-height: 20px; }
#searching select { height: 2em; margin-top: 0.5em;  }

.article .text {
    height: 100%;
}
.article .text {
    width: 100%;
}

#articles .content .col-lg-6 { padding: 0; margin-bottom: 40px  }
#articles .content .col-lg-6:nth-child(even) { padding-left: 20px; }
#articles .content .col-lg-6:nth-child(odd) { padding-right: 20px; }

@media screen and (max-width: 992px) {
    #articles .content .col-lg-6:nth-child(even) { padding-left: 0!important; }
    #articles .content .col-lg-6:nth-child(odd) { padding-right: 0!important; }

}

.cat-name {
    text-transform: uppercase;
}

.cat-name:first-letter,
.cat-name::first-letter {
    font-size: 1.5em;
}

.selected.cat-label > span {
    font-weight: bolder;
}
.article > a,
.article > a > .text {
    width: 100%;
}
* + #empty {
    display: none;
}
#advanced-expand-check + .button,
#advanced-expand-check + .button + .button {
    border-bottom: 1px solid white;
}
#searching > div > div.expandable {
    border: 0;
}
.item-check + .item-label,
.item-check + .item-label + .item-label {
    background: url(../img/IconImages/icon-plus.svg) no-repeat right;
    background-size: 2em;
    width: 100%;
}

.item-check + .item-label > span,
.item-check + .item-label + .item-label > span {
    padding-right: 2em;
    display: block;
}
.item-check:checked + .item-label,
.item-check:checked + .item-label + .item-label {
    background-image: url(../img/IconImages/icon-minus.svg);
}
.expand-check:checked + .expand-label,
.expand-check:checked + .expand-label + .expand-label {
    margin-bottom: 2em;
}
.search-button-container > button {
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 10px;
    /*width: 25%;*/
}
#articles > .content {
    width: 100%;
}
.icon {
    font-family: FontAwesome;
}
.search.icon::after {
    content: "\f002";
}
.hideable.search-button-container {
    display: flex;
    flex-wrap: wrap;
}

#button_editorial_submit{
    background-color: #c3dbf0;
    font-size: inherit;
    border: 3px solid #84b5df;
    margin-top: 35px;
    border-radius: 10px;
}

@media screen and (max-width: 992px){
    #button_editorial_submit{
        margin-top: 0;
    }
}

.editorial-checked{
    border: 3px solid #4c7f9e !important;
    background-color: #84b5df !important;
    font-weight: bold;
}

.button-redactioneel{
    background-color: #c3dbf0;
    border: 3px solid #4c7f9e;
    border-radius: 0;
    font-weight: bold;
}