* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

main {
    min-height: 85vh;
}
/* Header */

.navigatie {
    width: 100%;
    max-width: 1600px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    z-index: 5;
}

.navigatie_right {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
    height: 100px;
    width:80%;
}

.navigatie_right nav {
    padding: 0 10px;
    padding-bottom: 1.3rem;
}

.navigatie_top {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: center;
}

.navigatie_top div.bs {
    display: block !important;
}

.navigatie_top div.ks {
    display: none !important;
}

.navigatie_top>div {
    padding: 13px 15px;
    font-size: .9em;
    position: relative;
    background-color: #F7F7F7;
}

.navigatie_top>div a {
    color: #A9A9A9;
    transition: all .3s;
    border-right: #EBEBEB 2px solid;
    padding: 0 10px;
}

.navigatie_top>div a:hover {
    color: #E94E1B;
}

.navigatie_top>div a:last-of-type {
    border-right: none;
    padding-right: 0px;
}

.navigatie_top>div a i {
    margin-right: 10px;
    font-size: 1.1em;
}

.navigatie_top>div img {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
}

.navigatie_top>a {
    color: #A9A9A9;
    font-size: 1em;
    margin: 1px;
}

.navigatie_top>a:last-of-type {
    margin-right: 40px;
}

.navigatie nav>ul {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 5px;
}

.navigatie nav>ul>li {
    padding: 18px 0 0 0;
    /*margin-top: 1.5rem;*/
    margin-left: 3rem;
    font-weight: 700;
    /*padding-bottom: 30px;*/
    text-align: center;
}

#cookiemelding {
    display: none;
}

@media screen and (max-width: 1490px) {
    .navigatie nav>ul>li {
        margin-left: 1.5rem;
    }
}

.navigatie nav>ul>li:last-of-type {
    margin-right: 0;
}

.navigatie nav>ul>li>a {
    color: #3C3C3B;
}

.navigatie nav>ul>li:hover {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(/images/active_link.png);
}

.navigatie nav>ul>li a:hover {
    color: #E94E1B;
}

@keyframes blink {
    0% {
        color: #A9A9A9;
    }
    50% {
        color: #A9A9A9;
    }
    75% {
        color: #E93C1E;
    }
    100% {
        color: #A9A9A9;
    }
}

.blink {
    animation-name: blink;
    animation-duration: 3s;
}

.subnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 2;
    transition: all .5s;
    background-color: #F5F5F5;
    bottom: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition-delay: .3s;
}

.closesub {
    bottom: 100% !important;
}

.close_subnav {
    width: 50px !important;
    height: 50px;
    max-width: 50px !important;
    border-radius: 200px;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    transition: all .3s;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.close_subnav:hover {
    background-color: #F05A28;
    color: white;
}

.navigatie nav>ul li.enable-subnav:hover .subnav {
    bottom: 0;
}

.forceclose {
    bottom: 100% !important;
}

.subnav>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
}

.subnav>div>div:first-of-type {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 50px;
    border-right: #ECECEC 2px solid;
}

.subnav>div>div:first-of-type a {
    font-size: 2em;
    padding: 15px 0;
    color: #DDDDDD;
    transition: all .3s;
    text-align: right;
    white-space: nowrap;
}

.subnav>div>div:first-of-type a:hover {
    color: #262626;
}

.subnav>div>div:first-of-type .activeSub {
    color: #E94E1B;
}

.subnav>div>div:last-of-type {
    padding-left: 50px;
}

.link_menu {
    margin-top: 20px;
    background-color: #E94E1B;
    color: white !important;
    padding: 10px 30px;
    display: inline-block;
}

.link_menu i {
    margin-left: 10px;
}

