/* =========================================================================
Mediant - 07-2022
Template Mediant is een product van Kommotiv ~ creative communicatie
Copyright © 2022 Kommotiv
post@kommotiv.nl
https://www.kommotiv.nl
========================================================================== */

/* ======================== FONTS ============================== */
@font-face {
    font-family: 'Klavika-Light-Plain';
    src: url('../fonts/KlavikaLight-Plain/KlavikaLight-Plain.eot');
    src: url('../fonts/KlavikaLight-Plain/KlavikaLight-Plain.eot?#iefix') format('embedded-opentype'),
       url('../fonts/KlavikaLight-Plain/KlavikaLight-Plain.svg#KlavikaLight-Plain') format('svg'),
       url('../fonts/KlavikaLight-Plain/KlavikaLight-Plain.ttf') format('truetype'),
       url('../fonts/KlavikaLight-Plain/KlavikaLight-Plain.woff') format('woff'),
       url('../fonts/KlavikaLight-Plain/KlavikaLight-Plain.woff2') format('woff2');
}
@font-face {
    font-family: 'Klavika-Light-Italic';
    src: url('../fonts/KlavikaLight-Italic/KlavikaLight-Italic.eot');
    src: url('../fonts/KlavikaLight-Italic/KlavikaLight-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/KlavikaLight-Italic/KlavikaLight-Italic.svg#KlavikaLight-Italic') format('svg'),
       url('../fonts/KlavikaLight-Italic/KlavikaLight-Italic.ttf') format('truetype'),
       url('../fonts/KlavikaLight-Italic/KlavikaLight-Italic.woff') format('woff'),
       url('../fonts/KlavikaLight-Italic/KlavikaLight-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Klavika-Medium-Italic';
    src: url('../fontsKlavikaMedium-Italic/KlavikaMedium-Italic.eot');
    src: url('../fontsKlavikaMedium-Italic/KlavikaMedium-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fontsKlavikaMedium-Italic/KlavikaMedium-Italic.svg#KlavikaMedium-Italic') format('svg'),
       url('../fontsKlavikaMedium-Italic/KlavikaMedium-Italic.ttf') format('truetype'),
       url('../fontsKlavikaMedium-Italic/KlavikaMedium-Italic.woff') format('woff'),
       url('../fontsKlavikaMedium-Italic/KlavikaMedium-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Klavika-Medium-TF';
    src: url('../fonts/KlavikaMedium-TF/KlavikaMedium-TF.eot');
    src: url('../fonts/KlavikaMedium-TF/KlavikaMedium-TF.eot?#iefix') format('embedded-opentype'),
       url('../fonts/KlavikaMedium-TF/KlavikaMedium-TF.svg#KlavikaMedium-TF') format('svg'),
       url('../fonts/KlavikaMedium-TF/KlavikaMedium-TF.ttf') format('truetype'),
       url('../fonts/KlavikaMedium-TF/KlavikaMedium-TF.woff') format('woff'),
       url('../fonts/KlavikaMedium-TF/KlavikaMedium-TF.woff2') format('woff2');
}
@font-face {
    font-family: 'Klavika-Regular-TF';
    src: url('../fonts/KlavikaRegular-TF/KlavikaRegular-TF.eot');
    src: url('../fonts/KlavikaRegular-TF/KlavikaRegular-TF.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KlavikaRegular-TF/KlavikaRegular-TF.svg#KlavikaRegular-TF') format('svg'),
        url('../fonts/KlavikaRegular-TF/KlavikaRegular-TF.ttf') format('truetype'),
        url('../fonts/KlavikaRegular-TF/KlavikaRegular-TF.woff') format('woff'),
        url('../fonts/KlavikaRegular-TF/KlavikaRegular-TF.woff2') format('woff2');
}
/* ======================== RESET ================================== */
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
* {
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button:focus {
    outline: 0;
}
.grecaptcha-badge {
    display: none !important;
    position: absolute !important;
    top: -10000px;
    left: -10000px;
}
/* ======================== ALGEMENE STYLEN ============================== */
.sk_mainwrapper {
    overflow: hidden;
}
body {
    font-family: 'Klavika-Light-Plain', Arial; 
    font-size: 14px;
    color: #000;
    background-color:#FFF;
    background-position: right top;
    background-repeat: no-repeat;
}
p {
    color:#002349;
    font-size: 15px;
    line-height: 170%;
    font-weight: 300;
    height: auto;
}
p.hidden {
    display: none;
    position: absolute;
    top: -1000px;
    left: -1000px;
}
ol, ol li, ul,  ul li {
    font-family: 'Klavika-Light-Plain', Arial; 
    font-size: 15px;
    color: #002349;
}
ol {
    color: #ff0000;
    padding-top:20px;
}
ul {
    padding: 0;
    list-style-position: inside;
}
h1,h2,h3,h4,h5{
    font-family: 'Klavika-Medium-TF', Serif;
    color: #002349;
    font-weight: 400;
}
h1 {
    font-size: 30px;
    text-align: center;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
a {
    color: #616161;
}   
a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
/* ============================= SKIPLINK ========================= */
a.skiplink {
    background-color: #FFF;
    border: 0;
    display: block;
    font-size: 1.3em;
    left: -1000em;
    padding: 0.8em;
    position: absolute;
    z-index: 2000;
}
a.skiplink:focus, a.skiplink:focus-visible {
    left: 50px;
    top: 50px;
    position: absolute;
    outline: 2px solid #D64000 !important;
    color: #D64000;
    outline-offset: 0;
}
/* ============================= EXTERNAL LINKS ==================== */
#sk_content a span.external {
    text-decoration: none;
    display: inline-block;
}
#sk_content a span.external::after {
    font-family: 'FontAwesome';
    content: "\f08e";
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
}
/* ============================= ALERT ====================== */
joomla-alert {
    padding: 15px 20px;
    border-radius: 0;
    border:0;
}
.alert-heading {
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Klavika-Medium-TF', Serif;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.alert-message {
    font-size: 16px;
}
/* ============================= COOKIES ======================= */
.cc-window .cc-message-text {
    line-height: 25px;
}
.cc-window .cc-message-text a:link, .cc-window .cc-message-text a:visited {
    color: white;
    text-decoration: underline;
}
.cc-window .cc-message-text a:link:hover, 
.cc-window .cc-message-text a:visited:hover {
    opacity: .8;
}
.cc-window .cc-message-text a:link:focus, .cc-window .cc-message-text a:visited:focus {
    outline: 1px solid white;
    outline-offset: 2px;
}
div.cc-window a.cc-btn:focus {
    outline: 1px solid white;
    outline-offset: 3px;
}
/* ============================= BUTTONS ====================== */
.btn-primary {
    background-color: #F28F3B;
    color: #002349;
    font-family: 'Klavika-Medium-TF', Serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    border: 0px;
    padding: .6rem 5rem;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active {
    background: #FF550A;
    text-shadow: none;
    box-shadow: none;
    color: #002349;;
    outline: 0;
}
.btn-primary.keyboard-focus {
     outline: 2px solid #D64000 !important;
     outline-offset: 2px;
}

/* ============================= LOGO ==============================*/
.logo img {
    height: 100%;
    width: 190px;
    transition: all .7s;
}
.logo {
    z-index: 3000;
    position: absolute;
    top: -20px;
    left: 0px;
    background: white;
    height: 162px;
    border-bottom-right-radius: 120px;
    padding: 0px 50px 15px 0px;
    transition: all .7s;
}
.logo::before {
    content: "";
    display: block;
    background: white;
    height: 162px;
    width: 2000px;
    top: 0px;
    left: -1960px;
    position: absolute;
    z-index: -1;
    transition: all .7s;
}
.logo.shrink {
    height: 80px;
    background: white;
    border-bottom-right-radius: 0;
    padding: 0;
    top: -20px;
    width: 200px;
    transition: all .7s;
}
.logo.shrink::before {
    height: 80px;
    transition: all .7s;
}
.logo.shrink img {
    height: 100%;
    width: 100px;
    transition: all .7s;
}
#logo:hover {
    opacity: .85;
}
/* ======================== HEADER NAVIGATION ======================== */
header .moduletable {
    padding-bottom: 0px;
}
.navbar {
    margin: 0;
    padding: .65rem;
    height: 80px;
    box-shadow: none;
    transition: all .7s;
}
.navbar.shrink {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: all 3s;
}
.navbar .container {
    position: relative;
    min-height: 42px;
}
.navbar-brand {
    padding: 0px 10px;
    margin: 0;
    height: 100%;
    width: 100%;
}
.navbar-light .navbar-toggler-icon {
    width: 1em;
    height: 1.2em; 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(140,140,140, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    border-color: rgb(140,140,140);
}
.navbar-light li.nav-item {
    margin-left: 20px;
}
.navbar-light li.nav-item a.nav-link,
.navbar-light li.nav-item button.nav-link {
    font-size: 18px;
    color: #002349;
    font-weight: 400;
}
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light li.nav-item a.nav-link:hover {
    color: #D64000;
}
header a.nav-link.keyboard-focus {
    outline: 2px solid #D64000 !important;
}

.navbar-toggler.collapsed .fa-bars {
    display: block;
}
.navbar-toggler .fa-bars {
    display: none;
}
.navbar-toggler.collapsed .fa-times {
    display: none;
}
.navbar-toggler .fa-times {
    display: block;
}
.nav-link.clientportaal {
    background: rgb(242,143,59);
    background: -moz-linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    background: -webkit-linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    background: linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    color: #002349;
    border-radius: 5px 5px 15px 5px;
}
.nav-link.clientportaal:hover {
    background: #002349 !important;
    color: white !important;
}
.nav-link.clientportaal:focus-visible {
    outline: 5px auto #D64000 !important;
    outline-offset: 3px;
}
@media (max-width: 1199px) {
    .navbar-light li.nav-item { 
        margin-left: 5px;
    }
}
@media (min-width: 992px) {
    #logo-mob {
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar-nav {
        font-size: 18px !important;
        text-align: center
    }
    div.logo {
        display: none;
    }
    #logo-mob img {
        width: 150px;
        height: auto;
    }
    .navbar {
        height: inherit;
        padding: .85rem 1.5rem;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }
    .navbar .container {
        width: 100%;
        max-width: 100%;
    }
    .navbar-brand {
        display: inline-block;
        padding: 0px;
        margin: 0;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        width: auto;
        height: inherit;
    }
    .navbar-light .navbar-toggler {
        border: 0px;
        border-radius: 0;
        color: #022349;
        padding: 0;
        align-self: center;
    }
    .navbar-light .navbar-toggler:hover {
        color: #FF550A;
    }
    .navbar-light .navbar-toggler i {
        font-size: 1.5em;
    }
    .navbar #collapsibleNavbar {
        max-height: 90vh;
        max-height: calc(100vh - 87px);
        overflow: auto;
    }
    .navbar-light li.nav-item {
        margin-left: 0px;
        border-bottom: 2px solid #f28f3b;
    }
    .navbar-light li.nav-item.portaal,
    .navbar-light li.nav-item.item-123 {
        border-bottom: 0;
    }
    .navbar-light li.nav-item.portaal {
        margin: 20px 0;
    }
    .nav-link.clientportaal {
        display: inline-block;
        padding: 10px 20px;
    }
    .navbar-light li.nav-item a.nav-link {
        font-size: 19px;
    }
    .navbar-collapse {
        margin: 0 -1.5rem;
    }
    header .navbar-nav.menu.mod-list {
        margin-top: 10px;
        margin: 10px 10px 0px 10px;
    }
}
/* Info Menu Mobiel */
.moduletable.info-menu-mobiel {
    margin-top: 20px;
    background: rgb(242,143,59);
    background: -moz-linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    background: -webkit-linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    background: linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    text-align: center;
    padding: 10px 0;
    color: white;
}
.moduletable.info-menu-mobiel ul {
    margin: 0;
    list-style: none;
}
.moduletable.info-menu-mobiel ul li i {
    padding-right:10px;
}
.moduletable.info-menu-mobiel a {
    color: #002349;
    font-size: 19px;
    display: block;
    padding: .5rem 1rem;
    font-weight: 400;
}
.moduletable.info-menu-mobiel a:hover {
    text-decoration: underline;
}
/* ================================ ZOEKEN ================================ */
#mod-finder-searchform108, #finder-search {
    position: relative;
}
.moduletable .form-search .awesomplete {
  width: 100%;
}
#sk_zoeken #sk_content {
    background: #e0e4e9;
}
#finder-search .word {
    position: relative;
}
.item-page.finder {
    color: #002349;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 170%;
}
#finder-search .inputbox, .form-search input.search-query {
    border: 0;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    padding:15px 20px 15px 20px;
    background: #F4F4F5;
    color: #002349;
    font-weight: 600;
}
#finder-search {
    width: 33.33%;
}
#search-query-explained {
  margin-bottom: 20px;
}
#search-query-explained p {
    margin-bottom: 0px;
}
.searchintro {
    padding: 20px 0 0 0;
}
.searchintro p {
    margin-bottom: 0 !important;
}
#finder-search .inputbox:focus-visible,
#mod-finder-searchword108:focus-visible {
    outline: 2px solid #D64000;
}
#finder-search .awesomplete ul {
    margin-left: 0;
}
#finder-search .btn.btn-primary {
    font-size: 16px;
    color: #FF550A;
    padding: 15px 20px 15px 20px;
    position: absolute;
    background: none;
    border: 0px;
    right: 0px;
    border-radius: 0;
    height: 100%;
}
#finder-search .btn.btn-primary:hover i {
    color: #002349;
}
#finder-search .btn.btn-primary:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
    border: 0px !important;
    box-shadow: none;
}
#finder-search .btn.btn-primary:focus-visible {
    outline: 5px auto -webkit-focus-ring-color !important;
    background: transparent;
}
#finder-search .btn.btn-primary:active {
    background-color: transparent;
    border-color: transparent;
}
#search-form {
    margin-top: 20px;
}
.badge-info {
    background-color: #002349;
    border: 0;
}
.search-result {
  margin-bottom: 20px;
}
.search-result h2 {
  margin: 0 !important;
  font-size: 25px;
  color: #D64000;
  line-height: 170%;
  font-weight: 400;
  font-family: 'Klavika-Medium-TF', Serif;
}
.search-result h2 mark {
    color: #D64000;
    background: transparent;
    padding: 0;
}
.search-result a {
    text-decoration: none !important;
}
.search-result a.keyboard-focus {
    outline-offset: 2px !important;
}
.search-result .result-url {
  font-size: 14px;
  font-weight: 500;
  color: #D64000;
  margin: -4px 0 4px 0;
  line-height: 170%;
}
.search-results .result-text {
  margin-bottom: 20px;
  line-height: 170%;
}
.search-result a:hover h2,
.search-result a:hover h2 mark,
.search-result a:hover .result-url {
    color: #002349;
}
.search-result .card {
    border:0;
    border-radius: 0;
}
.search-result p.readmore {
    margin-bottom: 0;
    color: #002349;
    font-size: 17px;
}
.search-result span {
    display: block;
    color: #D64000;
    font-size: 17px;
    text-decoration: none;
}
.search-result span i {
    color: #D64000;
    margin-left: 2px;
    margin-right: 5px;
    transition: all .15s;
}
.search-result a:hover span {
    color: #002349;
}
.search-result a:hover span i {
  margin-left: 5px;
  margin-right: 2px;
  transition: all .15s;
}
span.highlight {
    background-color: #FFFFE5;
    font-weight: 600;
    padding: 1px 0;
}
h1 span.highlight {
    background-color: inherit;
    font-weight: inherit;
    padding: inherit;
}
.search-result h2 span.highlight {
    font-weight: normal;
}
#search-result-empty h2 {
    font-size: 26px;
}
.btn.btn-secondary.nav-link.navbar-search {
    background: transparent;
    border: 0px;
}
.btn.btn-secondary.nav-link.navbar-search:focus {
    outline: 0px;
    outline-offset: 0px !important;
    border: 0px !important;
    box-shadow: none;
}
.btn.btn-secondary.nav-link.navbar-search:focus-visible {
    outline: 5px auto #D64000 !important;
    border-radius: 0;
}
.btn.btn-secondary.nav-link.navbar-search i,
.btn.btn-secondary.nav-link.navbar-search.collapsed i {
    color: #D64000;
    padding-left: 5px;
}
.btn.btn-secondary.nav-link.navbar-search:hover i,
.btn.btn-secondary.nav-link.navbar-search i {
    color: #002349;
}
.search-collapse.collapse, .search-collapse.collapsing {
    position: absolute;
    top: 60px;
    right: 0px;
    background: white;
    padding:25px 25px 5px 25px;
    width: 500px;
    z-index: 1;
    transition: all .2s;
}
.moduletable .finder .form-search .btn {
    font-size: 16px;
    color:#D64000;
    padding: 15px 20px 15px 20px;
    position: absolute;
    background: none;
    border: 0px;
    right: 0px;
    border-radius: 0;
    height: 100%;
}
.moduletable .finder .form-search .btn:hover {
    color:#002349;
}
.moduletable .finder .form-search .btn:focus {
    outline: 0 !important;
    outline-offset: 0px !important;
    border: 0px !important;
    box-shadow: none;
}
.moduletable .finder .form-search .btn:focus-visible {
    outline: 5px auto #D64000 !important;
    border-radius: 0;
}
.search-collapse .moduletable {
    padding-bottom: 20px;
}
.collapse {
  display: none !important;
}
.collapse.show {
  display: block !important;
}
/* Navigatie binnen zoeken */
.search-pagination ul {
    margin: 20px auto 20px auto !important;
    font-weight: bold;
}
.search-pagination ul li::before {
    display: none;
}
.search-pagination ul li {
    display: inline-block;
}
.search-pages-counter {
    font-weight: 400;
    font-size: 17px;
}
.search-pages-counter strong {
    font-weight: 600;
}
.pagination__wrapper ul li::before {
    display: none;
}
.pagination__wrapper ul li .page-link {
    padding: 3px 8px;
    background: transparent;
    position: relative;
    border: 0px;
    color: #D64000;
    margin: 0;
    line-height: inherit;
    text-decoration: none;
}
.pagination__wrapper ul li .page-link:focus {
    box-shadow: none;
}
.pagination__wrapper ul .page-item.disabled .page-link {
    background: transparent;
    color: #002349;
}
.pagination__wrapper ul li.active .page-link {
    color: #002349;
    background: transparent;
    border: 0;
}
.pagination__wrapper ul li a:hover {
    text-decoration: none;
}
.pagination__wrapper .fa  {
    font-size: 12px;
    text-decoration: none;
    top: -1px;
    position: relative;
}
.pagination__wrapper ul li:first-child a:hover, .pagination__wrapper ul li:last-child a:hover {
    text-decoration: none;
}
.pagination__wrapper ul li:first-child .page-link:after {
    content: "Vorige";
    display: inline;
    position: relative;
    padding-left: 5px;
}
.pagination__wrapper ul li:last-child .page-link:before {
    content: "Volgende";
    display: inline;
    position: relative;
    padding-right: 5px;
}
.pagination__wrapper ul li:first-child a:hover:after,
.pagination__wrapper ul li:last-child a:hover:before {
    text-decoration: none !important;
}
@media (min-width: 992px) {
    .navbar-nav {
        text-align: right;
    }
}
@media (max-width: 991px) {
    #finder-search {
        width: 100%;
    }
    .finder.zoeken-mobiel input {
        border: 0;
        width: 100%;
        border-radius: 0;
        font-size: 16px;
        padding: 15px 20px 15px 20px;
        background: #F4F4F5;
        color: #204181;
        font-weight: 600;
    }
    .finder.zoeken-mobiel .btn {
        font-size: 16px;
        color: #204181;
        padding: 15px 20px 15px 20px;
        position: absolute;
        background: none;
        border: 0px;
        right: 0px;
        border-radius: 0;
        /*width: inherit;*/
        margin: 0;
    }
    .finder.zoeken-mobiel .btn:focus, .finder.zoeken-mobiel .btn:active , .finder.zoeken-mobiel .btn:active:focus {
        box-shadow: none;
        background: none;
        color: #00A481;
    }
    .finder.zoeken-mobiel {
        margin: 10px auto 20px auto;
        position: relative;
        width: 75%;
    }
}
@media (max-width: 625px) {
    .finder.zoeken-mobiel {
        width: 100%;
        float: inherit;
    }
}
@media (max-width: 425px) {
    #finder-search input {
        float: left;
        width: 70% !important;
    }
    #finder-search .btn.btn-primary {
        float: left;
        width: 30%;
        top: inherit;
    }
}
/* Awesomplete */
.awesomplete > ul {
  border-radius: 0;
  border: 0px;
  margin-left: 0;
  background: white;
  opacity: 1;
}
.awesomplete > ul > li {
    font-size: 16px;
    font-weight: 600;
}
.awesomplete > ul > li:before {
    display: none;
}
.awesomplete mark {
    background: #fcf8e3;
}
.awesomplete > ul > li:hover mark {
    background: #fcf8e3;
}
.mark, mark {
    padding: 0;
}
/* ============================= INFORMATION BLOCK =========================== */
.information-block {
    background: #022349;
    margin-top: 80px;
    min-height: 80px;
}
.information-block .alerts {
    margin: 15px 0;
}
.information-block .alerts h2 {
    color: white;
    margin-bottom: 0;
}
.information-block .alerts p {
    color: white;
    line-height: 150%;
    font-size: 16px;
    margin: 0;
}
.information-block .alerts a {
    font-size: 16px;
    text-decoration: underline;
    color: white;
}
.information-block .alerts a:hover {
    opacity: .85;
}
@media (max-width: 991px) {
    .information-block {
        margin-top: 94px;
    }
    .information-block .container {
        max-width: 100%;
    }
    .information-block .alerts {
        margin: 15px;
    }
}
/* ============================= SUBNAVIGATION BLOCK (voor de subsites) ========================= */
.subnavigation-block {
    background: #e0e4e9;
    margin-top: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 80px;
}
.subnavigation-block .navbar-nav.menu.mod-list {
    flex-direction: row;
}
.subnavigation-block .nav-link {
    padding: 0 .25rem;
}
.logo-sub-brand {
    position: absolute;
    background: transparent;
    left: 245px;
    top: -35px;
    height: 100px;
    display: inline-block;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0;
    transition: all .7s;
}
.logo-sub-brand.shrink {
    left: 0px;
    top: -30px;
    height: 83px;
    border-radius: 0;
    transition: all .7s;
}
.navbar-sub-brand {
    display: block;
    height: 100%;
}
.logo-sub-brand img {
    width: 200px;
    height: auto;
    transition: all .7s;
    display: inline-block;
    vertical-align: bottom;
    padding: 30px 20px;
}
.logo-sub-brand.shrink img {
    width: 180px;
}
.menu-wrapper {
    display: flex;
    flex-basis: auto;
    width: 100%;
}
.mob-menu-wrapper {
    display: none;
}
@media (max-width: 1199px) {
    .logo-sub-brand {
        left: 245px;
        height: 80px;
        border-radius: 0;
        top: inherit;
        box-shadow: none;
    }
    .logo-sub-brand img {
        width: 180px;
        padding: 25px 20px;
    }
    .logo-sub-brand.shrink {
        left: 0px;
        top: inherit;
        height: 80px;
        border-radius: 0;
        transition: all .7s;
    }
    .logo-sub-brand.shrink img {
        padding: 25px 20px;
    }
    .menu-wrapper {
        display: none;
    }
    .mob-menu-wrapper {
        display: flex;
        flex-basis: auto;
        width: 100%;
    }
    .mob-menu-wrapper .dropdown {
        width: 50%;
        min-width: 180px;
    }
    .mob-menu-wrapper #dropdownSubMenuLink {
        background: white;
        border: 0;
        color: #002349;
        font-size: 19px;
        padding: .375rem 4rem .375rem 1rem;
        text-align: left;
        border-radius: 0;
        font-weight: 400;
        position: relative;
        right: -15px;
        width: 100%;
    }
    .mob-menu-wrapper #dropdownSubMenuLink:hover {
        opacity: .8;
        text-decoration: underline;
    }
    .mob-menu-wrapper #dropdownSubMenuLink::after {
        right: 0px;
        position: absolute;
        height: 100%;
        border: 0;
        background: #022349;
        content: "\f107";
        font-family: 'FontAwesome';
        color: white;
        width: 50px;
        text-align: center;
        padding: 0px 0px;
        top: 0px;
        font-size: 30px;
    }
    .mob-menu-wrapper #dropdownSubMenuLink:hover::after {
        padding-top: 5px;
        transition: all .15s;
    }
    .mob-menu-wrapper .dropdown-menu.show {
        width: 100%;
        border: 0px;
        border-radius: 0px;
        top: -14px !important;
        left: 15px !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        max-height: 55vh;
        max-height: calc(100vh - 155px);
        overflow: auto;
    }
    .mob-menu-wrapper .dropdown-menu.show a {
        font-size: 18px;
        color: #002349;
        white-space: break-spaces;
        display: block;
        width: 100%;
        padding: .375rem 1rem;
        clear: both;
        font-weight: 400;

    }
    .mob-menu-wrapper .dropdown-menu.show a:hover {
        color: #FF550A;
        text-decoration: none;
        background-color: #f8f9fa;
    }
}
@media (max-width:991px) {
    .subnavigation-block {
        margin-top: 100px;
    }
    .logo-sub-brand {
        left: 0;
    }
}
/* ============================= HEADER BG ====================================== */
#sk_home .header-bg {
    height: 30vw;
    min-height: 350px;
}
.header-bg {
    height: 27vw;
    min-height: 350px;
    background: url(../images/headers/header-home.jpg) no-repeat center center;
    background-size: cover !important;
    position: relative;
    margin-bottom: -1px;
}
#sk_contact .header-bg {
    background: url(../images/headers/header-contact.jpg) no-repeat center center;
    
}
#sk_clienten .header-bg {
    background: url(../images/headers/header-clienten.jpg) no-repeat center center;
    
}
#sk_verwijzers .header-bg {
    background: url(../images/headers/header-verwijzers.jpg) no-repeat center center;
    
}
#sk_over-mediant .header-bg,
#sk_jaardocumenten-en-beleidsplannen .header-bg {
    background: url(../images/headers/header-over-mediant.jpg) no-repeat center center;
   
}
.header-bg .inner-content, .header-bg .inner-content .row {
    height: 100%;
}
.header-bg .dropdown-menu {
    border-radius: 0;
    font-size: 1.1rem;
    width: 100%;
}
.header-bg .dropdown-menu .dropdown-item {
    font-size: 18px;
    color: #002349;
}
.header-bg .dropdown-menu .dropdown-item:focus, 
.header-bg .dropdown-menu .dropdown-item:hover {
    color: #FF550A;
    text-decoration: none;
    background-color: #f8f9fa;
}
.meer-weten-over-wrapper {
    background: white;
    display: block;
    height: 105px;
    border-top-right-radius: 50px;
    position: relative;
    z-index: +1;
    width: 100%;
}
.meer-weten-over-wrapper::before {
    content: "";
    display: block;
    background: white;
    height: 135px;
    width: 2000px;
    top: 0px;
    left: -1960px;
    position: absolute;
}
.meer-weten-over-wrapper::after {
    content: "";
    background: white;
    width: 100%;
    position: absolute;
    height: 31px;
    bottom: -30px;
}
.meer-weten-over-wrapper .dropdown,
.meer-weten-over-wrapper .custom {
    width: 80%;
    margin-top: 30px;
    z-index: +1;
}

