@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900&display=swap");
/***************************************General***************************************/
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Muli', sans-serif;
    color: #212121;
}

h1 {
    font-size: 42px;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    color: #212121;
    word-break: break-word;
}
h1 span{
    color:#FD3467;
    font-size: 62px;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    word-break: break-word;
}

h2 {
    font-size: 28px;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    color: #212121;
}
h2 span{
    color:#FD3467;
}
.background-color-white{
    background-color: white;
}
h3 {
    font-size: 26px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    color: #212121;
}

h4 {
    font-size: 24px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #818181;
}

p, a, ul, li, span, label {
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

.text-blue {
    color: #2e3192 !important;
}

.text-grey {
    color: grey !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
}

a {
    color: #212121;
}

a:hover {
    color: #2e3192;
}

a:focus {
    outline: none;
}

.learn-more-button {
    color: #2e3192;
}

#header a:hover {
    text-decoration: none;
}

.bg-gray {
    background-color: #f2f2f8;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bg-blue {
    background-color: #2e3192;
}

.bg-blue h2, .bg-blue p, .bg-blue ul, .bg-blue label {
    color: white;
}

.feature-point {
    margin-top: -70px;
    padding-top: 70px;
}

a.custom-hover {
    position: relative;
    text-decoration: none;
}

a.custom-hover:before, a.custom-hover:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #2e3192;
    margin-bottom: -2px;
}

a.custom-hover:before {
    opacity: 0;
    transform: translateY(-8px);
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}

a.custom-hover:after {
    opacity: 0;
    transform: translateY(4px);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

a.custom-hover:hover:before, a.custom-hover:hover:after, a.custom-hover:focus:before, a.custom-hover:focus:after {
    opacity: 1;
    transform: translateY(0);
}

a.custom-hover:hover:before, a.custom-hover:focus:before {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

a.custom-hover:hover:after, a.custom-hover:focus:after {
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}

.line-grey {
    height: 1px;
    width: 100%;
    background-color: #dfdfdf;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cta-card {
    background-color: #2e3192;
    border-radius: 15px;
}

.cta-card h3, .cta-card p {
    color: white;
}

.social-media-icons {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
}

.slick-dots li button:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: black;
    content: '';
    height: 15px;
    width: 15px;
}

/***************************************Bootstrap select***************************************/
.bootstrap-select .dropdown-menu li a span.text {
    font-size: 12px;
    font-weight: 500;
}

.bootstrap-select .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 500;
}

.bootstrap-select .btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    background-color: #818181;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.bootstrap-select .btn {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/***************************************Buttons***************************************/
.btn--white {
    background-color: transparent;
    border: 1px solid white;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    color: white;
}

.btn--white:hover {
    background-color: white;
    color: #2e3192;
    border: 1px solid white;
    text-decoration: none;
    font-weight: 500;
}

.btn--white:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn--blue {
    background-color: #2e3192;
    border: 1px solid #2e3192;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    color: white !important;
}

.btn--blue:hover {
    background-color: #272a6e;
    color: white !important;
    border: 1px solid #272a6e;
    text-decoration: none;
    font-weight: 500;
}

.btn--blue:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-pink {
    background-color: #FD3467;
    border: 1px solid #FD3467;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    color: white !important;
    transition: ease all 0.5s;
}

.btn-pink:hover {
    background-color: #272a6e;
    color: white !important;
    border: 1px solid #272a6e;
    text-decoration: none;
    font-weight: 500;
}

.btn-pink:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu.show.lang-switch {
    right: 0;
    min-width: auto;
    width: auto;
}

.dropdown-menu.show.lang-switch a {
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    margin-left: 0px;
}

.menu-items-header a {
    font-size: 18px;
    font-weight: 700;
    margin-left: 30px;
}

.menu-items-header a.btn {
    font-size: 16px;
    font-weight: 400;
    margin-left: 0px;
}
.dropdown-menu a.dropdown-item{
    font-weight: 500;
}
.mlr-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.col-form-label {
    padding-top: 0px;
}

.features.dropup, .features.dropright, .features.dropdown, .features.dropleft {
    position: initial;
}

div.dropdown-multicol3 {
    width: auto;
    position: absolute;
    transform: translate3d(0px, 27px, 0px) !important;
    top: 0px;
    will-change: transform;
    left: 0;
    right: 0 !important;
    margin-top: 25px !important;
}

div.dropdown-multicol3 a, div.dropdown-multicol3 h3 {
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 0px;
}

