/*Text styling*/

h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
}

h2 {
    color: #0B080B;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
}

h3 {
    color: #0B080B;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}

h4 {
    color: #0B080B;
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}
h5 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
h6 {
    color: #206FB3;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Exo 2";
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

p, a, span, li, ul li, input, textarea, div, select {
    font-family: "Exo 2";
    font-size: 16px;
    line-height: 24px;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}

hr.border {
    box-shadow: none;
    border: 1px solid #919292;
    height: 0px;
}

p a {
    color: #FDB300;
}

/*Menu*/

.navbar-nav .nav-link {
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar {
    height: 100%;
}

.mobile {
    display: none;
}

.lockScroll {
    overflow: hidden;
    width: 100%;
}

/* filter styling */

.searchfilter {
    width: 100%;
    height: auto;
    background-color: #FEFEFE;
    float: left;
    border-radius: 5px;
    padding: 30px;
}

.bedrijven {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    float: right;
    width: 65%;
}

/* filter styling end */


/*header styling*/

.header-bg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    height: 700px;
    overflow: hidden;
    background-size: cover;
    box-shadow: inset 700px 1px 93px 0 rgba(0,0,0,0.25);
}

.header-container,
.header-container .row {
    position: relative;
    height: 100%;
}

.intro_title h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 15px;
}

.intro_title a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.intro_title.postheader {
    text-align: center;
    position: relative;
    padding: 72px 0;
}

.intro_title h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}

.intro_tekst h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-bottom: 25px;
}

.header_content_inner {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    float: left;
    top: 40%;
    position: relative;
    transform: translateY(-50%);
}

.header_content_inner .titles {
    width: 30%;
    position: relative;
}

.search-wrapper {
    height: auto;
    width: 440px;
    border-radius: 10px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: -35px;
    padding: 25px;
}

.sidebar-block .search-wrapper {
    background: #F1F3F4;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    top: 0;
}

.sidebar-block .search-wrapper .contactform input, .sidebar-block .search-wrapper .contactform textarea, .sidebar-block .search-wrapper .contactform select {
    background: white;
}

.search-wrapper h6 {
    margin-bottom: 20px;
}

.search-wrapper .submit_input.orange_button {
    width: 100%;
    margin-bottom: 15px;
}

.search-wrapper .contactform input,
.search-wrapper .contactform textarea,
.search-wrapper .contactform select {
    height: 62px;
    border: 1px solid #B5B6B9!important;
    background: transparent;
    padding: 10px 20px;
}

.search-wrapper .select_arrow i {
    color: #B5B6B9;
}

.hoofdknoppen .knoplinks,
.hoofdknoppen .knoprechts {
    display: inline-block;
}

.hoofdknoppen .knoplinks {
    margin-right: 15px;
}

.hoofdknoppen .knoprechts {
    background-color: #428bca;
    border: 1px solid #428bca;
}


/*header styling end*/

/*parralex styling end*/

.column-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
}

.main-btn {
     height: 55px;
     width: 175px;
     border: 1px solid #FEB100;
     border-radius: 10px;
     background-color: #FDB300;
     box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
     margin: 20px auto;
 }

.main-btn a {
    font-size: 16px;
    color: #FFFFFF;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 14px;
}

.orange_button {
    height: 55px;
    min-width: 150px;
    border-radius: 10px;
    background-color: #FDB300;
    border: 1px solid #FEB100;
    position: relative;
    display: inline-block;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.orange_button:hover,
li.large-menu-btn.menu-item:hover {
    background-color: white;
}

.orange_button:hover a,
.orange_button:hover span,
li.large-menu-btn.menu-item:hover a {
    color: #FDB300;
    text-decoration: none;
}

.column-wrapper .orange_button {
    margin-top: 20px;
}

.orange_button a, .submit_input span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 15px 10px;
    display: inline-block;
    position: relative;
    top: -1px;
    left: -1px;
    width: 100%;
    min-width: 150px;
    text-decoration: none;
}

.submit_input:focus {
    outline: none;

}

.submit_input {
    padding: 0;
    cursor: pointer;
}

.subtitle_orange h5 {
    color: #FDB300;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    z-index: 1;
}

.hoofdtekst h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}

/*parralex styling end*/

/*Hoe het werkt overzicht styling*/

