/**
Header
 */

header .right ul {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    background-color: #fff;
    width: auto;
    min-width: 350px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    padding: 25px 20px;
    z-index: 999;
}

header .top-bar-section .right ul li {
    padding: 0;
    padding-bottom: 35px;
    width: 100%;
}

header .right ul li:last-child {
    padding-bottom: 0;
}
header .right>li.last.submenu{
    position: relative;
}
/* header .right li.last.submenu:hover ul {
    display: block;
    opacity: 1;
}
header .right li.last.submenu:hover a {
    color: #002d70;
} 
header .right>li.last.submenu:hover {
    background: #fff;
    color: #002d70;
    z-index: 99;
}
header .right li.last.submenu:hover a:hover {
    color: #002d70;
    text-decoration: underline;
} */
/* header .right>li.last.submenu:before {
    content: '\f078';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-80%);
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
    transition: all 0.4s ease;
} */
header .right ul li a {
    font-weight: 400;
    text-transform: none;

}

header .right ul li a:after {
    display: none;
}

header .right > li.first.submenu {
    padding-right: 35px !important;
    position: relative;
    transition: all 0.4s ease;
}

header .right > li.first.submenu:before {
    content: '\f078';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-80%);
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
    transition: all 0.4s ease;
}

.hover-menu-overlay:before {
    content: ' ';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

header .right > li.first.submenu:hover {
    background: #fff;
    color: #002d70;
    z-index: 99;
}

header .right > li.first.submenu:hover:before {
    color: #002d70;
}

header .right li.first.submenu:hover:after {
    display: block;
}

header .right li.first.submenu:hover a {
    color: #002d70;
}

header .right li.first.submenu:hover a:hover {
    color: #002d70;
    text-decoration: underline;
}

header .right li.first.submenu:hover ul {
    display: block;
    opacity: 1;
}

header .right > li.first.submenu:hover {
    background: #fff;
    color: #002d70;
    z-index: 99;
}
/* Submenu container */
header .right  > li.show {
    padding-right: 35px !important;
    position: relative;
    transition: all 0.4s ease;
}

header .right > li.show:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/icon-arrow-down-blue.svg");
    width: 14px;
    height: 8px;
    transition: all 0.4s ease;
    background-size: 100%;
}

header:not(.home) .sticky .right > li.show:before {
    background-image: url("../img/icon-arrow-down-white.svg");
}

/* .home-header.f-topbar-fixed header .right > li.show:before {
    background-image: url("../img/icon-arrow-down-white.svg");
} */
.home-header.f-topbar-fixed header .right > li.show:hover:before {
    background-image: url("../img/icon-arrow-down-blue.svg");
}


header .right > li.show:hover:before {
    color: #002d70;
}

header .right li.show:hover:after {
    display: block;
}

header .right li.show:hover a {
    color: #002d70;
}
header .right li.show li.active a{
    color: #002d70!important;
}

header .right li.show:hover a:hover {
    color: #002d70;
    text-decoration: underline;
}

header .right li.show:hover ul {
    display: block;
    opacity: 1;
}
header .right > li.show:hover {
    background: #fff;
    color: #002d70;
    z-index: 99;
}
/*Menu submenu container end*/
header .contact-block {
    position: relative;
    float: right;
    background-color: #3bab42;
    padding: 12px 10px;
    transform: translateX(-14%);
}

header .contact-block:before {
    content: '';
    position: absolute;
    background-color: #3bab42;
    width: 10%;
    left: -10%;
    top: 0;
    height: 100%;
    transform: skew(-10deg) translateX(20%);
    z-index: -1;
}

header .contact-block:after {
    content: '';
    position: absolute;
    background-color: #3bab42;
    width: 10%;
    right: -10%;
    top: 0;
    height: 100%;
    transform: skew(-10deg) translateX(-20%);
    z-index: -1;
}

header .contact-block ul li {
    display: inline-block;
    padding: 0;
}

header .contact-block ul li:first-child {
    margin-right: 35px;
}