.subnav article {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.subnav .menucat {
    padding: 15px 30px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.subnav .menucat h2 {
    font-size: 1.3em;
    font-weight: 700;
    color: #F25029;
    margin-bottom: 15px;
}

.subnav .menucat a {
    color: #6B6B6B;
    padding: 15px 0;
    text-align: left;
    font-size: 1.1em;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
}

.menu_quote {
    font-size: 2.2em;
    font-weight: 700;
    color: #B5B5B5;
    line-height: 160%;
    max-width: 1100px;
    margin-bottom: 15px;
}

.menu_quote strong {
    color: #3C3C3B;
}

.menu_images {
    width: 100%;
    flex-wrap: wrap;
    max-width: 1100px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.menu_images img {
    width: 23%;
    margin: 1%;
}

.navigatie .active {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(/images/active_link.png);
}

.navigatie .active>a {
    color: #E94E1B;
}

.positionTranslateButtons{
    position: absolute;
    right: 2.6%;
    top: 1.6%;
}
.translateButtons{
    text-decoration: none;
}

.logo {
    height: 80px;
    margin: 5px;
    z-index: 100;
}

.resp_logo {
    display: none;
}
/* Einde Header */
/* Content */

.main_content {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.main_content>article {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.main_content>article>h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: #000;
    width: 100%;
}

.main_content_tekst {
    width: 100%;
    line-height: 180%;
    color: #828282;
    font-size: 1.2em;
}

.main_content_tekst ul {
    padding-left: 20px;
    list-style-type: disc;
}

.main_content_tekst ul ul {
    list-style-type: circle;
}

.main_content_split h2,
.main_content_tekst h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: #E64B2B;
}

.filmpje {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.filmpje iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.main_content_split {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.main_content_split img {
    width: 50%;
}

.main_content_split div {
    width: 50%;
    padding: 20px;
    line-height: 180%;
    color: #828282;
    font-size: 1.2em;
}

.main_content_afbeelding {
    width: 100%;
}

.main_content_tweeafbeelding {
    width: 48%;
    margin: 1%;
}

.main_content_drieafbeelding {
    width: 31.33%;
    margin: 1%;
}

.main_content_stappen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
    margin: 30px auto;
}

.main_content_stappen article {
    width: 45%;
    margin: 25px 0;
}

.main_content_stappen article h2 {
    width: 100%;
    text-align: left;
    font-size: 1.8em;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.main_content_stappen article div {
    line-height: 200%;
    font-size: 1.1em;
    color: #949494;
}
/* Einde Content */

.gototop {
    z-index: 100;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    right: -100px;
    bottom: 15px;
    color: #E94E1B;
    font-size: 2.2em;
    opacity: .8;
    cursor: pointer;
    transition: all .3s;
}
/* Downloads */

.downloads {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
}

.downloads article {
    width: 48%;
    margin: 1%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    -moz-box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    padding: 20px;
}

.downloads article h2,
.links article h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: black;
}

.downloads article a {
    background-color: #E94E1B;
    color: white;
    font-weight: 700;
    padding: 13px 35px;
    transition: all .3s;
    white-space: nowrap;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(237, 28, 35, 0.25);
    -moz-box-shadow: 0px 0px 22px 0px rgba(237, 28, 35, 0.25);
    box-shadow: 0px 0px 22px 0px rgba(237, 28, 35, 0.25);
}

.downloads article a i {
    font-size: 1.3em;
}

.dnl2 {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.soort {
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background-color: #E94E1B;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
    color: white;
}

.downloads article>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
/* Einde Downloads */
/* Page Banner */

.page_banner {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.page_banner .pags {
    display: none;
}

.page_banner .pagm {
    display: none;
}

.page_banner img {
    width: 100%;
}

.page_banner h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.9em;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.63);
}
/* Einde Page Banner */

.select2 {
    position: relative;
    width: 50%;
    margin: 0 5px;
}
/* In beeld  */

.content-box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.album-choose {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.album-shown {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.album-choose li {
    width: 25%;
    float: left;
    border: 3px solid #e30613;
    border-left: 1.5px solid #e30613;
    border-right: 1.5px solid #e30613;
    text-align: center;
    color: #e30613;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.spinnerbox {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    height: 50px;
}

.spinner {
    display: none;
    max-height: 70px;
}

.album-choose li:first-child {
    border-left: 3px solid #e30613 !important;
}

.album-choose li:last-child {
    border-right: 3px solid #e30613 !important;
}

.active-album {
    color: white !important;
    background-color: #e30613;
}

.album-item {
    width: 31.33%;
    margin: 1%;
    opacity: 0;
    transition: all .3s;
    transform: translateY(70px);
}

.album-item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
}

.albumdetail {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.albumdetail h1 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 800px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 120%;
    font-size: 3.5em;
}

.albumdetail h2 {
    text-align: center;
    padding: 0 5px;
    display: flex;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #ffffff;
}

.albumdetail ul {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.afbeelding_header {
    width: 98%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    max-height: 400px;
    height: 100vh;
}

.afbeelding_header>img {
    width: 100%;
    cursor: zoom-in;
    transition: all .8s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.afbeelding_header:hover img {
    transform: translateY(-50%) scale(1.1);
}

.afbeelding_header div {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 35px;
}

.albumdetail ul li {
    width: 23%;
    cursor: zoom-in;
    margin: 1%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.albumdetail>a {
    font-size: 1.1em;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
}

.albumdetail ul li img {
    width: 100%;
    transition: all .8s;
}

.albumdetail ul li:hover img {
    transform: scale(1.1);
}

.album-item div {
    width: 100%;
    position: relative;
}

.album-item div img {
    width: 100%;
}

.album-item div h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, .4);
}

.album-item div h3 {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #F05A28;
    color: white;
    font-weight: 700;
    font-weight: 1.2em;
    padding: 2px 5px;
}
/* Einde inbeeld */
/* Responsive Menu */

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    background-color: #fff;
}

.ressubsub {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.ressubsub h2 {
    width: 100% !important;
    text-align: left !important;
    color: #E94E1B !important;
    margin-bottom: 5px !important;
    margin-top: 20px !important;
}

.ressubsub a {
    font-size: 1em !important;
    font-weight: 300 !important;
    padding: 5px 0 !important;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.top_res_nav {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    background-color: #E94E1B;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.closebtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.winkelmandres {
    font-size: 1.2em;
    color: #fff;
    margin-right: 20px;
}

.verlanglijstres {
    font-size: 1.2em;
    color: #fff;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 100px;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.navitem div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.navitem div>a,
.aa {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.navitem div>a i {
    font-size: 1.2em;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(-450deg);
}

.rotateImg {
    transform: rotate(0deg) !important;
}

.navitem a,
.aa {
    color: #3C3C3B;
    font-weight: 700;
    font-size: 1.3em;
}

.openNavItem {
    max-height: initial !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.navitem ul {
    list-style-type: disc;
    transition: all .5s;
    width: 100%;
}

.navitem ul>div {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    color: white;
    width: 100%;
}

.navitem ul li {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
    transition: all .3s;
}

.navitem ul a {
    font-size: 1em;
    color: #a6a6a6;
    width: 100%;
    text-align: left;
}

.rotateUl {
    transform: rotate(90deg);
}

.menubtn {
    width: 30px;
    cursor: pointer;
    display: none;
    transition: all .3s;
    margin-right: 10px;
}
/* Einde Responsive Menu */
/* Aanpak */

.aanpak_overzicht {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 10px;
}

.aanpak_overzicht article {
    width: 29.33%;
    margin: 2%;
    padding: 30px 0;
}

.aanpak_overzicht>h2 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-size: 3em;
}

.aanpak_overzicht>h3 {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 50px;
    color: #727272;
}

.aanpak_overzicht article>h2 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 150%;
    margin-bottom: 10px;
}

.aanpak_overzicht article>h3 {
    font-size: 4em;
    font-weight: 700;
    color: #E9431F;
    margin-bottom: 10px;
}

.aanpak_overzicht article div {
    line-height: 160%;
    font-size: 1em;
    color: #5e5e5e;
}
/* Einde Aanpak */
/* Waarden */

.waarden_img {
    text-align: center;
    width: 60%;
    margin: auto;
    transform: translateY(-40px);
}

.waarden_img img {
    width: 100%;
    margin: auto;
}

.waarden_img img.small {
    display: none;
}

.waarden_stappen {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.waarden_stappen article {
    width: 24%;
    margin: .5%;
    display: flex;
    border: 2px solid #F0F0F0;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;
}

.waarden_stappen article i {
    font-size: 3em;
    color: #E64B2B;
}

.waarden_stappen article h2 {
    font-size: 1.3em;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
}

.waarden_stappen article div {
    font-size: 1.1em;
    font-weight: 200;
    color: #9f9f9f;
    line-height: 150%;
    text-align: center;
}
/* Einde Waarden */
/* Content Blocks */

.content_blocks {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 50px;
}

.content_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.content_block div {
    text-align: left;
    font-size: 1.2em;
    color: #5F5F5F;
    line-height: 200%;
}

.content_block div h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
}

.content_block .fullwidth {
    width: 100%;
}

.content_block .halfwidth {
    width: 49%;
}
/* Einde Content Blocks */
/* Cijfers */

.certificaten {
    width: 100%;
    padding: 20px;
    background-color: #FCFAFE;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.certificaten>div {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.certificaten>div>h2 {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    color: #E94E1B;
    width: 100%;
    margin-bottom: 25px;
}

.certificaten article {
    width: 49%;
    margin: .5%;
    background-color: white;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.certificaten article h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #E93C1E;
    margin-bottom: 10px;
    margin-top: 10px;
}

.certificaten article h2 span {
    margin-right: 10px;
    color: black;
}

.certificaat_omschrijving {
    font-size: 1.2em;
    font-weight: 200;
    line-height: 150%;
    color: #9b9b9b;
}

.cert_icon {
    min-width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    border-radius: 400px;
    border: 2px solid #f2f2f2;
    background-color: #fff;
    margin-left: 20px;
    transition: all .5s;
}

.cert_icon:hover {
    background-color: #E93C1E;
}

.cert_icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.5em;
    color: #E93C1E;
    transform: translate(-50%, -50%);
}

.cert_icon:hover i {
    color: white;
}

.cijfers_container {
    width: 100%;
    background-color: #FCFBFE;
    padding: 50px 10px;
}

.cijfers_holder {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.quarter_num {
    width: 24%;
    margin: .5%;
    background-color: white;
    border-radius: 2px;
    border: 2px solid #F6F7F8;
    position: relative;
}

.quarter_num:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.quarter_num canvas {
    width: 100%;
}

.chart_line {
    width: 100%;
}

.quarter_num>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.cijfers_titel {
    padding-top: 50px;
}

.quarter_num h2 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #3C3C3B;
}

.quarter_num h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #A7A9AB;
    margin-bottom: 10px;
}

.half_num {
    width: 48%;
    margin: .5%;
    background-color: white;
    border-radius: 2px;
    border: 2px solid #F6F7F8;
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.half_num>div:first-child {
    width: 65%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.half_num>div:first-child img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.half_num>div:last-child {
    width: 35%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.half_num h2 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #3C3C3B;
}

.half_num h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #A7A9AB;
    margin-bottom: 10px;
}

.cijfers_zap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.cijfers_zap article {
    width: 24%;
    margin: .5%;
    background-color: white;
    border-radius: 2px;
    border: 2px solid #F6F7F8;
    position: relative;
}

.cijfers_zap h2 {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    padding-top: 40px;
    line-height: 150%;
    min-height: 150px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #3C3C3B;
}
/* Einde Cijfers */
/* Walkthrough */

.walkthrough {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 30px;
}

.walkthrough article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.walkthrough article>div {
    height: 30vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.walkthrough article>div img {
    width: 55px;
    border-radius: 200px;
    margin: 0 5px;
}

.walkthrough article>div a {
    width: 55px;
    height: 55px;
    background-color: #EB4221;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    border-radius: 200px;
    font-size: 1.1em;
}

.eenderde {
    width: 41.33%;
    margin-bottom: 3%;
    padding-right: 10px;
    color: #C0C0C0;
    font-weight: 700;
    font-size: 3em;
    line-height: 180%;
}

.eenderde strong {
    color: #515151;
}

.tweederde {
    width: 57.66%;
    margin-bottom: 3%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 15px;
}

.eentweede {
    width: 50%;
    margin-bottom: 3%;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 15px;
}

.eenvierde {
    width: 24%;
    margin-bottom: 3%;
}

#solliciteren {
    width: initial;
    background-color: transparent;
    color: white;
    border-radius: 0;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0 10px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);
}
/* Einde Walkthrough */
/* Blokken */

.blokken {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.blokken article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.blokken article img {
    width: 100%;
}

.blokken_img,
.business_blokken_img {
    width: 45%;
}

.blokken_img_missie {
    width: 30%;
}

.blokken_small {
    display: none;
}

.blokken_content {
    width: 50%;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    order: 2;
}

.business_blokken_slider {
    width: 45%;
}

.blokken_content_missie {
    width: 65%;
}

.blokken_content h3 {
    color: #E13716;
    font-size: 4.5em;
    margin-bottom: 10px;
    font-weight: 700;
}

.blokken_content h2 {
    color: #000000;
    font-size: 2em;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    max-width: 700px;
}

.blokken_content_missie h2 {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: flex-start;
}

.blokken_content h2 div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
}

.blokken_content h2 div span {
    color: #E13716;
    font-size: .7em;
}

.blokken_content h2>span {
    color: #E94E1B;
}

.blokken_content a {
    text-transform: uppercase;
    color: black;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-top: 20px;
}

.blokken_content>div {
    line-height: 175%;
    color: #4D4D4D;
    font-size: 1.1em;
}

.blokken article:nth-child(even) .blokken_img,
.blokken article:nth-child(even) .blokken_img_missie,
.blokken article:nth-child(even) .business_blokken_slider,
.blokken article:nth-child(even) .business_blokken_img_missie {
    order: 2;
}

.blokken article:nth-child(even) .blokken_content {
    order: 1;
}

.blokken_img {
    width: 45%;
}
/* Business blokken */

.business_blokken {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.pagingInfo {
    position: absolute;
    top: 42px;
    left: 1%;
    color: #fff;
    padding: 7px 20px;
    border-radius: 200px;
    font-size: 11px;
    font-weight: 200;
}

.blokken article:nth-child(even) .pagingInfo {
    left: 56%;
}

.business_blokken_img {
    width: 45%;
}

.business_blokken_slider {
    width: 45%;
}

.business_blokken .slick-dots {
    display: none !important;
}

.blokken_moreinfo {
    background-color: #F0F0F0;
    padding: 10px;
    font-size: .9em;
    letter-spacing: 1px;
    color: #353535;
    text-align: center;
}

.business_blokken .slick-arrow {
    position: absolute;
    right: 45px;
    bottom: 40px;
    z-index: 2;
    width: 25px;
    height: 25px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.596);
    color: #fff;
    border-radius: 200px;
    border: none;
}

.business_blokken .slick-arrow i {
    font-size: 12px;
}

.business_blokken .slick-prev {
    right: 75px;
}

.setmax {
    transition: transform 0.8s ease;
    position: absolute;
    right: 7px;
    bottom: 40px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.596);
    color: #fff;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.setmax i {
    color: #fff;
    font-size: 12px;
}

.setmax:hover {
    transform: scale(1.1);
}
/* Einde Business blokken */
/* Einde Blokken */
/* Instagram */

.instagram_feed {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    padding-top: 30px;
    background-color: white;
    margin-top: 30px;
}

.instagram_feed .instagram_post {
    width: 24%;
    margin-right: 1.33%;
    position: relative;
}

.instagram_feed .instagram_post:nth-child(4n) {
    margin-right: 0;
}

.instagram_feed .instagram_post img {
    width: 100%;
}

.instagram_feed .instagram_post video {
    width: 100%;
}

.instagram_feed .instagram_post .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 3em;
    transition: all .3s;
}

.instagram_feed .instagram_post:hover .overlay {
    opacity: 1;
}
/* Einde Instagram */
/* Footer */

footer {
    background-image: url(/images/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.inner_footer {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1500px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 50px 10px;
}

.logoFooter{
    height: 66px;
}

.inner_footer>div {
    width: 75%;
    min-width: 900px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.inner_footer>div div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.inner_footer>div div h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #E94E1B;
    margin-bottom: 10px;
}

.inner_footer>div div a {
    color: #3C3C3B;
    padding: 10px 0;
}

.footer_overlay {
    background-color: #ffffff;
    opacity: .89;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.social_media {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 10px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.social_media a {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    background-color: #646464;
    color: #fff;
    font-size: 1.2em;
    margin: 0 10px;
}

.social_media>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.social_media>article {
    width: 100%;
    height: 3px;
    margin: 0 20px;
    background-color: #878787;
}

.social_media>div div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.disclaimer {
    background-color: #646464;
    padding: 10px;
    font-size: .9em;
}

.disclaimer>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    color: #D9D9D9;
}

.disclaimer>div span {
    margin: 0 15px;
    color: #4B4B4B;
}

.disclaimer div a {
    color: #D9D9D9;
}
/* Einde Footer */
/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
    z-index:5;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #3e3e3e;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 15px;
}

.plenso_cookies>div a {
    color: #3e3e3e;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #e94e1b;
    color: white;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies>a:hover {
    transform: scale(1.1);
}
/* Einde cookiemelding */
/* Page Header */

.page_header {
    width: 100%;
    max-width: 1000px;
    padding: 50px 10px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

.page_header h1 {
    text-align: center;
    color: #000;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 150%;
    width: 100%;
}

.page_header h2 {
    font-size: 1.4em;
    line-height: 150%;
    font-weight: 700;
    color: #E94E1B;
    text-align: center;
    letter-spacing: 2px;
}

.page_header div {
    text-align: center;
    font-size: 1.2em;
    color: #5F5F5F;
    line-height: 200%;
    width: 100%;
}

.page_header div strong {
    color: #3C3C3B;
}

.page_header div em {
    font-style: italic;
}
/* Einde Page Header */
/* Home Slider */

.home_slider {
    width: 100%;
    position: relative;
}

.medimage,
.smaimage {
    display: none !important;
}

.home_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 1.4em;
    color: #fff;
    display: flex;
    background-color: transparent;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, .6);
}

.home_slider .slick-next {
    right: 10px;
    left: initial;
}

.home_slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.home_slider .slick-dots .slick-active {
    background-color: #E94E1B;
    border: #E94E1B 2px solid;
}

.home_slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 200px;
    border: #d9d9d9 2px solid;
}

.home_slider .slick-dots li button {
    display: none;
}

.home_slider article {
    position: relative;
}

.home_slider article img {
    position: relative;
    z-index: 0;
    width: 100%;
}

.home_slider article>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    max-width: 1600px;
    padding: 10px;
    padding-bottom: 50px;
}

.home_slider article h2 {
    color: white;
    font-weight: 700;
    font-size: 3.7em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    max-width: 1000px;
    line-height: 140%;
    margin-bottom: 20px;
}

.home_slider article h3 {
    font-size: 1.4em;
    font-weight: 700;
    color: white;
    line-height: 140%;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.95);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid white;
    width: 100%;
    max-width: 800px;
}

.home_slider article a {
    background-color: #E94E1B;
    border: 3px solid #E94E1B;
    color: white;
    font-weight: 700;
    padding: 15px 30px;
    transition: all .3s;
}

.home_slider article a i {
    margin-left: 10px;
}

.home_slider article a:hover {
    color: #E94E1B;
    background-color: transparent;
}
/* Einde Home Slider */
/* Home Untis */

.home_units {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 10px;
}

.home_units_left {
    width: 55%;
    position: relative;
}

.home_units_left #mainimg {
    width: 100%;
}

.home_units_left .triangle {
    position: absolute;
    left: 10px;
    bottom: 0;
    display: none;
    width: 40px;
}

.home_units_right {
    width: 45%;
    padding-left: 30px;
}

.home_units_switch {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.home_units_switch div {
    cursor: pointer;
    margin: 5px 0;
    padding: 12px 12px;
    min-width: 100px;
    font-weight: 700;
    background-color: white;
}

.home_units_switch .active {
    color: #E94E1B !important;
}

.home_units_right>div {
    height: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.home_units_right div div {
    font-size: 2.5em;
    font-weight: 700;
    color: #B5B5B5;
    line-height: 180%;
}

.home_units_right div a {
    background-color: #E94E1B;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 1.3em;
}

.home_units_right div p {
    width: 100%;
}

.home_units_right div strong {
    font-weight: 700;
    color: #3C3C3B;
}
/* Einde Home Units*/
/* Power Titel */

.power_titel_holder {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding: 80px 20px;
}

.power_titel {
    font-size: 3em;
    font-weight: 700;
    color: #B5B5B5;
    line-height: 130%;
}

.power_titel strong {
    font-weight: 700;
    color: #3C3C3B;
}
/* Einde Power Titel */
/* Tekst Blokken */

.tekst_blokken {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
    margin: 30px auto;
}

.tekst_blokken article {
    width: 45%;
    margin: 25px 0;
}

.tekst_blokken article h2 {
    width: 100%;
    text-align: left;
    font-size: 2.2em;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.tekst_blokken article h2 img {
    width: 30px;
    margin-right: 20px;
}

.tekst_blokken article div {
    line-height: 250%;
    font-size: 1.1em;
    color: #5F5F5F;
    padding-left: 15px;
}

.tekst_blokken article div a {
    font-weight: 700;
    color: #353535;
}
/* Einde Tekst Blokken */
/* Referenties */

.referenties_slider {
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.referenties_slider article {
    padding: 20px;
}

.hiddenarticles {
    opacity: 0;
    transition: all 1s;
    transform: translateY(70px);
}

.referenties_slider article>div {
    position: relative;
}

.referenties_slider article>div a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.referenties_slider_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, .67);
}

.referenties_slider article img {
    position: relative;
    z-index: 0;
    width: 100%;
}

.referenties_slider .slick-current .referenties_slider_overlay {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
}

.referentie_slider_fotos {
    position: absolute;
    z-index: 4;
    right: 10px;
    top: 10px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 200px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #000;
    font-size: 1.2em;
    cursor: pointer;
    transition: all .3s;
}

.referentie_slider_fotos:hover {
    font-size: 1.4em;
}

.referentie_slider_content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: 2;
}

.referentie_slider_content>div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.referentie_slider_content h2 {
    font-weight: 700;
    font-size: 1.5em;
    color: white;
}

.referentie_slider_content h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 10px;
}

.referentie_slider_content h4 {
    color: white;
    font-size: 1.1em;
    font-weight: 700;
}

.referenties_slider .slick-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 200px;
    width: 50px;
    height: 50px;
    z-index: 3;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    border: none;
}

.referenties_slider .slick-next {
    right: 20px;
    left: initial;
}

.referenties_overzicht {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
}

.referenties_overzicht article {
    width: 33.33%;
    padding: 15px;
}

.reference {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px !important;
}

.referenties_overzicht article>div {
    width: 100%;
    position: relative;
    transition: .3s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.referenties_overzicht article>div:hover {
    transform: scale(1.05);
}

.referenties_overzicht article img {
    width: 100%;
}

.referenties_overzicht article a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.referentie_overzicht_content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.referentie_overzicht_content i {
    font-size: 1.2em;
}

.referentie_overzicht_content h2 {
    color: #000;
    font-weight: 700;
    font-size: 1.4em;
}

.referentie_overzicht_content h3 {
    color: #676767;
    font-weight: 700;
    font-size: .9em;
    margin-bottom: 2px;
}

.referenties_filter {
    width: 100%;
    max-width: 1400px;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.referenties_filter select {
    width: 33.33%;
    margin: 5px;
    background-color: #f6f6f6;
    padding: 15px;
    height: 50px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #333332;
    font-size: .9em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/images/select.png);
}

.referentie_size_switch {
    height: 50px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 10px;
}

.referentie_size_switch>div {
    height: 100%;
    min-width: 50px;
    margin: 5px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #a2a2a2;
    cursor: pointer;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.referentie_size_switch>div img {
    width: 20px;
    filter: grayscale(100%);
}

.referentie_size_switch .active img {
    filter: grayscale(0);
}

.referentie_size_switch .active {
    color: #E94E1B;
}

.realisatie_detail_page {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.realisatie_detail_page article {
    width: 100%;
}

.realisatie_map,
.realisatie_video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.realisatie_video>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.realisatie_video iframe {
    height: 100%;
    width: 65%;
}

.realisatie_video>div h2 {
    font-size: .9em;
    padding: 8px 15px;
    background-color: #EB4320;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
    border-radius: 200px;
}

.realisatie_video>div h1 {
    font-size: 2.5em;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.83);
}

.realisatie_video>div>div {
    height: 100%;
    width: 35%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 15px;
    border-right: 10px solid white;
}

#realisatie_map {
    width: 100%;
    height: 100%;
}

.realisatie_detail_content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 100px;
}

.realisatie_detail_page>img {
    width: 100%;
}

.respimage {
    display: none;
}

.realisatie_detail_content h1 {
    font-size: 2.9em;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.83);
}

