body {
    background-color: #ececec;
    font-family: 'Open Sans', serif;
}

a {
    text-decoration: unset;
}

a:hover {
    text-decoration: underline;
}

.containerHolder {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}

.containerHolder .border-right {
    border-right: 1px #fff solid !important;
}

header.headerBody {
    z-index: 1005;
    top: 0;
    width: 100%;
    background-color: #FAFCFD;
}

header .navigationWidget {
    background-color: #255d75;
    padding: 0px 0px;
}

header .navigationWidget .navbar {
    padding: 0px;
}

header .navigationWidget .navbar .nav-item a.nav-link {
    padding: .3rem .5rem;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

header .navigationWidget .navbar .nav-item a.nav-link:hover {
    text-decoration: underline;
}

header .navigationWidget .navbar .nav-item a.nav-link .fab {
    font-size: 14px;
}

header .navigationBlock {
    background-color: #fff;
}

header .navigationBlock .navbar {
    background-color: #fff;
}

header .navigationBlock .navbar .navbar-brand span.subtitle {
    font-family: 'Roboto Slab', serif;
    color: rgb(1,94,120);
    font-size: 11px;
    letter-spacing: 0.9px;
    display: block;
}

header .navigationBlock .navbar .navbar-brand img {
    height: 45px;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item {
    margin-left: 20px;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item:last-child a.nav-link {
    padding: 0rem 0.5rem;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -4px;
    left: 0;
    background-color: rgb(193,13,41);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item a.nav-link:hover:before  {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item a.nav-link {
    position: relative;
    padding: 0px;
    color: #015e78;
    text-decoration: none;
    font-size: 15px !important;
    text-transform: uppercase;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large {
    position: static !important;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu {
    padding: 20px 20px;
    width: 100%;
    overflow: hidden;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu > div > li > ul {
    padding: 0;
    margin: 0;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu > div > li > ul > li {
    list-style: none;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu > div > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu > div > li > ul > li > a:hover,
header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu > div > li > ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu.disabled > a,
header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu.disabled > a:hover,
header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu.disabled > a:focus {
    color: #999999;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu.disabled > a:hover,
header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}


header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu li {
    width: 33.33%;
    float: left;
    list-style-type: none;
    margin-left: 0px !important;
    color: #000;
    padding: 5px;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .megamenu li a {
    color: #000;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .dropdown-menu {
    border-radius: 0px !important;
    margin-top: 0px;
    border: 0px;
    border-top: 1px #ECECEC solid;
    border-bottom: 4px rgb(190, 0, 29) solid !important;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .inner-menu ul {
    padding: 0px;
    margin: 0px;

}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .inner-menu ul li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-left: 0px !important;
    font-weight: bold;
    border-bottom: 1px #ECECEC solid;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .inner-menu ul li:last-child {
    border-bottom: 0px !important;
}

header .navigationBlock .navbar ul.navbar-nav li.nav-item.menu-large .inner-menu ul li a.nav-link{
    padding: 8px 0px;
}

.innermenu li a.nav-link:before {
	background-color: #fff !important;
}

.inner-menu li a.nav-link:hover:before{
    border-bottom: 0px !important;
	    visibility: hidden !important;
}

.articleContainer {
    overflow: hidden;
}

.articleView {

}

.articleView .breadcrumb {
    border-radius: 0;
    background-color: #fff;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0px !important;
    margin-bottom: .25rem;
}

.articleView .breadcrumb a.author {
    color: #005E78 !important;
}

.category span a {
    color: #C31615;
    font-size: 14px;
    font-weight: bold;
}

.category span + span:last-child::before {
    content: " en ";
    color: #000 !important;
    font-size: 14px;
}

.category span:nth-of-type(n + 2):not(:last-child)::before {
    content: ", ";
    color: #000 !important;
    font-size: 14px;

}

.articleView .articleContent {
    overflow: hidden;
}

.articleView .articleContent .articleImage {
    margin-bottom: .25rem;
    /*position: relative;*/
}

.articleView .articleContent .articleImage img {
    width: 100%;
}

.articleView .articleContent .articleImage .articleImageCredit {
    /*position: absolute;*/
    position: relative;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.5);
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}

.articleView .articleContent .articleHeadline{
    background-color: #fff;
    padding: 15px;
    margin-bottom: .25rem;
}

.articleView .articleContent .articleHeadline h1{
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 0;
    color: rgb(64,64,64);
}

.articleItem .articleHeadline h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: .25rem;
    color: rgb(64,64,64);
}

.articleView .articleContent .articleHeadline p{
    font-size: 18px;
    margin-bottom: .25rem;
}

.articleView .articleContent .articleLead{
    background-color: #fff;
    padding: 15px;
    margin-bottom: .25rem;
}

.articleView .articleContent .articleLead p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.articleView .articleContent .articleText{
    background-color: #fff;
    padding: 15px;
}

.articleView .articleContent .articleText p {
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 1.8;
}

.articleView .articleContent .article-body ul li {
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 1.8;
}

.articleView .articleContent .articleText p a {
    color: #337ab7;
}

.articleView .articleContent .articleText p a:hover {
    text-decoration: underline;
}

.articleView .articleContent .article-body h2 {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.articleView .articleContent .article-body h3 {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.articleView .articleContent .article-body h4 {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.articleView .articleContent .article-body h5 {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Lora', serif;
    font-weight: 400;
    background-color: #A2D5E5;
    padding: 15px;
    margin-bottom: 0;
}

.articleView .articleContent .articleText h5 a {
    color: #337ab7;
}

.articleView .articleContent .articleText h5 a:hover {
    text-decoration: underline;
}

.articleItems {

}

.articleItems .articleItem.klein {
}

.articleItem {
    background-color: #fff;
    padding: 15px;
    margin-bottom: .5rem;
    width: 100%;
	border-radius: .2rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.articleItem .articleCategory {
    margin-bottom: .5rem;
}

.articleItem .articleCategory .badge.badge-dark {
    background-color: #c31615 !important;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
}

.articleItem .articleImage img {
    min-width: 100%;
    max-width: 100%;
	height: auto !important;
}

.articleItems .articleItem .articleImage .mobile {
    display: none;
}

.articleItem .articleHeadline h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: .25rem;
    color: rgb(64,64,64);
}

.articleItem .articleHeadline small {
    font-weight: bold;
    font-family: 'Lora', serif;
}

.articleItem .articleImage {
    margin-bottom: 1rem;
}

.articleItem .articleHeadline {
    margin-bottom: .5rem;
}

.articleItem .articleLead p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Lora', serif;
    margin-bottom: 0px;
}

.articleTop {
    background-color: #fff;
    padding: 15px;
    margin-bottom: .5rem;
}

.articleTop h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin-bottom: 0;
}


.pageView {

}

.pageView .breadcrumb {
    border-radius: 0;
    background-color: #fff;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0px !important;
    margin-bottom: .5rem;
}

.pageView .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.pageView .breadcrumb .breadcrumb-item.active {
    color: #005E78;
}

.pageView .breadcrumb .breadcrumb-item.active a {
    color: #000;
}

.pageView .pageContent {
    background-color: #fff;
    margin-bottom: .5rem;
    width: 100%;
}

.pageView .pageContent h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 1rem;
}

.pageView .pageContent h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}

.pageView .pageContent h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1rem;
}

.pageView .pageContent p {
    font-family: 'Lora', serif;
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.pageView .pageContent p a {
    color: #337ab7;
}

.pageView .pageContent p a:hover {
    text-decoration: underline;
}

.pageView .pageList {
    overflow: hidden;
}

.pageView .pageListItem {
    background-color: #fff;
    margin-bottom: .25rem;
    padding: 15px;
}

.pageView .pageListItem:hover {
    background-color: #F6F6F6;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.pageView .pageListItem a {
    color: #000;
}

.pageView .pageVacancyHead {
    background-color: #fff;
    margin-bottom: .25rem;
    padding: 15px;
    overflow: hidden;
}

.pageView .pageVacancyHead h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: .25rem;
}

.pageView .pageContent ul li {
    font-family: 'Lora', serif;
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.pageView .pageContent .ck-table-resized {
    font-family: 'Lora', serif;
    font-size: 17px !important;
    line-height: 1.8;
}

.pageView .pageContent ol li {
    font-family: 'Lora', serif;
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.pageView .pageContent h5 {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Lora', serif;
    font-weight: 400;
    background-color: #A2D5E5;
    padding: 15px;
    margin-bottom: 0;
}

.articleHeadline h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: .25rem;
}

.eventSquare img {
    width: 100%;
}

.pageSidebar {
    overflow: hidden;
}

.pageSidebar .covid-19 {
    background-color: rgb(190, 0, 29);
    border-radius: 0px;
    color: #fff;
    border-color: #b31312 !important;
    border: 0px;
    border-bottom: 2px solid;
    font-family: 'Lora', serif;
    font-weight: bold;
    background-image: url(/assets/images/verkiezingen.png);
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    background-size: 100%;
    padding-left: 55px;
    width: 100%;
    position: relative;
    padding: .75rem 1.25rem;

}

.pageSidebar .nav-tabs .nav-item {
    width: 33.33%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.pageSidebar .tab-content {
    background-color: #fff;
}

.pageSidebar .nav-tabs .nav-item:nth-child(3) .nav-link {
    border: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-right: 0px !important;
}

.pageSidebar .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;

}
.pageSidebar .nav-tabs .nav-link {
    border: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-right: 2px white solid !important;
    padding: 0.8rem 1rem;
}

.pageSidebar .nav-tabs a.nav-link {
    color: #495057 !important;
}

.pageSidebar .nav-tabs {
    border-bottom: 0px !important;
    background-color: #ceeaee;
}

.pageSidebar .nav-tabs .nav-item {
    margin-bottom: 0px !important;
}

.pageSidebar .tab-pane ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pageSidebar .tab-pane ul li {
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 14px;
    overflow: hidden;
}

.pageSidebar .tab-pane ul li:hover {
    background-color: #F6F6F6;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.pageSidebar .tab-pane ul li a {
    color: #000 !important;
}

.pageSidebar .tab-pane ul li a:hover {
    color: #000 !important;
    text-decoration: none;
}

.pageSidebar .tab-pane ul li:last-child {
    border-bottom: 0px !important;
}


@media only screen and (max-width: 1200px) {
    header.headerBody .navigationBlock .navbar .navbar-brand span.subtitle {
        font-size: 8px;
    }

    header.headerBody .navigationBlock .navbar ul.navbar-nav li.nav-item {
        margin-left: 15px;
    }

    header.headerBody .navigationBlock .navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px !important;
    }

    footer .footer-top .col-md-8 {
        display: none;
    }
    footer .footer-top .col-md-4 {
        max-width: 50% !important;
        flex: unset;
        margin: 0 auto;
    }

    .navbar-brand {

    }

    .navbar-brand img {
        height: 30px !important;
    }
}

a.button {
    display: none;
}

@media only screen and (max-width: 991px) {

    .containerHolder {
        width: 100% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
        margin-left: auto;
    }

    header.headerBody .navigationWidget {
        display: none;
    }

    header.headerBody .navigationBlock .navbar .navbar-brand span.subtitle {
        font-size: 8px;
    }

    header.headerBody .navigationBlock .navbar {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }

    .containerHolder {
        padding: 0px;
    }

    .containerHolder .border-right {
        border-right: 0px !important;
    }
    .containerHolder .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .col-md-8 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .articleItems .articleItem {
        margin-bottom: 0px;
        border-bottom: 1px #ececec solid;
    }

    .articleItems .articleItem .articleCategory {
        margin-bottom: 8px;
        line-height: 1;
    }

    .articleItems .articleItem .articleCategory .badge.badge-dark {
        background-color: #fff !important;
        color: #c31615 !important;
        margin-right: 0px;
        font-size: 9px;
        padding: 0px;
    }

    .articleItems .articleItem .articleCategory .badge.badge-dark:after {
        content: '•';
        color: #000;
    }

    .articleItems .articleItem .articleCategory .badge.badge-dark:last-child:after {
        content: '';
    }

    .articleItems .articleItem{
        overflow: hidden;
        padding: 5px 15px;
    }

    .articleItems .articleItem .articleHeadline h2 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .articleItems .articleItem .articleImage {
        width: 70px;
        float: left;
        margin-bottom: 6px;
    }

    .articleItems .articleItem .articleImage .dekstop {
        display: none;
    }

    .articleItems .articleItem .articleImage .mobile {
        display: block;
    }

    .articleItems .articleItem .articleImage .mobile img {
        width: 100% !important;
        height: 100% !important;
    }

    .articleItems .articleItem .articleHeadline {
        float: left;
        width: calc(100% - 70px);
        padding-left: 15px;
        margin-bottom: 0px;
    }

    .articleItems .articleItem .articleLead {
        display: none;
    }

    .articleItems .articleItem .articleHeadline small {
        font-family: 'Open Sans', sans-serif;
        color: grey;
        font-weight: 600;
        font-size: 12px;
    }

    .pageSidebar {
        padding: 15px 0px;
    }

    .articleTop {
        background-color: #fff;
        padding: 15px;
        border-bottom: 2px #ECECEC solid;
        margin-bottom: 0;
    }

    .articleTop h1 {
        font-family: 'Roboto Slab', serif;
        font-size: 16px;
        margin-bottom: 0;
    }

    .pageView .breadcrumb {
        margin-bottom: 0;
    }

    footer .footer-top {
        padding: 0px 15px !important;
    }

    footer .footer-bottom {
        padding: 0px 15px !important;
    }

    footer .footer-top ul.elba-rec {
        display: none;
    }

    footer .footer-top {
        padding-bottom: 15px !important;
    }

    footer .border-right {
        border-right: 0px !important;
        border-bottom: 1px solid rgba(0,0,0,.125)
    }

    /*footer .footer-middle {*/
    /*    padding-top: 0px !important;*/
    /*}*/

    footer .footer-bottom {
        margin-top: 0px !important;
    }

    footer .footer-middle .pl-5 {
        padding-left: 1rem!important;
    }

    footer .footer-top .info {
        margin-top: 45px !important;
    }

    footer .footer-top .info:before {
        font-size: 13px !important;
        width: 90%;
    }

    .klein {
        column-count: 1 !important;
    }

    .klein .articleItem .articleHeadline h2 {
        font-size: 18px !important;
    }

    footer .footer-top .col-md-8 {
        display: none;
    }
    footer .footer-top .col-md-4 {
        max-width: 100% !important;
        flex: unset;
        margin: 0 auto;
    }
}

.btn.btn-custom {
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,.125);
    /* float: right; */
    width: 100%;
    /* text-align: right; */
    font-size: 14px;
    margin-top: 10px;
    background-color: #fff;
}

footer {
    position: relative;
    padding: 15px 0px;
    padding-bottom: 0px !important;
    background-color: rgb(37,93,117);
}

footer a {
    color: #fff !important;

}

footer .footer-top {
    border-bottom: 1px #fff solid;
    padding-bottom: 15px;
}

.articleText img {
    max-width: 100% !important;
}

footer .footer-top ul.elba-rec {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

footer .footer-top ul.elba-rec li {
    float: left;
    margin-right: 30px;
}

footer .footer-top ul.elba-rec li:first-child:before {
    content: "Onderdeel van";
    top: 0px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: light;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

footer .footer-top ul.elba-rec li:nth-child(3):before {
    content: "Ook uitgever van";
    top: 0px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: light;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

footer .footer-top .info {
    margin-top: 20px;
}

footer .footer-top .info:before {
    content: "blijf op de hoogte door u in te schrijven voor de nieuwsbrief";
    top: 0px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: light;
    /* font-weight: bold; */
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

footer .footer-top .info input[type=email] {
    border: 0px;
    height: 30px;
    width: calc(95% - 94px);
    margin-right: 3%;
    outline: none;
    border-radius: 0px !important;
    padding: 0px 10px;
}

footer .footer-top .info input[type=submit] {
    background-color: rgb(190, 0, 29);
    padding: 8px 10px !important;
    color: white;
    border: 0px;
    border-radius: 0px !important;
    height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    line-height: 15px !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    float: right;
}

footer .footer-top .info input[type=submit]:hover {
    background-color: rgb(145, 13, 13) !important;
    text-decoration: none !important;
    color: white;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #015e78;
    font-size: 14px;
}

footer .footer-middle {
    padding-top: 15px;
}

footer .footer-middle ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

footer .footer-middle ul li {
    color: #fff;
    font-size: 14px;
}

footer .footer-bottom {
    padding: 13px 10px !important;
    background-color: #01465e;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

footer .footer-bottom a {
    color: #fff !important;
}

footer p {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
}

.articleItem a.articleClick {
    text-decoration: none;
    color: #000;
}

.img_div img {
    width: 100%;
}

.klein {
    column-count: 2;
}

.klein .articleItem .articleLead {
    display: none;
}

.klein .articleItem {
    display: inline-block
}

.klein .articleItem .articleHeadline h2 {
    font-size: 24px;
}

#sidemenu {
    position: fixed;
    top: 0;
    left: -81%;
    right: 0;
    bottom: 0;
    width: 80%;
    z-index: 1010;
    background-color: #fff;
    transition: left .2s ease;
    overflow: scroll;
}

#sidemenu header {
    width: 100%;
    height: 50px;
    background-color: rgb(37,93,117);
    color: #fff;
    line-height: 50px;
    position: absolute;
    top: 0;
    z-index: 1001;
}

#sidemenu header p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 700;
}

#sidemenu ul {
    margin: 0;
    list-style: none;
    overflow: scroll;
    padding: 0;
}

#sidemenu main {
    padding: 50px 15px 15px;
}

#sidemenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    content: "";
    display: none;
    z-index: 1008;
}

#sidemenu-overlay.active {
    display: block !important;
}

#sidemenu.active {
    left: 0;
}

#sidemenu ul.bordered a {
    border-bottom: 1px solid #eee;
}

#sidemenu ul a {
    display: flex;
    text-decoration: none;
    color: #000;
    padding: 10px 0;
    align-items: center;
}

#sidemenu ul a span {
    flex-grow: 1;
}