header .contact-block ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}



header .top-bar-section .right li {
    padding: 20px 20px 30px;
}

header .right {
    clear: right;
}

.top-bar-section ul li a:hover:after, .top-bar-section ul li.active a:after {
    bottom: -41px;
}

header div.contain-to-grid.sticky.fixed {
    box-shadow: none !important;
}

@media only screen and (max-width: 640px) {
    header .contact-block {
        display: none;
    }

    header .right ul {
        position: static;
        padding: 0;
    }

    header .right li.first.submenu:before {
        top: 20px;
        transform: none;
    }

    header .top-bar-section .right ul li {
        padding: 0;
        margin: 15px 0;
    }
}

/*
    Buttons
*/
.green-btn.reverted {
    background-color: transparent;
    color: #3bab42;
}

.green-btn.reverted:after {
    color: #3bab42;
}

/**
Expertise overview
 */


.expertise-overview-item {
    width: calc(25% - 2px);
    background-color: #fff;
    float: left;
    margin: 0 1px;
    padding: 0 20px;
    position: relative;
}

.expertise-overview-item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
}

.expertise-overview-item .image img {
    height: 75px;
}

.expertise-overview-item h2 {
    margin-bottom: 20px;
    word-break: break-word;
    -webkit-word-break: break-word;
    -ms-word-break: break-word;
    -moz-word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}

.expertise-overview-item p {
    margin-bottom: 100px;
}

.expertise-overview-item .green-btn {
    /* margin-bottom: 60px; */
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 160px;
    width: 100%;
}

#home .title-content {
    line-height: 77px;
    margin: 100px 0 68px;
    font-size: 70px;
    font-weight: 900;
}

#home .text-block {
    background: transparent;
    margin-bottom: 40px;
    text-align: left;
}

#home .text-block:after {
    display: none;
}

#home .banner-content {
    position: absolute;
    bottom: 80px;

}

#home .banner-text {
    margin-bottom: 0;
}

#home .banner-area .cycle-slideshow {
    position: relative;
    margin-bottom: 330px;
}

@media only screen and (max-width: 1250px) {
    #home .title-content, #home .text-block {
        margin-bottom: 30px;
    }
    
    .expertise-overview-item p {
        margin-bottom: 100px;
    }

    .expertise-overview-item h2 {
        margin-bottom: 10px;
    }

    /* .expertise-overview-item .green-btn {
        margin-bottom: 30px;
    } */
}

@media only screen and (max-width: 1024px) {
    #home .title-content {
        line-height: 1.2;
    }

    #home .title-content, #home .text-block {
        margin-bottom: 5px;
    }
    .expertise-overview-item p {
        margin-bottom: 80px;
    }

    /* .expertise-overview-item .green-btn {
        margin-bottom: 15px;
    } */
}

@media only screen and (max-width: 860px) and (min-width: 768px) {
    #home .banner-content .medium-7 {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .expertise-overview-item {
        padding: 0 5px;
        width: calc(50% - 2px);
        margin-bottom: 5px;
    }

    #home .banner-area .cycle-slideshow {
        margin-bottom: 670px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
    .expertise-overview-item {
        height: 350px !important;
    }
}

@media only screen and (min-width: 640px) {
    #home .text-block {
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .expertise-overview-item {
        width: 100%;
        height: auto;
    }
    #home .banner-area .cycle-slideshow {
        margin-bottom: 20px;
    }

    #home .banner-content {
        position: inherit;
    }
}

/**
Bunt check section
 */

.buntcheck-section {
    position: relative;
    width: 100%;
    float: left;
}

.buntcheck-section img {
    float: left;
}

.buntcheck-section .buntcheck-content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 540px;
    background-color: #fff;
    padding: 105px 125px 85px 125px;
}

.buntcheck-section .buntcheck-content h2 {
    margin-bottom: 20px;
}