.realisatie_detail_content h2 {
    font-size: .9em;
    padding: 8px 15px;
    background-color: #EB4320;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
    border-radius: 200px;
}

.realisatie_detail_content h2 i {
    margin-right: 5px;
}

.realisatie_controls {
    max-width: 1400px;
    width: 100%;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border: 2px solid #EFEFEF;
    padding: 10px 0;
}

.realisatie_controls .control a {
    font-weight: 700;
    color: #000000;
    margin: 10px 0;
    padding: 0 25px;
    border-right: 2px solid #EFEFEF;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}

.realisatie_controls .control .active {
    color: #EB4320 !important;
}

.realisatie_controls .control a:hover {
    transform: scale(1.1);
}

.realisatie_controls a i {
    margin-right: 15px;
    font-size: 1.3em;
}

.realisatie_controls .control {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.realisatie_controls .control a:last-child {
    border-right: none;
}

.realisatie_controls .social a {
    font-size: 1.1em;
    color: black;
    margin: 0 10px;
    cursor: pointer;
}

.realisatie_content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.realisatie_content>div {
    width: 100%;
}

.realisatie_content aside {
    width: 450px;
    border: 2px solid #EFEFEF;
    padding: 20px;
    margin-left: 50px;
}

.realisatie_content aside h2 {
    font-size: 1.4em;
    color: #EB4320;
    font-weight: 700;
    margin-bottom: 10px;
}

.realisatie_content aside p {
    color: #777777;
    line-height: 180%;
    font-size: 1.1em;
}

.realisatie_content aside>div:not(:last-of-type) {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px dashed #EFEFEF;
}

.realisatie_content .breadcrum {
    font-weight: 700;
    color: #E1E1E1;
    font-size: .8em;
    padding-bottom: 15px;
}

.realisatie_content .breadcrum a {
    color: #E1E1E1;
}

.realisatie_tekst {
    line-height: 200%;
    font-size: 1.2em;
    color: #777777;
}

.realisatie_images {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 15px 0;
    flex-wrap: wrap;
}

.realisatie_images article {
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}

.realisatie_images article div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 2em;
    color: white;
    transition: all .3s;
    opacity: 0;
    cursor: pointer;
}

.realisatie_images article:hover div {
    opacity: 1;
}

.realisatie_images article img {
    width: 100%;
}

.pswp__bg {
    background-color: white !important;
}

.pswp__top-bar,
.pswp__caption {
    background-color: white !important;
}

.pswp__top-bar *,
.pswp__caption * {
    color: white !important;
    background-color: black !important;
}

.andere_realisaties {
    width: 100%;
    padding: 80px 10px;
    margin-bottom: 50px;
    background-color: #EFEFEF;
}

.andere_realisaties>div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.andere_realisaties>div>h2 {
    font-weight: 700;
    font-size: 1.5em;
    color: #262626;
    width: 100%;
    margin-bottom: 20px;
}

.andere_realisaties>div article {
    width: 31.83%;
    margin-right: 2%;
    position: relative;
    transition: all .3s;
}

.andere_realisaties>div article:hover {
    transform: scale(1.05);
}

.andere_realisaties>div article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.andere_realisaties>div article img {
    width: 100%;
}

.andere_realisaties>div article:last-of-type {
    margin-right: 0;
}

.andere_realisaties .referentie_overzicht_content {
    background-color: white;
}

.spinnerbox {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
}

.spinnerbox img {
    width: 100px;
}

.noprods {
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
}

.werffotos {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.werffotos article {
    width: 100%;
    padding: 30px 0;
}

.werffotos article h2 {
    font-size: 1.8em;
    font-weight: 700;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.werffotos article div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.werffotos article div img {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.werfvideo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 56.25%;
    position: relative;
}

.werfvideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
/* Einde Referenties */
/* Garanties */

.garanties {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border: 2px solid #F2F2F2;
}

.garanties h2 {
    color: #000;
    font-size: 3em;
    max-width: 600px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.garanties h3 {
    font-weight: 700;
    font-size: 2.3em;
    line-height: 150%;
    color: #d8d8d8;
    padding: 10px 0;
}

.garanties h3 i {
    font-size: 1.2em;
    margin-right: 10px;
    color: #F1A78F;
}

.garanties>div {
    width: 50%;
}

.garanties>div div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.garanties>div div a:first-of-type {
    border: 2px solid #E94E1B;
    color: #E94E1B;
    text-align: center;
    padding: 15px 35px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    margin-right: 15px;
    min-width: 250px;
}

.garanties>div div a:last-of-type {
    background-color: #E94E1B;
    border: 2px solid #E94E1B;
    color: #fff;
    padding: 15px 35px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    min-width: 250px;
}

.garanties>div:first-child {
    padding: 50px;
}

.garanties_image {
    background-position: center;
    background-size: cover;
}

.garantie_pagina {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.garantie_detail_left {
    width: 50%;
}

.garantie_detail_left h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
}

.garantie_detail_garanties {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.garantie_detail_garanties div {
    width: 100%;
    line-height: 200%;
    font-size: 1.4em;
    font-weight: 700;
    color: #9f9f9f;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.garantie_detail_garanties div i {
    font-size: 1.2em;
    color: #E94E1B;
    margin-right: 15px;
}

.garantie_detail_right {
    width: 50%;
}

.garantie_detail_right img {
    width: 100%;
}

.andere_garanties {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px;
}

.andere_garanties h2 {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    color: #E94E1B;
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
    border-top: #f7f7f7 4px solid;
}

.andere_garanties article {
    padding: 10px 0;
}

.andere_garanties article h3 {
    padding: 20px;
    background-color: #f7f7f7;
    font-weight: 700;
    font-size: 2.2em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}

.andere_garanties article .rotate i {
    transform: rotate(90deg);
}

.andere_garanties article .garantie_detail_garanties {
    display: none;
    margin-top: 20px;
}
/* Einde Garanties */
/* Jouw Team */

.team_images_content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.team_images_content article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.team_images_content article img {
    filter: grayscale(100%);
}
/* Einde Jouw Team */
/* Contact */

#dasmap,
#dasmap1 {
    width: 100%;
    height: 500px;
}

.team {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.teambutton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    margin-top: -20px;
}

.teambutton a {
    color: #E94E1B;
    font-weight: 700;
    padding: 10px 20px;
    transition: all .3s;
    border: 2px solid #E94E1B;
}

.teambutton a:hover {
    background-color: #E94E1B;
    color: white;
}

.team article {
    width: 18%;
    margin: 1%;
    padding: 10px;
    background-color: white;
}

.team article img {
    width: 100%;
    margin-bottom: 10px;
}

.team article h2 {
    width: 100%;
    font-size: .9em;
    text-align: center;
    background-color: white;
    padding: 5px;
}

.radio_container {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
}

.radio_container input {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.radio_container input:checked+.radio_checker {
    background-color: #94C11E;
    color: white;
}

.radio_container input:checked+.radio_checker i {
    display: block;
}

.radio_checker:hover {
    background-color: #94C11E;
    color: white;
}

.radio_checker {
    cursor: pointer;
    transition: all .3s;
    padding: 15px 30px;
    border-radius: 200px;
    font-size: .8em;
    font-weight: 700;
    background-color: #e4e4e4;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.form_changer {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.radio_checker i {
    display: none;
    margin-right: 10px;
}

.contact_info {
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    padding: 60px 10px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    flex-wrap: wrap;
    transform: translateY(-50%);
    max-width: 1600px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.contact_info h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #E13716;
}

.contact_info p {
    color: #4B4B4B;
    font-size: .9em;
    margin-top: 15px;
}

.contact_info a {
    padding-left: 30px;
    position: relative;
}

.contact_info a {
    color: #4B4B4B;
}

.contact_info a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact_content {
    width: 100%;
    padding-bottom: 60px;
}

.contact {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    min-height: 100px;
    flex-wrap: wrap;
    margin-top: -50px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.gegevens {
    width: 28%;
    margin-left: 2%;
    background-color: white;
}

.gegevens img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.gegevens>div {
    padding: 25px;
}

.gegevens div h2 {
    color: #98272B;
    font-size: 1.3em;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.gegevens div div {
    font-size: .85em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    color: #4B4B4B;
    line-height: 200%;
}

.gegevens div div p {
    width: inherit;
}

.contact_form_holder {
    width: 100%;
    padding: 35px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_form_holder div {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.contact_form_holder div>img {
    width: 28.8%;
    margin-left: 2.2%;
}

.contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 69%;
}

.hideField {
    display: block;
}

.complaint_form {
    display: none;
}

#NaamInput {
    width: 48%;
}

#EmailInput {
    width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #F4F4F4;
    padding: 10px 10px;
    color: #A8A8A8;
    margin-bottom: 20px;
    font-family: 'Poppins', serif;
}

.contact_form textarea {
    width: 100%;
    border: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 10px 10px;
    color: #A8A8A8;
    margin-bottom: 20px;
    height: 300px;
    font-family: 'Poppins', serif;
}

.contact_form input[type=submit] {
    padding: 10px 40px;
    background-color: transparent;
    border: 2px solid #E13716;
    font-weight: 700;
    color: #E13716;
    font-size: 1.1em;
    transition: all .3s;
    font-family: 'Poppins', serif;
}

.contact_form input[type=submit]:disabled,
.complaint_form input[type=submit]:disabled {
    opacity: 1;
}

.contact_form input[type=submit]:disabled:hover,
.complaint_form input[type=submit]:disabled:hover {
    background-color: transparent;
    color: #E13716;
}

.contact_form input[type=submit]:hover,
.complaint_form input[type=submit]:hover {
    background-color: #E13716;
    color: #fff;
}

#VoornaamCnt,
#NaamCnt {
    width: 49%;
    margin-bottom: 2%;
}

#EmailCnt {
    width: 100%;
    margin-bottom: 2%;
}

#StraatCnt,
#GemeenteCnt {
    width: 69%;
    margin-bottom: 2%;
}

#BusCnt,
#PostcodeCnt {
    width: 29%;
    margin-bottom: 2%;
}
/* Einde Contact */
/* Business Units */

.business_u {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.business_u .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business_u .slick-dots  li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 10px;
    background-color: #EFEFEF;
}

.business_u .slick-dots  li.slick-active {
    background-color: #252525;
}

.business_u .slick-dots  li button {
    display: none;
}

.business_u article {
    padding: calc(1% * 5);
    position: relative;
}

.business_u article > div {
    position: relative;
}

.business_u article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
}

.business_u article img {
    width: 100%;
}


.business_u article h2 {
    font-size: 23px;
    color: #252525;
    font-weight: 700;
    text-align: left;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
}

.business_u article h3 {
    font-size: 26px;
    text-align: left;
    font-weight: 200;
    color: #fff !important;
    line-height: 150%;
    position: absolute;
    left: 10px;
    bottom: 21px;
    right: 70px;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.6);


}