.meer-weten-over-wrapper .custom p {
    font-family: 'Klavika-Medium-TF', Serif;
    color: #002349;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 135%;
}
.meer-weten-over-wrapper #dropdownMenuLink {
    background: transparent;
    color: #002349;
    font-size: 26px;
    font-weight: 600;
    border: 0px;
    border-bottom: 3px solid #FF550A;
    border-radius: 0;
    width: 86%;
    text-align: left;
    padding: .375rem 1.5rem;
}
.meer-weten-over-wrapper #dropdownMenuLink.keyboard-focus {
    outline: 2px solid #D64000 !important;
}
.meer-weten-over-wrapper .dropdown-toggle::after {
    right: 0px;
    position: absolute;
    height: 100%;
    border: 0;
    background: #FF550A;
    content: "\f107";
    font-family: 'FontAwesome';
    color: white;
    width: 50px;
    font-size: 35px;
    text-align: center;
    padding: 0px;
    top: 0px;
    transition: all .15s;
}
.meer-weten-over-wrapper .dropdown.show .dropdown-toggle::after {
    content: "\f106";
    padding: 0px !important;
}
.meer-weten-over-wrapper #dropdownMenuLink:hover {
    color: #FF550A;
    border-bottom:3px solid #FF550A;
}
.meer-weten-over-wrapper #dropdownMenuLink:hover::after {
    padding-top: 5px;
    transition: all .15s;
}
.meer-weten-over-wrapper #dropdownMenuLink:hover 
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
}
.meer-weten-over-wrapper .dropdown-menu.show {
    top: 0px !important;
    left: 0px !important;
    transform: translate3d(0px, 55px, 0px) !important;
    margin: 0;
}
.info-menu-desktop {
    height: 240px;
    position: relative;
}
.info-menu-desktop .bg-layer {
    background: #F28F3B;
    position: absolute;
    mix-blend-mode: multiply;   
    width: 100%;
    height: 100%;
}
.info-menu-desktop .bg-layer::after {
    content: "";
    display: block;
    background: #F28F3B;
    height: 240px;
    width: 1960px;
    top: 0px;
    right: -1960px;
    position: absolute;
    mix-blend-mode: multiply;
}
.info-menu-desktop .bg-layer::before {
    content: "";
    display: block;
    background: #F28F3B;
    height: 240px;
    width: 185px;
    top: 0px;
    left: -185px;
    position: absolute;
    border-top-left-radius: 50px;
    mix-blend-mode: multiply;
}
.info-menu-desktop .inner {
    background: #F5F3F0;
    isolation: isolate;
    padding: 20px 0px 20px 100px;
    border-top-left-radius: 50px;
    position: relative;
    height: 200px;
    width: 80%;
}
.info-menu-desktop .inner:after {
    content: "";
    display: block;
    background: #F5F3F0;
    height: 200px;
    width: 1960px;
    top: 0px;
    right: -1950px;
    position: absolute;
    isolation: isolate;
}
.info-menu-desktop ul {
    list-style: none;
    position: relative;
    margin: 0;
}
.info-menu-desktop ul li a {
    color: #022349;
    font-size: 22px;
    padding: .3rem 0rem .3rem 0rem;
    font-weight: 400;
    display: block;
}
.info-menu-desktop ul li i {
    padding-right: 10px;
}
.info-menu-desktop ul li a:hover {
    text-decoration: underline;
}
.info-menu-desktop ul li:nth-child(3) i {
    padding-right: 15px;
}