.buntcheck-section .buntcheck-content p {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .buntcheck-section img {
        max-width: 70%;
    }

    .buntcheck-section .buntcheck-content {
        padding: 70px 80px 57px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .buntcheck-section img {
        max-width: 100%;
    }

    .buntcheck-section .buntcheck-content {
        width: 100%;
        position: static;
        max-width: 100%;
        float: left;
        padding: 50px 40px;
        transform: none;
    }
}



/**
Expertise template
 */

.expertise .trainingen-menu {
    width: 100%;
    padding: 73px 0 0;
}

.expertise .trainingen-menu ul {
    width: 80%;
}

.expertise .trainingen-menu ul li.active a, .expertise .trainingen-menu ul li a:hover {
    color: #3bab42;
    text-decoration: underline;
}

.sidebar-cta {
    margin-top: 40px;
    max-width: 240px;
    float: left;
}

.sidebar-cta .sidebar-cta-content {
    background-color: #002d70;
    padding: 25px 30px;
    color: #fff;
}

.sidebar-cta .sidebar-cta-content p, .sidebar-cta .sidebar-cta-content a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.32px;
    padding-bottom: 20px;
}

.sidebar-cta .sidebar-cta-content a.cta-phone {
    color: #3bab42;
    font-size: 24px;
}

.sidebar-cta .sidebar-cta-content a.cta-email {
    margin-bottom: 0;
    font-weight: 400;
}

.sidebar-whitepaper {
    margin-top: 40px;
    background-color: #3bab42;
    padding: 40px 30px;
    max-width: 240px;
    float: left;
}

.sidebar-whitepaper h4 {
    color: #fff;
    padding-bottom: 5px;
}

.sidebar-whitepaper p {
    margin-bottom: 25px;
}

.sidebar-whitepaper a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    display: inline-block;
}