.business_u article button {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    background-color: #F05A28;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
}

.business_units_header {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.business_units_header img {
    width: 100%;
}

.business_units_header h1 {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 3.1em;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.63);
}
/* Einde Business Units */
/* Home Business Units */

.home_bu {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.unit_switch {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
}

.unit_switch div {
    cursor: pointer;
    margin: 5px 0;
    padding: 12px 12px;
    min-width: 100px;
    font-weight: 700;
    background-color: white;
}

.unit_switch .active {
    color: #E94E1B !important;
}

.home_bu_slider {
    width: 100%;
    z-index: 1;
}

.home_bu article {
    position: relative;
}

.home_bu article>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_bu .home_bu_left {
    width: 55%;
    position: relative;
}

.home_bu .home_bu_left img {
    width: 100%;
}

.home_bu .home_bu_right {
    width: 45%;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.home_bu .home_bu_right>div {
    font-size: 2.5em;
    font-weight: 700;
    color: #B5B5B5;
    line-height: 180%;
    width: 100%;
}

.home_bu .home_bu_right>div strong {
    font-weight: 700;
    color: #3C3C3B;
}

.home_bu .home_bu_right button {
    background-color: #E94E1B;
    border: none;
    font-family: "Poppins", sans-serif;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 1.1em;
}

.home_bu a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}
/* Einde Home Business Units */
/* Doelgroep */

.doelgroep_blokken {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.doelgroep_blokken_timeline {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-radius: 200px;
    background-color: #E93C1E;
    width: 6px;
    height: 100%;
    transform: translateX(-50%);
}

.doelgroep_blokken article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 20px 0;
}

.doelgroep_rounder {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background-color: #fff;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 8px #E93C1E solid;
    border-top-color: #b7b7b7;
}

.doelgroep_image {
    width: 45%;
    order: 1;
}

.doelgroep_image img {
    width: 100%;
}

.doelgroep_tekst {
    width: 45%;
    order: 2;
}

.doelgroep_blokken article:nth-child(even) .doelgroep_image {
    order: 3 !important;
}

.doelgroep_tekst h2 {
    color: #000;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

.doelgroep_tekst h2 span {
    color: #E93C1E;
}

.doelgroep_tekst>div {
    font-size: 1.2em;
    color: #5F5F5F;
    line-height: 200%;
}

.doelgroep_tekst a {
    border-bottom: 2px solid black;
    padding: 10px 0;
    font-weight: 700;
    color: black;
    display: inline-block;
    margin-top: 20px;
    font-size: 1.2em;
}

.doelgroep_overzicht {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    margin-bottom: 10px;
}

.bumstitel {
    width: 100%;
    font-weight: 700;
    line-height: 180%;
    text-align: center;
    font-size: 1.5em;
}

.doelgroep_overzicht article {
    padding: 20px;
    transition: all 1s;
}

.doelgroep_overzicht article:hover {
    transform: scale(1.05);
}

.doelgroep_overzicht article>div {
    width: 100%;
    position: relative;
}

.doelgroep_overzicht article>div>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.doelgroep_overzicht article img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.09);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.09);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.09);
}

.doelgroep_overzicht_content {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding: 25px 15px;
    border: 2px solid #EFEFEF;
    z-index: 3;
    position: relative;
}

.doelgroep_overzicht_content h2 {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.doelgroep_overzicht_content div {
    color: #888888;
    line-height: 180%;
    width: 100%;
    font-size: 1.1em;
}

.doelgroep_overzicht_content a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.subtitel {
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-weight: 700;
    color: #353535;
}

.doelgroep_overzicht_content button {
    color: #878787;
    margin-top: 15px;
    font-weight: 700;
    text-align: right;
    border: none;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
}

.doelgroep_overzicht_content button:hover i {
    margin-left: 20px;
}

.doelgroep_overzicht_content button i {
    font-size: 1em;
    margin-left: 10px;
    transition: all .3s;
}

.doelgroep_overzicht .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.doelgroep_overzicht .slick-dots li {
    margin: 3px;
    width: 10px;
    height: 10px;
    background-color: #efefef;
    border-radius: 100px;
}

.doelgroep_overzicht .slick-dots li button {
    display: none;
}

.doelgroep_overzicht .slick-dots .slick-active {
    background-color: #353535 !important;
}

.doelgroep_garanties {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    padding: 0 20px;
}

.doelgroep_garanties a {
    padding: 10px 25px;
    background-color: #EA4520;
    color: white;
    font-weight: 700;
    border: 2px solid #EA4520;
    transition: all .3s;
}

.doelgroep_garanties a:hover {
    background-color: transparent;
    color: #EA4520;
}
/* Einde Doelgroep */
/* Raster */

.raster {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 10px;
}

.rater_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.raster_item {
    overflow: hidden;
    margin: .25%;
    position: relative;
}

.raster_item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.raster_item:hover img {
    transform: scale(1.1);
}

.raster_item img {
    transition: all 1s;
    width: 100%;
}

.raster_item h2 {
    position: absolute;
    bottom: 20px;
    left: 15px;
    padding: 10px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: left;
    line-height: 125%;
    color: #fff;
    line-height: 150%;
    font-size: 1.2em;
    z-index: 2;
}

.small_rasters {
    margin: .25%;
    width: 32.58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.small_rasters .raster_item {
    width: 100%;
    margin: 0 !important;
}

.raster_big {
    width: 65.66%;
}

.raster_small {
    width: 32.58%;
}

.raster_item:hover .raster_overlay {
    background-color: rgba(0, 0, 0, .0);
}

.raster_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1s;
    background-color: rgba(0, 0, 0, .0);
}
/* Einde Raster */
/* Vacature Overzicht */

.vacature_overzicht {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
}

.vacature_overzicht>h2 {
    width: 100%;
    font-weight: 700;
    font-size: 1.5em;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
}

.vacature_overzicht>a {
    display: block;
    padding: 10px 0;
    color: #E94E1B;
    font-weight: 700;
    margin: 0 auto;
    border-bottom: 2px solid #E94E1B;
    margin-bottom: 50px;
    transition: all .3s;
}

.vacature_overzicht>a:hover {
    background-color: transparent;
    color: #E94E1B;
}

.vacature_overzicht article {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 1%;
    border: 2px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.vacature_overzicht article>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.vacature_overzicht article:nth-child(odd) {
    margin-left: 1%;
    margin-right: 0;
}

.vacature_overzicht article img {
    width: 55%;
}

.vacature_overzicht article>div {
    padding: 15px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 45%;
}

.vacature_overzicht article h3 {
    color: #E13716;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 10px;
}

.vacature_overzicht article h2 {
    color: #4D4D4D;
    line-height: 140%;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 25px;
}

.vacature_overzicht article h4 {
    font-size: .9em;
    color: #A3A3A3;
}

.vacature_overzicht article h4 i {
    margin-right: 5px;
}

.vacature_overzicht article div a {
    background-color: #E94E1B;
    font-weight: 700;
    color: white;
    padding: 10px 30px;
    margin-top: 20px;
    font-size: 1em;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    transition: all .3s;
    border: 2px solid #E94E1B;
}

.vacature_overzicht article div a:hover {
    background-color: transparent;
    color: #E94E1B;
}
/* Einde Vacature Overzicht */
/* Vacature Pagina */

.ak_videocall {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.ak_videocall img {
    width: 100%;
}

.ak_videocall div {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}

.ak_videocall div h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 120%;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.22);
}

.ak_videocall div a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 25px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    background-color: #E93C1E;
}