.info-menu-desktop ul li:nth-child(2) i {
    padding-right: 10px;
    font-size: 17px;
}
.info-menu-desktop ul li a.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: -2px;
}
@media (max-width: 1199px) {
    .meer-weten-over-wrapper::after {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .meer-weten-over-wrapper::before {
        height: 105px;
    }
    .meer-weten-over-wrapper::after {
        display: none;
    }
    .meer-weten-over-wrapper .dropdown {
        margin-top: 0;
    }
    .meer-weten-over-wrapper #dropdownMenuLink {
       font-size: 22px;
        padding: .375rem .3rem;
        font-weight: 400;
    }
    .meer-weten-over-wrapper .dropdown-toggle::after { 
        width: 50px;
        height: 45px;
        font-size: 30px;
        top: 2px;
    }
    .meer-weten-over-wrapper .dropdown-menu.show {
        top: -7px !important;
    }
    .info-menu-mobiel ul li:nth-child(2) i {
        font-size: 15px;
    }
    .meer-weten-over-wrapper .custom {
        width: 90%;
        margin-top: 0px;
    }
    .meer-weten-over-wrapper .custom p {
        font-size: 28px;
        padding-left: 5px;
    }
}
@media (max-width: 767px) {
    .meer-weten-over-wrapper #dropdownMenuLink {
        width: 84%;
    }
    .meer-weten-over-wrapper .custom {
        width: 90%;
        margin-top: 0px;
    }
    .meer-weten-over-wrapper .custom p {
        font-size: 25px;
        padding-left: 5px;
    }
}
@media (max-width: 575px) {
    .meer-weten-over-wrapper {
        height: 85px;
    }
    .meer-weten-over-wrapper::before {
        height: 85px;
    }
    .meer-weten-over-wrapper #dropdownMenuLink {
        width: 100%;
    }
    .meer-weten-over-wrapper .dropdown {
        width: 88%;
    }
}
@media (max-width:450px) {
    .meer-weten-over-wrapper .custom p {
        font-size: 22px;
        padding-left: 5px;
        text-align: left !important;
    }
}
/* ============================= PROJECTEN HOMEPAGE ========================== */
.projecten {
    background: rgb(242,143,59);
    background: -moz-linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    background: -webkit-linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    background: linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    margin: 0;
    padding: 25px 0 12px 0;
}
.onze-expertises-uitgelicht ul {
    list-style: none;
    margin: 0;
}
.onze-expertises-uitgelicht ul li {
    display: inline-block;
}
.onze-expertises-uitgelicht ul li a {
    color: #022349;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
}
.onze-expertises-uitgelicht ul li:first-child a {
    margin-left: 0;
}
.onze-expertises-uitgelicht ul li a:hover {
    text-decoration: underline;
}
.onze-expertises-uitgelicht ul li:after {
    content: "|";
    display: inline-block;
    color: #022349;
}
.onze-expertises-uitgelicht ul li:last-child:after {
    display: none;
}
.onze-expertises-uitgelicht ul li a.keyboard-focus {
    outline: 2px solid white !important;
}
.bekijk-onze-expertises-wrapper .dropdown-menu {
    border-radius: 0;
    font-size: 1.1rem;
    width: 100%;
}
.bekijk-onze-expertises-wrapper .dropdown-menu .dropdown-item {
    font-size: 18px;
    color: #002349;
    white-space: break-spaces;
}
.bekijk-onze-expertises-wrapper .dropdown-menu .dropdown-item:focus, 
.bekijk-onze-expertises-wrapper .dropdown-menu .dropdown-item:hover {
    color: #FF550A;
    text-decoration: none;
    background-color: #f8f9fa;
}
.bekijk-onze-expertises-wrapper .dropdown {
    width: 100%;
}
.bekijk-onze-expertises-wrapper #dropdownMenuLink {
    background: transparent;
    color: #022349;
    font-size: 22px;
    font-weight: 400;
    border: 0px;
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding: .375rem 1.5rem .375rem .375rem;
}
.bekijk-onze-expertises-wrapper .dropdown-toggle::after {
    right: 0px;
    position: absolute;
    height: 100%;
    border: 0;
    background: #022349;
    content: "\f107";
    font-family: 'FontAwesome';
    color: white;
    width: 50px;
    text-align: center;
    padding: 0px 0px;
    top: 0px;
    font-size: 30px;
}
.bekijk-onze-expertises-wrapper .dropdown.show .dropdown-toggle::after {
    content: "\f106";
    padding: 0 !important;
}
.bekijk-onze-expertises-wrapper #dropdownMenuLink:hover {
    opacity: .8;
    text-decoration: underline;
}
.bekijk-onze-expertises-wrapper #dropdownMenuLink:hover::after {
    padding-top: 5px;
    transition: all .15s;
}
.bekijk-onze-expertises-wrapper #dropdownMenuLink:hover 
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
}
.bekijk-onze-expertises-wrapper #dropdownMenuLink.keyboard-focus {
    outline: 2px solid white !important;
}
.bekijk-onze-expertises-wrapper .dropdown-menu.show {
    top: -14px !important;
    left: 0px !important;
    transform: translate3d(0px, 55px, 0px) !important;
    margin: 0;
}
@media (max-width: 991px) {
    .projecten {
        padding: 15px 0;
    }
    .bekijk-onze-expertises-wrapper .dropdown-menu.show {
        top: -11px !important;
    }
}
@media (max-width: 575px) {
    .bekijk-onze-expertises-wrapper .dropdown {
        width: 88%;
        justify-content: flex-start;
    }

}
/* ================================= ACTUEEL =============================== */
/* module */
.wrapper-actueel {
    background: #F5F3F0;
    padding: 50px 0;

}
.wrapper-actueel h1 {
    text-transform: none;
    margin-bottom: 20px;
}
.actueel-module h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.actueel-module .card {
    border: 0px;
    border-radius: 15px 0px 50px 15px;
}
.actueel-module .card-body {
    padding: 2rem 2rem 0rem 2rem;
}
.actueel-module .card h3 {
    color: #D64000;
    text-transform: none;
    font-size: 20px;
    margin-bottom: .75rem;
}
.actueel-module .card p {
    font-size: 17px;
    line-height: 150%;
}
.actueel-module .card .card-body a {
    color: #D64000;
    text-decoration: underline;
}
.actueel-module .card .card-body a:hover {
    color: #002349;
}
.actueel-module .card .card-body a.keyboard-focus {
    outline: 1px solid #D64000;
}
.actueel-module .card .card-footer {
    padding: 0rem 2rem 2rem 2rem;
}
.actueel-module .card .card-footer a {
    color: #002349;
    display: block;
}
.actueel-module .card .card-footer a i {
    color: #D64000;
    margin-right: 5px;
    transition: all .15s;
}
.actueel-module .card .card-footer a:hover i {
    margin-right: 2px;
    transition: all .15s;
}
.actueel-module .card .card-footer a:hover {
    color: #D64000;
}
.actueel-module img {
    border-radius: 15px 0px 50px 0px;
}
.actueel-module a.button-link.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: 2px;
}



