/*
	DHost Mei 2021

    Lightblue       #e1ebf5
    Blue            #357abe
    Green           #96b134
    Purple          #523888

    Bootstrap Breakpoints
    576px, 768px, 992px, 1200px
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

.jk-info-label{
    position: fixed;
    z-index: 999999;
    left:0px;
    bottom:0px;
    min-width:100px;
    padding: 2px;
    margin:0;
    background:rgba(130,230,130,1);
    font-size: 12px;
}

.cms-label{
    padding: 3px 6px;
    margin-right: 5px;
    border-radius: 4px;
    background:rgba(130,230,130,1);
    color: #333;
    font-size: 12px;
}

.cms-label.cms-label-id{
    background: rgba(164, 230, 208, 1);
}

.cms-label.cms-label-empty{
    background: rgba(240, 240, 240, 1);
}


@media print {
    *, a, body {
        text-decoration: none !important;
    }
    body {
        overflow:hidden !important;
    }
}


.ccm-ui .nav,
footer .nav{
    display: block
}


html, body {
    margin:0; padding:0;
    font-size: 18px;
    line-height: 1.8em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #444;
}

br.clear{
    clear: both;
    font-size: 0;
}




.wrapper{
    margin: 0 auto;
    max-width: 1440px;
    padding:0 32px;
}



.wrapper-full-width.margin-top,
.wrapper.margin-top{
    margin-top: 32px;
}

.wrapper-full-width.margin-bottom,
.wrapper.margin-bottom{
    margin-bottom: 32px;
}

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

    body #site-header a#logo {
        left: 16px;
        transform: scale(.75);
    }
}


@media only screen and (max-width:576px){  /* 576px, 768px, 992px, 1200px */

    body #site-header a#logo {
        top: -13px;
        left: 3px;
        transform: scale(.5);
    }
}




/* Content */


p{
    margin-bottom: .5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 2.1em;
    line-height: 1.3em;
    margin-top: 1em;
    margin-bottom: .5em;
    color:#357abe;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4, h5, h6 {
    font-size: 1.3em;
    margin:0;
}

h1.editmode, h2.editmode, h3.editmode {
    color: #2eee68;
    background-color: #f5f9f0;
    text-transform: uppercase;
    font-size: 14px;
    padding:0px 2px;
    text-align: center;
    margin: 24px 0px 2px 0px;
}


a{
    color:rgba(0,150,209,1);
}

a:hover{
    color:#96b134;
    text-decoration: none;
}

hr{
    height:1px;
    margin: 80px 0;
    background: #357abe;
}

.right{
    text-align:right!important;
}

.center, .middle{
    text-align:center!important;
}

.left{
    text-align:left!important;
}

img.ccm-image-block{
    /*-webkit-box-shadow: 20px 20px 0px 0px #e8eff5;*/
    /*box-shadow: 20px 20px 0px 0px #e8eff5;*/
    margin-bottom: 32px;
}

img.ccm-responsive-full-width{
    width: 100%;
    height: auto;
}

.margin-top-0{
    margin-top: 0 !important;
}
main .nav {
    display: block;
    list-style: initial;
    padding-left: 40px;
}



/*
    lightbox
*/

.mfp-container button:hover{
    background: transparent;

}


/*
    Header
*/

#site-header,
#site-header .wrapper{
    position: relative;
    /*margin-bottom: 32px;*/
}

#site-header .header-top{
    background: #fff;
    text-align: right;
    padding: 16px 0px;
}

#site-header ul.contact,
#site-header ul.contact li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#site-header ul.contact li{
    margin-top: 9px;
}

#site-header .header-top a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    color:#357abe;
}

#site-header .header-top a span{
    font-size: 1.4em;
    margin-right: 1em;
}

#site-header .header-top a img.icon{
    position: absolute;
    left: -40px;
}



#site-header .header-top a:hover{
    text-decoration: underline;
}



@media only screen and (max-width:900px){
    #site-header .header-top a span{
        display: none;
    }

    #site-header .header-top a img{
        margin-right: 0;
        margin-left: 16px;
    }
}

@media (max-width: 410px) {
    .contact .mobile-divider {
        display: block;
    }

    #site-header .header-top a img.header-logo{
        padding-top: 44px;
    }
}

#site-header a#logo{
    position: absolute;
    z-index: 500;
    top:-4px;
    left: 32px;
    display: block;
    width: 200px;
    transform-origin: left top;
}

@media only screen and (max-width : 768px) { /* 576px, 768px, 992px, 1200px */
    #site-header .contact{
        text-align: center;
    }
    #site-header .contact ul{
        padding: 0;
    }
    #site-header .contact ul li{
        display: block;
        padding: 0;
        font-size: 18px;
    }

}




/*
    main-nav - desktop
*/


#site-header .header-menu{
    background: #523888;
    padding: 0;
    height: 80px;
}

.desktop #main-nav-toggler{
    display: none;
}

.desktop #main-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop #main-nav-wrapper {
    flex-grow: 1;
}

.desktop #main-nav-wrapper ul{
    list-style: none;
    padding: 0;
    margin:0;
}

.desktop .nav-search-icon{
    margin-left: 1rem;
    display: flex;
    align-items: center;
}

.desktop #main-nav-wrapper > ul{
    padding: 20px 0px;
    margin: 0;
    display: flex;
    justify-content:flex-start; /* space-between */
    padding-left: 200px; /* logo room */
}

.desktop #main-nav-wrapper ul li{
    list-style: none;
    padding: 0;
    margin:0;
    position: relative;
}

.desktop #main-nav-wrapper>ul>li::after{
    content:'|';
    color: #96b134;
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 0;
}

.desktop #main-nav-wrapper>ul>li:first-child::after{
    content:'';
}

.desktop #main-nav-wrapper ul li a{
    display: block;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    /*text-transform: uppercase;*/
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
}

.desktop #main-nav-wrapper ul li .non-clickable{
    display: block;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    /*text-transform: uppercase;*/
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
}



.desktop #main-nav-wrapper ul li a:hover,
.desktop #main-nav-wrapper ul li.nav-path-selected > a,
.mobile #main-nav-wrapper ul li a:hover,
.mobile #main-nav-wrapper ul li.nav-path-selected > a{
    color: #fff;
    opacity: .8;
}

.desktop #main-nav-wrapper ul li.nav-path-selected > a{
    /*font-weight: bold;*/
}

/*.desktop #main-nav-wrapper > ul > li:hover > a::after,*/
/*.desktop #main-nav-wrapper > ul > li.nav-path-selected > a::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 50%;*/
/*    margin-left: -6px;*/
/*    height: 12px;*/
/*    width: 12px;*/
/*    background-image: url(../images/icon_triangle_up.svg);*/
/*    background-size: 12px;*/
/*    background-repeat: no-repeat;*/
/*}*/


/* desktop uitklapper */

.desktop #main-nav-wrapper ul li ul{
    position: absolute;
    top:40px;
    left: -4px;
    z-index: 300;
    padding: 12px 8px;
    border-radius: 8px;
    background:#96b134;
    min-width: 220px;
    display: none;
}

.desktop #main-nav-wrapper ul li:hover ul{
    display: block;
}