.articleClickHover {
    color: #000;
}
.articleClickHover:hover {
    text-decoration: underline !important;
    color: #000;
}

.pageListItem h2 {
    font-size: 16px;
    font-family: "Open Sans", serif;
    margin-bottom: 0px !important;
}

.auteur img {
    width: 80px;
    border-radius: 50%;
    float: left;
}

.auteur .info {
    float: left;
    margin-left: 15px;
    margin-top: 19px;
}

.auteur .info p {
    font-size: 14px;
}

.aanmelden {
    background-color: rgb(190, 0, 29);
    border-radius: 0px;
    color: #fff;
    border-color: #b31312 !important;
    border: 0px;
    border-bottom: 2px solid;
    font-family: 'Lora', serif;
    font-weight: bold;
    padding: .75rem 1.25rem;
    text-align: center;
}

.aanmelden a {
    color: #fff;
}

ul.pagination {
       height: 55px;
    margin-bottom: 0px;
    border-radius: 0px;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    padding-top: 10px;
}


.pagination-sm .page-item:first-child .page-link {
    border-radius: 0px;
}

.pagination-sm .page-item:last-child .page-link {
    border-radius: 0px;
}

ul.pagination-sm .page-item.active .page-link {
    background-color: rgb(190, 0, 29);
    border-color: #a50019 !important;
    color: #fff !important;
}