/* ================================== GALLERY =================================== */
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
    background-color: transparent;
}
ul.sigFreeClassic li.sigFreeThumb {
    margin: 0 5px 5px 0;
}

/* ================================== NEWSFLASH ================================= */
.newsflash figure img {
    width: 100%;
}

.card-footer {
    background-color: transparent;
    border-top: 1px solid transparent;
}

/* ================================== MODULETABLE =============================== */
.moduletable {
    padding-bottom: 30px;
}
.moduletable h3 {
    padding: 30px 0;
}

/* ================================== BREADCRUMB ================================ */
.wrapper-kruimelpad {
    padding-top: 20px;
}
.breadcrumb {
    background-color: transparent;  
    border-radius: 0;
    border-bottom: 0;
}
.breadcrumb li::after {
    content: ">";
    font-family: 'Klavika-Light-Plain', Arial;
    margin-left: 5px;
    margin-right: 8px;
}
.breadcrumb li:first-child::after,
.breadcrumb li:last-child::after {
    content: "";
    font-family: 'Klavika-Light-Plain', Arial;
    margin-left: 0;
    margin-right: 0;
}
.wrapper-kruimelpad .breadcrumb {
    margin-bottom: 0;
    padding: .75rem 0 0 0;
}
.view-category .wrapper-kruimelpad {
    background: #e0e4e9;
}
.breadcrumb a {
    color: #002349;
}
.breadcrumb a:hover {
    color: #D64000;
}
.breadcrumb a.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: 2px;
    display: inline-block;
}
.breadcrumb .active span {
    color: #5e5e5e;
}
@media (max-width: 767px) {
    .wrapper-kruimelpad {
        padding-top: 25px;
    }
}
/* ================================== BLOG  ===================================== */
.view-category article.sk_maincontent {
    background: #e0e4e9;
    margin: -100px 0 0 0;
    padding: 115px 0 40px 0;
}
.standaard-blog .page-header h1 {
    color: #D64000;
    margin-bottom: 15px;
}
.standaard-blog .category-desc {
    margin-bottom: 10px;
}
.standaard-blog .category-desc p {
    color: #002349;
    font-size: 18px;
    font-weight: bold;
}
.standaard-blog .category-desc a {
    color: #B83700;
    text-decoration: underline;
}
.standaard-blog .category-desc a:hover {
    color: #002349;
}
.standaard-blog .category-desc a.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: 2px;
    display: inline-block;
}
.standaard-blog .card {
    margin: 15px 0;
    border-radius: 0;
    border: 0;
    width: 100%;
}
.standaard-blog .card .card-body {
    padding: 1.5rem;
}
.standaard-blog .card h2.card-title {
    color: #002349;
    font-size: 26px;
}
.standaard-blog .card img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.standaard-blog .card p {
    color: #002349;
    font-size: 17px;
}
.standaard-blog .card a {
    color: #D64000;
    text-decoration: underline;
}
.standaard-blog .card a:hover {
    color: #002349;
}
.standaard-blog .card a.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: 2px;
    display: inline-block;
}
.standaard-blog .card .card-footer {
    padding: 0 1.5rem 1rem 1.5rem;
}
.standaard-blog .card .card-footer p.readmore {
    margin-bottom: 0;
}
.standaard-blog .card .card-footer a {
    display: block;
    color: #D64000;
    font-size: 17px;
    text-decoration: none;
}
.standaard-blog .card .card-footer a i {
    color: #D64000;
    margin-left: 2px;
    margin-right: 5px;
    transition: all .15s;
}
.standaard-blog .card .card-footer a:hover {
    color: #002349;
}
.standaard-blog .card .card-footer a:hover i {
    margin-left: 5px;
    margin-right: 2px;
    transition: all .15s;
}
/* ================================== ARTIKEL ============================== */
article {
    margin: -100px 0 0 0;
    padding: 115px 0 40px 0;
}
article .item-page .page-header h1 {
    color: #D64000;
    margin-bottom: 15px;
}
article .item-page h2 {
    font-size: 25px;
    margin: 20px 0 10px 0;
}
article .item-page h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}
article .item-page p {
    color: #002349;
    font-size: 17px;
    margin-bottom: 1.25rem;
}
article .item-page p strong {
    font-weight: 700;
}
article .item-page p em {
    font-family: 'Klavika-Light-Italic';
}
article .item-page a {
    color: #D64000;
    text-decoration: underline;
}
article .item-page a:hover {
    color: #002349;
}
article .item-page a.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: 0px;
    display: inline-block;
}
article .item-page p + ul {
  margin-top: -.75rem;
}
article .item-page ul li {
    font-size: 17px;
}
article .item-page ul {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    line-height: 190%;
    color: #002349;
    margin-bottom: 1.5rem;
}
article .item-page ul li:before {
    content: "\25CB";
    padding-right: 10px;
    color: #F28F3B;
    margin-left: -17px;
}
article .item-page ul li ul {
    padding-left: 20px;
    margin: 0;
}
article .item-page ul li ul li::before {
  color: #002349 !important;
}
article .item-page ol li {
    font-size: 17px;
}
article .item-page ol {
    list-style: none;
    counter-reset: li;
    padding-left: 2em;
    line-height: 170%;
    font-weight: 500;
    padding-top: 0;
    color: #002349;
}
article .item-page ol li {
  counter-increment: li;
}
article .item-page ol li::before {
  content: counter(li);
  color: #F28F3B;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.55em;
}
article .item-page .item-image.float-right,
article .item-page .item-image.float-left,
article .item-page .item-image.float-none {
    width: 33.333%;
}
article .item-page .item-image.float-none {
    margin: 0 auto;
}
article .item-page .item-image.float-right img {
    width: 100%;
    height: auto;
    padding: 0 0 15px 15px;
}
article .item-page .item-image.float-left img {
    width: 100%;
    height: auto;
    padding: 0 15px 15px 0;
}
article .item-page .item-image.float-none img {
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
}
@media (max-width: 767px) {
    article .item-page .item-image.float-right,
    article .item-page .item-image.float-left,
    article .item-page .item-image.float-none {
        width: 100%;
    }
    article .item-page .item-image.float-right img,
    article .item-page .item-image.float-left img,
    article .item-page .item-image.float-none img {
        padding: 0 0 15px 0;
    }
}
article .item-page table {
    font-size: 17px;
    display: block;
    overflow: auto;
    overflow-wrap: anywhere !important;
}
article .item-page table thead {
    font-weight: bold;
    color:#002349 ;
}
article .item-page table ul {
    margin-bottom: 0;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #fbfbfb;
}
article .item-page blockquote {
    position: relative;
    margin-left: 100px;
    font-size: 18px;
    margin: 40px 0px 40px 60px;
    color: #002349;
}
article .item-page blockquote::before {
    content: "“";
    color: #F28F3B;
    font-size: 95px;
    font-family: Klavika-Medium-TF;
    position: absolute;
    top: -50px;
    left: -50px;
    font-weight: 500;
}
article .item-page .avPlayerWrapper {
    width: 75%;
    margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
    article .item-page .avPlayerWrapper {
        width: 100%;
        margin: 0 auto 2rem auto;
    }
}
article .item-page .accordion {
    margin-bottom: 2rem;
    width: 75%;
}
article .item-page .accordion .card-header h3 {
    margin: 0;
    font-family: 'Klavika-Light-Plain', Arial;
}
article .item-page .accordion > .card {
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #022349;
    overflow: visible;
}
article .item-page .accordion > .card .card-header {
    background: #022349;
    border-radius: 0;
    border: 0px;
    padding: 0;
    border: 1px solid #022349;
}
article .item-page .accordion > .card .card-header button {
    color: #fff;
    padding: 0;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    padding: .75rem 3rem .75rem 1rem;
}
article .item-page .accordion > .card .card-header button.collapsed::after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
article .item-page .accordion > .card .card-header button.collapsed:hover::after {
    content: "\f078";
}
article .item-page .accordion > .card .card-header button::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
article .item-page .accordion > .card .card-header button.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: 4px;
    border-radius: 0px;
}
article .item-page figure figcaption {
    text-align: center;
    color: #002349;
    margin-top: 5px;
}
@media (max-width: 767px) {
    article .item-page .accordion {
        width: 100%;
    }
}
/* ======================== LOCATIES ====================== */
.locaties-blog .page-subcat {
    margin-top: 30px;
    display: block;
}
.locaties-blog .page-subcat h2 {
    font-size: 25px
}
.locaties-blog .accordion {
    margin-bottom: 2rem;
    width: 75%;
}
.locaties-blog .accordion .card-header h3 {
    margin: 0;
    font-family: 'Klavika-Light-Plain', Arial;
}
.locaties-blog .accordion .card {
    border-radius: 0;
    margin: 5px 0 !important;
    border: 1px solid #fff !important;
    overflow: visible;
}
.locaties-blog .accordion .card .card-header {
    background: #fff;
    border-radius: 0;
    border: 0px;
    padding: 0;
    border: 1px solid #fff;
}
.locaties-blog .accordion .card .card-header button {
    color: #D64000;
    padding: 0;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    padding: .75rem 3rem .75rem 1rem;
    font-weight: 600;
}
.locaties-blog .accordion .card .card-header button.collapsed::after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.locaties-blog .accordion .card .card-header button.collapsed:hover::after {
    content: "\f078";
}
.locaties-blog .accordion .card .card-header button::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.locaties-blog .accordion .card .card-header button.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: 4px;
    border-radius: 0px;
}
@media (max-width: 767px) {
    .locaties-blog .accordion {
        width: 100%;
    }
}