.desktop #main-nav-wrapper ul li ul li{
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    padding: 0px 20px 0px 10px;
}

.desktop #main-nav-wrapper ul li ul li:hover{
    padding: 0px 16px 0px 14px;
}

.desktop #main-nav-wrapper ul li ul li,
.desktop #main-nav-wrapper ul li ul ul{
    border:0 !important;
}

.desktop #main-nav-wrapper ul li ul li a{
    height: auto;
    padding: 8px 4px;
    border: 0;
    line-height: 16px;
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
}


/* mobile */

/* Prevent flicker */
@media only screen and (max-width : 992px) {
    .desktop #main-nav{
        display: none;
    }
}

.mobile #main-nav-toggler{
    display: block;
    width: 38px;
    height: 38px;
    margin-top: 22px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    float: right;
    position: relative;
    z-index: 700;
    background-image: none;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.mobile #main-nav-toggler:focus {
    outline: none;
}
.mobile #main-nav-toggler span.menu-label{
    display: block;
    position: absolute;
    left: -55px;
    top: 10px;
}

.mobile #main-nav-toggler span.burger-icon span {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    height: 3px;
    width: 20px;
    left: 9px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}


.mobile #main-nav-toggler span.burger-icon span:nth-child(1) { top: 10px; }
.mobile #main-nav-toggler span.burger-icon span:nth-child(2) { top: 17px; }
.mobile #main-nav-toggler span.burger-icon span:nth-child(3) { top: 24px; }

.mobile #main-nav-toggler.open span.burger-icon span:nth-child(1){
    top: 17px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile #main-nav-toggler.open span.burger-icon span:nth-child(2){
    opacity: 0;
    left: -40px;
}

.mobile #main-nav-toggler.open span.burger-icon span:nth-child(3){
    top: 17px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* mobile grote uitklapper */
.mobile #main-nav{

}

.mobile #main-nav-wrapper{
    position: absolute;
    z-index: 400;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 16px;
    background-color: #523888;
}

@media only screen and (min-width : 768px) {  /* 576px, 768px, 992px, 1200px */
    .mobile #main-nav-wrapper{
        padding-left: 240px;
    }
}



.mobile #main-nav-wrapper ul{
    display: block;
    padding-left: 25px;
}
.mobile #main-nav-wrapper>ul{
    padding-left: 0;
}

.mobile #main-nav-wrapper ul li{
    list-style: none;
    margin-top: 3px;
    margin-bottom: 3px;
}

.mobile #main-nav-wrapper ul li li{
    list-style: none;
}

.mobile #main-nav-wrapper ul li a{
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: bold;
    position: relative;
    margin: 0.3em 0;
    padding: 0.3em 0;
}

.mobile #main-nav-wrapper ul li .non-clickable{
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: bold;
    position: relative;
    margin: 0.3em 0;
    padding: 0.3em 0;
}

.mobile #main-nav-wrapper ul li li a{
    text-transform: none;
    font-weight: normal;
    line-height: 1.2em;
    /*display: block;*/

}


/*
    form.header-search
*/

#site-header .wrapper-search{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
    z-index: 400;
    background: #fff;
    height: 80px;
}

#site-header .wrapper-search img.icon_close{
    margin: 20px auto 0px auto;
    cursor: pointer;
}

#site-header .wrapper-search .gcse-search-wrapper>div{
    margin-top: 6px;
}

#site-header .wrapper-search .gsc-control-cse{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}


#site-search-wrapper{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220,220,220,.6);
}


#site-search-wrapper .wrapper {
    position: relative;
    background: white;
    border-radius: 16px;
    margin: 32px auto;
    padding: 16px;
    max-width: 400px;
}
#site-search-wrapper .gsc-results-wrapper-overlay{
    top: 16px !important;
    left: 16px !important;
    width: calc(100% - 32px) !important;
    /*height: 96% !important;*/
    margin: 32px auto;
    border-radius: 16px;
}

@media only screen and (max-width : 440px) {
    #site-search-wrapper .wrapper{
        margin: 32px 16px;
    }
}

#site-search-wrapper h2{
    text-align: center;
    margin-top: 0;
}

#site-search-wrapper #closeSearchForm{
    position: absolute;
    top: 16px;
    right: 16px;
    margin: 0;
}
#site-search-wrapper .gsc-control-cse button.gsc-search-button{
    background: #96b134;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    padding: 0;
}

#site-search-wrapper .gsc-control-cse button.gsc-search-button svg {
    transform: scale(1.5);
}



/*
form.header-search{
    float: right;
    width: 300px;
    height: 52px;
    margin-top: 16px;
}

form.header-search input[type="text"]{
    width: 244px;
    padding:8px 2px;
    border-radius: 6px;
    border: 2px #96b134 solid;
    color: #523888;
    float: left;
}

form.header-search button{
    padding: 0;
    margin: 0;
    margin-top: 3px;
    background-image: none;
    background: transparent;
    float: right;
}

form.header-search button img{
    margin: 0;
}
*/
@media only screen and (max-width : 500px) {  /* 576px, 768px, 992px, 1200px */
    /*
    form.header-search button img{
        width: 32px;
        height: 32px;
        margin-top: 3px;
    }

    #site-header .wrapper-search img.icon_close{
        margin-left: 12px;
        width: 32px;
        height: 32px;
        margin-top: 28px;
    }

    form.header-search{
        width: 190px;
        height: 48px;
        padding: 2px;
        border-radius: 8px;
        margin-top: 20px;
    }

    form.header-search input[type="text"]{
        width: 150px;
    }
*/
}


form.ccm-search-block-form input[type="text"]{
    width: 250px;
    padding:11px 5px;
    border: 2px #96b134 solid;
    border-radius: 6px;
    color: #523888;
}


img.icon_circle{
    background: #96b134;
    object-fit: contain;
    width: 42px;
    height: 42px;
    padding: 6px;
    border-radius: 30px;
    margin-right: 24px;
}

@media only screen and (max-width : 1200px) {
    img.icon_circle{
        margin-right: 0px;
    }
}

img.icon_circle.icon_fb{
    margin-right: 6px;
}

img.icon_circle.icon_linkedin{
    margin-right: 48px;
}

img.icon_circle.icon_phone{
    margin-right: 12px;
}

img.icon_circle.purple{
    background: #523888;
}

img.icon_circle.icon_twitter,
img.icon_circle.icon_linkedin,
img.icon_circle.icon_envelope{
    padding: 11px 0px;
}
img.icon_circle.icon_whatsapp{
    padding: 9px 0px;
}

/*a:hover img.icon_circle:hover,*/
button:hover .icon_circle:hover {
    filter:none;
}
img.icon_circle:hover {
    filter:saturate(110%) brightness(110%);
}





/* BLOCK: colored_banner */

.colored-banner{
    position: relative;
    height: 300px;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media only screen and (max-width : 768px) {
    .colored-banner{
        height: 200px;
    }
}

.colored-banner .colored-banner-image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    filter:brightness(100%) sepia(100%) hue-rotate(-210deg) saturate(300%) contrast(.9);
}


.colored-banner .colored-banner-title{

    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    text-transform: uppercase;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 36px;
    line-height: 1.3em;
    text-shadow: 0px 0px 8px #1d3e4b;
}