ul.pagination .page-link {
    color: #333;
}

.modal-content {
    border-radius: 0px;
}

.modal-content .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #225d75;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
}

.modal-content .modal-header h5.modal-title {
    font-size: 16px;
}

.modal-content .modal-header .close {
    color: #fff !important;
}

.modal-content .modal-body label {
    font-size: 14px;
}

.modal-content .modal-body button {
    font-size: 14px;
}

.modal-content .modal-body .form-control {
    border-radius: 0px;
}
.h5-replace {
	font-size: 16px;
    line-height: 25px;
    font-family: 'Lora', serif;
    font-weight: 400;
    background-color: #A2D5E5;
    padding: 15px;
    margin-bottom: 1rem;
}

.h5-replace a {
    color: #337ab7;
}


a.download-whitepaper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 10px #d9d9d9 solid;
    width: 235px;
    height: 235px;
    top: 80px;
    border-radius: 50%;
    left: -100px;
    background-color: #00512c;
    vertical-align: center;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Lora', serif;
    z-index: 500;
}

a.download-whitepaper span {
    transform: rotate(-12deg);
    transition: transform .7s ease-in-out;
}

a.download-whitepaper span:hover {
    transform: rotate(-8deg);
}
/*.download-button {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    position: absolute;*/
/*    bottom: -35px;*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    color: #000;*/
/*    background-color: #fff;*/
/*    border-radius: 50%;*/
/*}*/