.sidebar-whitepaper a:before {
    content: ' ';
    width: 22px;
    height: 29px;
    background: url('/assets/templates/img/download.svg') no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.sidebar-whitepaper a:hover {
    text-decoration: underline;
}

.expertise .trainingen-contents {
    width: 100%;
}

.expertise .trainingen-section-title p {
    padding: 0;
    letter-spacing: -0.23px;
}

.expertise .content-middle-section h3 {
    padding-left: 30px;
    text-align: center;
    line-height: 1.2;
}

.expertise .content-bottom-section {
    border-bottom: none;
}

.expertise-training-overview {
    float: left;
    background-color: #3bab42;
    padding: 75px 0;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.expertise-training-overview:before, .expertise-training-overview:after{
    content: ' ';
    background-color: #3bab42;
    width: 150px;
    height: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.expertise-training-overview h3 {
    color: white;
}

.expertise-training-overview ul {
    margin-left: 0;
}

.expertise-training-overview ul li {
    width: 100%;
    background-color: #fff;
    list-style: none;
    padding: 25px 10px 25px 20px;
    margin: 20px 0;
}

.expertise-training-overview ul li a {
    color: #002d70;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    width: 100%;
    display: block;
    padding-right: 20px;
}

.expertise-training-overview ul li a:before {
    color: #002d70;
    content: "";
    font-family: "FontAwesome";
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;

}

.details-information a {
    color: #002d70;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.48px;
}

.home-header .header.home {
    background: #D5E1ED;
}

.home-logo, .home-header .header.home .bunt-logo {
    display: none;
}

.home-header .header.home .home-logo {
    display: block;
}

.f-topbar-fixed .header .bunt-logo {padding-left: 15px;}

.home-header .header.home .top-bar-section ul.right li a, .home-header .header.home .top-bar-section ul.right li:before {
    color: #000000;
}

/* .home-header.f-topbar-fixed .header.home .top-bar-section ul.right li a, .home-header.f-topbar-fixed .header.home .top-bar-section ul.right li:before {
    color: #fff;
} */

.home-banner {
    position: relative;
    padding: 150px 0 100px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 1;

    &:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 49%;
        background-color: #D5E1ED;
        z-index: -1;

        @media only screen and (max-width: 1100px) {
            height: 50%;
        }
        @media only screen and (max-width: 640px) {
            height: 45%;
        }
        @media only screen and (max-width: 640px) {
            height: 33%;
        }
    }
}

.home-banner h1 {
    color: #1e205e;
    margin-top: 80px;
}

.home-banner .text-block p {
    color: #1e205e;
}

.home-banner img {
    margin: 0 auto;
    display: block;
    position: absolute;
    right: -170px;
    top: 150px;
    /* height: calc(100% - 100px); */
    object-fit: cover;

    @media only screen and (max-width: 1200px) {
        display: none;
    }
}

.home-banner .banner-button-container {
    display: flex;
    width: 100%;
    float: left;
    flex-wrap: wrap;
    gap: 20px;

    a {
        margin-right: 0;
        padding: 12px 50px 12px 30px;
        width: calc(50% - 10px);
        align-items: center;
        justify-content: start;
        display: flex;
        
        @media (max-width: 1024px) {
            width: calc(33% - 11px);
        }
        @media (max-width: 768px) {
            width: 100%;
        }
    }
}

.cta-blocks {
    position: relative;
    background-color: #1e205e;
    padding-bottom: 50px;
}

.cta-blocks:before {
    content: '';
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 200%;
    background-color: #1e205e;
    z-index: -1;
    transform: skewY(-10deg) translateY(10%);
}

.cta-blocks-container {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.cta-block {
    width: 100%;
    background-color: #316ab3;
    padding: 30px 25px;
}

.cta-block h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
}

.cta-block .cta-btn {
    position: relative;
    color: #1e205e;
    font-size: 20px;
    font-weight: 700;
    padding-right: 30px;
    transition: all 0.3s ease;
}

.cta-block .cta-btn:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.cta-block .cta-btn:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 13px;
    content: "\F054";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #1e205e;
    position: absolute;
    right: 0;
    top: 5px;
}

.sand-bg {
    background-color: #FFF9ED;
    position: relative;
    padding: 100px 0;

    @media only screen and (max-width: 768px) {
        padding: 30px 0;
    }
}

.blue-bg {
    position: relative;
    padding-top: 50px;
    background-color: #1e205e;
}

.blue-bg .buntcheck-section .buntcheck-content {
    background-color: #316ab3;
    padding: 105px 35px 85px 60px;
    max-width: 400px;
    right: 7%;
}

.blue-bg .buntcheck-section .buntcheck-content:before {
    content: '';
    position: absolute;
    background-color: #316ab3;
    width: 20%;
    left: -13%;
    top: 0;
    height: 100%;
    transform: skew(-10deg) translateX(20%);
    z-index: -1;
}

.blue-bg .buntcheck-section .buntcheck-content:after {
    content: '';
    position: absolute;
    background-color: #316ab3;
    width: 20%;
    right: -13%;
    top: 0;
    height: 100%;
    transform: skew(-10deg) translateX(-20%);
    z-index: -1;
}

.blue-bg .buntcheck-section .buntcheck-content h2, .blue-bg .buntcheck-section .buntcheck-content p {
    color: #fff;
}

.blue-bg .green-btn, .tree-content-inner .green-btn {
    background-color: #1e205e;
    padding: 6px 49px 8px 30px;
}

.blue-bg .green-btn:hover, .tree-content-inner .green-btn:hover {
    background-color: #59c73b;
}

.blue-bg .news-section h3 {
    text-align: left;
    color: #fff;
    font-weight: 700;
    padding: 55px 0 33px;
    background-color: #1e205e;
}

.blue-bg .news-section {
    margin-top: 60px;
}

#home .tree-content-area {
    transform: translateX(13%);
}

#home .tree-content-inner {
    z-index: 1;
    padding: 81px 15px 60px 45px;
}

.tree-content-inner h2, .tree-content-inner p {
    position: relative;
    text-align: left;
}

.tree-content-inner h2 {
    font-size: 44px;
    line-height: 36px;
}

.tree-content-inner p {
    color: #363636;
}