/* ======================== QUOTE SECTION ========================= */
.wrapper-quote {
    padding: 60px 0;
}
.quote-title {
    background: rgba(2, 35, 73, .9);
    padding: 20px 40px;
    position: relative;
    margin-bottom: -50px;
    z-index: +1;
}
.quote-title::before {
    content: "“";
    color: #F28F3B;
    font-size: 163px;
    font-family: Klavika-Medium-TF;
    position: absolute;
    top: -71px;
    left: -38px;
    font-weight: 500;
}
.quote-title p {
    color: white;
    font-family: 'Klavika-Light-Plain', Arial;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 300;
}
.wrapper-quote .inner-wrapper {
    position: relative;
}
.content-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
}
.wrapper-quote img {
    border-bottom-right-radius: 100px;
    width: 100%;
    height: auto;
}
.quote-text {
    padding-top: 30px;
}
.quote-text p {
    font-size: 17px;
}
.quote-name-wrapper {
    text-align: right;
    background: #F28F3B;
    color:#022349;
    border-top-left-radius: 20px;
    padding: 12px 10px;
}
.quote-name-wrapper p {
    margin-bottom: 0;
    line-height: 140%;
    font-size: 17px;

}
.quote-name-wrapper p.naam {
    font-weight: 600;
     font-family: 'Klavika-Medium-TF';
     font-size: 17px;
}
@media (max-width: 1300px) {
    .quote-title {
        margin-bottom: -20px;
    }
}
@media (max-width: 1130px) {
    .quote-title {
        margin-bottom: -10px;
    }
}
@media (max-width: 991px) {
    .quote-title {
        margin-bottom: 20px;
    }
    .wrapper-quote .inner-wrapper {
        margin: 40px 0;
    }
}
@media (max-width: 767px) {
    .content-wrapper .container, .content-wrapper .container .row {
        height: inherit;
    }
    .content-wrapper {
        position: relative;
        top: inherit;
        height: inherit;
    }
    .wrapper-quote img {
        width: 85%;
    }
    .quote-title {
        margin: 0;
    }
    .wrapper-quote .inner-wrapper {
        margin: 20px 0;
    }
}
/* ======================== UNDER CONTENT ======================== */ 
.wrapper-under-content {
    background:#F5F3F0;
    margin-bottom: 50px;
    padding: 50px 0;
}
.expertises-module h2 {
    text-transform: none;
    margin-bottom: 20px;
    font-size: 20px;
    color: #D64000;
    font-family: 'Klavika-Medium-TF', Serif;
}
.expertises-module h2 a {
    color: #D64000;
}
.expertises-module h2 a:hover {
    color: #002248;
}
.expertises-module .card {
    border: 0px;
    border-radius: 0px 15px 50px 0px;
    background: white;
}
.expertises-module .card  .card-body {
    padding: 2rem 2rem 0rem 2rem;
}
.expertises-module .card h3 {
    text-transform: none;
    font-size: 20px;
    margin-bottom: .75rem;
    font-family: 'Klavika-Medium-TF', Serif;
    padding: 0;
}
.expertises-module .card h3 a {
    color: #002349;
}
.expertises-module .card h3 a:hover {
    color: #D64000;
}
.expertises-module .card h3 a.keyboard-focus {
    outline: 2px solid #D64000 !important;
    outline-offset: 2px;
}
.expertises-module .card p {
    font-size: 17px;
    line-height: 150%;
}
.expertises-module .card .card-footer {
    padding: 0rem 2rem 2rem 2rem;
}
.expertises-module .card .card-footer a {
    color: #002349;
    display: block;
}
.expertises-module .card .card-footer a i {
    color: #D64000;
    margin-right: 5px;
    transition: all .15s;
}
.expertises-module .card .card-footer a:hover {
    color: #D64000;
}
.expertises-module .card .card-footer a:hover i {
  margin-right: 2px;
  transition: all .15s;
}
.expertises-module a.button-link.keyboard-focus {
    outline: 2px solid #FF550A !important;
    outline-offset: 2px;
}
/* ======================== FORMULIEREN ===================== */
.formError {
    color: red;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border: 0px;
    box-shadow: none;
}
/* ======================== FOOTER ========================= */ 
footer {
    position: relative;
    background: #022349;
    text-align: left;
    padding: 50px 0;
    color: white;
}
footer p { 
    color: #FFF;
}
footer a, footer a.visited {
    color: #FFF !important;
}
footer .navbar-nav {
    text-align: left;
}
footer .nav-item a {
    font-size: 17px;
    padding: 0;
    line-height: 170%;
}