div.dropdown-multicol3 > div.dropdown-col {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.dropdown-col-big {
    padding-left: 33%;
}

div.dropdown-col .dropdown-item {
    white-space: normal;
}

.dropdown-multicol3 h3 a, div.dropdown-multicol3 h3 {
    font-size: 18px;
}

.features button {
    color: black;
    background-color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
    outline: none;
}

.features button:hover {
    box-shadow: none;
    border: none;
    background-color: white;
    color: black;
    outline: none;
}

.features button:active {
    box-shadow: none !important;
    border: none !important;
    background-color: white !important;
    color: black !important;
    outline: none !important;
}

.features button:focus {
    box-shadow: none;
    border: none;
    background-color: white;
    color: black;
    outline: none;
}

.features .dropdown-menu.show {
    min-width: 40em;
}

.features .dropdown-menu.show a, .features .dropdown-menu.show h3 {
    padding: 10px 20px;
}

.features:focus {
    box-shadow: none;
    outline: none;
}

.lang-switch .btn {
    font-size: 14px !important;
}

.lang-switch .dropdown-menu.show {
    min-width: auto !important;
}

.lang-switch .dropdown-menu.show a {
    font-size: 14px;
    right: 0;
    margin: 0px;
}

.lang-switch .btn-secondary {
    color: black;
    background-color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
    outline: none;
}

.lang-switch .btn-secondary:hover {
    box-shadow: none;
    border: none;
    background-color: white;
    color: black;
    outline: none;
}

.lang-switch .btn-secondary:active {
    box-shadow: none !important;
    border: none !important;
    background-color: white !important;
    color: black !important;
    outline: none !important;
}

.lang-switch .btn-secondary:focus {
    box-shadow: none;
    border: none;
    background-color: white;
    color: black;
    outline: none;
}

.show > .btn-secondary.dropdown-toggle {
    color: black;
    background-color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
}

.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.voordeelen-list li {
    margin-bottom: 15px;
}

/***************************************Shadows***************************************/
.box-shadow {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.sticky.box-shadow {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.blog-overzicht-tile.box-shadow:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}


.border-radius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.box-line {
    border-bottom: 1px solid rgba(210, 210, 210, 0.7);
}

/***************************************Pricing***************************************/
#main {
    min-height: 700px;
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 2rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-subtitle {
    min-height: 80px;
    font-size: 1rem;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price-small {
    font-size: 1.5rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.periode-prijs {
    font-size: 13px;
    text-align: center;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
    .pricing .card:hover {
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/***************************************mobile menu***************************************/
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 9999999;
    /* Sit on top */
    right: 0;
    top: 0;
    background-color: white;
    /* Black fallback color */
    background-color: rgba(255, 255, 255, 0.9);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 0;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    /* Centered text/links */
    margin-top: 50px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    height: 100%;
    padding:30px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: black;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
    font-weight: 500;
}
.features-mob h3 a{
    font-weight: 900;
}
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 22px;
    z-index: 99999;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        top: 15px;
        right: 35px;
    }
}

.plyr__control--overlaid, .plyr--video .plyr__control:hover {
    background-color: #2e3192;
}

.plyr--full-ui input[type=range] {
    color: #2e3192;
}

/***************************************Footer***************************************/
footer p, footer a {
    font-size: 14px;
}

footer h3 {
    font-size: 24px;
}

/***************************************Mobile***************************************/
@media screen and (max-width: 1025px) {
    .menu-items-header a {
        font-size: 16px;
        margin-left: 25px;
    }

    .features button {
        font-size: 16px;
    }

    .mlr-30 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    iframe {
        height: 300px;
    }

    /*.overlay {*/
    /*display: none;*/
    /*}*/
}

@media screen and (max-width: 600px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    .btn--blue {
        font-size: 12px;
    }

    .mlr-30 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    iframe {
        height: 300px;
    }

    .overlay .closebtn {
        top: 10px;
        right: 10px;
    }

    #main {
        min-height: auto;
    }

    .hp h1 {
        font-size: 34px !important;
    }
    .overlay a{
        font-size: 18px;
    }
    .features-mob a{
        font-size: 14px!important;
    }
}

.videoWrapper {
    position: relative;
    /*padding-bottom: 56.25%; !* 16:9 *!*/
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mute-video-overlay {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 888;
    text-align: right;

}

.mute-video-overlay a {
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    position: relative;
    padding: 6px;
}

.plyr--video {
    background: transparent;
}

#footer p {
    margin-bottom: 10px;

}

.footer-bottom p, .footer-bottom a {
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #2e3192;
}

.card-body ul.list-square {
    list-style-type: square;
    color: #2e3192;
}
.card-body ul.list-square {

}

@media screen and (max-width: 991px) {
    .mute-video-overlay {
        display: none;

    }

    .mute-video-overlay a {
        background-color: rgba(255, 255, 255, 0.6);
        display: inline-block;
        position: relative;
        padding: 6px;
    }
}

/*.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {*/
/*padding-bottom: 56.2% !important;*/
/*}*/

.header-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
    height: 80px;
    width: 80px;
    display: flex;
    /* align-self: center; */
    justify-content: center;
    align-items: center;
}

.dropdown.features {
    line-height: 1.2;
}

.bc-color-light-blue {
    background-color: #f2f2f8;
}
.hp-bc-light-blue{
    background-color: #f2f2f8;
}

.bc-color-light-blue a, .bc-color-light-blue li, .bc-color-light-blue h6 {
    color: #2e3192;
}

.pricing .card-title {
}

.playbutton-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;

}