@media only screen and (max-width : 768px) { /* 576px, 768px, 992px, 1200px */
    .colored-banner .colored-banner-title{
        font-size: 24px;
    }

}


iframe.googlemap{
    margin-top: 80px;
    width: 100%;
    height: 500px;
    display: block;
}


/*
    banner
*/

.banner{
    margin-top: 40px;
    margin-bottom: 40px;
}

.colored-banner .banner{
    margin-top: 0;
}


.banner .content{
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    /*justify-content: left;*/
    background: #357abe;
}

@media only screen and (max-width : 768px) {
    .banner .content{
        min-height: 200px;
    }
}

.banner .content h2{
    color: white;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.3em;
    margin-bottom: 32px;
}

.banner .content p{
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
}



@media only screen and (max-width : 992px) { /* 576px, 768px, 992px, 1200px */
    .banner .content h2{
        font-size: 36px;
        margin-bottom: 32px;
    }
    .banner .content p{
        font-size: 20px;
    }

}

@media only screen and (max-width : 768px) { /* 576px, 768px, 992px, 1200px */

}

/*
    site-main
*/

#site-main{
    /* background-image: url(../images/curve_top_left.svg), url(../images/curve_bottom_right.svg); */
    background-image: url(../images/curve_top_left.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    padding-top: 80px;
    padding-bottom: 80px;

    /*background-image: url(../images/curve_bottom_right.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center bottom;*/
    /*padding-bottom: 80px;*/

}

#site-main:has(.content-page-small-image) {
    padding-top: 0;
}




/*
    social-bar
*/

#social-bar{
    background: #523888;
    padding:16px 0px;
    color:#fff;
}

#social-bar p{
    color:#fff;
}

#social-bar h2{
    color:#fff;
    font-size: 1.2em;
    text-transform: uppercase;
    margin:0;
    margin-top: 3px;
}

#social-bar ul{
    list-style:none;
    padding-inline-start:0px;
}

#social-bar li{
    display:inline-block;
}

#social-bar a{
    color: #357abe;
    font-size: 1.2em;
    font-weight: bold;
}

#social-bar-logo{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 170px;
    /*background: red;*/
}

#social-bar-logo img{
    position: absolute;
    top: -70px;
    left: 0px;
    width: 170px;
    height: 170px;
    /*opacity: .3;*/
}

@media only screen and (max-width : 576px) { /* 576px, 768px, 992px, 1200px */
    #social-bar-logo{
        margin-top: 12px;
        height: 80px;
        width: 90px;
    }

    #social-bar-logo img{
        top: 0px;
        width: 80px;
        height: 80px;
    }

}



/*
    Footer
*/

#site-footer{
    background-color:#e1ebf5;
    /* background-image: url(../images/curve_top_right.svg); */
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 70px;
    padding-bottom: 70px;
}




#site-footer .footer-content a{
    color: #444;
}


#site-footer h3,
#site-footer h4{
    text-transform: uppercase;
}

#site-footer address{
    padding-bottom: 32px;
}

#site-footer .contact ul,
#site-footer .contact ul li{
    list-style: none;
    margin:0; padding: 0;
    padding-bottom: 16px;
}




.icon-wrapper{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 10px;
}

.icon-wrapper img{
    position: absolute;
    top: -8px;
    left: 0;
}


.icon-wrapper img.icon_fb{
    height:22px;
}

.icon-wrapper img.icon_linkedin{
    height:22px;
}

#site-footer iframe.google-map{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width : 576px) { /* 576px, 768px, 992px, 1200px */
    #site-footer iframe.google-map{
        height: 300px;
        margin-bottom:-10px;
    }

}


#site-footer .ccm-block-page-list-wrapper ul,
#site-footer .ccm-block-page-list-wrapper ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}

#site-footer .ccm-block-page-list-wrapper a{
    background: none;
    margin: 0;
    padding: 0;

}

/*
    COPYRIGHT
*/


#site-copyright{
    position: relative;
    padding: 16px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    background: #523888;
    text-transform: uppercase;
    color: #fff;
}

#site-copyright .links{
    padding-top: 10px;
    padding-bottom: 10px;
}

#site-copyright span{
    padding: 0px 20px;
    color: #96b134;
    font-size: 16px;
}

#site-copyright a,
footer .columns a{
    color: #fff;
}

main a:hover,
#site-copyright a:hover,
footer .columns a:hover{
    text-decoration: underline;
}



@media only screen and (max-width:768px) { /* 576px, 768px, 992px, 1200px */
    #site-copyright {
        font-size: 12px;
    }
}


#site-copyright a.designby:hover{
    text-decoration: none;
    cursor: default;
}



#site-copyright #scroll-up {
    width: 56px;
    height: 56px;
    /*float: right;*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 12px;*/
    /*transform: translateX(-50%) translateY(-50%);*/
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: #96b134;
    background-image: url(../images/icon_arrow_up.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center 2px;
    color: white;
    cursor: pointer;
}


.ccm-page form input[type="email"],
.ccm-page form input[type="text"],
.ccm-page form input,
.ccm-page form input.datepicker,
.ccm-page form textarea{
    display: inline-block;
    width: 100%;
    padding:6px 8px;
    border:1px #357abe solid;
    border-radius: 6px;
    margin-bottom: 16px;
    background:#ffffff;
    color:#000;
    font-size: 14px;
}

.ccm-page form .activity-details input[type="email"],
.ccm-page form .activity-details input[type="text"],
.ccm-page form .activity-details input,
.ccm-page form .activity-details input.datepicker,
.ccm-page form .activity-details textarea{
    margin-bottom: 0;
}

.ccm-page form input[type="radio"],
.ccm-page form input[type="checkbox"]{
    width: auto;
}


.ccm-page form label.checkbox span{
    display:inline;
    float:none;
    width:auto;
}

.ccm-page form label.checkbox input{
    width:auto;
}

.ccm-page form fieldset.formButtons{
    text-align:right;
    padding:6px 0px;
}






.wrapper_cta_button{
    padding: 32px 0px;
}

.cta-1 .button,
.cta-2 .button,
.cta-3 .button{
    width: 100%;
}

.cta-2 .button{ background-color: #357abe; }
.cta-3 .button{ background-color: #523888; }



input.btn,
input[type=submit],
input.button,
span.button,
a.button,
button,
.custom-button,
.ccm-page form #site-main .form-actions input.btn.btn-primary{
    display: inline-block;
    /* padding: 16px 52px 16px 26px; */
    padding: 10px 20px;
    margin:0;
    border:0;
    /* border-radius: 5px; */
    border-radius: 130px 130px 0px 130px;

    background: #96b134;
    color:#fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.3em;
    cursor: pointer;
    /* text-transform: uppercase; */

    /* background-image: url(../images/icon_arrow_right_white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 16px center; */

    /* -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out; */

    transition: transform 0.3s ease;
}

a.custom-button:hover {
    color: #fff;
    opacity: 0.9;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: transform 0.3s ease;
}

#site-main input.btn,
#site-main input.button,
#site-main span.button,
#site-main a.button,
#site-main button{
    margin-top: 16px;
}

