body{
    width: 100vw!important;
    overflow-x: hidden!important;
    font-family: "darker-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:20px;
    line-height: 24px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
main{
    flex: 1;
}
html {
    width: 100vw!important;
    overflow-x: hidden!important;
}
.container {
    margin: auto !important;
}
.topbar {
    width: 100%;
    background-color: #B2FE97;
    min-height: 12px;
}
header .container{
    position: relative;
}
a, h1, h2, h3 {
    color: #0a379d;
}
h2 {
    font-weight: 700;
    font-size: 24px;
}
h3 {
    font-weight: 700;
    font-size: 22px;
}
a {
    font-weight: 500;
    text-decoration:none;
}
a:hover {
    font-weight: 700;
    color: #0a379d;
}
.mainMenu, .upperMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.mainMenu ul, .upperMenu ul {
    list-style: none;
    width: fit-content;
    padding-inline-start: 6px;
    display: flex;
}
.upperMenu {
    margin-top: 8px;
}
.upperMenu > div > ul {
    box-shadow: 4px 3px 6px #00000017;
    padding-right: 100vw;
    margin-right: -100vw;
    padding-top: 5px;
}
.upperMenu a {
    font-size:22px;
}
.mainMenu a {
    font-size:23px;
    font-weight:700;
    padding:3px;
    border:4px solid #FFF;
}
.mainMenu a:hover {
    font-size:23px;
    font-weight:700;
    border:4px solid #B2FE97;
}
ul.menu li {
    margin-left: 30px;
    padding-bottom: 15px;
}
ul.menu li:first-of-type {
    margin-left: 0px;
}
header .col-5.col-md-3 {
    display: flex;
    align-content: center;
    align-items: center;
}
header {
    box-shadow: inset 0px 2px 6px #0000005A;
}
.carousel {
    border-radius: 10px !important;
    overflow: hidden;
    margin-top:20px;
}
.carousel.small div {
    max-height: 300px;
}
.carousel div {
    height: 50vh;
    max-height: 440px;
    background-size: cover!important;
    background-position: center;
}
.title-block {
    width: fit-content;
    margin: auto;
    margin-top: -35px;
    background: #FFF;
    z-index: 99999;
    position: relative;
    border-radius: 10px;
    padding: 10px;
}
.title-block h1 {
    font-weight: 700;
    font-size:32px;
    padding:8px 15px 5px 15px;
    background-color: #0a379d;
    border-radius: 4px;
    color:#FFF;
    text-transform: uppercase;
}
.wpb_single_image.groenBg {
    margin-top: -70px;
}
.wpb_single_image.groenBg::after {
    content: "";
    height: 220px;
    background-image: url(/wp-content/themes/Heymans/assets/groenBg.png);
    background-size: contain;
    background-repeat:no-repeat;
    width: 100vw;
    position: absolute;
    left: 40%;
    top: 23%;
    z-index: -1;
    -webkit-animation: greenLine 3s;
    animation: greenLine 3s;
}
@-webkit-keyframes greenLine {
	0% {left: 300%;}
    90% {left: 55%;}
    100% {left: 40%;}
}
.eventRow {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
}
.singleEvent {
    background-color: #0A379D;
    color: #FFF;
    padding: 20px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position:relative;
    padding-bottom: 65px;
}
span.eventDateDay {
    display: block;
    color: #B2FE97;
    font-size: 35px;
    font-weight:600;
}
span.eventDate {
    font-size: 18px;
}
.singleEvent h3 {
    color: #FFF;
    text-align: center;
    margin: 15px;
    font-size: 25px;
    min-height: 90px;
}
.singleEvent p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height:21px;
    margin:0;
}
form.wpcf7-form {
    padding: 15px 50px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
form.wpcf7-form .row {
    margin-bottom: 15px;
}
.wpcf7-form-control {
    padding: 3px 10px;
    border: 0;
    border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #0A379D;
    color: #FFF;
    padding: 3px 20px;
}
footer {
    background-color:#0A379D;
    padding:25px 0;
    margin-top:50px;
}
.footer-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
footer p {
    padding: 0 30px;
    color: #FFF;
    font-size: 15px;
    line-height:17px;
    margin: 0;
}
footer img {
    height: 65px;
}
footer .links img {
    height: 18px;
}
footer a[title=KMO-portefeuille] img{
    padding-left: 20px;
}
.links a {
    color: #FFF;
    margin-left:15px;
    font-size:19px;
}
.links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.links a {
    margin-left: 15px;
}
.button {
    border-radius: 3px;
    padding: 3px 15px;
    width: fit-content;
}
.button a {
    font-weight: 700;
}
.button.blauw {
    background-color: #0A379D;
}
.button.blauw a {
    color: #FFF;
}
.button.groen {
    background-color: #B2FE97;
}
.button.groen a {
    color: #4A4A4A;
}
.wpb_text_column.wpb_content_element+.button {
    margin: 0;
}
.rijbewijzen {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.singleRijbewijs {
    width: 25%;
    padding: 10px;
    text-align: center;
    position: relative;
    cursor:pointer!important;
}
.singleRijbewijs img, .singleRijbewijs p, .singleRijbewijs h3 {
    cursor:pointer!important;
}
.singleRijbewijs img {
    max-width: 100%;
}
.singleRijbewijs h3 {
    font-size: 27px;
}
.rijbewijsImgWrap {
    position: relative;
}
.singleRijbewijs .rijbewijsImgWrap::before {
    content: "";
    display: block;
    position: absolute;
    background: #B2FE97;
    width: 100%;
    height:100%;
    z-index:-1;
}
.singleRijbewijs:nth-child(1) .rijbewijsImgWrap::before {
    clip-path: polygon(0 20%, 100% 30%, 100% 45%, 0 35%);
}
.singleRijbewijs:nth-child(1):hover .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    -webkit-animation: example1 1s;
    animation: example1 1s;
}
.singleRijbewijs:nth-child(2) .rijbewijsImgWrap::before {
    clip-path: polygon(0 30%, 100% 40%, 100% 55%, 0 45%);
}
.singleRijbewijs:nth-child(2):hover .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    -webkit-animation: example2 1s;
    animation: example2 1s;
}
.singleRijbewijs:nth-child(3) .rijbewijsImgWrap::before {
    clip-path: polygon(0 40%, 100% 50%, 100% 65%, 0 55%);
}
.singleRijbewijs:nth-child(3):hover .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    -webkit-animation: example3 1s;
    animation: example3 1s;
}
.singleRijbewijs:nth-child(4) .rijbewijsImgWrap::before {
    clip-path: polygon(0 50%, 100% 60%, 100% 75%, 0 65%);
}
.singleRijbewijs:nth-child(4):hover .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    -webkit-animation: example4 1s;
    animation: example4 1s;
}
.singleRijbewijs:nth-child(5) .rijbewijsImgWrap::before {
    clip-path: polygon(0 60%, 100% 70%, 100% 85%, 0 75%);
}
.singleRijbewijs:nth-child(5):hover .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    -webkit-animation: example5 1s;
    animation: example5 1s;
}
.singleRijbewijs:nth-child(6) .rijbewijsImgWrap::before {
    clip-path: polygon(0 70%, 100% 80%, 100% 95%, 0 85%);
}
.singleRijbewijs:nth-child(6):hover .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    -webkit-animation: example6 1s;
    animation: example6 1s;
}
.singleRijbewijs:nth-child(7) .rijbewijsImgWrap::before {
    clip-path: polygon(0 80%, 100% 90%, 100% 105%, 0 95%);
}
.singleRijbewijs:nth-child(7):hover .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    -webkit-animation: example7 1s;
    animation: example7 1s;
}
.singleRijbewijs:nth-child(8) .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 100%, 100% 115%, 0 105%);
}
.singleRijbewijs:nth-child(8):hover .rijbewijsImgWrap::before {
    clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    -webkit-animation: example7 1s;
    animation: example7 1s;
}
@-webkit-keyframes example1 {
	0% {clip-path: polygon(0 20%, 100% 30%, 100% 45%, 0 35%);}
    75% {clip-path: polygon(0 70%, 100% 90%, 100% 105%, 0 85%);}
    100% {clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);}
}
@-webkit-keyframes example2 {
	0% {clip-path: polygon(0 30%, 100% 40%, 100% 55%, 0 45%);}
    75% {clip-path: polygon(0 70%, 100% 90%, 100% 105%, 0 85%);}
    100% {clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);}
}
@-webkit-keyframes example3 {
	0% {clip-path: polygon(0 40%, 100% 50%, 100% 65%, 0 55%);}
    75% {clip-path: polygon(0 70%, 100% 90%, 100% 105%, 0 85%);}
    100% {clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);}
}
@-webkit-keyframes example4 {
	0% {clip-path: polygon(0 50%, 100% 60%, 100% 75%, 0 65%)}
    75% {clip-path: polygon(0 70%, 100% 90%, 100% 105%, 0 85%);}
    100% {clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);}
}
@-webkit-keyframes example5 {
	0% {clip-path: polygon(0 60%, 100% 70%, 100% 85%, 0 75%)}
    75% {clip-path: polygon(0 70%, 100% 90%, 100% 105%, 0 85%);}
    100% {clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);}
}
@-webkit-keyframes example6 {
	0% {clip-path: polygon(0 70%, 100% 80%, 100% 95%, 0 85%)}
    75% {clip-path: polygon(0 70%, 100% 90%, 100% 105%, 0 85%);}
    100% {clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);}
}
@-webkit-keyframes example7 {
	0% {clip-path: polygon(0 80%, 100% 90%, 100% 105%, 0 95%)}
    75% {clip-path: polygon(0 70%, 100% 90%, 100% 105%, 0 85%);}
    100% {clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);}
}
@-webkit-keyframes example8 {
	0% {clip-path: polygon(0 80%, 100% 100%, 100% 115%, 0 105%)}
    75% {clip-path: polygon(0 70%, 100% 90%, 100% 105%, 0 85%);}
    100% {clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);}
}
ol {
    padding-inline-start: 0;
}
ol li {
    counter-increment: section;
    position:relative;
    padding-left:25px;
    margin-bottom:15px;
}
ol li:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    text-align:center;
    border-radius:20px;
    top: 2px;
    left: 0px;
    background: #B2FE97;
    z-index: -1;
    color:#FFF;
    font-size:15px;
    content: counter(section);
}
ol ::marker {
    color: white;
    display:none;
}
.vc_section.grey {
    background-color: #D9D9D938;
    margin-top:25px;
    margin-bottom:25px;
}
.vc_section {
    padding-top: 35px;
    padding-bottom:20px;
}
strong {
    color:#0a379d;
}
.wpb_text_column.wpb_content_element {
    margin: 15px 0!important;
}
.wpb_text_column ul li{
    position:relative;
    padding:2px 25px 2px 15px;
    margin-bottom:7px;
    list-style: none;
}
.wpb_text_column ul ::marker{
    color: white;
    display:none;
    content: '';
}
.wpb_text_column ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    width: 0;
    height: 0;
    top: 5px;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #B2FE97;
}
.center .button {
    text-align: center;
    margin: auto!important;
    margin-top: 25px;
}
li.menu-item.menu-item-has-children {
    position: relative;
}
ul.sub-menu {
    display: none;
}
ul.sub-menu {
    position: absolute;
    /*display: block;*/
    columns: 2;
    -webkit-columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    -moz-columns: 2;
    background-color: #0A379D;
    top: 25px;
    width: max-content;
    z-index: 999999;
    padding:10px;
}
.sub-menu a {
    border: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    width: max-content;
    letter-spacing: 0.3px
}

