#top .knop {
    float: right;
    margin-top: -5px;
}

#top .knop .button {
    font-size: 15px;
    padding: 5px 18px;
}

.vacature-icon a {
    font-weight: 600;
}

#wijcbf_form_navigation button {
    align-items: center;
    display: flex;
    justify-content: center;
}

.vacature-icon a:before {
    background-image: url('./../images/svg/suitcase.svg');
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    content: "";
    margin-top: 2px;
}

.fixed-top {
    z-index: 9999999 !important;
}

.topbar {
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    color: white;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 0;
}

.topbar a {
    color: white;
    text-decoration: none;
}

.topbar a:hover {
    color: white;
    text-decoration: underline;
}

.topbar .barinhoud {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .barinhoud .telefoon {
    padding-right: 50px;
}

.topbar .icoblok {
    display: flex;
    padding-right: 20px;
}

.topbar .icoblok .icon {
    background: #FF6200;
    display: flex;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.topbar .icoblok .icon img {
    height: 13px;
    width: 13px;
}

@media screen and (max-width: 992px) {
    .topbar {
        display: none;
    }
}

.navbar-custom ul li.icon ul.sub-menu a {
    padding-left: 15px !important;
}

.navbar-custom {
    background-color: white;
    z-index: 1030;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.navbar-custom .navbar-width {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 1180px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.navbar-custom .logo {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    transition: 0.3s;
    max-width: 240px;
}

.navbar-custom .logo a.navbar-brand {
    height: 75px;
    padding: 0;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.navbar-custom .logo a.navbar-brand img.brand-logo-main {
    height: 100%;
    width: auto;
    transition: 0.3s;
}

.navbar-custom .logo a.navbar-brand img.brand-logo-scrolled {
    visibility: hidden;
}

.navbar-custom ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-custom ul li {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    margin-left: 20px;
}

.navbar-custom ul li.contact-nietnodig a {
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    border-radius: 10px;
    padding: 5px 10px !important;
    color: white;
}

.navbar-custom ul li.block {
    background-color: #C70039;
}

.navbar-custom ul li.block a {
    padding: 15px 20px !important;
    color: white !important;
    font-weight: bold;
}

.navbar-custom ul li.block:hover {
    background: #101D5E !important;
}

.navbar-custom ul li.block:hover a {
    color: white !important;
}

.navbar-custom ul li a {
    color: #737373;
    font-size: 16px !important;
    padding: 0 !important;
    font-family: "Rubik", sans-serif !important;
}

.navbar-custom ul li.icon a {
    padding-left: 45px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: relative;
    z-index: 2;
}

.navbar-custom ul li.icon:before {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #FF6200;
    color: white;
    border-radius: 100%;
    left: 0;
    z-index: 1;
}

@media (max-width: 920px) {
    .navbar-custom ul li.icon:before {
        left: 20px;
        top: 10px;
    }
}

.navbar-custom ul li.icon.blogs:before {
    content: url("../images/svg/main/blog.svg");
}

.navbar-custom ul li.icon.auto:before {
    content: url("../images/svg/main/caricon.svg");
    /* with class ModalCarrot ??*/
}

.navbar-custom ul li.icon.locatie:before {
    content: url("../images/svg/main/locationicon.svg");
    /* with class ModalCarrot ??*/
}

.navbar-custom ul li.icon.home:before {
    content: url("../images/svg/main/home.svg");
    /* with class ModalCarrot ??*/
}

.navbar-custom ul li.icon.vraag:before {
    content: url("../images/svg/main/vraag.svg");
    /* with class ModalCarrot ??*/
}

.navbar-custom ul li.icon.contact:before {
    content: url("../images/svg/main/phone-menu.svg");
    /* with class ModalCarrot ??*/
}

.scrolled {
    height: 60px;
    transition: height 0.3s;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.scrolled .logo {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    transition: 0.3s;
}

.scrolled .logo a.navbar-brand {
    width: auto;
    height: 55px;
    padding: 0;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.scrolled .logo a.navbar-brand img.brand-logo-main {
    display: none;
}

.scrolled .logo a.navbar-brand img.brand-logo-scrolled {
    visibility: visible;
    width: auto;
    height: 100%;
    transition: 0.3s;
}

.scrolled ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1px;
}

.scrolled ul li {
    display: inline-block;
}

.scrolled ul.slimmenu li > ul {
    top: 15px;
}

@media screen and (max-width: 992px) {
    .navbar-custom ul li {
        margin-left: 0;
    }

    .navbar-custom ul li.block a {
        color: #101D5E !important;
    }

    .scrolled {
        height: auto;
        min-height: 60px;
    }

    .scrolled ul.slimmenu.collapsed {
        margin-top: 150px;
    }
}

nav.menu {
    display: flex;
    align-items: center;
}

.menu-collapser {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    color: #FFF;
    font-size: 16px;
    line-height: 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.menu-collapser a {
    width: 50%;
}

.menu-collapser > a > img {
    width: 50%;
    padding: 5% 0 0 0;
}

@media (max-width: 540px) {
    .menu-collapser > a > img {
        width: 80%;
        padding: 5% 0 0 0;
    }
}

.sticky .collapse-button {
    right: 0px;
    top: 15px;
}

.collapse-button {
    position: absolute;
    right: 0px;
    top: 50%;
    padding: 10px 2px;
    color: black;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 0;
}

.collapse-button:hover, .collapse-button:focus {
    color: black;
}

.collapse-button .icon-bar {
    display: block;
    height: 3px;
    width: 25px;
    margin: 4px 0;
    background-color: black;
    border-radius: 1px;
}

ul.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media only screen and (max-width: 992px) {
    ul.slimmenu {
        padding-top: 35px;
    }
}

ul.slimmenu:before, ul.slimmenu:after {
    content: '';
    display: table;
}

.sub-toggle img {
    height: 15px;
}

ul.slimmenu:before,
ul.slimmenu:after {
    content: '';
    display: table;
}

ul.slimmenu:after {
    clear: both;
}

ul.slimmenu.collapsed {
    position: absolute;
    left: 0;
    background: white;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    flex-direction: column;
    display: flex;
}

@media (min-width: 920px) {
    ul.slimmenu.collapsed {
        padding-top: 40px;
        margin-top: 43px;
    }
}

@media (max-width: 920px) {
    ul.slimmenu.collapsed {
        padding-top: 0px;
        margin-top: 40px;
    }
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: white;
}

ul.slimmenu.collapsed li > ul {
    position: static;
    display: none;
}

ul.slimmenu.collapsed li a {
    text-align: left;
    width: 100%;
    padding: 15px 25px 15px 75px !important;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
    height: 30px;
    background: #F37020 !important;
}

ul.slimmenu li {
    position: relative;
    float: left;
    display: inline-block;
    background-color: transparent;
}

ul.slimmenu li.menu-item-has-children {
    position: relative;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
    padding: 10px;
}

ul.slimmenu li ul li {
    background: white;
    width: 270px;
    left: -5px;
    border-left: 2px solid #F37020 !important;
    border-bottom: 1px solid #F37020 !important;
    margin-left: 0;
}

.navbar-custom ul.slimmenu li.icon a {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    font-size: 15px !important;
    text-align: left;
    min-width: 125px;
}

ul.slimmenu li ul li:hover {
    background-color: #F37020 !important;
}

ul.slimmenu li ul li:hover a {
    color: white !important;
}

ul.slimmenu li > ul {
    position: absolute;
    left: -8px;
    top: 30px;
    z-index: 999;
    display: block;
    width: auto;
}

@media (min-width: 920px) {
    ul.slimmenu li > ul {
        padding-top: 40px !important;
    }
}

ul.slimmenu li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%;
    padding-left: 0;
}

ul.slimmenu li.current-menu-item a {
    color: #0588F0;
}

ul.slimmenu li a {
    display: block;
    padding: 0px 20px 0px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    cursor: pointer;
    transition: padding 0.6s;
}

ul.slimmenu.collapsed li a {
    font-size: 17px !important;
    font-weight: 400;
}

@media (max-width: 1000px) {
    ul.slimmenu li a {
        padding: 12px 14px 7px 12px;
        transition: padding 0.6s;
    }
}

ul.slimmenu li a:hover {
    text-decoration: none;
    color: #F37020 !important;
}

ul.slimmenu li .sub-toggle {
    right: 25px;
    top: 10px;
    z-index: 999;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

ul.slimmenu.collapsed li .sub-toggle {
    width: 30px;
}

ul.slimmenu.collapsed li .sub-toggle:before {
    content: '';
    font-family: fontello;
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    color: white;
}

ul.slimmenu li .sub-toggle > i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    font-family: fontello;
}

ul.slimmenu li .sub-toggle > i {
    font-style: normal;
    font-size: 12px;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 992px) {
    ul.slimmenu li .sub-toggle > i {
        color: #F37020 !important;
    }
}

ul.slimmenu > li {
    border-left: 0;
    display: inline-flex;
    flex-direction: row;
}

ul.slimmenu > li:first-child {
    margin-left: 0;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
    border-left: 0;
}

.sub-menu li {
    padding: 0px 0px 0px 0px;
}

@media (min-width: 768px) {
    .slimmenu li > ul {
        padding-left: 0px;
    }

    #nav-wrapper {
        padding-left: 0px;
    }

    .slimmenu > li:hover {
        border-bottom: 0px solid #fff;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 992px) {
    ul.slimmenu li .sub-toggle {
        position: absolute;
    }
}

.single-cpts .banner .plus {
    top: -70px;
}

.single-cpts .banner .inhoudbanner {
    padding-top: 0;
    margin-bottom: 36px;
}

.banner {
    background: linear-gradient(180deg, #FFFFFF 0%, #FEF6E9 100%);
    position: relative;
}

.banner .pagewidth {
    position: relative;
    padding-bottom: 20px;
}

.banner.big {
    margin-bottom: 250px;
}

.banner.small .zorgdomein {
    right: 50px !important;
    bottom: -100px !important;
    left: inherit;
}

.smallwidth {
    max-width: 870px;
    margin: auto;
}

.banner .inhoudbanner {
    padding-top: 15px;
}

.has-breadcrumbs .banner .inhoudbanner {
    padding-top: 0;
}

.banner .titel {
    color: #464646;
    font-size: 57px;
    line-height: 62px;
    max-width: 575px;
}

@media (max-width: 920px) {
    .banner .titel {
        font-size: 32px;
        line-height: 33px;
    }
}

.banner .titel span {
    color: #FF6200;
}

.banner .links {
    padding-right: 70px;
    z-index: 999;
    position: relative;
}

@media (max-width: 920px) {
    .banner .links {
        padding-right: 0px;
        padding-left: 0px !important;
    }
}

.banner .knop .button {
    text-align: center;
}

.banner .soort {
    color: #0689F1;
    font-size: 25px;
    line-height: 40px;
    margin: 20px 0 30px 0;
    font-weight: 500;
    max-width: 500px;
}

@media (max-width: 920px) {
    .banner .soort {
        font-size: 19px;
        line-height: 22px;
    }
}

@media (max-width: 920px) {
    .banner .cirkel {
        padding-top: 40px;
    }

    .banner .afbeelding {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 700px) {
    .banner .afbeelding {
        display: none !important;
    }

    .banner .midden {
        max-width: 100% !important;
        flex: 100% !important;
    }
}

.banner .midden {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
}

@media (max-width: 920px) {
    .banner .midden {
        padding-top: 30px;
    }
}

.banner .midden .locatie {
    margin-bottom: 15px;
    margin-top: 0px;
}

.banner .midden .locatie, .banner .midden .telefoon {
    color: #0689F1;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

@media (max-width: 920px) {
    .banner .midden .locatie, .banner .midden .telefoon {
        font-size: 18px !important;
    }
}

.banner .midden .telefoon {
    margin-bottom: 30px;
}

.banner .midden .icon {
    width: 40px;
    height: 40px;
    background: #FF6200;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    margin-right: 20px;
}

.banner .knop {
    max-width: 420px;
}

.banner .knop .button {
    width: 100%;
}

@media (max-width: 920px) {
    .banner .knop {
        font-size: 15px !important;
        max-width: 300px;
        padding: 5px 28px;
        margin: auto;
    }
}

.banner .knop .hoewerkt {
    display: block;
    clear: both;
    text-decoration: underline;
    text-align: center;
    padding: 15px 0;
    color: #0689F1 !important;
    scroll-margin: 250px;
}

@media (max-width: 920px) {
    .banner .knop .hoewerkt {
        display: none;
    }
}

.banner .plus {
    position: absolute;
    top: 40px;
    right: 370px;
}

.banner .plusonder {
    position: absolute;
    bottom: -130px;
    right: 80px;
    z-index: 9999;
    transform: rotate(30deg);
}

@media (max-width: 920px) {
    .banner .plusonder {
        display: none;
    }
}

.banner .bellen {
    text-align: center;
    z-index: 99;
    position: relative;
}

.banner .bellen .belons {
    color: #737373;
    font-size: 20px;
    text-align: center;
    padding-top: 14px;
    font-weight: 500;
}

.banner .bellen .telefoonnummer {
    font-size: 38px;
    line-height: 45px;
    color: #464646;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: flex-end;
    padding-right: 20px;
}

.banner .bellen .telefoonnummer:hover {
    cursor: pointer;
}

@media (max-width: 920px) {
    .banner .bellen .telefoonnummer {
        justify-content: center;
        font-size: 23px;
    }
}

.banner .bellen .telefoonnummer .icon {
    background: #FF6200;
    display: flex;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: white;
}

.banner .bellen .telefoonnummer .icon img {
    width: 45%;
}

@media (max-width: 920px) {
    .banner .bellen .telefoonnummer .icon {
        width: 30px;
        height: 30px;
    }
}

.banner .zorgdomein {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: -230px;
    max-width: 200px;
    padding: 95px 30px 30px 30px;
    text-align: center;
    z-index: 99;
    color: #464646;
    font-weight: bold;
    font-size: 12px;
    transition: .5s;
}

.banner .zorgdomein .label {
    position: absolute;
    top: -20px;
    max-height: 90px;
    width: auto;
    left: 20px;
}

.banner .zorgdomein:hover {
    transform: rotate(2deg) scale(1.03);
}

.dividerhead {
    position: absolute;
    bottom: -66px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.dividerhead svg {
    position: relative;
    display: block;
    width: calc(132% + 1.3px);
    height: 106px;
}

.dividerhead .shape-fill {
    fill: #FEF6E9;
}

.iconblokken {
    margin-top: 50px;
}

.iconblokken .col-md {
    padding-left: 10px;
    padding-right: 10px;
}

.iconblokken .knop {
    text-align: center;
    padding: 50px;
}

@media (max-width: 920px) {
    .iconblokken .knop {
        padding: 30px 0 !important;
    }
}

.iconblokken .iconblok {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

@media (max-width: 920px) {
    .iconblokken .iconblok {
        margin-bottom: 20px;
    }
}

.iconblokken .iconblok .inhoud {
    padding: 35px 10px;
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

@media (max-width: 920px) {
    .iconblokken .iconblok .inhoud {
        padding: 0px 0 20px 0 !important;
    }
}

.iconblokken .iconblok .icon {
    height: 75px;
    width: 75px;
    display: flex;
    justify-xcontent: center;
    align-items: center;
    margin: auto;
}

.iconblokken .iconblok .icon img {
    max-width: 60%;
}

@media (max-width: 920px) {
    .iconblokken .iconblok .icon {
        height: 75px;
        width: 75px;
    }
}

.iconblokken .iconblok .kop {
    color: #FF6200;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}

@media (max-width: 920px) {
    .iconblokken .iconblok .kop {
        font-size: 20px;
        line-height: 20px;
    }
}

.iconblokken .iconblok .omschrijving {
    text-align: center;
}

.iconblokken .iconblok:hover {
    transform: scale(1.07);
}

.iconblokken.standard .iconblok {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.iconblokken.standard .iconblok .icon {
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    border-radius: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconblokken.standard .iconblok .omschrijving {
    color: #737373;
}

.iconblokken.metbg .iconblok {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 16px;
}

.iconblokken.metbg .iconblok .inhoud {
    background: #FFF8ED;
    padding: 20px 10px;
}

@media (max-width: 920px) {
    .iconblokken.metbg .iconblok .inhoud {
        padding: 20px !important;
    }
}

.iconblokken.metbg .iconblok.zonderopmaak .inhoud {
    background: none !important;
    color: #464646 !important;
    font-size: 19px;
    padding: 0px !important;
}

.iconblokken.metbg .iconblok.zonderopmaak p {
    color: #464646 !important;
}

@media (max-width: 920px) {
    .iconblokken.metbg .iconblok.zonderopmaak p {
        font-size: 16px;
    }
}

.iconblokken.metbg .iconblok .icon {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconblokken.metbg .iconblok .omschrijving {
    color: #464646;
}

.iconblokken.behandeling .iconblok {
    margin-bottom: 35px !important;
}

.iconblokken.behandeling .iconblok .kop {
    color: #3F3F3F !important;
    font-size: 25px !important;
    line-height: 32px !important;
    height: 60px;
}

.iconblokken.behandeling .iconblok .omschrijving {
    text-align: center;
    color: #737373;
    max-width: 90%;
    margin: auto;
    padding-bottom: 0px;
}

.keuringen .keuringblokken .keuring {
    max-width: 775px;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    color: white;
    border-radius: 10px;
    flex-direction: row;
    display: flex;
    transition: .5s;
}

@media (max-width: 920px) {
    .keuringen .keuringblokken .keuring {
        flex-direction: column;
        padding: 10px;
    }
}

.keuringen .keuringblokken .keuring:hover {
    transform: rotate(-1deg) scale(1.01);
    cursor: pointer;
}

.keuringen .keuringblokken .keuring:nth-child(odd) {
    background: #FF6200;
}

.keuringen .keuringblokken .keuring:nth-child(even) {
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
}

.keuringen .keuringblokken .keuring .icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #888888;
    font-size: 36px;
    font-weight: bold;
}

.keuringen .keuringblokken .keuring .icon img {
    max-width: 75%;
}

@media (max-width: 920px) {
    .keuringen .keuringblokken .keuring .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
}

.keuringen .keuringblokken .keuring .inhoud {
    width: 75%;
}

.keuringen .keuringblokken .keuring .inhoud h3 {
    font-size: 25px;
    margin-bottom: 0px;
}

@media (max-width: 920px) {
    .keuringen .keuringblokken .keuring .inhoud {
        width: 90%;
    }
}

.keuringen .keuringblokken .keuring .inhoud p {
    margin: 5px 0 0 0px;
}

.keuringen .keuringblokken .keuring .chevron {
    padding: 0 20px;
}

@media (max-width: 920px) {
    .keuringen .keuringblokken .keuring .chevron {
        margin-top: 10px;
    }
}

.single-cpts .locatiefoto {
    display: none;
}

@media (max-width: 700px) {
    .single-cpts .locatiefoto {
        display: block !important;
    }
}

.single-cpts .banner {
    padding-top: 80px;
}

.single-cpts .has-breadcrumbs .banner {
    padding-top: 30px;
}

@media (max-width: 920px) {
    .single-cpts .banner {
        padding-top: 30px;
    }

    .single-cpts .has-breadcrumbs .banner {
        padding-top: 0px;
    }
}

.single-cpts .banner .midden {
    padding-top: 0px !important;
}

@media (max-width: 920px) {
    .single-cpts .content {
        margin-top: 25px;
    }
}

.locaties .locatieoverzicht .locatie {
    transition: .5s;
    margin-bottom: 30px;
}

.locaties .locatieoverzicht .locatie:hover {
    transform: scale(1.07);
}

.locaties .locatieoverzicht .locatie .inhoud {
    background: #FFF8ED;
    height: 100%;
    width: 100%;
    border-radius: 18px;
    padding: 35px;
}

.locaties .locatieoverzicht .locatie .stad {
    font-size: 25px;
    color: #3F3F3F;
    font-weight: 500;
    text-align: center;
}

.locaties .locatieoverzicht .locatie .afbeelding {
    text-align: center;
    margin: 20px 0;
}

.locaties .locatieoverzicht .locatie .afbeelding img {
    border-radius: 100%;
    max-height: 165px;
}

.locaties .locatieoverzicht .locatie .knop a {
    padding: 12px 12px 12px 24px !important;
    width: 100%;
    font-size: 19px !important;
}

.blocks-widgets-container .editor-styles-wrapper,
.wp-block[data-type="core/widget-area"],
.block-editor-block-list__block {
    max-width: 90% !important;
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
    footer .footerwidgets .wp-container-9 {
        width: 100%;
        display: block !important;
    }

    footer .footerwidgets .wp-container-2,
    footer .footerwidgets .wp-container-3,
    footer .footerwidgets .wp-container-7,
    footer .footerwidgets .wp-container-6 {
        width: 50%;
        float: left;
        min-height: 240px;
    }

    footer .wp-container-7 .wp-container-6 {
        width: 100% !important;
    }
}

footer {
    background: linear-gradient(0deg, #FFFFFF 0%, #FEF6E9 100%);
    padding: 5px 0 0px 0;
    position: relative;
    margin-top: 180px;
}

@media (max-width: 920px) {
    footer {
        margin-top: 235px;
        background: #FEF6E9 !important;
        padding-bottom: 10px;
    }
}

footer .provincie {
    background: none !important;
}

footer .wp-block-columns {
    width: 100%;
}

footer .footerwidgets {
    padding: 0 20px;
}

footer .provincie .provincie-label,
footer .provincie .locatielink a {
    padding: 0px !important;
    color: #737373 !important;
    font-size: 15px;
    font-weight: normal;
}

footer .provincie .provincie-label:after,
footer .provincie .locatielink a:after {
    width: 10px;
    height: 10px;
    margin-top: 5px;
}

footer .provincie .locatie-uitklap {
    padding: 10px 0;
}

footer .provincie .locatie-uitklap a {
    margin-bottom: 10px;
}

footer .provincie .afbeelding {
    display: none;
}

footer a {
    font-size: 15px;
}

footer a:hover {
    color: #F37020 !important;
}

footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li .icon {
    width: 20px;
    height: 20px;
    display: flex;
    float: left;
    background: #FF6200;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

footer ul li .icon img {
    max-width: 70%;
}

footer h4 {
    font-size: 18px;
    color: #464646;
    font-weight: 600;
}

footer p, footer a {
    color: #737373;
}

footer .ctafooter {
    position: absolute;
    max-width: 850px;
    top: -100px;
    right: 0px;
    left: 0px;
    margin: auto;
    color: white;
}

@media (max-width: 920px) {
    footer .ctafooter {
        top: -215px;
    }
}

footer .ctafooter .links {
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    border-radius: 15px 0 0px 15px;
}

footer .ctafooter .links .icon {
    background: #FF6200;
    color: white;
}

footer .ctafooter .rechts {
    background: #FF6200;
    border-radius: 0px 15px 15px 0px;
    font-weight: bold;
}

footer .ctafooter .rechts .icon {
    background: white;
    color: #FF6200;
}

footer .ctafooter .cta {
    font-size: 25px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    line-height: 35.5px;
    font-weight: 400;
    justify-content: space-between;
}

@media (max-width: 920px) {
    footer .ctafooter .cta {
        padding: 20px;
    }
}

footer .ctafooter .cta:hover {
    cursor: pointer;
}

footer .ctafooter .cta:hover .icon {
    transform: scale(1.2);
    transition: .5s;
}

@media (max-width: 920px) {
    footer .ctafooter .cta {
        max-width: 440px;
        margin: 0 auto 10px auto;
        border-radius: 15px !important;
        height: 123px;
    }
}

@media (max-width: 920px) and (max-width: 920px) {
    footer .ctafooter .cta {
        height: auto;
    }
}

footer .ctafooter .cta span {
    font-size: 20px;
}

footer .ctafooter .cta .icon {
    width: 45px;
    height: 45px;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 920px) {
    footer .ctafooter .cta .icon {
        width: 30px;
        height: 30px;
    }
}

footer .ctafooter .cta .inhoud {
    width: 85%;
    font-size: 20px;
}

footer .ctafooter .cta .inhoud .tel {
    font-weight: bold;
    font-size: 25px;
}

footer .footerwidgets {
    margin-top: 50px;
}

footer .footerwidgets .widget {
    margin-bottom: 20px;
}

footer .footerwidgets .widget .titel {
    font-size: 18px;
    color: #464646;
    font-weight: 600;
}

footer .footerwidgets .widget .widgetlocaties {
    display: flex;
    flex-direction: row;
}

footer .footerwidgets .widget .widgetlocaties .inhoud {
    width: 150px;
}

footer .footerwidgets .widget .inhoud {
    margin-top: 10px;
    font-size: 15px;
}

footer .footerwidgets .widget .inhoud a {
    font-size: 15px;
}

footer .footerwidgets .widget .inhoud a:hover {
    color: #F37020 !important;
}

footer .footerwidgets .widget .inhoud ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .footerwidgets .widget .inhoud ul li {
    margin-bottom: 15px;
}

@media (max-width: 920px) {
    footer .footerwidgets .widget .inhoud ul li {
        margin-bottom: 5px;
    }
}

.vacature-icon a:before,
footer .footerwidgets .widget .inhoud ul li .icon {
    width: 20px;
    height: 20px;
    display: flex;
    float: left;
    background-color: #FF6200;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

footer .footerwidgets .widget .inhoud ul li .icon img {
    max-width: 70%;
}

footer .footerwidgets .widget .widgetin {
    padding-right: 0px;
}

footer .copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
}

.dividerfoot {
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0deg);
}

.dividerfoot svg {
    position: relative;
    display: block;
    width: calc(132% + 1.3px);
    height: 106px;
}

.dividerfoot .shape-fill {
    fill: #FEF6E9;
}

@media (min-width: 920px) {
    .wp-container-1 .dienstenblok {
        margin-left: 20px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 921px) {
    .page-template-provincie .wp-block-columns,
    .page-template-default .wp-block-columns {
        display: block;
    }

    .page-template-provincie .wp-block-columns,
    .page-template-default .wp-block-columns .wp-block-column {
        width: 100% !important;
    }

    ul.slimmenu li .sub-toggle:after {
        position: absolute;
        content: '';
        left: -1000%;
        width: 1000%;
        height: 90%;
    }
}

@media (max-width: 920px) {
    .dienstenblok.dienstview {
        display: none;
    }
}

@media (min-width: 920px) {
    .dienstenblok.padtop {
        padding-top: 130px;
    }
}

.dienstenblok .dienst {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dienstenblok .dienst:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.dienstenblok .dienst:hover, .dienstenblok .dienst:focus, .dienstenblok .dienst:active {
    color: white;
    cursor: pointer;
}

.dienstenblok .dienst:hover:before, .dienstenblok .dienst:focus:before, .dienstenblok .dienst:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dienstenblok .dienst {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
    font-size: 19px;
    color: #737373;
    width: 100%;
    text-align: left;
}

.dienstenblok .dienst .icon {
    margin-right: 20px;
    background: #FF6200;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100%;
}

.dienstenblok .dienst .icon img {
    max-width: 70%;
}

.content {
    margin-top: 250px;
}

@media (max-width: 920px) {
    .content .col-md-6 {
        padding: 0px !important;
    }
}

.prijs {
    background: linear-gradient(28.54deg, #45B050 5.49%, #67D272 88.34%);
    border-radius: 20px;
    padding: 90px 30px 30px 30px;
    color: white;
    text-align: center;
    margin-top: 70px;
    position: relative;
    transition: .5s;
}

@media (max-width: 920px) {
    .prijs {
        padding: 70px 20px 20px 20px;
    }
}

.prijs .bookmark {
    position: absolute;
    top: -20px;
    right: 20px;
}

.prijs .plus {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.prijs:hover {
    transform: rotate(3deg) scale(1.04);
}

.prijs .toptitel {
    font-size: 20px;
    margin-bottom: 55px;
    font-weight: 400;
}

.prijs img {
    max-width: 85px;
}

.prijs .titel {
    font-size: 32px;
}

@media (max-width: 920px) {
    .prijs .titel {
        font-size: 28px !important;
    }
}

.prijs .euro {
    font-size: 118px;
    font-weight: bold;
    line-height: 128px;
    padding-bottom: 20px;
    font-family: arial;
}

@media (max-width: 920px) {
    .prijs .euro {
        font-size: 60px !important;
        line-height: 75px;
    }
}

.belblok {
    padding: 55px 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #EBF8FF;
    flex-direction: column;
    border-radius: 20px;
    margin-top: 50px;
}

.belblok a {
    color: #0689F1 !important;
}

.belblok .icon {
    height: 90px;
    width: 90px;
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.belblok .tekst {
    color: #737373;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    margin: 50px 0;
}

.belblok .tel {
    font-size: 43px;
    font-weight: bold;
    color: #0689F1;
}

.stappen {
    margin-top: 40px;
}

.stappen .stap {
    background: #FFF7EB;
    border-radius: 20px;
    margin-bottom: 110px;
    position: relative;
    padding: 74px 50px 15px 50px;
}

.stappen .stap:nth-child(odd) {
    padding: 74px 25px 15px 25px;
}

.stappen .stap:nth-child(odd) .staptop {
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
}

.stappen .stap:nth-child(1) {
    margin-top: 100px;
}

@media (max-width: 920px) {
    .stappen .stap:nth-last-child(1) {
        margin-bottom: 45px;
    }

    .stappen .stap ul {
        padding-left: 15px;
    }
}

.stappen .stap .staptop {
    background: #FF6200;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    max-width: 275px;
    top: 0px;
    border-radius: 10px;
    padding: 15px;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    top: -55px;
}

.stappen .stap .staptop .links {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: white;
    margin-right: 10px;
}

.stappen .stap .staptop .links img {
    max-width: 70%;
}

.stappen .stap .staptop .rechts .stapnaam {
    font-size: 29px;
    line-height: 33px;
    font-weight: bold;
}

.marginmin {
    margin-top: -50px;
    margin-bottom: 100px;
}

@media (max-width: 920px) {
    .marginmin {
        margin: 0px !important;
    }
}

.adresblok {
    background: linear-gradient(28.54deg, #45B050 5.49%, #67D272 88.34%);
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    color: white;
    text-align: center;
    margin-top: 0px;
    position: relative;
    height: 100%;
}

.adresblok .kopadres {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.adresblok .kopadres img {
    margin-right: 10px;
}

.adresblok .bookmark {
    position: absolute;
    top: -20px;
    right: 20px;
}

.adresblok .plus {
    position: absolute;
    top: 20px;
    right: 20px;
}

.adresblok .toptitel {
    font-size: 20px;
    margin-bottom: 55px;
    font-weight: 400;
}

.adresblok .titel {
    font-size: 32px;
}

.blokken .blok {
    background: #FFF7EB;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 25px 25px 15px 25px;
}

@media (max-width: 920px) {
    .blokken .blok {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.blokken .blok .top {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #464646;
    font-size: 25px;
    font-weight: bold;
}

.blokken .blok .icon {
    width: 40px;
    height: 40px;
    color: white;
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    margin-right: 20px;
    border-radius: 100%;
}

.blokken .blok .icon img {
    max-width: 70%;
}

.blokken .blok .sub {
    font-size: 17px;
    font-weight: normal;
}

.maps {
    height: 100%;
    padding-bottom: 30px;
}

.maps iframe, .maps p {
    height: 100%;
    width: 100%;
}

.maps iframe {
    border-radius: 20px;
}

@media (max-width: 920px) {
    .maps {
        height: 300px;
    }
}

.wp-block-group {
    background: #FFF7EB;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 35px;
}

@media (max-width: 920px) {
    .wp-block-group {
        padding: 20px;
    }
}

/* GRAVITYFORMS */
.gravity-theme {
    width: 80%;
    max-width: 100%;
    margin-top: 30px;
}

@media (max-width: 920px) {
    .gravity-theme {
        width: 100%;
    }
}

.gravity-theme .gfield_label {
    color: #0588F0;
}

.gravity-theme input, .gravity-theme textarea {
    border: 0px;
    padding: 10px;
    border-radius: 10px;
}

.gravity-theme .gform_button {
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    border-radius: 10px;
    padding: 10px 25px !important;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
}

.gravity-theme .gform_button:hover {
    cursor: pointer;
}

.gravity-theme .gform_footer {
    display: flex;
    justify-content: center;
}

/* PROVINCIE */
.lessgap {
    gap: 15px !important;
}

.provincie-locatie,
.provincie {
    background: #FFF7EB;
    margin-bottom: 15px;
    border-radius: 10px;
}

.provincie .locatie-uitklap {
    display: none;
    padding: 20px;
}

.provincie-locatie .afbeelding,
.provincie .afbeelding {
    width: 65px;
    height: 65px;
    margin-right: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provincie-locatie .afbeelding img,
.provincie .afbeelding img {
    object-fit: cover;
}

.provincie .locatielink a {
    margin-bottom: 0px;
    font-size: 19px;
    padding: 15px;
    color: #101d5e !important;
    display: block;
}

.provincie-locatie-label,
.provincie .provincie-label {
    width: 100%;
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
}

footer .provincie-label a,
footer .provincie-label a:visited {
    color: #737373;
}

.provincie-locatie-label a,
.provincie-locatie-label a:visited,
.provincie-label a,
.provincie-label a:visited {
    color: #000;
}

.provincie-label a:hover,
.provincie-locatie-label a:hover {
    color: #F37020;
    text-decoration: none;
}

.provincie-locatie-label:hover,
.provincie .provincie-label:hover {
    cursor: pointer;
}

.provincie-locatie-label:after,
.provincie .provincie-label:after {
    content: '';
    position: absolute;
    right: 35px;
    margin-top: 10px;
    background-image: url("../images/arrow-blauw.svg");
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    transition: .2s;
    transform: rotate(90deg);
}

.provincie-locatie-label:after {
    transform: rotate(0deg);
}

.provincie .provincie-label.active:after {
    transform: rotate(-90deg) !important;
    margin-top: -10px;
}

.provincie .provincie-label:hover:after {
    margin-top: 10px;
    color: white;
    background-image: url("../images/arrow-blauw.svg");
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@media (max-width: 920px) {
    .faqblokken.dienstview {
        display: none;
    }
}

@media (min-width: 920px) {
    .faqblokken.padtop {
        padding-top: 130px;
    }
}

.faqblokken .faqblok {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    font-size: 19px;
    color: #737373;
    width: 100%;
    text-align: left;
    padding: 0px;
}

.faqblokken .faqblok .faq {
    width: 100%;
    padding: 20px;
    position: relative;
}

@media (max-width: 920px) {
    .faqblokken .faqblok .faq {
        padding: 20px 20px 20px 40px;
        font-size: 17px;
    }
}

.faqblokken .faqblok .icon {
    margin-right: 20px;
    background: #FF6200;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100%;
    float: left;
    margin-top: -5px;
}

.faqblokken .faqblok .icon img {
    max-width: 70%;
}

@media (max-width: 920px) {
    .faqblokken .faqblok .icon {
        position: absolute;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .faqblokken .faqblok .icon img {
        max-width: 50%;
    }

    .faqblokken .panel {
        font-size: 17px;
        padding-left: 20px;
    }

    .faqblokken .faqblok .faq:after {
        right: 10px;
        bottom: 5px;
    }
}

.faqblokken .panel {
    display: none;
    margin-top: 20px;
    font-size: 20px;
    width: 100%;
    padding-left: 62px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.faqblokken .panel p {
    max-width: 700px;
}

.faqblokken .faqblok {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.faqblokken .faqblok .faq:after {
    content: '';
    position: absolute;
    right: 35px;
    margin-top: 10px;
    background-image: url("../images/arrow-blauw.svg");
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    transition: .2s;
    transform: rotate(90deg);
}


.faqblokken .faqblok .faq.active:after {
    transform: rotate(-90deg) !important;
    margin-top: -10px;
}

.faqblokken .faqblok .faq:hover:after {
    margin-top: 10px;
    color: white;
    background-image: url("../images/arrow-wit.svg");
}

.faqblokken .faqblok:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.faqblokken .faqblok:hover, .faqblokken .faqblok:focus, .faqblokken .faqblok:active {
    color: white;
    cursor: pointer;
}

.faqblokken .faqblok:hover:before, .faqblokken .faqblok:focus:before, .faqblokken .faqblok:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@font-face {
    font-family: 'fontello';
    src: url("fontello/font/fontello.eot?64012734");
    src: url("fontello/font/fontello.eot?64012734#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?64012734") format("woff2"), url("fontello/font/fontello.woff?64012734") format("woff"), url("fontello/font/fontello.ttf?64012734") format("truetype"), url("fontello/font/fontello.svg?64012734#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width: 920px) {
    .page-id-24 .banner.big {
        margin-bottom: 120px;
    }
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Rubik", sans-serif !important;
    color: #101D5E !important;
    font-size: 17px !important;
}

body section a, body p a {
    color: #F37020 !important;
}

body section a:hover,
body p a:hover {
    font-weight: bold;
    text-decoration: none;
}

strong, b {
    color: #FF6200;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.page-404  {
    padding: 50px 0;
    text-align: center;
    font-size: 25px;
}

.marginsection {
    margin: 90px 0;
}

@media screen and (min-width: 1081px) {
    .pagewidth {
        max-width: 1180px;
        margin: auto;
    }
}

@media screen and (max-width: 1080px) {
    .pagewidth {
        max-width: 90%;
        margin: auto;

    }
}

@media (max-width: 920px) {
    .marginsection {
        margin: 40px 0;
    }
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* KOPPEM */
h2.titel {
    color: #FF6200;
    display: block;
    text-align: center;
    font-size: 50px;
    line-height: 55px;
    margin: 25px 0 40px 0;
}

@media (max-width: 920px) {
    h2.titel {
        font-size: 27px;
        line-height: 30px;
    }
}

@media (max-width: 920px) {
    .behandeling h2 {
        font-size: 22px !important;
    }
}

@media (max-width: 920px) {
    .maxhoog {
        max-height: 20px;
    }

    .wp-block-columns {
        gap: 0px !important;
        margin-bottom: 0px !important;
    }

    .mobweg {
        display: none !important;
    }
}

/* BUTTONS */
.knop.center {
    text-align: center;
}

.knop a {
    display: inline-block;
}

.knop a.button {
    border-radius: 10px;
    padding: 10px 35px;
}

.vacature-icon .button,
.knop a.blauw.filled {
    background: #FF6200;
    color: white !important;
    font-size: 25px;
    font-weight: 500;
}

#top .knop.vacature-icon a.button {
    padding-left: 5px;
    padding-right: 10px;
}

@media (max-width: 920px) {
    .knop a.blauw.filled {
        font-size: 18px;
    }
}

.knop a.blauw.filled.blauw.filled {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.knop a.blauw.filled.blauw.filled:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(86.99deg, #0588F0 16.12%, #0689F1 91.6%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.knop a.blauw.filled.blauw.filled:hover, .knop a.blauw.filled.blauw.filled:focus, .knop a.blauw.filled.blauw.filled:active {
    color: white;
}

.knop a.blauw.filled.blauw.filled:hover:before, .knop a.blauw.filled.blauw.filled:focus:before, .knop a.blauw.filled.blauw.filled:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#breadcrumbs {
    color: #737373;
    font-size: .9rem;
    padding-top: .8rem;
}