footer .nav-item a:hover,
footer .nav-item a:active {
    text-decoration: underline;
    outline: 0;
}
footer .nav-item a.keyboard-focus {
    outline: 1px solid white !important;
}
footer .nav-item span.external {
    text-decoration: none;
    display: inline-block;
} 
footer .nav-item span.external::after {
    font-family: 'FontAwesome';
    content: "\f08e";
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
}
footer .mod-social-media ul {
    list-style: none;
}
footer .mod-social-media ul li {
    display: inline-block;
}
footer .mod-social-media ul li a {
    padding-right: .5em;
}
footer .mod-social-media ul li a i {
    font-size: 1.75em;
}
footer .mod-social-media ul li a:hover i {
    opacity: .9;
}
.nieuwsbrief-aanmelden p {
    font-size: 17px;
}
.nieuwsbrief-aanmelden label {
    display: none;
    position: absolute;
    top: -1000px;
    left: -1000px;
}
.nieuwsbrief-aanmelden input {
    color: #FF550A;
    border: 0px solid transparent;
    width: 100%;
    padding: 8px 12px;
    font-size: 17px;
    border-radius: 0;
    transition: none;
}
.nieuwsbrief-aanmelden input:focus {
    outline: 2px solid #FF4242 !important;
    outline-offset: -2px;
    box-shadow: none;
    border: 0px;
}
.nieuwsbrief-aanmelden button {
    background: #FF550A;
    border: 0px solid transparent;
    width: 100%;
    color: #022349;
    font-size: 17px;
    border-radius: 0;
}
.nieuwsbrief-aanmelden button:hover,
.nieuwsbrief-aanmelden button:active {
    opacity: .85;
    background:#FF550A !important;
    border: 0 !important;
    box-shadow: none !important;
}
.nieuwsbrief-aanmelden button:focus {
    outline: 2px solid white !important;
    outline-offset: 2px;
    border: 0;
    box-shadow: none;
}
.nieuwsbrief-aanmelden .formRed {
    color: #FF4242;
    font-weight: bold;
}
.nieuwsbrief-aanmelden .formError {
    color: #FF4242;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.cta-rapportcijfer a,
.cta-rapportcijfer a:hover {
    color: #FFF;
}
.cta-rapportcijfer .btn {
    display: inline-block;
    white-space: inherit;
    border: none;
    padding: 20px 15px 30px 15px;
    background: #FF550A;
    color: #022349 !important;
    text-align: left;
    border-radius: 10px 0px 35px 0px;
    transition: none;
    margin: 0 5px;
}
.cta-rapportcijfer .btn:hover {
    opacity: .85;
}
.cta-rapportcijfer .btn:focus {
    box-shadow: none;
}
.cta-rapportcijfer .btn.keyboard-focus {
    outline: 1px solid white;
    outline-offset: 2px;
}
.cta-rapportcijfer span {
    width: 100%;
    display: inline-block;
    font-size: 5em;
    font-family: 'Klavika-Medium-TF', Arial;
    text-align: center;
    line-height: 1;
}
.cta-keurmerk img {
    max-height: 190px;
    width: auto;
    padding: 15px;
}
/* ========================= COOKIEMELDING =================== */
.cc-btn.cc-dismiss {
    padding-top: 8px;
}

/* ======================== IE FIX ======================== */
@media all and (-ms-high-contrast:none) {
    .blog .item .inner {
        display: block !important;
    }
}
/* ================ Tijdelijke Melding Pop-up Homepage =============== */
#info.modal {
    z-index: 10000;
    position: fixed;
}
#info.modal .modal-dialog {
    top: 50%;
    transform: translate(0, -50%) !important;
}
#info.modal h4 {
    font-size: 25px;
}
#info.modal .modal-header {
    border:0;
}
#info.modal .modal-body {
    padding: 0rem 1rem;
}
#info.modal .modal-body p {
    font-size: 17px;
}
#info.modal .modal-footer {
    border: 0px;
    padding: 0rem 1rem 1rem 1rem;
}
#info.modal .modal-footer .btn {
    background: linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    color: #002349;
    border-radius: 5px 5px 15px 5px;
    font-size: 18px;
    color: #002349;
    font-weight: 400;

}
#info.modal .modal-footer .btn:hover { 
    background: #002349 !important;
    color: white !important;
}
/* =================== KARIFY Button ============ */

