/* main header */
.modsp-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.modsp-header .navbar-brand-img {
    max-height: 2rem;
    margin-right: 1rem;
    margin-top: -8px;
}
.modsp-header span{
    font-size: 1rem;
}

/* bottom navigation - slide page */
.modsp-bottom-navigation {
    position: fixed;
    right: 3rem;
    bottom: 5rem;
    z-index: 2000;
}
.modsp-bottom-navigation li {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9DD;
}
.modsp-bottom-navigation li:hover {
    background-color: #D9D9DD !important;
}

/* top navigation - slide page */
.modsp-top-navigation li {
    padding: 0.5rem 0.75rem;
    line-height: 1.5rem;
    border-right: 1px solid rgba(217, 217, 221, 0.2);
}
.modsp-top-navigation li:first-child {
    background-color: rgba(255, 255, 255, 0.2);
}
.modsp-top-navigation li:first-child:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.modsp-top-navigation li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.modsp-top-navigation li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.modsp-top-navigation li a.active,
.modsp-top-navigation li:first-child a {
    color: rgba(255, 255, 255, 1);
}
.modsp-top-navigation-pages {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 0.75rem;
}

/* top navigation mobile - slide page */
.btn-modsp-custom {
    width: 200px;
    background: #202020;
    border: 1px solid rgba(217, 217, 221, 0.2);
    padding: 0.5rem 0.75rem;
    border-radius: 0;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    outline: none !important;
    box-shadow: none !important;
    white-space: initial;
    padding-right: 2rem;
}
.btn-modsp-custom:hover{
    color: rgba(255, 255, 255, 1);
}
.btn-modsp-custom:after {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.btn-modsp-custom i {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
}
.modsp-dropdown .dropdown-item {
    border-bottom: 1px solid rgba(0,0,0,.15);
    white-space: initial;
    padding: 0.25rem 1rem;
}
.modsp-dropdown .dropdown-item:last-of-type {
    border-bottom: 0;
}

.modsp-dropdown.show .btn-modsp-custom:after{
    transform: rotate(180deg);
}
.modsp-dropdown .dropdown-menu {
    margin: 0;
    border-radius: 0;
    width: 200px;
    padding: 0;
}
@media (max-height: 480px) {
    .modsp-dropdown .dropdown-menu {
        max-height: 200px;
        overflow-y: scroll;
    }
}
.modsp-dropdown .dropdown-menu .active {
    display: none;
}

/* top navigation - edition page */
.modsp-top-edition-navigation li {
    padding: 0.5rem 0.75rem;
    line-height: 1.5rem;
}
.modsp-top-edition-navigation li:first-child {
    padding-left: 0;
}

.modsp-top-edition-navigation li a:not(.active) {
    color: #4E4E4E;
    opacity: 0.4;
}
.modsp-top-edition-navigation li a.active {
    text-decoration: underline;
}

/* columns - edition page */
.modsp-row img {
    height: 224px;
    min-width: 100%;
    object-fit: cover;
}
.modsp-row .modsp-slide-container {
    height: calc(100% - 224px);
}

.single-jaarverslagen {
    font-size: 1rem;
}
@media ( max-width: 480px ) {
    .single-jaarverslagen .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-jaarverslagen .container .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}