.jobs_kind {
    width: 100%;
    max-width: 1400px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.special_kind {
    width: 100%;
    background-color: white;
    border: 2px solid #f2f2f2;
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.special_kind>div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    position: relative;
}

.special_kind>div:first-of-type {
    width: 70%;
}

.special_kind>div:last-of-type {
    width: 30%;
}

.special_kind aside {
    width: 100px;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(50%) skew(-10deg, 0);
}

.special_kind_content {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding: 40px 40px;
    padding-left: 10px;
}

.special_kind_content h2 {
    font-size: 2.5em;
    font-weight: 700;
}

.special_kind_content>div {
    margin: 20px 0;
    color: #888888;
    line-height: 190%;
    width: 100%;
    font-size: 1.1em;
    position: relative;
    text-align: right;
}

.special_kind img {
    width: 100%;
}

.special_kind .kind_showlink {
    font-weight: 700;
    padding: 10px 50px;
    display: inline-block;
    color: #E94E1B;
    border: 2px solid #E94E1B;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all .3s;
}

.special_kind .kind_showlink:hover {
    background-color: #E94E1B;
    color: #fff;
}

.special_kind .kind_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.jobs_kind article {
    width: 31%;
    position: relative;
    padding-bottom: 50px;
    border: 2px solid #f2f2f2;
}

.jobs_kind article img {
    width: 100%;
}

.spontaan_stamp {
    position: absolute;
    right: 10px;
    top: 25px;
    transform: rotate(8deg);
    width: 150px !important;
    z-index: 2;
}

.jobs_img {
    width: 100%;
    position: relative;
}

.jobs_kind article h2 {
    font-weight: 700;
    font-size: 2.7em;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    bottom: 0;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.63);
}

.jobs_tekst {
    color: #888888;
    line-height: 150%;
    width: 100%;
    text-align: center;
    padding: 20px 20px;
    padding-bottom: 0;
}