.download-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -26px;
    width: 70px;
    right: 31px;
    height: 70px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
}

@media only screen and (max-width: 993px) {
    a.download-whitepaper {
        display: none;
    }

    .download-button {
        display: none;
    }
}

.vacature-section,.agenda-section {
    margin-bottom: 1.5rem;
    background-color: #255d75;
    padding: 15px;
}

.vacature-section h4 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.agenda-section h4 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.article-item {
    display: block;
}
.article-item a {
    color: #000 !important;
    text-decoration: none;
}
.article-item a .article-image-container {
    margin-bottom: 10px;
}
.article-item a .article-image-container .article-image {
    aspect-ratio: 16/9;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.article-image {
    overflow: hidden;
    position: relative;
}

.article-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.article-item .details {
    /*margin-bottom: 10px;*/
}
.article-item .item-category {
    color: #fff;
    background-color: #C31716;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 8px;
    position: absolute;
    bottom: 0px;
    font-family: 'Roboto Slab', serif;

}
.article-item .item-category-label {
    color: #fff;
    background-color: #255d75;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    font-family: 'Roboto Slab', serif;
    z-index: 999;

}

.article-item .details .item-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: rgb(64,64,64);
    transition: color 250ms ease-in-out 0s;
}

.article-item .details .item-title.small{
    font-size: 20px;
}