.tree-content-inner:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 20%;
    left: -13%;
    top: 0;
    height: 100%;
    transform: skew(-10deg) translateX(20%);
    z-index: -1;
}

.tree-content-inner:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 20%;
    right: -13%;
    top: 0;
    height: 100%;
    transform: skew(-10deg) translateX(-20%);
    left: unset;
    bottom: unset;
    z-index: -1;
}

.case-section h3 {
    text-align: left;
    font-weight: 700;
    padding: 77px 0 33px;
}

header .fixed .right > li.first.submenu:hover a, header .fixed .right > li.first.submenu:hover:before {
    color: #1e205e !important;
}

.trainingen-editor-contents a.btn-blue.btn-green {
    background: #3bab42;
}

.trainingen-editor-contents a.btn-blue.btn-green:hover {
    background: #59c73b;
}

@media only screen and (min-width: 1024px) {
    .expertise .trainingen-section-title, .expertise .trainingen-editor-contents {
        padding-left: 150px;
        padding-right: 150px;
    }

    .expertise-training-overview:before {
        left: -150px;
    }

    .expertise-training-overview:after {
        right: -150px;
    }
}

@media only screen and (max-width: 1600px) {
    .cta-blocks:before {
        transform: skewY(-10deg) translateY(20%);
    }
}