.jobs_kind article .kind_showlink {
    width: 80%;
    font-weight: 700;
    color: #000;
    padding: 10px;
    display: inline-block;
    border: 2px solid #f2f2f2;
    background-color: #ffffff;
    transition: all .3s;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.jobs_kind article .kind_showlink:hover {
    background-color: #E94E1B;
    color: #fff;
}

.jobs_kind article .kind_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.aanwerving {
    width: 100%;
    max-width: 1400px;
    border: 2px solid #f2f2f2;
    padding: 30px;
    margin: 10px auto;
    position: relative;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aanwerving h2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    font-size: 1.6em;
    font-weight: 700;
    background-color: white;
    padding: 10px 30px;
    color: #E94E1B;
    white-space: nowrap;
}

.aanwerving>div {
    line-height: 180%;
    color: #7c7c7c;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
}

.aanwerving a {
    display: inline-block;
    padding: 10px 30px;
    color: white;
    background-color: #E94E1B;
    font-weight: 700;
    margin-top: 15px;
}

.francis {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #f2f8ff;
    height: 350px;
    position: relative;
    margin-top: 150px;
    margin-bottom: 30px;
}

.francis>div {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.person_slider_holder {
    position: relative;
    width: 100%;
}

.person_slider {
    width: 100%;
}

.person_slider_holder {
    position: absolute;
    bottom: 0;
    width: 450px;
}

.person_slider .slick-arrow {
    position: absolute;
    top: 50%;
    color: #d9d9d9;
    left: 10px;
    font-size: 3.4em;
    border: none;
    z-index: 2;
    background-color: transparent;
}

.person_slider .slick-next {
    right: 10px;
    left: initial;
}

.francis article {
    margin-left: 500px;
    width: 100%;
}

.francis article h2 {
    font-weight: 700;
    font-size: 1.7em;
    margin-bottom: 10px;
}

.francis article div {
    line-height: 200%;
    color: #848484;
    font-size: 1.2em;
}

.troeven_banner {
    padding: 30px 10px;
    width: 100%;
}

.troeven_banner>h2 {
    width: 100%;
    font-weight: 700;
    font-size: 1.5em;
    padding: 25px;
    padding-top: 0;
    text-align: center;
}

.troeven_inner_banner {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.troeven_inner_banner div {
    width: 24%;
    margin: 0 .5%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 25px;
    border: 2px solid #EFEFEF;
}

.troeven_inner_banner div i {
    font-size: 4.5em;
    color: #E13716;
    margin-bottom: 10px;
}

.troeven_inner_banner div h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.troeven_inner_banner div p {
    text-align: center;
    line-height: 150%;
    color: #929292;
    font-size: 1em;
}

.vacature_pagina {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 10px;
}

.vacature_pagina>div {
    width: 100%;
}

.vacature_pagina>div>img {
    width: 100%;
}

.vacature_pagina>div>h2 {
    width: 100%;
    color: #E94E1B;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vacature_pagina>div>h1 {
    width: 100%;
    color: #000000;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.vacature_pagina>div>h1 article {
    font-size: .6em;
}

.vacature_pagina>div>h1 article a {
    margin: 0 10px;
    color: #000;
}

.vacature_pagina>div div {
    line-height: 180%;
    color: #8A8A8A;
    font-size: 1.1em;
}

.vacature_pagina>div div strong {
    font-size: 1em;
    color: #3C3C3B !important;
    font-weight: 700;
    padding-bottom: 15px;
}

.vacature_pagina aside {
    max-width: 450px;
    width: 100%;
    margin-left: 50px;
}

.vacature_pagina aside form {
    border: 2px solid #F2F2F2;
    padding: 35px 30px;
}

.vacature_form input[type=text],
.vacature_form input[type=email],
.vacature_form select {
    width: 100%;
    border: none;
    background-color: #F8F8F8;
    padding: 12px;
    color: #353535;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.vacature_form select {
    background-image: url(/images/select.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.vacature_form input[type=submit] {
    width: 100%;
    background-color: #EB4221;
    color: white;
    font-weight: 700;
    margin-top: 10px;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    border: none;
    padding: 15px;
}

.vacature_form>h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #E94E1B;
    margin-bottom: 15px;
}

.vacature_form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.vacature_form .inputfile+label {
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #353535;
    background-color: #F8F8F8;
    width: 100%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.vacature_form .inputfile:focus+label,
.vacature_form .inputfile+label:hover {
    background-color: #e8e8e8;
}

.vacature_form .inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
}

.vacature_form .inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.vacature_form .inputfile+label * {
    pointer-events: none;
}

.vacature_ak {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.vacature_ak div {
    position: relative;
}

.vacature_ak a {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.vacature_ak div>div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#21000000', GradientType=0);
}

.vacature_ak .mainimage {
    width: 100%;
}

.vacature_ak .triangle {
    position: absolute;
    left: 10px;
    width: 25px;
    bottom: 0;
    z-index: 2;
}

.vacature_ak {
    width: 100%;
}

.vacature_ak h3 {
    font-size: 1.2em;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 700;
    color: #E94E1B;
}

.vacature_ak h2 {
    font-size: 1.4em;
    font-weight: 700;
    padding-left: 20px;
    color: #3C3C3B;
    margin-top: 5px;
}
/* Einde Vacature Pagina */
/* Academy */
/* Academy */

.academy_filters {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}

.academy_filters select {
    width: 49.5%;
    padding: 10px;
    background-color: #fff;
    color: #353535;
    background-image: url(/images/select.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Poppins", sans-serif;
    border: #F3F3F3 2px solid;
    font-weight: 700;
}

.academy_events {
    background-color: #fafafa;
    padding: 50px 10px;
    padding-bottom: 20px;
}

.academy_events>h2 {
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 15px;
}

.kalender_titel {
    text-align: center;
    font-size: 1.1em;
    color: #5F5F5F;
    line-height: 200%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.events {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.bigdate {
    display: none;
    padding: 15px;
    min-width: 145px;
    position: relative;
    background-color: #E94E1B;
}

.smalldate {
    background-color: #E94E1B;
    padding: 15px;
    height: 100%;
    min-width: 145px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.bigdate div {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bigdate aside {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 102px;
    height: 102px;
    background-color: #E94E1B;
    transform: translate(-50%, 50%) rotate(45deg);
}

.events article {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background-color: white;
    padding-left: 160px;
    margin-bottom: 20px;
}

.events article h2 {
    font-weight: 700;
    font-size: 1.4em;
}

.kalender_item_date {
    width: 140px;
    text-align: center;
    font-size: 1.1em;
    color: white;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.kalender_controls {
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

.kalender_controls a {
    padding-right: 10px;
}

.kalender_controls a i {
    margin-right: 5px;
}

.kalender_controls>div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.kalender_control {
    padding: 0px 15px;
    border-right: 2px solid #d8d8d8;
    font-weight: 700;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.kalender_control:last-of-type {
    border-right: none;
}

.kalender_control i {
    margin-right: 10px;
}

.kalender_item_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kalender_tekst {
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
    color: #6b6b6b;
    line-height: 200%;
    display: none;
}

.kalender_tekst>p {
    margin-bottom: 10px;
}

.kalender_tekst a {
    font-weight: 700;
    color: #E94E1B;
}

.kalender_link {
    display: inline-block;
}

.rotateIcon {
    transform: rotate(90deg);
}

.titelandinfo {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.kalender_moreinfo {
    min-height: 100%;
    padding: 5px 0;
    color: #E94E1B;
    background-color: transparent;
    font-weight: 700;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1em;
    transition: all .3s;
    cursor: pointer;
}

.kalender_moreinfo i {
    font-size: 1.8em;
    transition: all .3s;
    margin-left: 10px;
}

.kalender_form {
    width: 100%;
    display: none;
}

.kalender_inschrijving {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    border: 2px solid #f2f2f2;
    margin-top: 15px;
}

.kalender_inschrijving>h2 {
    width: 100%;
    margin-bottom: 10px;
}

.kalender_inschrijving input[type=text],
.kalender_inschrijving input[type=email] {
    width: 49%;
    border: none;
    background-color: #f2f2f2;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.kalender_inschrijving input[type=email] {
    width: 100%;
}

.inschrijving_button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.kalender_inschrijving input[type=submit] {
    border: none;
    background-color: #E64B2B;
    color: #fff;
    font-weight: 400;
    padding: 10px 35px;
    margin-bottom: 10px;
    border-radius: 200px;
    font-family: 'Poppins', sans-serif;
}

.inschrijving_bevestiging {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 50px;
}

.inschrijving_bevestiging div {
    width: 55%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.inschrijving_bevestiging div i {
    font-size: 3.5em;
    color: #E64B2B;
}

.inschrijving_bevestiging div h1 {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.inschrijving_bevestiging div h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #353535;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.inschrijving_bevestiging div div {
    text-align: center;
    line-height: 150%;
    color: #9b9b9b;
    font-size: 1.3em;
}

.inschrijving_bevestiging div a {
    padding: 10px 30px;
    color: white;
    background-color: #E64B2B;
    display: inline-block;
    margin-top: 20px;
    border-radius: 200px;
    font-size: 1.2em;
}

.inschrijving_bevestiging img {
    width: 45%;
}

.academy_content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.academy_content_onethird {
    width: 31.33%;
    margin: 1%;
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.academy_content_twothirds {
    width: 64.66%;
    margin: 1%;
}

.academy_content_twothirds .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
    font-size: 1.2em;
    border-radius: 200px;
    border: none;
    color: white;
    padding: 0;
}

.academy_content_twothirds .slick-next {
    right: 10px;
    left: initial;
}

.academy_content_twothirds article {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.academy_content_twothirds article h2 {
    font-weight: 700;
    font-size: 1.8em;
    color: white;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.63);
}

.photobanner {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.photobanner article {
    width: 16.6666%;
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.photobanner article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.photobanner article img {
    width: 100%;
}

.photobanner article h2 {
    text-align: center;
    line-height: 150%;
    font-weight: 700;
    font-size: 1.3em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 0;
    padding: 15px;
    transition: all .3s;
}

.photobanner article:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.photobanner article h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    line-height: 150%;
    font-size: 1.3em;
}

.fotobanner_titel {
    font-size: 4em;
    font-weight: 700;
    color: #E9E9E9;
    line-height: 130%;
}

.fotobanner_titel strong {
    font-weight: 700;
    color: #262626;
}

.fotobanner_titel ins {
    color: #969696;
    font-size: 700;
    text-decoration: underline;
}
/* Einde Academy */
/* Blog*/

.blog-all {
    display: none;
}

.blog-item .inhoud {
    min-height: 170px;
}

.spinner {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    font-size: 1.5em;
    color: #777777;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.blog-content-row .slick-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 200px;
    font-size: 1.2em;
    color: white;
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 2;
    border: none;
    transform: translateY(-50%);
}

.blog-content-row .slick-next {
    left: initial;
    right: 5px;
}

.blog-img img {
    width: 100%;
    transition: all 1s;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    overflow: hidden;
    position: relative;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-rows {
    margin-top: 1%;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    z-index: 1;
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block;
    border: 2px solid #EB4221;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    color: white;
    background-color: #EB4221;
    transition: all 0.8s ease;
}

.button-hold a:hover {
    background-color: transparent;
    color: #EB4221;
}
/** Blog detail **/

.blog-holder {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-holder.blog-center {
    justify-content: center;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    border: 2px solid #EAEAEA;
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-center .blog-main {
    width: 96%;
    max-width: 1400px;
}

.blog-main .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0;
    line-height: 180%;
}

.blog-item .c {
    color: #a4a4a4;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #EB4221;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #EB4221;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #EB4221;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #EB4221;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.1em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #626572;
    font-weight: 700;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #999999;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: bold;
    color: #EB4221;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    border: 2px solid #EB4221;
    color: #EB4221;
    transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
    background-color: transparent;
    color: #EB4221;
}

.blog-overzicht h2 {
    font-size: 1.1em;
    font-weight: 700;
    padding: 0 15px;
    line-height: 150%;
    min-height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #3C3C3B;
}

.blog-overzicht .blog-item {
    width: 31.33%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    line-height: 150%;
    color: #626572;
    font-weight: 700;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    width: 100%;
    padding-bottom: 0;
}

.blog-content-row .zestiennegen {
    padding-bottom: 56.25%;
    position: relative;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image .reverse .img {
    order: 2;
}

.blog-content-row .reverse .c {
    padding-left: 0;
}

.blog-content-row .reverse .blog-img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #3C3C3B;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}

/* Historiek */
.timelineholder {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.fadethis {
    opacity: 0;
    height: 0;
}

.timelineoverlayholder {
    width: 6px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    overflow: hidden;
    top: -1px;
    bottom: 0;
}

.timelineoverlay {
    background-color: #E94E1B;
    border-radius: 10px;
}

.timeline {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #EAEAEA;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}

.timeline_inhoud {
    transition: all .3s;
    position: relative;
    z-index: 2;
}

.timeline_container {
    padding: 30px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background-color: inherit;
    width: 100%;
    transition: all .3s;
}

.timeline_container a {
    display: inline-block;
    margin-top: 20px;
    background-color: #E94E1B;
    padding: 10px 30px;
    color: white;
    font-weight: 700;
}

.left_time a {
    float: right;
}

.timeline_container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    background-color: #E94E1B;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 2;
}

.timeline_item_content {
    padding: 20px 0;
    background-color: white;
    position: relative;
    border-radius: 6px;
    width: 45%;
}

.timeline h2 {
    color: #000;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 20px;
}

.timeline_item_content div {
    line-height: 200%;
    font-size: 1.15em;
    color: #545454;
}

.timeline_filter {
    width: 100%;
    max-width: 1550px;
    background-color: #fafafa;
    padding: 15px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.timeline_filter .selectric-wrapper {
    max-width: 300px;
}

.timeline_filter .selectric .label {
    background: #fff;
    border: 2px solid #c9c9c9;
    padding: 10px 10px;
    padding-right: 30px;
    background-image: url(/images/select.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    height: auto;
}

.timeline_filter .selectric .button {
    width: 38px;
    height: 38px;
}

.timeline_switch {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #c9c9c9;
    color: #E94E1B;
    padding: 5px 10px;
    padding-right: 30px;
    font-family: 'Poppins', sans-serif;
    background-image: url(/images/select.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: 700;
}

.slider_content_historiek {
    width: 100%;
}

.slider_content_historiek .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 0;
}

.slider_content_historiek .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #c2c2c2;
    margin: 0 4px;
    border-radius: 200px;
}

.slider_content_historiek .slick-dots .slick-active {
    background-color: #545454;
}

.slider_content_historiek .slick-dots li button {
    display: none;
}

.timeline_switch a {
    padding: 8px 10px;
    background-color: white;
    min-width: 100px;
    color: #E94E1B;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.timeline_switch a:nth-child(2n) {
    border-left: 2px solid #E94E1B;
    border-right: 2px solid #E94E1B;
}

.active_timeline {
    background-color: #E94E1B !important;
    color: white !important;
}

.tijdlijn_volgorde {
    font-weight: 700;
    color: #818181;
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/select.png);
    display: none;
}

.left_time {
    margin-right: 5%;
}

.right_time {
    margin-left: 5%;
}

.imageleft {
    margin-left: 5%;
}

.imageright {
    margin-right: 5%;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.timeline_other_content {
    width: 45%;
}

.timeline_other_content img {
    width: 100%;
}

.timeline_container:nth-child(odd) .timeline_other_content .slick-slide>div {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow-y: hidden;
}

.left_time h2 {
    text-align: right;
}

.timeline_container:nth-child(even) .left_time h2 {
    text-align: left;
}

.left_time h3,
.right_time h3 {
    font-weight: 700;
    color: #F05A28;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.left_time p {
    text-align: left;
}

.tijdlijn_desktop {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #E94E1B;
    border: 2px solid #E94E1B;
    color: #E94E1B;
    font-weight: 700;
}

.tijdlijn_desktop a {
    padding: 8px 10px;
    background-color: white;
    min-width: 160px;
    color: #E94E1B;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.active_tijdlijn_desktop {
    background-color: #E94E1B !important;
    color: white !important;
}
/* EINDE TIMELINE */
/* Nieuwsbrief */

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 2px 0 0 16px;
}

input[type="checkbox"].ios8-switch+label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}

input[type="checkbox"].ios8-switch+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch:checked+label:after {
    margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked+label:before {
    background: #F05A28;
}

.nieuwsbrief_pagina {
    padding: 50px 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.nieuwsbrief_form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    background-color: white;
}

.nieuwsbrief_form>div {
    width: 100%;
}

.nieuwsbrief_form>div:last-of-type {
    padding: 30px;
    background-color: #f6f6f6;
    margin-top: 10px;
}

.nieuwsbrief_form h2 {
    width: 100%;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #F05A28;
}

.nieuwsbrief_form h3 {
    width: 100%;
    font-size: 1.1em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 10px;
}

.checkboxes {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.checkboxes:last-of-type {
    margin-bottom: 0;
}

.checkbox_container {
    width: 50%;
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    color: #6c6c6c;
}

.nieuwsbrief_inschrijving input[type=text],
.nieuwsbrief_inschrijving input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    padding: 15px 0;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.nieuwsbrief_inschrijving input[type=text]::placeholder,
.nieuwsbrief_inschrijving input[type=email]::placeholder {
    color: #cdcdcd;
    opacity: 1;
}

.nieuwsbrief_inschrijving input[type=text]:-ms-input-placeholder,
.nieuwsbrief_inschrijving input[type=email]:-ms-input-placeholder {
    color: #cdcdcd;
}

.nieuwsbrief_inschrijving input[type=text]::-ms-input-placeholder,
.nieuwsbrief_inschrijving input[type=email]::-ms-input-placeholder {
    color: #cdcdcd;
}

.nieuwsbrief_form button {
    background-color: #F05A28;
    border: 2px solid #F05A28;
    margin-top: 20px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 10px 45px;
    border-radius: 200px;
    transition: all .3s;
}

.nieuwsbrief_form button:hover {
    background-color: transparent;
    color: #F05A28;
}

.nieuwsbrief_form button i {
    font-size: 1.4em;
    margin-right: 10px;
}
/* Einde Nieuwsbrief */
/* Sollicitatie Bevestigen */

.sollicitatie_bevestigen {
    width: 100%;
    height: 89vh;
    background-image: url(/images/bevestig.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.sollicitatie_bevestigen article {
    max-width: 450px;
    width: 100%;
    background-color: #fff;
    padding: 100px 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.sollicitatie_bevestigen article i {
    font-size: 4em;
    color: #E94E1B;
}

.sollicitatie_bevestigen article h1 {
    font-size: 1.5em;
    font-weight: 700;
    color: #E94E1B;
    margin-top: 20px;
    margin-bottom: 5px;
}

.sollicitatie_bevestigen article h2 {
    color: #777777;
    text-align: center;
    line-height: 180%;
}

.sollicitatie_bevestigen article a {
    font-weight: 700;
    color: white;
    background-color: #E94E1B;
    padding: 17px 35px;
    margin-top: 20px;
}
/* Einde Sollicitatie Bevestigen */
/* Manifesto */

.manifesto_header {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 80px 0;
    margin: 0 auto;
}

.manifesto_header h1 {
    font-size: 2.5em;
    color: #E94E1B;
    font-weight: 700;
    margin-bottom: 20px;
}

.manifesto_header div {
    text-align: justify;
    line-height: 180%;
    font-size: 1.5em;
    color: #8d8d8d;
    width: 100%;
}

.manifesto_header div a {
    color: #353535;
    font-weight: 700;
}

.manifesto_header div strong {
    color: #353535;
    font-weight: 700;
    text-decoration: underline !important;
    font-size: 1.2em;
}
/* Einde Manifesto */

#content-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin: auto;
}

#content-container h2 {
    color: #EA4520;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background: #EA4520;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    padding: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #EA4520;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #EA4520;
    color: #fff;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}
/* Media Queries */

@media screen and (max-width: 1750px) {
    .contact_info {
        transform: translateY(0);
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .contact {
        margin-top: 0;
    }
    .eenderde {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1500px) {
    .photobanner article {
        width: 20%;
    }
    .contact_form {
        width: 100%;
    }
    .contact_form_holder>div {
        width: 100%;
    }
    .contact_form_holder div>img {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .navigatie nav>ul li {
        /*margin: 0 20px;*/
    }
    .home_slider article h2 {
        font-size: 2em;
        text-align: center;
    }
    .home_slider article h3 {
        text-align: center;
    }
    .home_slider article>div {
        -ms-align-items: center;
        align-items: center;
    }
    .home_slider article a {
        padding: 10px 15px;
    }
    .doelgroep_overzicht article {
        padding: 10px;
    }
    .inner_footer>div {
        min-width: initial;
        width: 100%;
    }
    .inner_footer img {
        display: none;
    }
    .eenderde {
        font-size: 2em;
    }
    .realisatie_video>div>div {
        display: none;
    }
    .realisatie_video iframe {
        width: 100%;
    }
    .blog-overzicht .blog-item {
        width: 48%;
    }
}

@media screen and (max-width: 1350px) {
    .vacature_overzicht {
        padding: 10px;
    }
    .vacature_overzicht article {
        flex-wrap: wrap;
    }
    .vacature_overzicht article img {
        width: 100%;
        order: 1;
    }
    .vacature_overzicht article>div {
        width: 100%;
        order: 2;
    }
}

@media screen and (max-width: 1350px) {
    .academy_content_onethird {
        min-height: 500px;
    }
    .academy_content_twothirds article {
        min-height: 500px;
    }
    .waarden_stappen article {
        width: 32.33%;
    }
}

@media screen and (max-width: 1250px) {
    .home_units {
        flex-wrap: wrap;
    }
    .home_units_right {
        width: 100%;
        padding-left: 0;
    }
    .home_units_left {
        width: 100%;
    }
    .insta-preview a {
        width: 23%;
    }
    .insta-preview a:last-of-type {
        display: none;
    }
    .home_units_switch {
        left: initial;
        right: 20px;
        flex-direction: initial;
        justify-content: flex-end;
        border-radius: 200px;
        background-color: white;
    }
    .home_units_switch div {
        text-align: center;
        background-color: transparent;
    }
    .garanties>div div {
        flex-wrap: wrap;
    }
    .garanties>div div a:last-of-type,
    .garanties>div div a:first-of-type {
        padding: 10px 0 !important;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 1270px) {
    .navigatie nav>ul li {
        font-size: 0.9rem;
    }
    .business_blokken {
        display: block;
    }
    .business_blokken_slider {
        width: 90%;
        margin: auto;
    }
    .business_blokken .blokken_content {
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    .business_blokken_img {
        position: relative;
    }
    .pagingInfo,
    .blokken article:nth-child(even) .pagingInfo {
        position: absolute;
        left: 6%;
    }
    .blokken article,
    .business_blokken {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .logo {
        height: 80px;
    }
    .navigatie nav>ul>li {
        margin-left: 1rem;
    }
    .bigimage {
        display: none !important;
    }
    .medimage {
        display: block !important;
    }
    .tekst_blokken article h2 {
        font-size: 1.5em;
    }
    .tekst_blokken article h2 img {
        width: 20px;
    }
    .tekst_blokken article div {
        font-size: 1em;
    }
    .tekst_blokken article {
        width: 50%;
        padding: 10px;
    }
    .blog-overzicht .blog-item:nth-child(n+6) h2 {
        font-size: 1.6em;
    }
    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }
    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }
    .referenties_overzicht article {
        width: 50% !important;
    }
    .photobanner article {
        width: 25%;
    }
    .vacature_overzicht article h2 {
        font-size: 1.1em;
    }
    .realisatie_tekst {
        font-size: 1em;
    }
    .realisatie_controls {
        flex-wrap: wrap;
        border: none;
        margin-top: 0;
        background-color: #f5f5f5;
    }
    .realisatie_controls .control a {
        font-size: .8em;
        width: 25%;
        justify-content: flex-start;
    }
    .realisatie_controls .control {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        -ms-align-items: center;
        align-items: center;
    }
    .realisatie_controls .social {
        display: none;
    }
    .garantie_detail_left h1 {
        font-size: 2em;
    }
    .garantie_detail_garanties div {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 1160px) {
    .logo {
        height: 70px;
    }
}

@media screen and (max-width: 1100px) {
    .navigatie_right nav,
    .navigatie_top>a {
        display: none;
    }
    .downloads article {
        width: 100%;
    }
    .navigatie_right {
        height: 80px;
        padding-bottom: 10px;
    }
    .navigatie {
        padding-bottom: 10px;
    }
    .navigatie_top>div {
        font-size: .8em;
        padding: 7px 10px;
    }
    .menubtn {
        display: block;
    }
    .logo {
        height: 70px;
    }
    .page_header h1 {
        font-size: 2em;
    }
    .doelgroep_overzicht_content div {
        font-size: .9em;
    }
    .home_units_right {
        padding-top: 15px;
        padding-left: 25px;
    }
    .home_units_right div {
        font-size: 1.2em !important;
    }
    .home_units_right div a {
        margin-top: 20px;
        font-size: 1em;
    }
    .home_units_left .triangle {
        display: block;
    }
    .home_units_switch div {
        min-width: 0;
    }
    .power_titel_holder {
        padding: 30px 10px;
    }
    .power_titel {
        line-height: 180%;
        font-size: 1.5em;
        text-align: center;
    }
    .tekst_blokken article div {
        line-height: 180%;
    }
    .garanties {
        border: none;
    }
    .garanties>div div {
        justify-content: center;
        font-size: .9em;
    }
    .garanties_image {
        display: none;
    }
    .garanties div:first-child {
        width: 100%;
    }
    .garanties h2 {
        max-width: initial;
        width: 100%;
        text-align: center;
        font-size: 1.8em;
    }
    .garanties h3 {
        text-align: center;
    }
    .blokken_small {
        display: block;
    }
    .blokken_big {
        display: none;
    }
    .blokken article {
        flex-wrap: wrap;
        padding: 10px;
        margin-bottom: 40px;
    }
    .blokken_content h2 {
        font-size: 1.5em
    }
    .blokken_content div {
        font-size: 1em;
    }
    .blokken article:nth-child(even) .blokken_img {
        order: 1;
    }
    .blokken_img,
    .blokken_content {
        width: 100%;
    }
    .blokken_content a {
        width: 100%;
    }
    .vacature_overzicht article div a {
        width: 100%;
        position: relative;
        right: initial;
        bottom: initial;
        text-align: center;
    }
    .vacature_overzicht {
        -ms-align-items: initial;
        align-items: initial;
    }
    .francis {
        height: 250px;
        margin-top: 0;
    }
    .person_slider_holder {
        width: 300px;
    }
    .francis article {
        margin-left: 350px;
    }
    .francis article h2 {
        font-size: 1.3em;
    }
    .francis article div {
        font-size: 1em;
    }
    .contact_info {
        padding: 20px;
    }
    .contact_info>div {
        width: 48%;
        margin: 20px 0;
    }
    .aanpak_overzicht article {
        width: 46%;
    }
    .andere_garanties article h3 {
        font-size: 1.5em;
    }
    .waarden_img {
        width: 70%;
    }
}

@media screen and (max-width: 1150px) {
    .cijfers_holder {
        flex-wrap: wrap;
    }
    .cijfers_zap article {
        width: 32.33%;
    }
    .quarter_num {
        width: 49%;
    }
    .half_num {
        min-height: 250px;
        width: 99%;
    }
    .ak_videocall div h2 {
        font-size: 1.4em;
    }
    .ak_videocall div a {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 1050px) {
    .tijdlijn_volgorde {
        display: block;
    }
    .tijdlijn_desktop {
        display: none;
    }
    .certificaten article {
        width: 99%;
    }

    .business_u {
        flex-wrap: wrap;
    }

    .business_u article {
        width: 48%;
    }
}

@media screen and (max-width: 1000px) {
    .raster_big {
        width: 99.50%;
    }
    .raster_small {
        width: 49.50%;
    }
    .raster_small:nth-child(4n),
    .raster_small:nth-child(5n) {
        display: none;
    }
    .blog-all {
        display: block;
        font-weight: 700;
        color: #eb4221;
        font-family: 'Poppins', sans-serif;
        font-size: 1.5em;
        text-align: left;
        margin-bottom: 25px;
        width: 100%;
    }
    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .blog-aside {
        width: 100%;
        margin-right: 0;
    }
    .blog-main {
        width: 100%;
        padding: 30px;
    }
    .row-block .extra {
        padding: 10px;
    }
    .blog-aside h3 {
        width: 100%;
    }
    .blog-recent {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .blog-overzicht {
        justify-content: space-between;
    }
    .blog-recent .blog-item,
    .blog-overzicht .blog-item {
        width: 45%;
    }
    .raster_weg {
        display: none !important;
    }
    .photobanner article {
        width: 33.33%;
    }
    .jobs_kind article {
        width: 48%;
        margin: 1%;
        margin-bottom: 50px;
    }
    .jobs_kind article:last-of-type {
        display: block !important;
    }
    .special_kind {
        display: none;
    }
    .academy_content_onethird {
        min-height: 400px;
    }
    .academy_content_twothirds article {
        min-height: 400px;
    }
    .academy_content_twothirds article h2 {
        font-size: 1.4em;
    }
    .insta {
        display: none;
    }
    .contact_form_holder {
        padding: 15px;
    }
    .eenderde {
        font-size: 1.5em;
    }
    .walkthrough article>div a {
        display: none;
    }
    .walkthrough article>div img {
        display: none;
    }
    .referenties_filter {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .select2 {
        width: 32.33%;
        margin: 0;
    }
    .referentie_size_switch {
        width: 100%;
        margin-top: 20px;
        display: none;
    }
    .referentie_size_switch {
        width: 100%;
    }
    .page_banner .pagb {
        display: none;
    }
    .page_banner .pagm {
        display: block;
    }
    .page_banner h1 {
        width: 100%;
        text-align: center;
        font-size: 2em;
    }
    .realisatie_content {
        flex-wrap: wrap;
    }
    .realisatie_content aside {
        width: 100%;
        order: 1;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 20px 0;
        border: none;
    }
    .realisatie_content>div {
        order: 2;
    }
    .realisatie_controls .control a {
        width: 33.33%;
    }
    .andere_realisaties>div article {
        width: 48%;
        margin-bottom: 10px;
    }
    .doelgroep_blokken article {
        flex-wrap: wrap;
        padding: 10px;
        padding-left: 30px;
    }
    .doelgroep_tekst h2 {
        font-size: 1.5em;
    }
    .doelgroep_tekst>div {
        font-size: 1em;
    }
    .doelgroep_image {
        width: 100%;
        order: 2;
    }
    .doelgroep_tekst {
        width: 100%;
        order: 1;
    }
    .doelgroep_blokken_timeline {
        left: 10px;
        transform: none;
    }
    .doelgroep_rounder {
        left: 13px;
        width: 20px;
        height: 20px;
        top: 36px;
    }
    .waarden_stappen article {
        width: 49%;
    }
    .waarden_img {
        width: 80%;
    }
}

@media screen and (max-width: 950px) {
    .navigatie_top>div {
        position: absolute;
        top: 0px;
        right: 0;
    }
    .main_logo {
        margin-top: 40px;
    }
    .navigatie_top>div a {
        line-height: 160%;
    }
    .home_bu {
        padding: 0 10px;
    }
    .home_bu .home_bu_right {
        width: 100%;
    }
    .home_bu .home_bu_left {
        width: 100%;
    }
    .home_bu .home_bu_right>div {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 900px) {
    .blog-main .c {
        font-size: 1em;
    }
    .inner_footer>div div:first-of-type {
        display: none;
    }
    .respimage {
        display: block;
    }
    .normalimage {
        display: none;
    }
    .realisatie_detail_content {
        padding: 0 30px;
    }
    .realisatie_detail_content h1 {
        font-size: 2em;
    }
    .tijdlijn_volgorde {
        width: 100%;
        margin-top: 10px;
    }
    .timeline_switch {
        width: 100%;
    }
    .timeline_switch a {
        width: 33.33%;
        text-align: center;
    }
    .blokken_content h3 {
        font-size: 2.5em;
        margin-bottom: 5px;
    }
    .aanpak_overzicht article {
        padding: 10px;
    }
}

@media screen and (max-width: 850px) {
    .page_header div {
        font-size: 1em;
    }
    .page_header h1 {
        font-size: 1.5em;
    }
    .page_header h2 {
        font-size: 1em;
    }
    .raster_item h2 {
        font-size: 1em;
        left: 5px;
        bottom: 5px;
        right: 5px;
        line-height: 150%;
    }
    .inner_footer {
        justify-content: center;
    }
    .disclaimer>div {
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        line-height: 200%;
    }
    .person_slider_holder {
        display: none;
    }
    .francis article {
        margin-left: 0;
    }
    .francis {
        height: auto;
        padding: 40px 15px;
    }
    .francis h2 {
        text-align: center;
        width: 100%;
    }
    .francis article div {
        text-align: center;
    }
    .garantie_pagina {
        margin-top: 10px;
    }
    .garantie_detail_garanties {
        padding: 0 10px;
    }
    .page_header {
        padding: 20px 10px;
    }
    .home_units {
        padding: 20px 10px;
    }
    .cijfers_zap article {
        width: 49%;
    }
    .waarden_img {
        width: 90%;
        transform: translateY(-20px);
    }
}

@media screen and (max-width: 800px) {
    .referentie_slider_content>div {
        width: 100%;
    }
    .referentie_slider_content h4 {
        margin-top: 10px;
    }
    .medimage {
        display: none !important;
    }
    .smaimage {
        display: block !important;
    }
    .home_slider article h3 {
        display: none;
    }
    .home_slider article>div {
        top: 50%;
        bottom: initial;
        transform: translate(-50%, -50%);
        padding: 30px;
    }
    .home_slider article a {
        display: none;
    }
    .home_slider article h2 {
        margin-bottom: 0;
        font-size: 1.5em;
    }
    .referenties_slider article {
        padding: 10px;
    }
    .tekst_blokken article {
        width: 100%;
        margin: 20px 0;
    }
    .tekst_blokken article h2 {
        line-height: 150%;
        text-align: center;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .tekst_blokken article h2 img {
        margin-bottom: 10px;
    }
    .tekst_blokken article div {
        text-align: center;
    }
    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6em;
    }
    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }
    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }
    .referenties_overzicht article {
        font-size: .9em;
    }
    .jobs_kind {
        padding: 0;
    }
    .jobs_kind article h2,
    .special_kind h2 {
        font-size: 2em;
    }
    .francis article h2 {
        font-size: 1.2em;
        line-height: 150%;
    }
    .francis article div {
        font-size: .9em;
    }
    .aanwerving h2 {
        font-size: 1.2em;
    }
    .aanwerving {
        width: 96%;
        margin: 2%;
    }
    .aanwerving a {
        font-size: .9em;
    }
    .aanwerving>div {
        font-size: .9em;
    }
    .academy_content {
        padding: 10px;
    }
    .academy_content_onethird {
        display: none;
    }
    .academy_content_twothirds {
        margin: 0;
        width: 100%;
    }
    .academy_content_twothirds article {
        min-height: 500px;
    }
    .academy_content_twothirds article h2 {
        font-size: 1.2em;
    }
    .academy_events>h2 {
        font-size: 1.2em;
    }
    .kalender_titel {
        font-size: .9em;
    }
    .insta-preview a {
        width: 48%;
    }
    .insta-preview>h2 {
        white-space: nowrap;
        font-size: 1.2em;
    }
    #dasmap,
    #dasmap1 {
        height: 300px;
    }
    .timeline {
        overflow: auto;
    }
    .timeline::after {
        left: 3%;
    }
    .timelineoverlayholder {
        left: 3%;
    }
    .timeline_container {
        width: 100%;
        float: right;
        padding-right: 10px;
        padding-left: 30px;
        flex-wrap: wrap;
    }
    .timeline_other_content {
        width: 100%;
        order: 2;
        text-align: left;
    }
    .timeline_item_content {
        width: 100%;
        padding: 0;
        order: 1;
    }
    .imageleft,
    .imageright,
    .right_time,
    .left_time {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .imageleft,
    .imageright,
    .right_time,
    .left_time {
        margin-left: 0;
        margin-right: 0;
    }
    .timeline_container a {
        margin-bottom: 20px;
    }
    .timeline_container::after {
        left: -5.6%;
        width: 25px;
        height: 25px;
    }
    .left_time h2 {
        text-align: left;
        font-size: 1.5em;
    }
    .timeline h2 {
        font-size: 1.5em;
    }
    .left_time p {
        text-align: left;
    }
    .timeline_item_content div {
        font-size: .9em;
        text-align: left;
    }
    .eenvierde {
        display: none;
    }
    .eenderde {
        display: none;
    }
    .tweederde,
    .eentweede {
        width: 100%;
        height: initial !important;
        padding-bottom: 56% !important;
    }
    .select2 {
        width: 100%;
        margin-bottom: 10px;
    }
    #tobiggen {
        width: 100% !important;
    }
    .aanpak_overzicht>h2 {
        font-size: 2em;
    }
    .aanpak_overzicht>h3 {
        font-size: 1em;
    }
    .aanpak_overzicht article>h3 {
        font-size: 2.5em;
    }
    .aanpak_overzicht article>h2 {
        font-size: 1.2em;
    }
    .garantie_detail_right {
        width: 100%;
        order: 1;
    }
    .garantie_detail_left {
        width: 100%;
        order: 2;
    }
    .garantie_pagina {
        flex-wrap: wrap;
        padding: 10px;
    }
    .downloads article h2,
    .links article h2 {
        font-size: 1em;
    }
    .downloads article a {
        font-size: .8em;
    }
    .dnl1 {
        display: none;
    }
    .dnl2 {
        display: flex;
    }
}

@media screen and (max-width: 750px) {
    .blog-recent .blog-item,
    .blog-overzicht .blog-item {
        width: 100%;
    }
    .blog-item .inhoud {
        min-height: 100px;
    }
    .blog-nav-btn {
        font-size: 2em;
    }
    .realisatie_controls .control a {
        width: 50%;
    }
    .realisatie_content aside h2 {
        font-size: 1.2em;
    }
    .realisatie_content aside p {
        font-size: .9em;
    }
    .andere_garanties article h3 {
        font-size: 1.2em;
    }
    .garantie_detail_garanties div {
        font-size: 1em;
    }
    .garantie_detail_left h1 {
        font-size: 1.3em;
    }
    .timeline_switch {
        flex-wrap: wrap;
    }
    .timeline_switch a {
        width: 100%;
    }
    .timeline_switch a:nth-child(2n) {
        border: none;
        border-top: 2px solid #E94E1B;
        border-bottom: 2px solid #E94E1B;
    }
    .instagram_post {
        width: 49% !important;
        margin-right: 2% !important;
        margin-bottom: 2% !important;
    }
    .instagram_post:nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 700px) {
    .navigatie_top div.bs {
        display: none !important;
    }
    .navigatie_top div.ks {
        display: block !important;
    }
    .navigatie {
        padding: 10px;
    }
    .resp_logo,
    .menubtn {
        margin-top: 40px;
    }
    .navigatie_right {
        height: initial;
        padding-bottom: 0;
    }
    .res-nav {
        right: -700px;
        width: 100%;
    }
    .menu-is-open {
        right: 0;
    }
    .disclaimer>div {
        font-size: .9em;
    }
    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }
    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }
    .blog-row {
        margin-bottom: 0;
    }
    .referenties_overzicht article {
        font-size: .8em;
        padding: 5px;
    }
    .referenties_overzicht article>div:hover {
        transform: scale(1);
    }
    .photobanner article {
        width: 50%;
    }
    .home_units_right div {
        font-size: 1.2em !important;
    }
    .vacature_overzicht article {
        width: 98%;
        margin: 1%;
    }
    .academy_content_twothirds article {
        min-height: 400px;
    }
    .events article {
        padding-left: 0;
    }
    .events article {
        flex-wrap: wrap;
    }
    .kalender_item_date {
        width: 100%;
        position: relative;
        bottom: initial;
        top: initial;
    }
    .bigdate {
        display: none !important;
    }
    .smalldate {
        width: 100%;
        display: block !important;
    }
    .kalender_item_content {
        width: 100%;
    }
    .events article h2 {
        font-size: 1.2em;
    }
    .kalender_tekst,
    .kalender_controls {
        font-size: .9em;
    }
    .garanties>div:first-child {
        padding: 10px;
    }
    .garanties h2 {
        font-size: 1.2em;
    }
    .garanties h3 {
        font-size: 1.5em;
    }
    #NaamInput {
        width: 100%;
    }
    .contact_info>div {
        width: 100%;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }
    .contact_info {
        box-shadow: none;
    }
    .contact_info a {
        padding-left: 0;
    }
    .contact_info a i {
        display: none;
    }
    .page_banner .pagm {
        display: none;
    }
    .page_banner .pags {
        display: block;
    }
    .page_banner h1 {
        font-size: 1.2em;
    }
    .realisatie_detail_content {
        -ms-align-items: center;
        align-items: center;
    }
    .realisatie_detail_content h1 {
        font-size: 1.5em;
    }
    .realisatie_detail_content h2 {
        font-size: .7em;
    }
    .realisatie_images article {
        width: 48%;
    }
    .quarter_num h2,
    .half_num h2 {
        font-size: 2em;
    }
    .quarter_num h3,
    .half_num h3 {
        font-size: .9em;
    }
    .cijfers_zap h2 {
        font-size: 1em;
        min-height: 50px;
    }
    .cijfers_container {
        padding: 20px 10px;
    }
    .certificaat_omschrijving {
        font-size: 1em;
    }
    .certificaten article {
        padding: 10px;
    }
    .certificaten article h2 {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 650px) {
    .pagingInfo {
        padding: 7px 20px;
        font-size: 12px;
    }
    .jobs_tekst {
        padding: 10px;
    }
    .power_titel_holder {
        padding: 10px;
        padding-bottom: 20px;
    }
    .checkbox_container {
        width: 100%;
    }
    .nieuwsbrief_pagina {
        padding: 0;
    }
    .nieuwsbrief_form {
        padding: 60px 10px;
    }
    .waarden_stappen article {
        width: 99%;
    }
    .waarden_img {
        width: 100%;
    }
    .waarden_img img.big {
        display: none;
    }
    .waarden_img img.small {
        display: block;
    }
    .waarden_img img.small:last-of-type {
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width: 600px) {
    .logo {
        height: 50px;
    }
    .resp_logo {
        display: block;
    }
    .main_logo {
        display: none;
    }
    .disclaimer>div span {
        display: none;
    }
    .disclaimer>div div {
        width: 100%;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .blog-more-nav {
        display: none;
    }
    .referenties_overzicht article {
        width: 100% !important;
    }
    .jobs_kind article h2,
    .special_kind h2 {
        position: relative;
        text-shadow: none;
        color: #000;
        font-size: 1.2em;
    }
    .jobs_tekst {
        font-size: .9em;
    }
    .jobs_kind article {
        padding-bottom: 30px;
    }
    .jobs_kind article a {
        width: 100%;
        font-size: .8em;
        border-radius: 0;
        padding: 10px;
    }
    .academy_content_twothirds article {
        min-height: 300px;
    }
    .garanties>div div {
        flex-wrap: wrap;
    }
    .garanties>div div a {
        width: 100%;
        margin: 5px !important;
    }
    .inner_footer {
        display: none;
    }
    .aanpak_overzicht article {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .andere_realisaties>div article {
        width: 98%;
    }
}

@media screen and (max-width: 500px) {
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
    .jobs_kind {
        padding: 0 20px;
    }
    .jobs_kind article img {
        display: none;
    }
    .jobs_kind article a {
        position: relative;
        left: initial;
        width: 90%;
        margin: 0 5%;
        border: none;
        transform: translate(0, 0);
    }
    .jobs_kind article {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .academy_content_twothirds article {
        min-height: 250px;
    }
    .contact_form input[type=submit] {
        width: 100%;
    }
    .cijfers_zap article {
        width: 99%;
    }
    .half_num>div:first-child,
    .half_num>div:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .plenso_cookies {
        right: 10px;
    }
}

@media screen and (max-width: 400px) {
    .row-block.extra {
        display: none;
    }
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}