#sk_clientportaal-karify .wrapper-kruimelpad .container {
    position: relative;
}
.btn.btn-karify {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(242,143,59);
    background: -moz-linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    background: -webkit-linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    background: linear-gradient(15deg, rgba(242,143,59,1) 0%, rgba(255,85,10,1) 140%);
    color: #002349;
    border-radius:0px;
    font-size: 1.25rem;
    padding: .4rem 4.5rem;
    margin-right: 15px;
}
.btn.btn-karify:hover, .btn.btn-karify:focus {
    background: #002349 !important;
    color: white !important;
}
@media (max-width:992px) {
    .btn.btn-karify {
        margin-bottom: 10px;
    }
    .btn.btn-karify {
        position: relative;
        right: inherit;
        top: inherit;
        margin-right: inherit;
        text-decoration: none;
    }
    .btn.btn-karify .external {
        display: none !important;
        margin:10px 0 20px 0;
    }
}
/* ================ Smoelenboek (Wie is Wie) ============== */
.view-category.layout-mediantsmoelenboek article.sk_maincontent {
    background: white;
}
.blog.smoelenboek .category-desc p {
    font-size: 17px;
    text-align: left;
    margin: 0 0 20px 0;
    font-weight: 400;
}
.blog.smoelenboek .page-header h1 {
    color: #002349;
    margin-bottom: 15px;
    text-align: left;
}
.blog.smoelenboek .col-6,
.smoelenboek-individueel .col-6,
.smoelenboek-newsflash .col-6 {
    margin-bottom: 30px;
}
.blog.smoelenboek .card,
.smoelenboek-individueel .card,
.smoelenboek-newsflash .card {
    border:0px;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 0;
    border-bottom-right-radius: 60px;   
}
.blog.smoelenboek .card img,
.smoelenboek-individueel .card img,
.smoelenboek-newsflash .card img {
    border-radius: 0;
    border-top-right-radius: 10px;
}
.blog.smoelenboek .card .card-body,
.smoelenboek-individueel .card .card-body,
.smoelenboek-newsflash .card .card-body {
    padding: 1.25rem 1.25rem 1.5rem 1.25rem;
}
.blog.smoelenboek .card h2,
.smoelenboek-individueel .card h2,
.smoelenboek-newsflash .card h2 {
    color: #D64000;
    margin-bottom: 0;
    line-height: 120%;
    font-size: 1.3em;
    margin: 0;
}
.blog.smoelenboek .card .btn-info,
.smoelenboek-individueel .card .btn-info,
.smoelenboek-newsflash .card .btn-info {
    background: #D64000;
    border-radius: 100%;
    border: 0;
    width: 15px;
    height: 15px;
    line-height: 1;
}
.blog.smoelenboek .card p,
.smoelenboek-individueel .card p,
.smoelenboek-newsflash .card p {
    color: #002349;
    margin: 0;
    font-size: 15px;
}
.blog.smoelenboek .card a,
.smoelenboek-individueel .card a,
.smoelenboek-newsflash .card a {
    color: #002349;
    text-decoration: underline;
    font-size: 15px;
}
.blog.smoelenboek .card a:hover,
.smoelenboek-individueel .card a:hover,
.smoelenboek-newsflash .card a:hover {
    color: #D64000;
    text-decoration: underline;
}
.tooltip.show {
    opacity:1!important;
}
.tooltip .arrow {
    display: none;
}
.tooltip-inner {
    background: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    color: #002349;
    opacity: 1;
    padding:1.25rem;
    text-align: left;
    border-radius: 0;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 10px;
    font-family: 'Klavika-Light-Plain', Arial;

}
/********* Vragenlijst pagina **************/
#sk_vragenlijst .header-bg, #sk_vragenlijst header {
  display: none;
}