input.button:hover,
input.btn:hover,
span.button:hover,
a.button:hover,
button:hover{
    color:#fff;
    opacity: .9;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: transform 0.3s ease;
}


input.btn.btn-small,
input.button.button-small,
span.button.button-small,
a.button.button-small,
button.button-small{
    background: #357abe;
    color:#fff;
    background-image: none;
    padding: 10px 16px;
    font-weight: normal;
    text-transform: none;
}

.adsysco-create-account .activity-details button#submit:disabled,
.adsysco-create-account .activity-details button#submit[disabled]{
    background-color: #ccc;
}

.adsysco-create-account .activity-details button#submit:disabled:hover,
.adsysco-create-account .activity-details button#submit[disabled]:hover{
    transform: none;
    filter: none;
}

/*
    page-menu
*/

a.page-menu-link{
    display: flex;
    align-items: center;
    justify-content: left;

    width: auto;
    min-height: 80px;
    padding: 20px 22px 20px 48px;
    margin:0;
    margin-bottom: 16px;
    border:0;
    border-radius: 0;

    background: #357abe;
    color:#fff;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2em;
    cursor: pointer;
    text-transform: uppercase;

    background-image: url(../images/icon_arrow_right_white.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 16px center;

    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

a.page-menu-link:hover{
    /*color:#fff;*/
    background-color: #5f91b4;
    transform: scale(1.02);
    text-decoration: none;
}




/*
    Colored-banner frontpage
*/


.colored-banner .cover-image .content h1{
    margin-top: 0px;
    margin-bottom: 0;
    color: white;
}

.page-blog-detail .colored-banner .blog-terug{
    float: left;
    color: white;
}
.page-blog-detail .colored-banner .date{
    float: right;
    color: white;
}

@media only screen and (max-width:768px) {
    .page-blog-detail .colored-banner .blog-terug,
    .page-blog-detail .colored-banner .date,
    .page-blog-detail .colored-banner .cover-image .content .author{
        font-size: 18px;
    }
}


/* In line banner */

.gray{
    background-color:#f7f5f4;
    padding:30px 0;
    margin:30px 0;
}




ul.keywords{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    /*text-align: center;*/
    margin-left: -6px;
}

ul.keywords li{
    list-style: none;
    margin: 2px 6px;
    padding: 0px 8px;
    background: #f3f3f3;
    border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    font-size: .7em;
    text-transform: uppercase;
    color: #666;
}



.pagination li{
    margin: 0px 12px;
}

.ccm-notification-help-launcher{
    display: none !important;
}

/*
    Pretty checkboxes <3
*/

.wrapper [type="radio"]:not(:checked),
.wrapper [type="radio"]:checked,
.wrapper [type="radio"]:not(:checked),
.wrapper [type="radio"]:checked,
.wrapper [type="checkbox"]:not(:checked),
.wrapper [type="checkbox"]:checked,
.wrapper [type="checkbox"]:not(:checked),
.wrapper [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
}

#privacy_statement {
    left: 20px;
    margin-top: 10px;
    opacity: 0;
}
.wrapper [type="radio"]:not(:checked) + label,
.wrapper [type="radio"]:checked + label,
.wrapper [type="radio"]:not(:checked) + label,
.wrapper [type="radio"]:checked + label,
.wrapper [type="checkbox"]:not(:checked) + label,
.wrapper [type="checkbox"]:checked + label,
.wrapper [type="checkbox"]:not(:checked) + label,
.wrapper [type="checkbox"]:checked + label {
    position: relative;
    padding-top: 3px;
    padding-left: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.wrapper [type="radio"]:not(:checked) + label:before,
.wrapper [type="radio"]:checked + label:before,
.wrapper [type="radio"]:not(:checked) + label:before,
.wrapper [type="radio"]:checked + label:before,
.wrapper [type="checkbox"]:not(:checked) + label:before,
.wrapper [type="checkbox"]:checked + label:before,
.wrapper [type="checkbox"]:not(:checked) + label:before,
.wrapper [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 4px;
    width: 26px;
    height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px #5f91b4 solid;

}
.wrapper [type="radio"]:not(:checked) + label:after,
.wrapper [type="radio"]:checked + label:after,
.wrapper [type="radio"]:not(:checked) + label:after,
.wrapper [type="radio"]:checked + label:after,
.wrapper [type="checkbox"]:not(:checked) + label:after,
.wrapper [type="checkbox"]:checked + label:after,
.wrapper [type="checkbox"]:not(:checked) + label:after,
.wrapper [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background-color: lightgreen;*/
    background-image:url('../images/icon_check.svg');
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 24px;
    width: 26px;
    height: 26px;
    line-height: 0.8;
    font-weight:bold;
    transition: all .2s;
}
.wrapper [type="radio"]:not(:checked) + label:after,
.wrapper [type="radio"]:not(:checked) + label:after,
.wrapper [type="checkbox"]:not(:checked) + label:after,
.wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.wrapper [type="radio"]:checked + label:after,
.wrapper [type="radio"]:checked + label:after,
.wrapper [type="checkbox"]:checked + label:after,
.wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.wrapper [type="radio"]:disabled:not(:checked) + label:before,
.wrapper [type="radio"]:disabled:checked + label:before,
.wrapper [type="radio"]:disabled:not(:checked) + label:before,
.wrapper [type="radio"]:disabled:checked + label:before,
.wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
.wrapper [type="checkbox"]:disabled:checked + label:before,
.wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
.wrapper [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.5);
}
.wrapper [type="radio"]:disabled:checked + label:after,
.wrapper [type="radio"]:disabled:checked + label:after,
.wrapper [type="checkbox"]:disabled:checked + label:after,
.wrapper [type="checkbox"]:disabled:checked + label:after {
    color: rgba(0,0,0,0.9);
}
.wrapper [type="radio"]:disabled + label,
.wrapper [type="radio"]:disabled + label,
.wrapper [type="checkbox"]:disabled + label,
.wrapper [type="checkbox"]:disabled + label {
    color: rgba(0,0,0,0.8);
}
.wrapper [type="checkbox"]:checked:focus + label:before,
.wrapper [type="checkbox"]:checked:focus + label:before {
}

/* -------------------------------------------------------
   application form
------------------------------------------------------- */

/* =====================
   CHECKBOXES (wrapped in label)
   ===================== */

/* hide native checkbox inside label */
.application-form label > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

/* label container */
.application-form label:has(> input[type="checkbox"]) {
  position: relative;
  padding-left: 40px;
  padding-top: 0px;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}

/* box */
.application-form label:has(> input[type="checkbox"])::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #5f91b4;
  border-radius: 3px;
  box-sizing: border-box;
}

/* animated check */
.application-form label:has(> input[type="checkbox"])::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  background-image: url("../images/icon_check.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}

.application-form label:has(> input[type="checkbox"]:checked)::after {
  transform: scale(1);
  opacity: 1;
}

/* disabled checkbox */
.application-form label:has(> input[type="checkbox"]:disabled)::before {
  border-color: rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.5);
}
.application-form label:has(> input[type="checkbox"]:disabled) {
  color: rgba(0,0,0,0.8);
}


/* =====================
   RADIOS (input + text, no label)
   ===================== */