.columndiv {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    align-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.columndiv .kleine_boventitel {
    color: #8A8A8A;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.columndiv .uitleg h5 {
    color: #206FB3;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
}

.columndiv .icon-wrapper {
    position: relative;
    height: 100px;
    width: 100%;
    margin-bottom: 30px;
}

.columndiv .icon-wrapper .icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

/*Hoe het werkt overzicht styling end*/

/*Quote section*/

#section-quote .quotewrapper {
    padding: 150px 0;
}

#section-quote .section-container {
    background-position: center top!important;
}

.quotewrapper {
    display: flex;
    justify-content: flex-start;
    flex-flow: column wrap;
    align-content: center;
    text-align: left;
}

.quotewrapper p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.quotewrapper h3 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    text-align: left;
}

/*Mooie quote section end*/

/*Opdrachten section*/

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.informatiebox{
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    width: 31%;
    position: relative;
    background-color: #ffffff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 25px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.informatiebox:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 5px 15px #0000001a;
    -moz-box-shadow: 0 5px 15px #0000001a;
    box-shadow: 0 5px 15px #0000001a;
}

.informatiebox:nth-child(3n) {
    margin-right: 0;
}

.titleveld.opdracht {
    bottom: 172px;
    z-index: 2;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.titleveld.events {
    bottom: 172px;
    z-index: 2;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.Extra-informatie {
    position: relative;
    padding: 30px;
}

.bluetitle h5 {
    color: #206FB3;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
}

.start {
    position: relative;
}

p.vanaf {
    color: #919292;
    font-size: 16px;
    margin-bottom: 5px;
}

p.eind {
    color: #919292;
    font-size: 16px;
    margin-bottom: 5px;
}

p.tijden {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #0B080B;
}

.tot {
    position: relative;
}

.box-afbeelding {
    position: relative;
}

.informatiebox .box-afbeelding {
    height: 220px;
    z-index: 1;
}
.linkerhoekknop {
    height: 40px;
    width: auto;
    border-radius: 10px;
    background-color: #206FB3;
    color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding: 7px 15px 0 15px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.titleveld {
    position: absolute;
    bottom: 0;
    padding-left: 30px;
}

.image-inner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.image-inner:after {
    content: '';
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
}

.full-link-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}

.link_to_posts {
    width: 100%;
    position: relative;
    margin-top: 25px;
    margin-bottom: 10px;
}

.link_to_posts a {
    color: #206FB3;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.link_to_posts a:hover {
    text-decoration: none;
}

/*Opdrachten section end*/

/*Top bar styling*/

.top_bar {
    height: 120px;
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
}

.top_bar_left,
.top_bar_right {
    width: 50%;
    height: 118px;
    display: inline-block;
}

.top_bar_left {
    position: relative;
    float: left;
}

.top_bar_right {
    position: relative;
    float: right;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.top_bar-brand {
    margin-top: 10px;
}

li.top_bar-item {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

li.top_bar-item a {
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.mail {
    margin-left: 30px;
    position: relative;
}

.phone {
    position: relative;
}

svg.svg-inline--fa.fa-phone.fa-w-16.fa-flip-horizontal.fa-5x {
    margin-right: 7px;
}

svg.svg-inline--fa.fa-envelope.fa-w-16.fa-3x {
    margin-right: 7px;
}

/*Top bar styling end*/

/* logo slider */

.logo-slider{
    width: 100%;
    height: auto;
}

.logo-slider img{
    height: 82px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .6;
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

/* einde logo slider*/

/*Navbar styling*/

.navigation{
    width: 100%;
    height: 85px;
    position: relative;
    background-color: #206FB3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

li.nav-item {
    position: relative;
}

li.nav-item.active:before {
    content: '';
    position: absolute;
    border: 2px solid #fdb300;
    width: 100%;
    height: 2px;
    display: block;
    bottom: -25px;
}

a.nav-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: right;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul.navbar-nav.ml-auto {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
}

.home-icon{
    border-image: url("/IMG/home_icon.svg");
    height: 20px;
    width: 18px;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
}

li.large-menu-btn.menu-item {
    height: 55px;
    width: auto;
    min-width: 130px;
    border-radius: 10px;
    border: 1px solid #FDB300;
    background-color: #FDB300;
    margin-left: 15px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.large-menu-btn.menu-item a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.navbar-toggler {
    display: block;
    z-index: 1004;
    position: relative;
    right: -10px;
    top: 0;
    padding: 10px;
    cursor: pointer;
}

.menu-open .navbar-toggler {
    right: -15px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .bars {
    display: inline-block;
    vertical-align: middle;
}
.navbar-toggler .bar {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #FDB300;

    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.navbar-toggler .bar-3 {
    margin-bottom: 0;
}
.navigation.menu-open .bars {
    margin-top: -10px;
    position: relative;
}
.navigation.menu-open .bar-1 {
    transform: rotate(45deg);
    margin-top: 10px;
}
.navigation.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
}
.navigation.menu-open .bar-2 {
    opacity: 0;
}

li.nav-item:hover a {
    color: #FDB300;
}

li.nav-item.active a {
    color: #FDB300;
}

/*Navbar styling end*/



/*parallax section*/

.section-container{
    position: relative;
}

.overlay-sectie-title {
    top: 0;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    position: absolute;
}

.title.text-center h2 {
    color: #0B080B;
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    margin-bottom: 45px;
}

/*parallax section end*/

/*Icon styling*/
.fa-phone {
    height: 18px;
    width: 18px;
    color: #FFAF00;
}
.fa-envelope {
    height: 18px;
    width: 25px;
    color: #FFAF00;
}

/*footer tray styling*/

.blue-block{
     height: 400px;
     width: 100%;
     background-color: #206FB3;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-content: center;
}

.grey-footer-box{
    height: 270px;
    width: 100%;
    background-color: #F1F3F4;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    position: relative;
}

.footer-phone, .mailadress {
    text-align: center;
}

.footer-phone a, .mailadress a {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    text-decoration: none;
}

.blue-block h3 {
    color: #FDB300;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.copyright {
    background-color: #206fb3;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

}

.copyright h5, .copyright a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 0;
}

.map {
    height: inherit;
    width: 30%;
    position: relative;
}

.textcolumns {
    height: inherit;
    width: 70%;
    float: right;
    position: relative;
    padding: 30px 0;
}

.textcolumns h5 {
    color: #0B080B;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

.textcolumns p {
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bvo-test {
    position: relative;
    height: 55px;
}

.bvo-test a {
    margin-top: 0!important;
    width: 100%;
    line-height: 18px;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

.bvo-test-tekst {
    margin-top: 15px;
    text-align: center;
}

.textcolumns p a, .bvo-link {
    color: #8A8A8A;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.textcolumns p a:hover {
    color: #FDB300;
}
/*footer tray styling end*/

/*postheader styling*/

.post-header-bg {
    height: 225px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: inset 700px -459px 93px 0 rgba(0,0,0,0.25);
    display: flex;
    justify-content: center;
}

/*postheader styling end*/

/*blauwe informatievelden*/

.blauwinfoveldwrapper{
    border-radius: 10px;
    background-color: #206FB3;
    padding: 20px;
    margin-bottom: 25px;
}

.blauw.informatieveld {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.gele.titlebox{
    color: #FFCA18;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
}


/*blauwe informatievelden end*/

/*sidebar styling*/

.sidebar .link_item {
    border-bottom: 1px solid #F4EFF0;
    margin-bottom: 15px;
}

.sidebar {
    position: relative;
    height: fit-content;
    background-color: #FFFFFF;
    padding: 25px;
    margin-bottom: 20px;
}

.sidebar .sidebar-inner {
    height: 100%;
    position: relative;
}

.sidebar .sidebar-inner .sidebar-title {
    position: relative;
    height: auto;
}

.sidebar .sidebar-inner .sidebar-title h4 {
    margin-bottom: 15px;
}

.sidebar .sidebar-inner .sidebar-content {
    position: relative;
    height: auto;
}

.sidebar .sidebar-inner .sidebar-content a {
    display: block;
}

.sidebar .sidebar-inner .sidebar-content a.active:hover {
    text-decoration: none;
}

.sidebar .sidebar-inner .sidebar-content p {
    margin-bottom: 0;
}

.sidebar .sidebar-inner.titel_btn .sidebar-title {
    height: 50px;
}

.sidebar .sidebar-inner .sidebar-content .social_media a {
    color: white;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}

.sidebar .sidebar-inner .sidebar-content .social_media a:before {
    color: white;
    background: #27a5ff;
}

.imagebox-outer {
    height: 300px;
    width: 100%;
    background: #F1F3F4;
    border-radius: 5px;
    padding: 50px;
    margin-bottom: 40px;
}

.imagebox-inner {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.yellow-box-outer {
    min-height: 235px;
    width: 100%;
    background: #FDB300;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 40px;
}

.yellow-box-inner {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.blue-btn {
    display: flex;
    justify-content: center;
    align-content: center;
}


.blue-btn a {
    min-width: 190px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 35px;
    padding: 18px;
    border-radius: 10px;
    background-color: #206FB3;
    border: 1px solid #206FB3;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.blue-btn a:hover {
    background-color: #FFFFFF;
    color: #206FB3;
}

.grey-box-outer{
    min-height: 300px;
    width: 100%;
    background: #F1F3F4;
    border-radius: 5px;
    padding: 50px;
    margin-bottom: 40px;
}

.grey-box-inner {
    color: #206FB3;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
}

.grey_box_text {
    margin-top: 20px;
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.yellow-btn  {
    display: flex;
    justify-content: center;
    align-content: center;

}

.yellow-btn a {
    min-width: 190px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 35px;
    padding: 18px;
    border-radius: 10px;
    background-color: #FDB300;
    border: 1px solid #FDB300;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.yellow-btn a:hover {
    background-color: white;
    color: #FDB300;
}

.googlemaps {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
}
/*sidebar styling end*/

/*contactformulier*/

.contactform {
    width: 100%;
    position: relative;
}

.contactform input,
.contactform textarea,
.contactform select {
    height: 70px;
    width: 100%;
    border-radius: 5px;
    background-color: #F1F3F4;
    padding: 20px 30px;
    border: 0;
    color: #8A8A8A;
    margin-bottom: 1rem;
}

.contactform select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.contactform select option {
    background-color: white;
}

.select_arrow {
    position: absolute;
    right: 10px;
    top: 23px;
    pointer-events:none;
}

.forminput {
    position: relative;
}

.checkbox-wrapper {
    position: relative;
    margin-bottom: 8px;
}

.forminput.checkbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    padding-left: 30px;
}

.forminput.checkbox span {
    font-weight: bold;
    line-height: 50px;
    color: #8A8A8A;
}

.forminput.checkbox label {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    color: #8A8A8A;
    padding-left: 30px;

}

.forminput.checkbox input {
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-bottom: 2px;
    margin-right: 8px;
    opacity: 0;
    position: absolute;
}

.contactform p {
    margin-bottom: 0;
}

.contactform textarea {
    min-height: 200px;
    resize: none;
}

.aanmelden .contactform .forminput:nth-child(-n+4) {
    width: 49.5%;
    display: inline-block;
}

.aanmelden .contactform .forminput:nth-child(2),
.aanmelden .contactform .forminput:nth-child(4){
    float: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8A8A8A;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #8A8A8A;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #8A8A8A;
}
:-moz-placeholder { /* Firefox 18- */
    color: #8A8A8A;
}


/*contactformulier end*/

/*Bedrijf*/

.keurmerk-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.keurmerk-wrapper{
    position: relative;
    width: auto;
    display: block;
    height: 100%;
}

.keurmerk-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 75px;
    width: 150px;
    margin: 10px 20px 10px 0;
}

.actie-wrapper{
    position: relative;
}

.actie-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: auto;
    margin: 10px 20px 10px 0;
}

/*Bedrijf veld end*/

/*bedrijvengids*/

.bedrijf {
    position: relative;
    border: 14px solid #cecece;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 48%;
    height: auto;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bedrijf:hover {
    background-color: #206FB3;
    border: 14px solid #FDB300;
}

.bedrijvenlogo {
    height: 90px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

.bedrijventitelveld {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}

.bedrijveninfotekst {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

p.bedrijf-item {
    color: rgba(0, 0, 0, 0.91);
}

a.bedrijf-item.tel {
    color: rgba(0, 0, 0, 0.91);
    text-decoration: none;
}

/*bedrijvengids end*/

/*index.plate and show.plate*/

.overview {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F1F3F4;
}

.single .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
}

.image-container {
    position: relative;
    height: 350px;
    width: 100%;
    margin-bottom: 25px;

}

.nieuws .image-container {
    margin-bottom: 50px;
}

.image-container .image-container-inner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
}

.white-block .plate--column {
    padding-left: 0;
    padding-right: 0;
}

.white-block .title h2 {
    color: #206FB3;
    text-shadow: none;
}

.event-block {
    height: auto;
    width: 100%;
    background: #F1F3F4;
    border-radius: 5px;
    margin-bottom: 40px;
}

.youtube-vid,
.over_ons,
.keurmerkoverzicht-outer,
.actieoverzicht-outer,
.contact-form {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.status {
    position: relative;
    height: auto;
    padding: 40px;
    border-radius: 5px;
    background: #F1F3F4;
    width: 100%;
    margin-bottom: 40px;
}

.status-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.status .premium {
    margin-bottom: 30px;
}

.status .status-inner {
    color: #8A8A8A;
}

.status .status-inner p.bold {
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
    font-style: italic;
}

.status .status-inner p.bold:last-of-type {
    margin-bottom: 15px;
}

.status .status-inner a.bold {
    font-style: italic;
    font-weight: bold;
    color: #000000;
}

.status-inner .yellow-btn {
    justify-content: flex-start;
}

.status .premium h5,
.status .bvo h5 {
    text-align: left;
    color: #206FB3;
    text-shadow: none;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.status .bvo h5:before {
    content: '';
    background-image: url('../IMG/bvo_keurmerk.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.status .premium i.fa {
    color: #fdb300;
    font-size: 40px;
    -webkit-text-stroke-color: #206fb3;
    -webkit-text-stroke-width: 2px;
    margin-right: 15px;
    vertical-align: sub;
}

.white-block ul, .white-block ol {
    list-style: none;
    padding: 0;
}
.white-block li {
    padding-left: 1.3em;
    margin-bottom: 15px;
}
.white-block li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #FDB300;
}

.see-more {
    background: #F1F3F4;
    padding: 60px 0;
}

.disciplines-inner {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

/*overview end*/

/* Sidebar slider */

.slideshow-container {
    max-width: 100%;
    border-radius: 5px;
    position: relative;
    margin: auto;
}

.slideshow-container img {
    object-fit: cover;
}

.mySlides {
    border-radius: 5px;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dots {
    text-align: center;
    margin: 10px 0 10px 0;
}

.dots .dot.active {
    background-color: #717171;
}

.bedrijf-super-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.bedrijf-super-container .overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 2;
}


/* -------------- loader2 -------------- */

.loader2{
    position: relative;
    width: 5px;
    height: 5px;
    z-index: 3;

    top: 49%;
    top: -webkit-calc(50% - 43px);
    top: calc(50% - 2.5px);
    left: 49%;
    left: -webkit-calc(50% - 43px);
    left: calc(50% - 2.5px);

    background-color: #fdb300;
    border-radius: 50px;
}

.loader2:before{
    content: "";
    position: absolute;
    top: -38px;
    border-top: 3px solid #fdb300;
    border-right: 3px solid #fdb300;
    border-radius: 0 50px 0px  0;
    width: 40px;
    height: 40px;
    background-color: rgba(253, 179, 0, 0.19);
    -webkit-transform-origin:  0% 100%;
    transform-origin:  0% 100% ;
    -webkit-animation: loader2 1.5s linear infinite;
    animation: loader2 1.5s linear infinite;
}

.loader2:after{
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    border-bottom: 3px solid #fdb300;
    border-left: 3px solid #fdb300;
    border-radius: 0 0px 0px  50px;
    width: 40px;
    height: 40px;
    background-color: rgba(253, 179, 0, 0.19);
    -webkit-transform-origin:  100% 0%;
    transform-origin:  100% 0% ;
    -webkit-animation: loader2 1.5s linear infinite;
    animation: loader2 1.5s linear infinite;
}



@-webkit-keyframes loader2{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes loader2{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

/* Fading animation */
.fade {
    -webkit-animation-name: slideInUp;
    -webkit-animation-duration: 4.5s;
    animation-name: slideInUp;
    animation-duration: 4.5s;
}

@-webkit-keyframes slideInUp {
    from {opacity: .7}
    to {opacity: 1}
}

@keyframes slideInUp {
    from {opacity: .7}
    to {opacity: 1}
}

/* Sidebar slider end */

/* 404 pagina */

.pagina404{
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg404 {
    width: 40%;
    float: right;
    text-align: right;
}

.pagina404 h5 {
    color: #fdb300;
}

.pagina404 h1 {
    color: #fdb300;
}

.tekst404 {
    width: 49%;
    float: left;
}

.small-line {
    border: #FDB300 4px solid;
    height: 0px;
    width: 25px;
    box-shadow: none;
    float: left;
    margin: 0;
}

/* 404 pagina end */

/*Dienst wrapper*/

.plate--element__dienst {
    margin-bottom: 25px;
}

.dienst-wrapper {
    min-height: 330px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    border-radius: 10px;
}

.dienst-wrapper .dienst-inner {
    height: 100%;
    width: 100%;
    position: relative;
    border: 14px solid #F1F3F4;
    padding: 50px;
}

.dienst-wrapper .dienst-inner .image-inner {
    background-size: contain;
}

.titel-met-icon {
    width: 100%;
    height: 100%;
    position: relative;
}

.titel-met-icon .title {
    text-align: center;
}

.titel-met-icon .title h6 {
    text-shadow: none;
}

.titel-met-icon .image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.titel-met-icon .image-inner:after {
    display: none;
}

.tekst-met-btn {
    display: none;
}

.tekst-met-btn .tekst {
    text-align: center;
}

.tekst-met-btn .yellow-btn a {
    margin-top: 15px;
}

/*CATEGORIE FILTER*/

.filters .wrapper li{
    list-style: none;
}

.filters .wrapper .label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filters .wrapper .label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.filters .wrapper .checkmark,
.forminput.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    background-color: #eee;
}

.filters .wrapper .label:hover input ~ .checkmark,
.forminput.checkbox label:hover input ~ .checkmark {
    background-color: #ccc;

}

.forminput.checkbox label:hover {
    cursor: pointer;
}

.filters .wrapper .label input:checked ~ .checkmark,
.forminput.checkbox label input:checked ~ .checkmark {
    background-color: #206FB3;
}

.filters .wrapper .checkmark:after,
.forminput.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.filters .wrapper .label input:checked ~ .checkmark:after,
.forminput.checkbox label input:checked ~ .checkmark:after {
    display: block
}

.filters .wrapper .label .checkmark:after,
.forminput.checkbox label .checkmark:after {
    left: 9px;
    top: 6px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

/*MEDIA QUERIES*/

@media only screen and (max-width: 1200px) {
    .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 7px!important;
        padding-right: 7px!important;
    }

    .status .premium h5, .status .bvo h5 {
        font-size: 20px;
    }

    .dienst-wrapper .dienst-inner {
        padding: 30px;
    }
}

@media only screen and (max-width: 989px) {
    .informatiebox {
        width: 100%;
        margin-bottom: 35px;
    }

    .header-bg {
        height: auto;
    }

    .header_content_inner {
        top: 50%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header_content_inner .titles {
        width: 100%;
    }

    .search-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 50px;
    }

    .top_bar_left {
        width: 100%;
        height: auto;
    }
    
    .top_bar_right {
        display: none;
        height: auto;
    }

    .top_bar {
        height: 100px;
        max-height: 100px;
    }

    .lockScroll .top_bar {
        position: fixed;
        top: 0;
        z-index: 2;
    }

    .top_bar-brand {
        margin-top: 0;
        max-height: 100px;
    }

    .top_bar-brand img.logo {
        width: 100%;
        max-width: 400px;
        position: relative;
        left: -7px;
        z-index: 2;

    }

    .navigation {
        height: 60px;
    }

    .top_bar_link_mail,
    .top_bar_link_phone {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 6;
    }

    .phone, .mail {
        display: inline-block;
        margin-left: 0;
        z-index: 6;
    }

    .mobile {
        display: block;
    }

    .menu-open .navbar-collapse {
        width: 100%;
        height: 100%;
        display: block!important;
        opacity: 0;
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        background-color: #F4F4F4;
        overflow: visible;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    .menu-open .navbar-collapse .navbar-nav {
        margin-top: 160px;
        max-height: calc(85vh - 90px);
        height: 85vh;
        text-align: left;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 7;
        position: absolute;
        width: 100%;
        display: list-item;
        padding: 15px;
    }
    .menu-open .navbar-collapse:before {
        content: '';
        width: 100%;
        height: 100px;
        z-index: 1000;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: white;
    }
    .menu-open .navbar-collapse:after {
        content: '';
        width: 100%;
        height: 60px;
        z-index: 1000;
        position: absolute;
        top: 100px;
        left: 0;
        display: block;
        background: #206FB3;
    }
    .navbar-nav .dropdown-menu {
        position: relative;
        top: 0;
        background: white;
    }
    .menu-open .navbar-nav .dropdown-menu {
        display: block!important;
        opacity: 1!important;
        left: 0;
    }

    .menu-open .navbar {
        top: 100px;
        position: fixed;
        z-index: 1;
        height: 60px;
        max-width: none;
    }

    .menu-open .navbar-collapse {
        opacity: 1;
        z-index: 5;
    }

    .navbar-nav .nav-link {
        text-align: left;
        padding-left: 0!important;
        color: #8A8A8A;
    }
    .navbar-nav .nav-link svg g {
        stroke: #8A8A8A;
    }

    li.nav-item {
        margin-bottom: 15px;
    }

    li.large-menu-btn.menu-item {
        margin-left: 0;
        width: 130px;
    }

    .blue-block {
        height: 275px;
    }

    .footer-phone a, .mailadress a {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
        line-height: 42px;
        text-decoration: none;
    }

    .grey-footer-box {
        height: auto;
    }

    .grey-footer-box .map {
        height: 200px;
        width: 100%;
    }

    .grey-footer-box .textcolumns {
        width: 100%;
        height: auto;
        padding: 20px 0 50px 0;
    }

    .textcolumns .plate--column {
        flex-basis: 100%;
        max-width: 100%;
    }

    #section-quote .quotewrapper {
        padding: 80px 0;
    }

    .bedrijf {
        width: 100%;

    }

    .sidebar-block,
    .white-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .white-block {
        margin-bottom: 30px;
    }

    .aanmelden .contactform .forminput:nth-child(-n+4) {
        width: 100%;
        display: inline-block;
    }

    li.nav-item.active:before {
        display: none;
    }

    .cat-filter {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cat-filter .searchfilter {
        margin-bottom: 30px;
    }

    .cat-filter .filter {
        columns: 2;
        -webkit-columns: 2;
    }

    .bedrijven {
        width: 100%;
    }

    .contactform input,
    .contactform textarea,
    .contactform select,
    .forminput.checkbox {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .copyright {
        display: block;
        height: auto;
        padding: 25px 15px;
    }

    .copyright .space {
        display: none;
    }

    .copyright a, .copyright h5 {
        display: block;
        line-height: 24px;
    }

    .dienst-wrapper {
        width: 100%;
    }

    .cat-filter .filter {
        columns: 1;
        -webkit-columns: 1;
    }

    .disciplines-inner {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

/*EVEN CONTAINERS*/

@media screen and (min-width: 768px) {
    .container, .plate--container {
        width: 100%;
        max-width: 738px;
    }
}

@media screen and (min-width: 992px) {
    .container, .plate--container {
        width: 100%;
        max-width: 962px;
    }
}

@media screen and (min-width: 1200px) {
    .container, .plate--container {
        width: 100%;
        max-width: 1170px;
    }
}

@media (min-width: 1530px) {
    .container, .plate--container {
        max-width: 1470px;
    }
}

/* Form steps */


.step {
    display: none;
}

.step.active {
    display: block;
}

.step_top {
    text-align: center;
}

.step_top h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.contactform.steps {
    min-height: 600px;
}

.step_buttons {
    text-align: center;
}

.disabled {
    background-color: #F1F3F4;
    border: 1px solid #F1F3F4;
}

.disabled span {
    color: #8A8A8A;
}

.disabled:hover {
    background-color: #F1F3F4;
    border: 1px solid #F1F3F4;
}

.disabled span:hover {
    color: #8A8A8A;
}

.makegray {
    background-color: #F1F3F4;
    border: 1px solid #F1F3F4;
}

.makegray span {
    color: #8A8A8A;
}

.makegray:hover {
    background-color: #F1F3F4;
    border: 1px solid #F1F3F4;
}

.makegray span:hover {
    color: #FEB100;
}