ul.sub-menu li {
    margin-left: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}
ul.sub-menu li a:hover {
    border: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px
}
gmp-map {
    height: 100%;
    min-height: 450px;
}
.locaties-link {
    width: 100%;
    display: flex;
    margin: 5px 0 25px 0;
    flex-wrap: wrap;
    justify-content: left;
    gap: 5px;
}
.locaties-link div {
    padding: 3px 10px;
    background-color: #0A379D;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    cursor:pointer;
}
.greenBlock {
    background-color: #B2FE97;
    padding: 25px;
    margin-bottom: 35px;
}
.singleLocatie {
    display: none;
}
.singleLocatie h3 {
    text-align: center;
    font-size: 28px;
}
.wpb_raw_code {
    margin: 0;
}
.locatiesAdres p {
    font-weight: 700;
    color: #0a379d;
    margin:0;
}
.singleLocatie > div {
    padding: 20px 30px 20px 60px;
    position: relative;
}
.singleLocatie div:before {
    width: 35px;
    height: 35px;
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    background-size: contain;
    background-position: center;
}
.singleLocatie .adres:before {
    background-image:url(/wp-content/themes/Heymans/assets/adres.png);
}
.singleLocatie .tel:before {
    background-image:url(/wp-content/themes/Heymans/assets/tel.png);
}
.singleLocatie .mail:before {
    background-image:url(/wp-content/themes/Heymans/assets/mail.png);
}
.singleLocatie .openingsuren:before {
    background-image:url(/wp-content/themes/Heymans/assets/openingsuren.png);
}
.singleLocatie .localNotifications:before {
    background-image:url(/wp-content/themes/Heymans/assets/bell.svg);
    border: #fff 2px solid;
    border-radius: 999px;
    background-size: 69%;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}