/* =============== EVENEMENTEN (RSEVENTS) ==================== */
/* Overzicht pagina */
.view-rseventspro.no-layout article.sk_maincontent {
    background: #e0e4e9;
    margin: -100px 0 0 0;
    padding: 115px 0 40px 0;
}
.view-rseventspro .rsepro-events-list-container .card {
    border-radius: 15px 0px 50px 15px;
}
.view-rseventspro .rsepro-events-list-container .card .card-header {
    border:0;
    border-radius: 15px 0 50px 0px;
    min-height: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.view-rseventspro .rsepro-events-list-container .card h2 {
    text-transform: none;
    margin-bottom: .25rem;
    font-size: 20px;
    color: #D64000;
    font-family: 'Klavika-Medium-TF', Serif;
}
.view-rseventspro .rsepro-events-list-container .card h2 a {
    text-decoration: none;
}
.view-rseventspro .rsepro-events-list-container .card p.datum {
    font-weight: bold;
    color:#022349;
    font-family: 'Klavika-Regular-TF';
}
.view-rseventspro .rsepro-events-list-container .card p {
    font-size: 17px;
    line-height: 150%;
}
.view-rseventspro .rsepro-events-list-container .card .card-footer {
    padding-right: 3rem;
}
/* Individueel evenement */
.event-page #information img,
.rs_subscribe .rsform-block-intro-afbeelding img  {
    border-bottom-right-radius: 50px;
}
.event-page #information p,
.rs_subscribe .rsform-block-intro-tekst p {
    font-weight: bold;
    color:#022349;
    font-family: 'Klavika-Regular-TF';
    font-size: 17px;
}
.event-page #information .btn {
    color: white;
    text-decoration: none;
}
.event-page #rsepro-event-speakers .card {
    background: #002349;
    border-radius: 0;
    border:0;
}
.event-page #rsepro-event-speakers .card img {
    border-radius: 0;
}
.event-page #rsepro-event-speakers .card .card-body {
    padding: .5rem 1rem;
}
.event-page #rsepro-event-speakers .card .rsepro-speaker-name {
    color: white;
    font-family: 'Klavika-Regular-TF';
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.event-page .description .btn-primary {
    color: white;
    text-align: left;
    text-decoration: none;
    padding: 1rem;
    display: inline-block;
    max-width: 75%;
    position: relative;
}
.event-page .description .btn-primary.collapsed::after {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    bottom: 5px;
    right: 7px;
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}
.event-page .description .btn-primary::after {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    bottom: 5px;
    right: 7px;
    transform: rotate(180deg);
    transition: transform .2s ease-in-out;
}
.event-page .description .collapse .card,
.event-page .description .collapsing .card {
    border:0;
    border-radius: 0;
    background: #F5F3F0;
    margin-top: -20px;
    margin-bottom: 2rem;
}
.event-page .description .card p {
    font-size: 15px;
}
.rs_subscribe .form-row {
    margin-left: -15px;
    margin-right: -15px;
}
.rs_subscribe .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.rs_subscribe h1 {
    color: #D64000;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
}
.rs_subscribe .control-label.formControlLabel {
    font-size: 17px;
    font-weight: bold;
    color:#022349;
    font-family: 'Klavika-Regular-TF';
    margin-bottom: 0;
}
.rs_subscribe .rsform-block-rseprotickets .control-label.formControlLabel,
.rs_subscribe .rsform-block-gegevensgebruik .control-label.formControlLabel,
.rs_subscribe .rsform-block-diner .control-label.formControlLabel {
    display: block;
}
.rs_subscribe .formplate .fp-checkbox {
    border-radius: 0;
}
.rs_subscribe .form-check-label {
    display: block;
    font-size: 17px;
    color:#022349;
    font-family: 'Klavika-Regular-TF';
}
.rs_subscribe .rsfpa-checkbox.rsfpa-horizontal {
    display: flex;
}
.rs_subscribe #tdescription {
    display: none;
}
.rs_subscribe .rsfpa-label {
    display: inline-block;
    font-size: 17px;
    color:#022349;
    font-family: 'Klavika-Regular-TF';
}
.rs_subscribe input.form-control, .rs_subscribe textarea.form-control {
    border: 1px solid #022349;
    color: #002349;
    border-radius: 0;
    font-family: 'Klavika-Regular-TF';
}
.rs_subscribe input.form-control:focus, .rs_subscribe textarea.form-control:focus {
    box-shadow:0 0 0 .2rem rgba(2,35,73,.25);
}
.rs_subscribe input.is-invalid, .rs_subscribe textarea.is-invalid {
    border-color: red;
}
.rs_subscribe .form-control::placeholder {
    color: #002349;
    opacity: .7;
}
.rs_subscribe p {
    color:#022349;
    font-family: 'Klavika-Regular-TF';
    font-size: 17px;
}
.rs_subscribe .rsform-block-rseprotickets select {
    border: 1px solid #022349;
    color: #002349;
    border-radius: 0;
    font-family: 'Klavika-Regular-TF';
    margin-right: 5px;
}
.rs_subscribe .rseventspro-add-ticket-button {
    background-color: #F28F3B;
    color: #002349;
    font-family: 'Klavika-Medium-TF', Serif;
    font-size: 16px;
    font-weight: 500;
    border-radius:0;
    border:1px solid #F28F3B;
}
.rs_subscribe .rsform-block-rseprotickets #tickets,
.rs_subscribe .rsform-block-rseprotickets #grandtotalcontainer {
    color:#022349;
    font-family: 'Klavika-Regular-TF';
    font-size: 16px;
}
.rs_subscribe .rsform-block-rseprotickets #tickets a,
.rs_subscribe .form-check-label a,
.rs_subscribe .rsform-block-captcha-uitleg a,
.rs_subscribe .rsform-type-advcheckbox a,
.rs_subscribe .rsform-type-freetext a {
    color:#FF550A;
    text-decoration: underline;
}
.rs_subscribe .rsform-block-rseprotickets #tickets a:hover,
.rs_subscribe .form-check-label a:hover,
.rs_subscribe .rsform-block-captcha-uitleg a:hover,
.rs_subscribe .rsform-type-advcheckbox a:hover,
.rs_subscribe .rs_subscribe .rsform-type-freetext a:hover {
    color: #022349;
}
.rs_subscribe .rsform-block-algemene-voorwaarden-uitleg p {
    padding-left: 25px;
}
.form-check-inline .form-check-input {
    margin-right: .75rem;
}
.rs_subscribe #Submit {
    float: right;
}
.rs_subscribe .form-row:last-child {
    background:#F5F3F0;
    position: relative;
    margin: 2rem 0;
    padding: 2rem 0;
}
.rs_subscribe .form-row:last-child::before {
    content: "";
    background: #F5F3F0;
    position: absolute;
    z-index: -1;
    left: -3000px;
    top: 0;
    height: 100%;
    width: 20000px;
}
.rs_subscribe .rsform-block-rsepropayment,
.rs_subscribe #grandtotalcontainer {
    display: none;
}
.subscriber_container.card {
    font-family: 'Klavika-Medium-TF';
    padding:0 !important;
    margin-bottom: 1rem;    
    border-radius:0;
}
.subscriber_container .alert {
    margin-bottom: 0;
    font-size: 16px;
}
.subscriber_confirmed,
.font-weight-bold a { 
    color: inherit;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Klavika-Medium-TF';
}
#reader .alert {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Klavika-Medium-TF';
    border-radius: 0;
}
/* Social Media in Blog description */
.category-desc .mod-social-media {
    position: relative;
    top: -15px;
}
.category-desc .mod-social-media ul {
    list-style: none;
}
.category-desc .mod-social-media ul li {
    display: inline-block;
}
.category-desc .mod-social-media ul li a {
    padding-right: .5em;
}
.category-desc .mod-social-media ul li a i {
    font-size: 1.75em;
}
.category-desc .mod-social-media ul li a:hover i {
    opacity: .9;
}
.category-desc .mod-social-media ul li a .external {
    display: none !important;
}
/************************** DINER VELD UIT OP AANMELDEN KENNISFESTIVAL *******************/
#rsform_9_page_0 .form-group.rsform-block.rsform-block-diner.rsform-type-advcheckbox {
  display: none;
}
/* ======================= ERROR PAGE ================== */
.item-page.error-page h1 {
    text-align: left;
}
.item-page.error-page a {
    font-size: 17px;
    font-family: 'Klavika-Light-Plain', Arial;
}
.item-page.error-page p {
    font-size: 17px;
    font-family: 'Klavika-Light-Plain', Arial;
}