/* override old wrapper rule */
.wrapper .application-form input[type="radio"] {
  position: relative;
  opacity: 1;
}

/* base radio */
.application-form input[type="radio"][name="gevonden_via"] {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #5f91b4;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 12px 0 0;
  position: relative;
}

/* animated check */
.application-form input[type="radio"][name="gevonden_via"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/icon_check.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}

/* checked animation */
.application-form input[type="radio"][name="gevonden_via"]:checked::after {
  transform: scale(1);
  opacity: 1;
}

/* disabled radio */
.application-form input[type="radio"][name="gevonden_via"]:disabled {
  border-color: rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.5);
}

.application-form label {
    margin-bottom: 0px;
}

/*
    testimonal-item
*/

.quote-item{
    position: relative;
    background: #e8eff5;
    border-top: 40px solid #e8eff5;
    border-bottom: 40px solid #e8eff5;
}

.quote-item .quote-content{
    position: relative;
    z-index: 10;
    background: #357abe;
    padding: 0;
    margin-left: -32px;
    margin-right: 80px;
}

.quote-item .quote-image{
    position: relative;
    float: right;
    width: 50%;
    min-height: 300px;
    /*padding-bottom: 33%;*/
    margin-bottom: 40px;
    margin-right: -112px;
    margin-top: -40px;
    background-color: #357abe;
}

.quote-item .quote-image .quote-image-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jk-slider-nav{
    /*background-color: red;*/
    position: absolute;
    bottom: -36px;
    width: 100%;
    text-align: center;
}


.jk-slider-nav button{
    display: inline-block;
    margin: 0px 4px;
    padding:0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    outline: none !important;
}
.jk-slider-nav button.current{
    cursor: initial;
    background: #96b134;
}

.jk-slider-nav button em{
    display: none;
}

.quote-item .quote-text{
    width: 50%;
    font-size: 2em;
    line-height: inherit;
    color: #fff;
    border-top: 40px #357abe solid;
    border-left: 64px #357abe solid;
    border-right:0;
    border-bottom: 40px #357abe solid;
    margin: 0;
}

.quote-item.project-intro .quote-text{
    font-size: 1em;
}

.quote-item .quote-text .quote-open{
    margin-left: -24px;
    font-size: 1.2em;
}

.quote-item .quote-text .quote-close{
    font-size: 1.2em;
    white-space: nowrap;
}

.quote-item .button{
    margin-left: 60px;
    margin-bottom: 40px;
}


.quote-item .quote-text a,
.quote-item .quote-text h1,
.quote-item .quote-text h2,
.quote-item .quote-text h3,
.quote-item .quote-text h4,
.quote-item .quote-text h5{
    color: #fff;
}



@media only screen and (max-width:768px){

    .quote-item{
        border-top-width: 20px;
        border-bottom-width: 20px;
    }

    .quote-item .quote-content{
        margin-right: 40px;
        padding-top: 20px;
    }

    .quote-item .quote-image{
        float: none;
        width: auto;
        min-height: 300px;
        /*padding-bottom: 50%;*/
        margin: 0;
        margin-right: -20px;
    }
    .quote-item .quote-text {
        width: auto;
        border-right: 32px #357abe solid;
        font-size: 1.4em;
    }


}

@media only screen and (max-width:400px){

    .quote-item .quote-content{
        margin-right: 40px;
    }
}


/*
    Projects
*/

.project-summary{
    border-top: 1px #bcbcbc solid;
    border-bottom: 1px #bcbcbc solid;
    background: #dde8ef;
}

.project-summary .project-text{
    padding: 32px 0px;
}

.project-summary .project-text .project-text-wrapper{
    max-width: calc( 1200px / 2 );
    width: 100%;
    float: right;
    padding-left: 32px;
}

@media only screen and (max-width:768px){
    .project-summary .project-text .project-text-wrapper{
        max-width: none;
        width: auto;
        float: none;
        padding:0 16px;
    }
}

.project-summary .project-photo .project-photo-main {
    width: 100%;
    height: 100%;
    min-height: 280px;
    background-size: cover;
    background-position: center center;
}

.blue-content,
.project-gallery{
    margin-top: 64px;
    padding: 32px 0px;
    background: #e8eff5;
}

.blue-content h1{
    margin-top: .5em;
}


.project-related{
    margin-top: 32px;
}



body .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
}



/*
    project-grid
 */

.project-grid{
    /*margin-top: 44px;*/
}

.project-grid a.card{
    margin-bottom: 44px;
    border:0;
    border-radius: 0;
    /*padding-bottom: 75%;*/
    position: relative;
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.project-grid .project-grid-image{
    height: 250px;
    overflow: hidden;

}

.project-grid .project-grid-image .cover-image{
    height: 250px;
    /*opacity: .4;*/
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.project-grid a:hover .project-grid-image .cover-image {
    /*opacity: 1;*/
    transform: scale(1.04);
}



/*.project-grid a.card:after {*/
/*    position: absolute;*/
/*    content: " ";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 0;*/
/*    background-color: rgba(15, 90, 147, 0.3);*/
/*    -webkit-transition: .2s ease-in-out;*/
/*    -moz-transition: .2s ease-in-out;*/
/*    -o-transition: .2s ease-in-out;*/
/*    transition: .2s ease-in-out;*/
/*}*/

/*.project-grid a.card:hover:after{*/
/*    !*transform: scale(1.03);*!*/
/*    background-color: rgba(15, 90, 147, 0.0);*/
/*}*/




.project-grid a.card .title{
    /*position: absolute;*/
    /*z-index: 2;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    padding: 16px 4px;
    background-color: #357abe;
    color: #fff;
    text-align: center;
    font-size: 1em;
    /*text-transform: uppercase;*/

}

@media only screen and (max-width:768px) {
    .project-grid a.card .card-block{
        font-size: 20px;
    }
}

.project-grid a.card:hover{
    text-decoration: none;
}



/*
.project-grid-sticky{
    position: sticky;
    top: 40px;
}

.project-grid-sticky .project-grid{
    margin-top: 24px;
}

.project-grid-sticky .project-grid a.card{
    padding-bottom: 30%;
    margin-bottom: 12px;

}

.project-grid-sticky .project-grid a.card .card-block{
    font-size: 12px;
}
*/


.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 64px;
    margin-bottom: 64px;
    overflow-x: hidden;
}

.logos img.ccm-image-block{
    display: block;
    max-width:300px;
    max-height:100px;
    width: auto;
    height: auto;
    /*filter: contrast(.4)  sepia(100%) hue-rotate(160deg) saturate(500%);*/
    /*opacity: .4;*/

    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;

    -webkit-box-shadow: none;
    box-shadow: none;

}

.logos img:hover{
    opacity: 1;
    transform: scale(1.04);
}

.ccm-edit-mode .logos img{
    filter: none;
}


@media only screen and (max-width : 768px) { /* 576px, 768px, 992px, 1200px */
    .logos {
        display: block;
    }

    .logos img{
        margin: 0 auto 20px auto;
    }
}



/*
    BLOCK - home-item
*/


.home-items-2col{}
.home-items-4col{}

.home-item{
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 24px;

    margin-right: 32px;
    width: calc( 50% - 16px );
}


.home-items-2col .home-item:nth-child(2n){
    margin-right: 0;
}

.home-items-4col .home-item{

    /*
    24 24 24 = 72 |  / 4 = 18
    24 24 24 24 = 96
    */

    margin-right: 24px;
    width: calc( 25% - 18px );
}

.home-items-4col .home-item:nth-child(4n){
    margin-right: 0;
}

.home-item .home-item-image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;

    padding-top: 75%;
    position: relative;

    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;

}