.playbutton-div:hover {
    cursor: pointer;
}

.by-color-blue {
    color: #2e3192;
}

.playbutton-inner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none;
}

.playbutton-inner i {
    color: #2e3192;
}

.menu-items-header .btn--blue {
    width: 200px;
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding-top: 0px;
    }
}

.img-homepage {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);

}
/*.img-homepage img{*/
/*    transition: 0.5s ease all;*/
/*}*/
/*.img-homepage img:hover{*/
/*    transform: scale(1.05);*/
/*}*/

.features-mob a {
    font-size: 18px;
}

.features-mob-tab:hover, .features-mob-tab:focus {
    color: black !important;
}

@media screen and(max-width: 600px) {
    .overlay a {
        font-size: 24px;
    }

    .features-mob a {
        font-size: 18px;
        font-weight: 500;
    }

    .overlay-content {
        top: 0;
    }

}

.social-media-icons-footer a i {
    font-size: 30px;
}

.first-header a {
    font-size: 14px;
}

.first-header {
    align-items: flex-end;
}

.fz-14 {
    font-size: 14px;
}

.blog-overzicht-tile:hover {
    text-decoration: none;
    color: initial;
}

.blog-overzicht-img {
    overflow: hidden;
}

.blog-overzicht-img img {
    transition: transform 0.3s ease;
}

.blog-overzicht-tile:hover .blog-overzicht-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
}

.blog-overzicht-tile .lees-meer {
    text-transform: uppercase;
    font-weight: 600;
}

.blog-overzicht-tile:hover .lees-meer {
    text-decoration: underline;
}

.blog-datum {
    font-size: 12px;
    text-transform: uppercase;
}

.blog-overzicht-tile h2 {
    font-size: 20px;
}

.blog-overzicht-tile p {
    font-size: 14px;
}

.blog-overzicht-tile {
    display: block;
    height:100%;
}

.blogstyle h4 {
    color: #2e3192 !important;
}

.blogstyle img {
    display: block !important;
    width: 100% !important;
    height: auto;
}

a .blog-overzicht-text .lees-meer, .blogstyle a {
    color: #2e3192 !important;
}

a:hover .blog-overzicht-text .lees-meer, .blogstyle a:hover {
    color: #2e3192 !important;
    text-decoration: underline !important;
}

.usp img {
    width: 40px;
    margin-bottom: 15px;
}

.usp h3 {
    font-size: 24px;
    font-weight: 800;
}

.hp-subtitle {
    font-size: 24px;
}

.hp h1 {
    font-size: 62px;
}

.learn-more-button i {
    font-size: 16px;
    padding-left: 5px;
}

.img-round {
    height: 150px;
    width: 100px;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #2e3192 !important;
}

#main strong {
    font-weight: 800;
}

.testimonal {
    font-size: 24px;
    text-align: center;
}

.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 1;
    color: #2e3192;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f053";
}

[dir="rtl"] .slick-prev:before {
    content: "\f054";
}

[dir="rtl"] .slick-next {
    left: -10px;
    top: 70px;
    right: auto;
}

.slick-next:before {
    content: "\f054";
}

[dir="rtl"] .slick-next:before {
    content: "\f053";
}

.no-scroll {
    overflow: hidden;
}

.features-mob {
    overflow: scroll;
}

#myModal .modal {
    z-index: 9999;
}
#myModal .modal-body{
    padding:2rem;
}
#myModal .modal-header{
    padding-left:2rem;
    padding-right:2rem;
}

.slick-sponsors .slick-track {
    display: flex;
}
.slick-sponsors .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.bc-color-light-blue .usp p{
    color:black;
}
.realisaties-text, .realisaties-text-custom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
}
.show-on-hover {
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.show-on-hover:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: width 300ms;
}
.blog-overzicht-tile:hover .show-on-hover{
    opacity: 1;
}
.blog-overzicht-tile:hover .show-on-hover:after{
    width: 0;
}
.blog-overzicht-tile:hover .wat-doen-we-link{
    color:#FD3467;
}