@media only screen and (max-width: 1024px) {
    .expertise-training-overview:before {
        left: -30px;
        width: 30px;
    }

    .expertise-training-overview:after {
        right: -30px;
        width: 30px;
    }

    .expertise .content-middle-section::before {
        left: 0;
        height: 60px;
        width: 77px;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .blue-bg .buntcheck-section .buntcheck-content {
        background-color: #316ab3;
        padding: 45px 35px 55px 35px;
        max-width: 100%;
        position: relative;
        right: unset;
    }
    
    .blue-bg .buntcheck-section .buntcheck-content:before, .blue-bg .buntcheck-section .buntcheck-content:after {
        display: none;
    }
    
    #home .tree-section {
        max-width: 60%;
        display: block;
        float: unset;
        margin: 0 auto;
    }
    
    #home .tree-content-area {
        transform: none;
        margin-bottom: 50px;
    }
    
    .tree-content-inner:before {
        width: 30%;
        left: -21%;
    }
    
    .tree-content-inner:after {
        width: 30%;
        right: -21%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .sidebar-cta .sidebar-cta-content {
        padding: 13px 15px;
    }

    .sidebar-cta .sidebar-cta-content a.cta-phone {
        font-size: 18px;
    }

    .sidebar-whitepaper {
        padding: 20px 15px;
    }

    .sidebar-whitepaper a {
        font-size: 14px;
        padding-left: 30px;
        display: inline-block;
    }

    .expertise .trainingen-section-title p {
        font-size: 16px;
        line-height: 23px;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {

    .sidebar-cta, .sidebar-whitepaper {
        max-width: 50%;
        width: 45%;
        margin: 0 2.5%;
    }

    .expertise .trainingen-menu ul {
        width: 100%;
        margin-bottom: 20px;
    }


    .expertise .trainingen-section-title p {
        font-size: 16px;
        line-height: 23px;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 640px) {
    .cta-blocks-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #home .title-content {
        margin: 0;
        font-size: 50px;
    }
    
    .home-banner img {
        display: none;
    }
    
    .cta-blocks:before {
        top: -16%;
        height: 25%;
    }
    
    #home .tree-content-area {
        margin-bottom: 0;
    }

    /* .home-banner .banner-button-container a {
        padding: 28px 40px 32px 21px;
        margin-bottom: 16px;
    } */
}

@media only screen and (max-width: 480px) {
    .expertise .trainingen-menu ul {
        width: 100%;
    }

    .expertise-training-overview ul li a {
        float: none;
        padding-top: 0;
    }

    .sidebar-cta, .sidebar-whitepaper {
        max-width: 100%;
        width: 100%;
    }

    .sidebar-cta img {
        width: 100%;
        object-fit: cover;
    }

    .sidebar-cta .sidebar-cta-content a.cta-phone {
        width: 100%;
        display: inline-block;
    }


    .expertise .trainingen-section-title p {
        font-size: 16px;
        line-height: 23px;
        padding: 0 30px;
    }
    
    .cta-blocks-container {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .home-banner {
        padding: 80px 0 30px;
    }
    
    #home .tree-section {
        max-width: 90%;
    }
    
    .tree-content-inner:before, .tree-content-inner:after {
        display: none;
    }

    .home-banner .banner-button-container a {
        padding: 28px 40px 32px 21px;
        padding: 12px 50px 12px 30px;
        margin-bottom: 0;
        width: 100%;
    }
}


/**
Trainingen vervolg pagina
 */

.sidebar-training-info {
    max-width: 240px;
    background-color: #3bab42;
    padding: 40px 30px;
    margin-top: 37px;
    float: left;
}

.sidebar-training-info strong {
    color: white;
    font-size: 24px;
    letter-spacing: -0.5px;
    display: inline-block;
    line-height: 1;
}

.sidebar-training-info p {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}

.sidebar-training-info p:last-child {
    padding-bottom: 0;
}

.top-bar.expanded {
    background: #1e205e;
    width: calc( 100% + 30px );
    margin-left: -15px;
}

header .top-bar.expanded .right > li.show:hover {
    background: #1e205e;
    color: #fff;
}

header .top-bar.expanded .right>li.show:hover {
    background: #1e205e;
    color: #fff;
}
header .right>li.show:hover {
    position: relative;
    background: #fff;
    color: #002d70;
    z-index: 99;
}
.top-bar.expanded .bunt-logo {
    display: block !important;
    padding-left: 15px;
}

.top-bar.expanded .home-logo {
    display: none !important;
}

.header .top-bar.expanded .top-bar-section ul.right li a, .header .top-bar.expanded .top-bar-section ul.right li:before {
    color: #fff;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .sidebar-training-info {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    .sidebar-training-info {
        max-width: 50%;
        width: 45%;
        margin: 0 2.5%;
    }

    .sidebar-items {
        margin-top: 37px;
    }
}
@media only screen and (max-width: 640px) {
    header .right>li.show:before{
        transform: translateY(25%);
        top: 0;
        background-image: url("../img/icon-arrow-down-white.svg");
    }
    header .right>li.show{
        position: relative;
    }
    .top-bar-section li:not(.has-form) a:not(.button).button-link {
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .sidebar-training-info {
        max-width: 100%;
        width: 100%;
    }
}
#inschrijfForm-hide-form{
    display: none!important;
}
.textbox-outer.date-select{
    display: flex;
    flex-direction: column;
}
.cta-container.first{
    margin-bottom: 0px;
}
.quote-cta{
    display: flex;
}
.inschrijf-text-below{
    display: block;
    margin: 15px 0 0;
    font: 400 16px/26px 'PT Sans',sans-serif;
    color: #363636;
}

div.footer-block a:hover {
   color: #D2A02B; 
}
header.header .top-bar-section ul li a:hover {
   color: #002d70 !important; 
}

.top-bar-section ul li a {
    font-size: 1rem;
}

header .header-inner .top-bar-section .right li {
    padding: 20px 16px;
}

.expertises-card {
    &.expertises-card__darkblue {
        background-color: #002d70;
        
        .blue-btn.light {
            background-color: #316AB3;
        }
    }
    &.expertises-card__lightblue {
        
    }
}

.expertises-card img {
    height: 300px;
}

section.content.trainingen {
    background-color: #fff;
}

.training-top-content {
    background-color: #D5E1ED;
}

.training-info {
    background-color: #fff;
}

section.content.trainingen.training-det {
    .training-info {
        background: linear-gradient(180deg, rgba(213, 225, 237, 1) 175px, rgba(255, 255, 255, 1) 175px);
    }
}