.article-item .details .item-description {
    margin-bottom: 0px;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}

.article-item a:hover {
    color: green;
}

h6 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #255d75;
    line-height: 0.1em;
    margin: 10px 0 30px;
}

h6 span {
    background: #fff;
    padding:0 10px;
    color: #255d75;
    text-transform: uppercase;
    font-size: 16px;
}

.Links_vacatures {
    font-size: 14px;
    display: block;
    border-bottom: 1px #01465e solid;
    padding: 5px 0px;
}

a.Links_vacatures {
    text-decoration: none;
    color: #fff;
}

.article-layover {
    position: absolute;
    bottom: 0px;
    color: white;
    z-index: 999;
}

.article-layover li {
    font-size: 10px;
    font-weight: bold;
}

.article-img-layer {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 888;
}

.articleContent {

}

.articleContent .articleTitle h1 {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0.5rem!important;
    color: rgb(64,64,64);
}

.articleContent .articleImage {
    position: relative;
    aspect-ratio: 16/9;
}

.pageContent .pageImage {
    position: relative;
    aspect-ratio: 16/9;
}

.pageContent .pageImage img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.articleContent .articleImage .articleImageCredit {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 13px;
    padding: 5px;
}

.articleContent .articleImage img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.articleContent .articleBlog h2 {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.articleContent .articleBlog h3 {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.articleContent .articleBlog h4 {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.articleContent .articleBlog ol li {
    font-family: 'Lora', serif;
    font-size: 17px;
    margin-bottom: 1em;
    letter-spacing: 0;
}

.articleContent .articleBlog ul li {
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.8;
}

.articleContent .articleBlog ul li a {
    color: #C31716;
    font-weight: 600;
    text-decoration: underline;
}

.articleContent .articleBlog blockquote {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: #255d75;
    /*background: #A2D5E5;*/
    /*border-left: 10px solid #255d75;*/
    /*margin-bottom: 1.5rem;*/
    /*padding: 1.5rem;*/
    quotes: "\201C""\201D""\2018""\2019";
}
/*.articleContent .articleBlog blockquote:before {*/
/*    color: #ccc;*/
/*    content: open-quote;*/
/*    font-size: 4em;*/
/*    line-height: 0.1em;*/
/*    margin-right: 0.25em;*/
/*    vertical-align: -0.4em;*/
/*}*/
.articleContent .articleBlog blockquote p {
    display: inline;
    font-size: 22px !important;
    line-height: unset !important;
}

.shortArticle {
    background-color: #8fa6b1;
    padding: 20px;
    margin-bottom: 25px;
}

.articleContent .articleBlog p {
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.8;
}

.articleContent .articleBlog p a{
    color: #C31716;
    font-weight: 600;
    text-decoration: underline;
}

.articleContent .articleImage .item-category {
    color: #fff;
    background-color: #C31716;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 8px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-family: 'Roboto Slab', serif;
}

.social {
    width: 2.5rem;
    position: sticky;
    left: -3.5rem;
    top: 140px;
}

.social a {
    background: #5e5e5e;
    /*border-radius: 50%;*/
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    width: 2.5rem;
    color: #fff !important;
    margin-bottom: 5px;
    z-index: 1;
}

.item-label {
    color: #fff;
    background-color: #255d75;
    font-size: 16px;
    padding: 5px 10px;
    font-family: 'Roboto Slab', serif;
    z-index: 999;
}

a.author {
    color: #C31716;
    text-decoration: underline;
}

.liveBlog {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.8;
}

.vacancy-list {
    flex: 1;
    border: 1px #ddd solid;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.vacancy-list a {
    color: #000;
}

.vacancy-list a:hover {
    color: #000 !important;
    text-decoration: none;
}

.vacancy-list .vacancy-job {
    flex-direction: row;
    display: flex;
}

.vacancy-list .vacancy-job .vacancy-job-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-right: 15px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vacancy-list .vacancy-job .vacancy-job-details {
    flex: 1;
}

.vacancy-list .vacancy-job .vacancy-job-details .item-category {
    color: #255d75;
    display: block;
    font-size: 15px;
}

.vacancy-list .vacancy-job .vacancy-job-details .item-title {
    font-size: 18px;
    font-weight: 700;
}

.vacancy-list .vacancy-job .vacancy-job-details .item-description {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.job__card--dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #313137;
    border-radius: 50%;
    margin: 0 8px;
    position: relative;
    top: -2px;
}

.vacancy-list .vacancy-job .vacancy-job-details .item-description {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.btn.btn-primary {
    background-color: #C31716;
    border: 1px #C31716 solid;
    color: #fff !important;
    padding: 0.375rem 2rem;
    font-size: 18px;
}

.btn.btn-secondary {
    background-color: #fff;
    color: #255d75;
    border: 1px #255d75 solid;
    padding: 0.375rem 2rem;
    font-size: 18px;
}

/*.articleBlog p:last-child {*/
/*    margin-bottom: 0px;*/
/*}*/

.lead p {
    margin-bottom: 1rem !important;
    font-size: 18px !important;
}


.vacancy-job-text {
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.8;
}

.agenda-text {
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.8;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert-info {
    position: fixed;
    right: 15px;
    bottom: 0px;
    width: 300px;
    border-radius: 0px;
    font-weight: bold;
    z-index: 999;
}

hr {
    color: #ececec !important;
    border-color: #ececec !important;
    opacity: 1;
}

.media-block hr {
    color: #babbbc !important;
    border-color: #babbbc !important;
    opacity: 1;
}
.max-400 {
    min-width: 400px;
}

@media only screen and (max-width: 991px) {
    header {
        border-bottom: 1px #ECECEC solid;
    }

    a.button {
        display: block !important;
        color: #000;
        height: 21px;
    }

    a.button .fa-bars {
        font-size: 28px;
    }

    .article-body {
        margin-left: 0px !important;
    }
    .authorDescription {
        margin-left: 0px !important;
    }
}

.is-visible {
    top: -1px !important;
}

.max150 {
    max-width: 150px;
}

.vaknieuws .badge {
    background-color: rgb(190, 0, 29);
    color: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-family: 'Lora', serif;
    padding: 7px 7px;
    min-width: 150px;
    font-weight: 100;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
  header {
      border-bottom: 1px #ECECEC solid;
  }

    .article-body {
        margin-left: 0px !important;
    }

    .authorDescription {
        margin-left: 0px !important;
    }

    .max-400 {
        min-width: unset;
    }

    .headerBody {
        position: fixed;
    }

    .articleTitle h1 {
        font-size: 1.75rem;
    }

    a.button {
        display: block !important;
        color: #000;
        height: 21px;
    }

    a.button .fa-bars {
        font-size: 28px;
    }

    .logo-stads {
        font-family: 'Lora', serif;
        font-size: 35px !important;
        font-weight: 300 !important;
    }

    .sz-logo-words-wrapper {
        font-family: 'Roboto Slab', serif;
        font-weight: 100 !important;
        font-size: 35px !important;
    }

    .sz-logo-words-wrapper b {
        font-weight: 100 !important;
    }


    .is-visible {
        top: -1px !important;
    }

    .vaknieuws {
        display: block !important;
    }

    .vaknieuws .social-small{
        float: unset !important;
    }

    .vaknieuws .social-small a {
        display: unset !important;
        margin-bottom: 0px;
        margin-right: 5px;
    }

    .vaknieuws .badge {
        text-align: center !important;
        width: unset !important;
        min-width: unset !important;
        display: inline-block;
    }

    .max150 {
        max-width: unset !important;
    }
}

.media-block .media-left {
    display: block;
    float: left;
    background-color: green;
}

.media-block .media-right {
    float: right
}

.media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto
}

.middle .media-left,
.middle .media-right,
.middle .media-body {
    vertical-align: middle
}

.thumbnail {
    border-radius: 0;
    border-color: #e9e9e9
}

.tag.tag-sm, .btn-group-sm>.tag {
    padding: 5px 10px;
}

.tag:not(.label) {
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #cdd6e1;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.text-muted, a.text-muted:hover, a.text-muted:focus {
    color: #acacac;
}
.text-sm {
    font-size: 0.9em;
}
.text-5x, .text-4x, .text-5x, .text-2x, .text-lg, .text-sm, .text-xs {
    line-height: 1.25;
}

.btn-trans {
    background-color: transparent;
    border-color: transparent;
    color: #929292;
}

.btn-icon {
    padding-left: 9px;
    padding-right: 9px;
}

.btn-sm, .btn-group-sm>.btn, .btn-icon.btn-sm {
    padding: 5px 10px !important;
}

.mar-top {
    margin-top: 15px;
}

.media-body p {
    font-size: 14px !important;
}

.wie-wat-hoe-card {

}

.wie-wat-hoe-card .title {
    font-size: 15px;
    font-weight: 600;
}

.font-stupid {
    font-family: 'Roboto Slab', serif;
}

.beeld {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    overflow: hidden;
    position: relative;
}

.wie-wat-hoe-card .subtitle {
    font-family: 'Roboto Slab', serif;
    font-weight: 200;
    font-size: 14px;
}

.wie {
    background-color: #C31716;
}

.wat {
    background-color: rgb(37,93,117);
}

.hoe {
    background-color: rgb(88, 88, 90);
}

.column-item {
    display: block;
    border-bottom: 2px rgb(37,93,117) solid; background-size: 50%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 200px;
}

.column-item img {
    width: 50%;
    margin-bottom: 0px;
}

.column-quote {
    margin-bottom: 0.5rem;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}

.column-item .item-title{
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: rgb(64,64,64); margin-bottom: 0.5rem;
    line-height: 1.2;
}

.column-author {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.column-author span {
    color: #C31716;
    text-transform: uppercase;
}

.column-item a {
    color: #000 !important;
    text-decoration: none;
}

.column-item img {
    width: 100%;
    margin-bottom: 10px;
}

.text-bg-secondary {
    background-color: #C31716;
}

.desktop-nav a {
    font-size: 15px;
    color: rgb(1,94,120);
}

.desktop-nav {
    color: rgb(1,94,120);
    font-size: 15px;
    height: 44px;
}

.container {
    background-color: #fff;
}

.navigation-search {
    position: relative;
}

.navigation-search .search-input {
    outline: none;
    height: 44px;
    border: 0px;
    border-left: 1px black solid;
    width: 300px;
    padding: 10px;
    padding-left: 44px;
}

.navigation-search .fas.fa-search{
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 20px;
}

.raw-html-embed {
    text-align: center;
    margin-bottom: 1rem;
}

.raw-html-embed iframe {
    max-width: 100%;
}

.article-body figure.image img{
    max-width: 100%;
}

.article-body figure.image figcaption{
    background-color: #ececec;
    font-size: 14px;
    padding: 10px;
    font-family: 'Lora', serif;
}

.article-body figure.table table {
    width: 100%;
}

.article-body figure.table table thead {
    background-color: #255d75 !important;
}

.article-body figure.table table thead th {
    padding: 3px 9px;
    color: #fff;
}

.article-body figure.table table tbody td {
    padding: 3px 9px;
}

.article-body figure.table table, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
}

.article-body {
    margin-left: 14%;
}

figure.image img {
    max-width: 100%;
}

figure.image figcaption {
    background-color: #ececec;
    font-size: 14px;
    padding: 10px;
    font-family: 'Lora', serif;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #5e5e5e;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.show-snackbar {
    visibility: unset !important;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
    from { bottom: 0; opacity: 0; }
    to   { bottom: 30px; opacity: 1; }
}

@keyframes fadeout {
    from { bottom: 30px; opacity: 1; }
    to   { bottom: 0; opacity: 0; }
}

.authorDescription {
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.8;
    background-color: #A2D5E5;
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px #75b6cb solid;
}

.article-item a:hover .item-title {
    color: #255d75 !important;
}

.column-item a:hover .item-title {
    color: #255d75 !important;
}

.authorDescription p {
    margin-bottom: 0px;
}

.section-item {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.search-item {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    margin-bottom: 0;
}

p a span {
    color: #C31716 !important;
}

.article-body h2 span {
    color: #000 !important;
}

.article-body h3 span {
    color: #000 !important;
}

.article-body h4 span {
    color: #000 !important;
}

.article-body p a[target="_blank"]::after {
    display: inline-block;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    margin-left: 4px;
    position: relative;
    top: -5px;
}

.article-body li a[target="_blank"]::after {
    display: inline-block;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    margin-left: 4px;
    position: relative;
    top: -5px;
}

p.info-box {
    border: 1px #dadada solid;
    background-color: #ececec;
    padding: 10px !important;
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.8;
}

div.info-box {
    border: 1px #dadada solid;
    background-color: #ececec;
    padding: 10px !important;
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 14px;
}

div.info-box a {
    color: #C31716;
    font-weight: 600;
    text-decoration: underline;
}

p.info-box span {
    background-color: unset !important;
}

div.info-box span {
    background-color: unset !important;
}

blockquote p span {
    background-color: unset !important;
}

.vacancy-job-text p a[target="_blank"]::after {
    display: inline-block;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    margin-left: 4px;
    position: relative;
    top: -5px;
}

.vacancy-job-text p a {
    color: #C31716;
    font-weight: 600;
    text-decoration: underline;
}

.articleContent .articleBlog ul li a {
    color: #C31716;
    font-weight: 600;
    text-decoration: underline;
}

.vacancy-job-text ul li a {
    color: #C31716;
    font-weight: 600;
    text-decoration: underline;
}

.tags a:hover {
    color: white;
}

.agenda-items {

}

.agenda-items h6 {
    border-color: #255d75;
    text-align: left;
    margin-bottom: 20px !important;
}

.agenda-items h6 span {
    color:#255d75;
    padding-left: 0px !important;
}

.agenda-item {
    background-color: #f8f8f8
}

.agenda-item .date-box {
    min-width: 80px;
    height: 86px;
    text-align: center;
    border: 1px #ececec solid;
}

.agenda-item .date-box .daydate {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    height: 24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #255d75;
}

.agenda-item .date-box .day {
    font-size: 40px;
    line-height: 60px;
    height: 60px;
    background-color: #fff;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

.agenda-item .agenda-box .agenda-meta {
    font-size: 14px;
    font-weight: bold;
}

.agenda-item .agenda-box .agenda-text h2 {
   font-size: 25px;
}

.agenda-item .agenda-box .agenda-text p {
    font-size: 16px;
}

.agenda-item:hover {
    background-color: #fbfbfb !important;
}

.user-table {

}

.user-table table {
    width: 100%;
}

.user-table table thead {
    background-color: #255d75 !important;
}

.user-table table thead th {
    padding: 3px 9px;
    color: #fff;
}

.user-table table tbody td {
    padding: 3px 9px;
}

.user-table table, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
}

.agenda-article .agenda-title h1 {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0.5rem!important;
    color: rgb(64,64,64);
}

.tippy-box {
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4);
    border-left: 5px #C31716 solid;
    border-radius: 0px !important;
    max-width: 400px !important;
    background-color: #fff;
    color: #000;
    max-height: 300px;
    overflow: scroll;
    overflow-y: scroll;
}

.tippy-content {
    padding: 25px 25px;
}

.tippy-content h2 {
    margin-top: 0px !important;
    font-size: 18px !important;
}

.tippy-content p {
    font-size: 16px !important;
}

.tippy-content p:last-child {
    margin-bottom: 0px !important;
}

.tippy-arrow {
    display: none;
}

a.clickable-tooltip {
    text-decoration: none !important;
    border-bottom: 1px dotted #333;
    color: #333 !important;
}

.article-body p .clickable-tooltip::after {
    display: inline-block;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    margin-left: 4px;
    position: relative;
    top: -5px;
}

.article-body li .clickable-tooltip::after {
    display: inline-block;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    margin-left: 4px;
    position: relative;
    top: -5px;
}

.authorDescription p a[target="_blank"]::after {
    display: inline-block;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    margin-left: 4px;
    position: relative;
    top: -5px;
}

.tippy-content a {
    font-size: 16px !important;
}

.marquee {
    background-color: #255d75;
    position: relative;
}

/*.marquee::after {*/
/*    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%);*/
/*    content: " ";*/
/*    width: 30px;*/
/*    height: 57px;*/
/*    right: -10px;*/
/*    position: absolute;*/
/*    !* top: 88px; *!*/
/*    top: -5px;*/
/*}*/

/*.marquee::before {*/
/*    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 80%);*/
/*    content: " ";*/
/*    width: 30px;*/
/*    height: 57px;*/
/*    left: -10px;*/
/*    position: absolute;*/
/*    !* top: 88px; *!*/
/*    top: -5px;*/
/*}*/

.marquee marquee {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff !important;
}

.marquee marquee a {
    color: #fff !important;
    margin-right: 20px;
}

.marquee marquee a::after {
    content: "|";
    position: relative;
    left: 10px;
}

.logo-stads {
    font-family: 'Lora', serif;
    font-size: 56px;
    font-weight: 300 !important;
}

.sz-logo-words-wrapper {
    font-family: 'Roboto Slab', serif;
    font-weight: 100 !important;
    font-size: 56px;
}

.sz-logo-words-wrapper b {
    font-weight: 100 !important;
}

.navbar-brand:hover {
    color: black !important;
}

.marquee-title {
    background-color: rgb(190, 0, 29);
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 16px;
    min-width: 151px;
}

.marquee-track {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
}

.media-block {
    border: 1px #ececec solid;
}

.media-user {
    background-color: #255d75;
    color: #fff;
    padding: 5px;
}

p {
    font-family: 'Lora', serif;
    font-size: 17px !important;
}

.vaknieuws .social-small {
    float: right;
}

.vaknieuws .social-small a{
    display: block;
    color: #c8c8c8 !important;
    font-size: 16px;
    margin-bottom: 5px;
}

.vaknieuws .badge {
    margin-bottom: 15px;
}

/*.vaknieuws p {*/
/*    margin-bottom: 25px;*/
/*}*/

.vaknieuws .social-small a i.fab {
    font-size: 20px;
}

.figure.who-what table {
    width: 100%;
    font-family: 'Lora', serif;
    font-size: 17px !important;
}

figure.who-what table thead {
    background-color: #255d75 !important;
}

figure.who-what table thead th {
    padding: 3px 9px;
    color: #fff;
}

figure.who-what table tbody td {
    padding: 3px 9px;
    font-family: 'Lora', serif;
    font-size: 17px !important;
}

figure.who-what table tbody td p {
    margin-bottom: 0px !important;
}

figure.who-what table, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
}

figure.who-what table tbody td a {
    color: #000;
}

.kort-news-headline.slide span, .sz-logo-headline.slide span {
    padding: 0.4em 0 !important;
}

b.is-visible {
    z-index: 99 !important;
}

.linksList {

}

.linksList a {
    display: block;
    color: #C31716 !important;
}

/*.linksList a[target="_blank"]::after {*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    content: "\f35d";*/
/*    margin-left: 4px;*/
/*    position: relative;*/
/*    top: -5px;*/
/*}*/

figure.image img {
    margin-bottom: 0px !important;
}

figure.image {
    margin-bottom: 0px !important;
}

.vaknieuws ul li {
    font-family: 'Lora', serif;
    font-size: 17px !important;
}

.vaknieuws ol li {
    font-family: 'Lora', serif;
    font-size: 17px !important;
}

.vaknieuws p a {
    color: #C31716 !important;
}

.clickable-tooltip {
    display: inline-block;
    line-height: 1;
}