.home-item .home-item-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 18px;
    padding: 5px 0px;
    color: #fff;
    background: #357abe;
    font-size: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-item:hover .home-item-image{
    transform: scale(1.06);
}

@media only screen and (max-width : 768px) { /* 576px, 768px, 992px, 1200px */
    .home-items-4col .home-item{
        margin-right: 32px;
        width: calc( 50% - 16px );
    }

    .home-items-4col .home-item:nth-child(2n){
        margin-right: 0;
    }

    .home-item .home-item-title{
        height: 48px;
    }

}

.ccm-edit-mode .home-item .home-item-image{
    padding-top: 20%;
}

/*
    .image-gallery
*/

.image-gallery li {
    width: calc(33.33% - 20px);
    float: left;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
}

/*
    ccm-image-slider-container
*/

.ccm-image-slider-container:after{
    content:'';
    display: block;
    clear: both;
}

/*
    ccm-block-page-list-wrapper
*/

.ccm-block-page-list-page-entry a{
    padding-left: 32px;
    background-image: url(../images/icon_arrow_right.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 6px center;

    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.ccm-block-page-list-page-entry a:hover{
    background-position: 12px center;
}


/*
    image-cirlce
*/

.image-cirlce svg{
    margin-top: 32px;
    display: block;
    width: 100%;
    height: 100%;

    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


.categories{
    /*background: antiquewhite;*/
    position: relative;
    width: 1136px;
    height: 370px;
    margin: 0 auto;
}

.categories .scaler {
    position: relative;
    transform-origin: left top;
}

.image-cirlce a:hover svg {
    transform: scale(1.02);
}

.categories .image-cirlce{
    position: absolute;
    top: 100px;
    left: 100px;
}

.categories .image-cirlce svg{
    width: auto;
    height: auto;
    position: absolute;
}

/* .categories .image-cirlce:nth-child(1){ left: 140px; top: 150px; }
.categories .image-cirlce:nth-child(2){ left: 440px; top: 80px; }
.categories .image-cirlce:nth-child(3){ left: 720px; top: 190px; }
.categories .image-cirlce:nth-child(4){ left: 990px; top: 40px; } */

.categories .image-cirlce:nth-child(1){ left: 140px; top: 150px; }
.categories .image-cirlce:nth-child(2){ left: 440px; top: 150px; }
.categories .image-cirlce:nth-child(3){ left: 720px; top: 150px; }
.categories .image-cirlce:nth-child(4){ left: 990px; top: 150px; }

/* 576px, 768px, 992px, 1200px */

@media only screen and (max-width : 1200px) {
    .categories{
        width: calc(1136px * .8 );
        height: calc(370px * .8 );
    }
    .categories .scaler{
        transform: scale(.8);
    }
}

@media only screen and (max-width : 992px) {
    .categories{
        width: calc(1136px * .6 );
        height: calc(340px * .6 );
    }
    .categories .scaler{
        transform: scale(.6);
    }
}

@media only screen and (max-width : 768px) {
    .categories{
        width: calc(1136px * .5 );
        height: calc(340px * .5 );
    }
    .categories .scaler{
        transform: scale(.5);
    }
}



@media only screen and (max-width : 620px) {
    .categories{
        width: 320px;
        height: 280px;
    }

    .categories .image-cirlce:nth-child(1){ left: 160px; top: 350px; }
    .categories .image-cirlce:nth-child(2){ left: 160px; top: -20px; }
    .categories .image-cirlce:nth-child(3){ left: 470px; top: 440px; }
    .categories .image-cirlce:nth-child(4){ left: 450px; top: 80px; }

}








.image-cirlce.edit-mode{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-cirlce.edit-mode h3{
    color: white;
}

.categories-editmode .image-cirlce.edit-mode{
    float: left;
}

/*.categories-editmode{*/
/*    display: flex;*/
/*    !*flex-wrap: wrap;*!*/
/*    !*align-content: flex-start;*!*/
/*}*/

/*.categories-editmode>div{*/
/*    !*flex-grow: 1;*!*/
/*    !*height: 100px;*!*/
/*}*/

/*.categories-editmode .image-cirlce svg{*/
/*    display: block;*/
/*    width: auto;*/
/*    height: auto;*/
/*}*/

.menu-dienstverlening{
    margin-top: 8px;
}

.menu-dienstverlening .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dienstverlening-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #523888;
    margin-bottom: 15px;
    width: calc(25% - 10px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50px 0px;
    text-align: center;
    flex-direction: column;
}

.menu-dienstverlening-editMode{

}



.dienstverlening-item .dienstverlening-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 100px;
    transform-origin: center;
    width: 100%;
}

.dienstverlening-item .dienstverlening-title {
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Alata", sans-serif;
}

.dienstverlening-item:hover{
    filter:saturate(110%) brightness(110%);
    text-decoration: none;
}


.dienstverlening-item:hover .dienstverlening-title{
    transform: scale(1.04);
}


/* 576px, 768px, 992px, 1200px */

@media only screen and (max-width : 992px) {
    .dienstverlening-item {
        /*flex: 0 calc(33.333% - 4px);*/
        /*margin-bottom: 6px;*/
        flex: 0 calc(50% - 20px);
        margin-bottom: 20px;

    }
}

@media only screen and (max-width : 576px) {
    .dienstverlening-item {
        /*flex: 0 calc(50% - 4px);*/
        /*margin-bottom:7px;*/
        flex: 0 100%;
        width: 100%;
        aspect-ratio: initial;
        height: 260px;
    }
}

.dienstverlening-item-editMode{
    display: block;
    background-color: #523888;
    margin-bottom: 5px;
    padding: 5px;
    width: 300px;


    /*float: left;*/
    /*height: 200px;*/
    /*flex: 0 calc(20% - 4px);*/
    /*overflow: hidden;*/
}
.dienstverlening-item-editMode .dienstverlening-title{
    color: #fff;
}




/*#######################VACATURE-OVERZICHT EN DETAIL########################## */


.vacatures {
    /*float: left;*/
    width: calc(100% + 20px);
    margin-left: -20px;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin-top: 20px;
}

.vacatures .vacature-item{
    float: left;
    width: calc(33.33% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    background-color: #57409a; /* location_3 / WelschapSocius */
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    transition: ease-in-out .2s;

    position: relative;
}

@media only screen and (max-width:800px){
    .vacatures .vacature-item{
        width: 100%;
    }
}

.vacatures .vacature-item>div{
    width: 100%;
}

.vacatures .vacature-item .button {
    background-color: white;
    color: #57409a;
    font-size: 12pt;
    font-weight: normal;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    align-self: flex-end;
}


.vacatures .vacature-item .vacature-item-img{
    width: 100%;
    height: 150px;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.vacatures .vacature-item h2{
    color: white;
    font-weight:400;
    line-height: 1.2em;
}

.vacatures .vacature-item .vacature-item-text{
    padding: 0 12px;
    width: 100%;
}

.vacatures .vacature-item .uren {
    font-weight: normal;
    font-style: italic;
}
.vacatures .vacature-item .locaties {
    display: inline-block;
    max-width: 70%;
    padding: 8px 20px;
    border-radius: 0px 30px 0px 20px;
    position: absolute;
    right: 0;
    top:0;
    font-size: 12pt;
    text-align: right;

    color: white;
    background-color: #57409a;
}

/* locatie-welschapsocius */
.vacatures .vacature-item.location_3,
.vacatures .vacature-item.location_3 .locaties {
    background-color: #6d3269;
    color: #fff;
}

/* locatie-met , MET Heerhugowaard */
.vacatures .vacature-item.location_2 .locaties,
.vacatures .vacature-item.location_2 {
    background-color: #b4d433;
    color: #183583;
}
.vacatures .vacature-item.location_2 h2 {
    color: #183583;
}

/* locatie-met.heemskerk */
.vacatures .vacature-item.location_5,
.vacatures .vacature-item.location_5 .locaties {
    background-color: #57409a;
    color: #fff;
}
.vacatures .vacature-item.location_5 h2 {
    color: #fff;
}


/* locatie-socius */
.vacatures .vacature-item.location_4,
.vacatures .vacature-item.location_4 .locaties {
    background-color: #d00f8c ;
    color: #fff;
}

/* locatie-kinderopvang */
.vacatures .vacature-item.location_1,
.vacatures .vacature-item.location_1 .locaties {
    background-color: #49c5b1;
    color: #fff;
}
.vacatures .vacature-item.location_1 h2 {
    color: #fff;
}

.vacatures .vacature-item.location_1 .button {
    color: #183583;
}

/* locatie-kinderopvang */
.vacatures .vacature-item.location_multiple,
.vacatures .vacature-item.location_multiple .locaties {
    background-color: #555faf;
    color: #fff;
}
.vacatures .vacature-item.location_multiple h2 {
    color: #fff;
}


/*####################### DETAIL ########################## */

#site-main.vacature-detail{
    padding-top: 0;
    background-image: none;
}

.cover-image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slideshow .cover-image .wrapper {
    min-height: 300px;
    display: flex;
    justify-content: flex-start;
}
#slideshow .cover-image .wrapper a{
    align-self: flex-end;
}


#slideshow::before{
    content: "";
    display: none;
    position: absolute;
    z-index: 0;
    width: 0%;
    min-height: 300px;
    /*background-color: red;*/
    background-image: url(../images/curve_top_left.svg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 80px;
    padding-bottom: 80px;
}

a.go-back{
    margin-bottom: 32px;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 0px 0px 4px #333;
    position: relative;
    z-index: 320;
}

.vacature-detail .vacature-banner{
    float: left;
    width: calc(100% + 40px);
    height: 400px;
    margin-lefT: -20px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.vacature-detail .bannertitel{
    padding: 0px 20px;
}
.vacature-detail .bannertitel h1{
    color: white;
    font-size: 38pt;
    text-shadow: 3px 3px 6px #474747;
    margin-top: 0px;
    font-weight: 300;
    text-align: center;
}
.vacature-detail .vacature-contact, .vacature-detail .vacature-block {
    margin-bottom: 20px;
}
.vacature-detail .block-bg {
    background-color: #e1ebf5;
    border-radius: 5px;
    padding: 10px 16px;
}

.vacature-detail .vacature-inleiding {
    background-color: transparent;
}
.vacature-detail .share {
    display: flex;
    flex-flow: row wrap;
    /*float: left;*/
    align-items: flex-end;
}
.vacature-detail .share h3 {
    width: 100%;
    font-size: 16pt;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
}
.vacature-detail .urenbig {
    color: #042380;
    font-weight: 300;
}
/*.vacature-detail .share a img{*/
/*    width: 20px;*/
/*    border-radius: 0px;*/
/*}*/
/*.vacature-detail .share a {*/
/*    text-decoration: none;*/
/*    margin-right: 15px;*/
/*}*/
.vacature-block h3 {
    font-size: 16pt;
    font-weight: 300;
    margin-top: 0px;
}
.vacature-detail #page-main {
    float: left;
}
.vacature-detail .vacature-contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.vacature-contact .soliciteer-knop {
    color: white;
    padding: 10px 80px;
    font-size: 20pt;
    background-color: #042380;
    float: left;
    border-radius: 20px;
    transition: 0.3s;
}
.vacature-contact .soliciteer-knop:hover {
    background-color: #659eca;
}
.vacature-contact .bellen {
    display: flex;
    flex-flow: row wrap;
}
.vacature-contact .bellen h2{
    width: 100%;
}
.vacature-contact .bellen {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    margin-right: 30%;
    transition: 0.3s;
}
.vacature-contact .bellen .telefoon{
    display: flex;
}
.vacature-contact .bellen span{
    font-size: 12pt;
    font-style: normal;
    color: #042380;
    transition: 0.3s;
}
.vacature-contact .bellen span h2{
    /*font-size: 14pt;*/
    /*transition: 0.3s;*/
}
.vacature-contact .bellen img{
    /*width: 80px;*/
    margin-right: 20px;
    /*margin-bottom: -25px;*/
    max-height: 110px;
    margin-top: 34px;

}
.vacature-contact .bellen:hover span, .vacature-contact .bellen:hover h2 {
    color: #659eca;
    text-decoration: none;
}
.vacature-contact a {
    text-decoration: none;
}
.vacature-block ul {
    margin-bottom: 0px;
}
.vacature-detail .vacature-tag {
    color: white;
    background-color: #022280;
    right: 0;
    float: right;
    border-radius: 0px 0px 0px 20px;
    font-size: 12pt;
    text-transform: Capitalize;
    padding: 4px 16px;
}
.vacature-detail .locatie-met h2 {
    color: #183583;
}
.vacature-detail .share {
    margin-bottom: 20px;
}
.vacature-detail .testvac {
    display: none;
}
.vacature-detail .vacature-met {
    background-color: #b4d433;
    color: #183583;
    text-transform: uppercase;
}
.vacature-detail .vacature-kinderopvang h2 {
    color: #fff;
}
.vacature-detail .vacature-kinderopvang {
    background-color: #ff3e66;
    color: #fff;
}
.geen-vacature {
    margin-left: 20px;
}


/*
    ccm-faq-block-entries & activity toggles
*/

.activityCategories,
.ccm-faq-block-entries{
    margin-top: 32px;
    margin-bottom: 32px;
    border-top: 2px #e1ebf5 solid;
}

.activityCategories .activityCategoryWrapper,
.ccm-faq-block-entries .faq-entry{
    border-bottom: 2px #e1ebf5 solid;
}

.activityCategories .activityCategoryWrapper h3,
.ccm-faq-block-entries .faq-entry h3{
    cursor: pointer;
    padding-right: 50px;
    position: relative;
    margin: 12px 0px;
}

.activityCategories .activityCategoryWrapper h3 img.icon_plus,
.ccm-faq-block-entries .faq-entry h3 img.icon_plus{
    position: absolute;
    top: 1px;
    right: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    cursor: pointer;
    transform-origin: 50% 50%;
    transition: .3s ease-in-out;
}

.activityCategories .activityCategoryWrapper.open h3 img.icon_plus,
.ccm-faq-block-entries .faq-entry.open h3 img.icon_plus{
    transform: rotate(135deg);
}

.activityCategories .activityCategoryWrapper ul,
.ccm-faq-block-entries .faq-entry .faq-entry-content{

}


/*
    activity-details
*/

table.activity-details{
    width: 100%;
    /*border-collapse: separate;*/
    border-top: 2px #357abe solid;
}

table.activity-details th,
table.activity-details td{
    background: #e1ebf5;
    padding: 4px 4px;
    border-bottom: 1px #fff solid;
    vertical-align: top;
}

table.activity-details thead th,
table.activity-details thead td{
    background: #357abe;
    color: #fff;
}

table.activity-details tr.trFormHeader{
    border-top: 16px white solid;
}

table.activity-details tr.trFormHeader th,
table.activity-details tr.trFormHeader td{
    background: #357abe;
    font-size: 1.2em;
    color: #fff;
}


table.activity-details tr th table th,
table.activity-details tr td table th,
table.activity-details tr th table td,
table.activity-details tr td table td{
    border:0;
}


table.activity-details button,
table.activity-details .button{
    margin-right: 16px;
    margin-bottom: 8px;
}


.panel {
    background-color: #e1ebf5;
    border-radius: 5px;
    padding: 10px 16px;
}

form.adsysco-form.adsysco-form-login input{
    width: 100%;
}


form.adsysco-form.adsysco-form-logout{

}


body p.error{
    font-style: italic;
    color: #f00;
}

.adsysco-form-account .activity-details [type="radio"]{
    opacity: 1;
    position: static;
}

.submitted {
    background-color: grey;
}



/*div.gcse-search{*/
/*    position: absolute;*/
/*    z-index: 9000;*/
/*    left: 100px;*/
/*    top: 100px;*/
/*    border:1px red solid;*/
/*}*/



/*
    Lightblue       #e1ebf5
    Blue            #357abe
    Green           #96b134
    Purple          #523888

    Bootstrap Breakpoints
    576px, 768px, 992px, 1200px
*/

/* div.gsc-adBlock{
    display: none!important;
} */

.image-custom-width img{
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.image-custom-width{
    aspect-ratio: 1 / 1;
    background-size: cover!important;
    border-radius: 50%;
    background-repeat: no-repeat!important;
    background-position: center center !important;
}
.ccm-input-radio {
    margin-left: 10px!important;
}

.image-custom-width:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    background-color: #96b134;
    position: relative;
    top: 3%;
    right: -3%;
    aspect-ratio: 1/1;
}

@media only screen and (max-width : 768px) {
    .image-custom-width.circle-shadow {
        margin-bottom: 80px;
        margin-left: 20px;
        margin-right: 40px;
    }
}

.grecaptcha-box {
    z-index: 1000;
    position: relative;
}

.nav-search-icon.mobile-search {
    display: none;
}

.nav-search-icon.desktop-search {
    display: block;
}

@media only screen and (max-width:1200px){
    .nav-search-icon.mobile-search {
        display: block;
        float: right;
        margin-left: 20px;
    }

    .nav-search-icon.mobile-search img {
        margin-top: 20px;
    }

    .nav-search-icon.desktop-search {
        display: none;
    }
}

/* Item blok */
.items {
    margin-bottom: 100px;
}

@media only screen and (min-width: 576px) {
    .temp-flex {
        display: flex;
    }
}

.item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
    border-radius: 1em;
}

.item > div {
    width: 100%;
}

.item img {
    height: 300px;
    width: 100%;
    display: inline-block;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}

.item img:hover,
.item img:focus {
    opacity: 0.9;
}

.item h3 {
    font-size: 26px;
    margin: 40px 0 0;
}

.item .item-content {
    /* Placeholder for additional styles */
}

.item a.default-button {
    text-transform: uppercase;
}

.item-icon {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
    background: #6cbf84; /* Replace with @socius-green */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-decoration: none;
    padding: 50px 12px;
    border-radius: 75px 0px;
    text-align: center;
    transition: 0.3s;
}

.item-icon > div {
    width: 100%;
}

.item-icon img {
    height: 100px;
    display: inline-block;
    transition: 0.3s;
}

.item-icon h3 {
    margin: 40px 0 0;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    font-family: 'Kalam', cursive;
}

.item-icon:hover,
.item-icon:focus {
    opacity: 0.9;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.item-icon:hover img,
.item-icon:focus img {
    transform: scale(1.05);
}

.item.general .button {
    width: fit-content;
    margin-top: 40px;
}

.item.general .button.green {
    background-color: #96b134;
}

.item.general .button.green:hover {
    background-color: #96b134;
    color: #fff;
    opacity: .9;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
}

.item.general .button.purple {
    background-color: #523888;
}

.item.general .button.purple:hover {
    background-color: #523888;
    color: #fff;
    opacity: .9;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
}

.item.general .button.blue {
    background-color: #357abe;
}

.item.general .button.blue:hover {
    background-color: #357abe;
    color: #fff;
    opacity: .9;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
}

.item.general .button p {
    margin-bottom: 0px;
}

.row .temp-flex:nth-child(4n+1) .item-icon {
    margin-right: 13px;
    margin-left: 0px;
}

.row .temp-flex:nth-child(4n+2) .item-icon,
.row .temp-flex:nth-child(4n+3) .item-icon {
    margin-left: 8px;
    margin-right: 8px;
}

.row .temp-flex:nth-child(4n) .item-icon {
    margin-left: 13px;
    margin-right: 0px;
}

@media only screen and (max-width: 992px) {
    .row .temp-flex:nth-child(2n+1) .item-icon {
        margin-right: 8px;
        margin-left: 0px;
    }

    .row .temp-flex:nth-child(2n) .item-icon {
        margin-left: 8px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .row .temp-flex:nth-child(1n) .item-icon {
        margin-right: 0px;
        margin-left: 0px;
    }
}
/* eind item blok */

.cert-wrap {
    position: absolute;
    left: 0;
    top: -370px;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.16));
    z-index: 500;
    display: none; /* set to display:block in home-footer */
}

@media only screen and (max-width: 1400px) {
    .cert-wrap {
        top: -130px;
    }
}

.cert-wrap .certificate {
    background: #fff;
    padding: 12px 40px 12px 12px;
    display: inline-block;

    /* arrow depth = 40px */
    -webkit-clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 50%,
        calc(100% - 40px) 100%,
        0 100%
    );
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 50%,
        calc(100% - 40px) 100%,
        0 100%
    );
}

.cert-wrap .certificate img {
    width: 120px;
    display: block;
}

.home-footer {
    position: relative;
}

.home-footer .cert-wrap {
    display: block;
}

/* fix text editor moving when hovering */
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
    border: 0 !important;
    padding: 4px 6px !important;
}