.singleLocatie .localNotifications{
    background-color: #0a379d;
}
.singleLocatie .localNotifications .singleLocalNotification{
    filter: brightness(0) invert(1);
}
.singleLocatie .localNotifications .singleLocalNotification:not(:first-child){
    border-top: 2px solid white;
    margin-top: 15px;
    padding-top: 15px;
}
.openingsuren div {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.openingsuren span {
    width: 120px;
    text-align: left;
    font-weight: 700;
    color: #0a379d;
}
.singleLocatie a {
    display: block;
    font-weight: 700;
    padding-bottom: 5px;
    overflow-wrap: break-word;
}
.mapBlock .wpb_wrapper {
    padding-bottom: 0px!important;
}
.mapBlock .wpb_wrapper, .mapBlock .vc_column-inner {
    height: 100%;
}
.mapBlock .vc_column-inner {
    padding: 0!important;
}
img.flag-icon {
    height: 40px;
    scale: 1.0;
    transition: all 1s ease-in-out;
}
gmp-advanced-marker.active img.flag-icon {
    scale: 1.2;
    transition: all 1s ease-in-out;
}
gmp-advanced-marker.inactive {
    filter: opacity(0.5);
}
.blueBlock{
    background-color: #0A379D;
    margin-top: 40px;
    padding-bottom: 30px;
}
.vc_col-sm-4.blueBlock, .vc_col-sm-4.greenBlock{
    width: calc(33.3333333% - 4vw);
    margin-left: 2vw;
    margin-right: 2vw;
    filter: drop-shadow(2px 4px 6px rgba(0 0 0 / 25%));
}
.vc_col-sm-6.blueBlock, .vc_col-sm-6.greenBlock{
    width: calc(50% - 4vw);
    margin-left: 2vw;
    margin-right: 2vw;
    filter: drop-shadow(2px 4px 6px rgba(0 0 0 / 25%));
}
.blueBlock p, .blueBlock h2, .blueBlock li{
    color: white;
}
.blueBlock .button{
    display: block;
    margin: auto!important;
    text-align: center;
}
.greenBlock .wpb_text_column ul li::before{
    border-color: transparent transparent transparent #ffffff;
}
.vc_col-sm-4.greenBlock .button{
    display: block;
    text-align: center;
    margin: auto;
    background-color: white;
}
.opleidingsLocaties, .opleidingRow{
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}
.opleidingsLocatie {
    background-color: #0A379D;
    color: white;
    text-align: center;
    width: calc(100% / 6);
    padding: 5px;
}
.opleidingsLocatie{
    font-size: 1.5rem;
}
.opleiding{
    width: calc(100% / 6);
}
#menu-secundair-menu-1 > li:nth-last-child(1) a, #menu-secundair-menu-1 > li:nth-last-child(2) a{
    position: relative;
    width: 22px;
    display: inline-block;
    color: transparent;
    overflow: hidden;
}
#menu-secundair-menu-1 > li:nth-last-child(1) a::after, #menu-secundair-menu-1 > li:nth-last-child(2) a::after{
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    margin-top: -22px;
    filter: invert(76%) sepia(100%) hue-rotate(-202deg) saturate(10) brightness(0.75);
}
#menu-secundair-menu-1 > li:nth-last-child(2) a::after{
    background-image: url(/wp-content/themes/Heymans/assets/icon-facebook.png);
}
#menu-secundair-menu-1 > li:nth-last-child(1) a::after{
    background-image: url(/wp-content/themes/Heymans/assets/icon-instagram.png);
}
a#toggleMenu {
    display: none;
    text-align: right;
    margin-top: 25px;
}
a#toggleMenu img{
    transform-origin: 50% 50%;
    transform: rotate(90deg);
}
.mobileNav{
    display: none;
    flex-direction: column;
    justify-content: center;
}
.mobileNav ul{
    padding-left: 0;
}
.mobileNav ul li{
    margin-left: 0;
    list-style: none;
    text-align: center;
}
.mobileNav ul li a{
    font-size: 2rem;
}
.mobileNav nav{
    display: flex;
    flex-direction: column-reverse;
}
.mobileNav .sub-menu{
    display: flex!important;
    flex-direction: column;
    width: unset;
    height: 100%!important;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
}
.mobileNav .sub-menu a{
    color: #0a379d;
    font-size: 1.5rem;
}
main figure {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 4px #00000020;
}
main .groenBg figure {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
}
.singleEvent h3 span {
    color: #B2FE97;
    font-size: 20px;
}
span.location {
    font-size: 14px;
    background-color: #B2FE97;
    color: #0a379d;
    border-radius: 50px;
    width: fit-content;
    padding: 2px 4px;
}
.locations {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom:15px;
}
.ctaBar {
    background: #B2FE97;
    border-radius: 10px;
    padding: 25px;
}
.ctaBar .vc_column-inner {
    height: 100%;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.ctaBar h2 {
    font-size: 30px;
}
.singleEvent .buttonWrap {
    bottom: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.singleEvent .buttonWrap .button {
    bottom: 10px;
    position: absolute;
}
.greenBlock.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-4.vc_col-md-4 {
    margin: 0;
}
.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
span.page-numbers.current {
    padding: 3px 8px;
    background: #0a379d;
    border-radius:5px;
    color:#B2FE97;
}
a.page-numbers {
    width: 30px;
    padding: 3px 8px;
    background: #0a379d;
    border-radius:5px;
    color:#FFF;
    text-align:center;
}
a.page-numbers:hover {
    width: 30px;
    padding: 3px 8px;
    background: #0a379d;
    border-radius:5px;
    color:#B2FE97;
    text-align:center;
}
aside.KMO {
    position: fixed;
    right: 0px;
    bottom: 100px;
    background-color: white;
    filter: drop-shadow(0px 0px 5px rgba(0 0 0 / 33%));
    transition-duration: 300ms;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    transform: translateX(calc(100% - 75px));
    z-index: 999999;
}
aside.KMO a{
    display: block;
}
aside.KMO img{
    height: 75px;
    float: left;
}
aside.KMO span{
    padding: 0 10px;
}
aside.KMO:hover{
    transform: translateX(0);
}
aside.KMO:hover span{
    font-weight: initial;
}
.notificationBar > .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.notificationsContainer{
    width: 100%;
}
.notificationsContainer .singleNotification{
    padding-bottom: 0;
    margin-left: 0;
}
.notificationsContainer p{
    margin-bottom: 0;
}
#toggleNotifications{
    display: block;
    position: relative;
}
#closeNotificationbar{
    color: white;
    font-weight: bold;
    font-size: 4rem;
    transform: rotate(45deg);
    display: block;
    height: fit-content;
    transition-duration: 300ms;
}
#closeNotificationbar:hover{
    color: #B2FE97
}
#toggleNotifications .notificationCount{
    position: absolute;
    display: block;
    color: white;
    background-color: #0a379d;
    padding: 0px 9px 0;
    border-radius: 9999px;
    top: -10px;
    right: -10px;
    font-size: 15px;
    border-radius: 9999px;
}
.notificationsList{
    display: flex;
    flex-direction: column;
}
.notificationsList > .singleNotification:not(:first-child){
    padding-top: 10px;
    border-top: 1px solid black;
    margin-top: 10px;
}
.notificationBar {
    background-color: #0a379d;
}
.notificationBar p{
    margin-bottom: 0;
}
.notificationBar .singleNotification{
    padding: 10px 0;
}
.notificationBar .singleNotification *{
    color: white;
}
.notificationBar .singleNotification > strong:first-child{
    font-size: 2rem;
}
.subfooter span{
    color: white;
    text-align: center;
    display: block;
    font-size: 0.9rem;
}
.subfooter span a{
    color: white;
}
main:has(.error404content){
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media only screen and (max-width: 1400px){
    .eventRow{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1200px){
    .mainMenu ul{
        gap: 9px;
    }
    .mainMenu ul li{
        margin-left: 0;
    }
    .mainMenu a{
        padding: 0;
        border: 0;
        font-size: 20px;
    }
}
@media only screen and (max-width: 992px){
    #menu-secundair-menu > li:last-child a, #menu-secundair-menu > li:nth-last-child(2) a{
        position: relative;
        width: 22px;
        display: inline-block;
        color: transparent;
        overflow: hidden;
    }
    #menu-secundair-menu > li:last-child a::after, #menu-secundair-menu > li:nth-last-child(2) a::after{
        content: '';
        display: block;
        height: 22px;
        width: 22px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: brightness(0.5);
        margin-top: -22px;
        filter: invert(76%) sepia(100%) hue-rotate(-202deg) saturate(10) brightness(0.75);
    }
    #menu-secundair-menu > li:nth-last-child(2) a::after{
        background-image: url(/wp-content/themes/Heymans/assets/icon-facebook.png);
    }
    #menu-secundair-menu > li:last-child a::after{
        background-image: url(/wp-content/themes/Heymans/assets/icon-instagram.png);
    }
    .eventRow{
        grid-template-columns: repeat(2, 1fr);
    }
    a#toggleMenu {
        display: block;
        position: relative;
        z-index: 9999999;
    }
    .upperMenu, .mainMenu{
        display: none;
    }
    .mobileNav.open{
        display: flex;
        background-color: white;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        width: 100%;
        height: 100%;
        align-items: center;
    }
    #menu-item-220, #menu-item-221{
        width: 50%;
    }
    #menu-item-220{
        float: left;
    }
    #menu-item-221{
        float: right;
    }
    .singleRijbewijs{
        width: 33.33333333%;
    }
    .vc_col-sm-4.blueBlock, .vc_col-sm-6.blueBlock{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .vc_col-sm-4.blueBlock ul, .vc_col-sm-6.blueBlock ul{
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .footer-content{
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
    .singleRijbewijs{
        width: 50%;
    }
    form.wpcf7-form {
        padding: 15px 10px;
    }
    form.wpcf7-form .row{
        gap: 15px;
    }
    footer a[title=KMO-portefeuille] img{
        padding-left: 0;
    }
}
@media only screen and (max-width: 575px){
    .eventRow{
        grid-template-columns: repeat(1, 1fr);
    }
    .singleRijbewijs{
        width: 100%;
    }
}