@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -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%;
    font-family: open-sans, sans-serif;
    background-color: #112f6c;
}

.bigimage {
    display: block !important;
}

.medimage,
.smaimage {
    display: none !important;
}

.back {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    color: rgba(214, 206, 206, 0.705);
}

.back a {
    color: rgba(214, 206, 206, 0.705);
    font-size: 14px;
    font-weight: 700;
}

.blog-main .back,
.blog-main .back a,
.bedrijvendetail .back,
.bedrijvendetail .back a {
    color: #112f6c65 !important;
}

.back a:last-of-type {
    color: white;
}

.blog-main .back a:last-of-type,
.bedrijvendetail .back a:last-of-type {
    color: #112f6c !important;
}

.back span {
    margin: 0 10px;
}

strong {
    color: white;
    letter-spacing: 1px;
}


/* KEYFRAMES */

.come-in {
    transform: translateY(150px);
    animation: come-in 1.5s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }
    .come-in-left:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }
    .come-in-right:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        color: #4b4b4b;
    }
    5% {
        color: #8bcf97
    }
    10% {
        color: #4b4b4b;
    }
    20% {
        color: #8bcf97
    }
    21% {
        color: #4b4b4b;
    }
    50% {
        color: #4b4b4b;
    }
    100% {
        color: #4b4b4b;
    }
}

@keyframes pulse2 {
    0% {
        color: #e0d8c36e;
    }
    5% {
        color: #112f6c
    }
    10% {
        color: #e0d8c36e;
    }
    20% {
        color: #112f6c
    }
    21% {
        color: #e0d8c36e;
    }
    50% {
        color: #e0d8c36e;
    }
    100% {
        color: #e0d8c36e;
    }
}

@keyframes pulse3 {
    0% {
        color: #e0d8c36e;
    }
    5% {
        color: #112f6c
    }
    10% {
        color: #e0d8c36e;
    }
    20% {
        color: #112f6c
    }
    21% {
        color: #e0d8c36e;
    }
    50% {
        color: #e0d8c36e;
    }
    100% {
        color: #e0d8c36e;
    }
}


/* EINDE KEYFRAMES */


/* Bevestiging */

.bev-logo {
    width: 30px;
    margin-bottom: 15px;
}

.bevestiging_bg {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    border-radius: 5px;
    -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);
    max-width: 700px;
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bevestiging i {
    font-size: 3em;
    color: #112f6c;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #112f6c;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 400;
    font-size: 2em;
    text-align: center;
    color: #112f6c;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #112f6c;
    font-size: 17px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    background-color: #112f6c;
    font-weight: 200;
    color: white;
    margin-top: 20px;
    border: 1px solid #112f6c;
    transition: all 1s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #112f6c;
}


/* Einde Bevestiging*/


/* 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;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #3e3e3e;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
}

.plenso_cookies>div a {
    color: #3e3e3e;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #112f6c;
    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 */


/* GDPR */

#content-container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    margin: auto;
    padding-top: 150px;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 150px;
}

#content-container h2 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
}

#content-container h3 {
    background: #112f6c7e;
    color: #fff;
    font-size: 1.3em;
    padding: 20px;
    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: #a3a3a3;
    font-size: 1.2em;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #a3a3a3;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #112f6c7e;
    color: #fff;
}

#content-container thead th {
    border: 1px solid rgba(255, 255, 255, 0.692);
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid rgba(255, 255, 255, 0.692);
    color: #a3a3a3;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #a3a3a3;
    list-style-type: disc;
}


/* Einde GDPR */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
    display: none;
}

.curtaindrop {
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
}

.curtaindrop>video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.curtaindrop .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.678);
    opacity: 0.8;
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 1000px;
    color: #a3a3a3;
    z-index: 200;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.curtaindrop .button {
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-aling-items: center;
}

.curtaindrop .button img {
    width: 7px;
    margin-left: 10px;
    transition: all 0.8s ease;
}

.curtaindrop .button:hover img {
    transform: translateX(10px);
}

.curtaindrop p {
    font-size: 1.4em;
    line-height: 1.6em;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: 500;
    font-size: 3em;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #b0d49b;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #b0d49b;
    width: 300px;
    overflow: hidden;
    top: -34px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.curtaindrop>span:before {
    position: absolute;
    top: -38px;
    cursor: pointer;
    left: -17px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 36px;
    display: block;
    text-align: center;
    content: '!';
}

.curtain-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 35px;
    cursor: pointer;
    color: #a3a3a3;
    z-index: 100000000;
}


/* Einde Curtaindrop */


/* Navigatie */

.gototop {
    z-index: 9999;
    width: 50px;
    height: 60px;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    right: -100px;
    bottom: 20px;
    color: #373a3c93;
    font-size: 1em;
    opacity: .8;
    cursor: pointer;
    transition: all .3s;
    border: none;
    background-color: #112f6c !important;
    transition: all 1s ease;
    box-shadow: #112f6c 0px 5px 15px;
    padding: 15px;
}

.gototop img {
    width: 30px;
}

.gototop:hover {
    transform: translateY(-10px);
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #112f6c;
    z-index: 200;
    display: none;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: hidden;
}

.menu nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu nav ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.menu nav ul li {
    padding: 13px 0;
    text-align: center;
}

.menu nav a {
    font-size: 50px;
    text-align: center;
    width: auto;
    color: #fff;
    position: relative;
    display: inline-block;
}

.menu nav a,
.menu nav a:after,
.menu nav a:before {
    transition: all .5s;
}

.menu nav a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #112f6c;
    height: 1px;
}

.menu nav a:hover:after {
    width: 100%;
}

.closemenu {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 45px;
    color: #112f6c;
    cursor: pointer;
    display: flex !important;
}

.specialbutton {
    color: #112f6c;
    font-size: 16px;
}

.specialbutton i {
    cursor: pointer;
    padding: 5px 15px;
    color: #112f6c;
    font-size: 30px;
    animation: wiggle 3s;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(25deg);
    }
    80% {
        transform: rotate(-25deg);
    }
    85% {
        transform: rotate(20deg);
    }
    95% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.res_links {
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 7px 0;
    background-color: #112f6c;
}

.res_links a {
    font-size: .9em;
    margin: 0 10px;
    color: #fff;
}

.menuoverlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
}

.res-nav {
    width: 100%;
    max-width: 320px;
    height: 100%;
    position: fixed;
    right: -700px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .6s;
    background-color: rgba(255, 255, 255, 0.945);
    padding-bottom: 100px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    padding-left: 75px;
    padding-right: 75px;
}

header.home {
    position: absolute;
    top: 0;
    z-index: 30;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 30;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
}

header .logo {
    width: 70px;
}

header .logo img {
    width: 100%;
}

.nav_right,
.nav_right_small {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 100px;
    top: 35px;
}

.nav_right_small {
    display: none;
}

.langswap {
    display: flex;
    align-items: center;
    -ms-align-items: center;
}

.langswap a {
    color: rgba(214, 206, 206, 0.788);
    font-size: 16px;
    padding: 0 10px;
}

.langswap a.activelang {
    display: none;
}

.cta {
    height: 50px !important;
    width: fit-content;
    background-color: transparent;
    color: rgba(214, 206, 206, 0.788);
    margin-right: 15px;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 10px 30px;
    font-weight: 200;
    z-index: 9999;
    transition: all 0.8s ease;
    cursor: pointer;
    font-style: italic;
}

.cta:hover {
    background-color: white;
    color: #112f6c;
}

.cta-big {
    display: flex;
}

.cta-small {
    display: none;
}

.menubtn {
    width: 65px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 35px;
/*z-index: 9999;*/
}

.menubtn i {
    width: 100%;
    color: white;
    background-color: #112f6c;
    font-size: 40px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: 1px solid white;
    padding: 5px;
    border-radius: 200px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    -ms-align-items: center;
}

.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;
}

.nav_top {
    position: absolute;
    top: 30px;
    left: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    -ms-align-items: center;
    right: 40px;
}

.nav_top>.logo_nav {
    width: 70px;
}

.closebtn {
    cursor: pointer;
    color: #112f6c;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: 1px solid #112f6c;
    padding: 5px;
    border-radius: 200px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    -ms-align-items: center;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 160px;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.navitem {
    width: 100%;
    padding: 20px 40px;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(0deg);
}

.rotateImg {
    transform: rotate(-180deg) !important;
}

.navitem a {
    text-align: left;
    display: inline-block;
    color: #112f6c;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    font-family: open-sans, sans-serif;
    font-style: normal;
}

.navitem a.headnav,
.navitem a.headnav:after,
.navitem a.headnav:before {
    transition: all .5s;
}

.navitem ul a.activedet {
    font-weight: 700;
}

.navitem a.headnav:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #112f6c;
    height: 2px;
}

.navitem a:hover:after,
.navitem a.active:after {
    width: 100%;
}

.navitem a:active {
    color: #fff;
}

.navitem i {
    font-size: 25px;
    transition: all .3s;
}

.navitem .rotate {
    transform: rotate(90deg);
}

.navitem ul {
    display: none;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}

.navitem ul li {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 15px;
    border-left: 2px solid #eeeeee;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1.2em;
    color: #949494;
    padding: 7px 0;
    padding-left: 0;
}

.navi_footer {
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: rgb(207, 204, 204);
    background-color: #112f6c;
    z-index: 2;
    font-size: 14px;
}

.navi_footer p {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    color: rgb(207, 204, 204);
    ;
    font-weight: 700;
    font-size: 20px;
}

.navi_footer span {
    margin: 0 10px;
}

.navi_footer a {
    color: rgb(207, 204, 204);
}


/* Einde Navigatie */


/* POWERTEKST */

.page_header {
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.page_header a {
    color: white !important;
    font-weight: 500;
}

.page_header.intro {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 80px 0 150px 0;
    text-align: center;
    background-color: white;
}

.page_header.intro.iv {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 80px 0;
    text-align: center;
    background-color: white;
}

.page_header .content {
    width: 90%;
    margin: auto;
}

.page_header h2,
.kiezen_voor h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.page_header.intro h2 {
    text-transform: uppercase;
    color: #112f6c;
    margin-bottom: 10px;
}

.page_header h1,
.kiezen_voor h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
}

.page_header.intro h1 {
    color: #112f6c;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
}

.page_header .c {
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

.page_header .c p:not(:last-of-type) {
    margin-bottom: 15px;
}

.page_header.intro .c {
    font-size: 22px;
    line-height: 120%;
    color: #112f6c;
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}


/* EINDE POWERTEKST */


/* Slides */

.full_screen_slider {
    width: 100%;
}

.full_screen_slider .slick-dots {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.full_screen_slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}

.full_screen_slider .slick-dots li div {
    width: 4px;
    height: 4px;
    border: none;
    transition: all .3s;
    border-radius: 200px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.85);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.85);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.85);
}

.full_screen_slider .slick-dots li:not(.slick-active):hover div {
    width: 12px;
    height: 12px;
}

.slick-vertical .slick-slide {
    border: none !important;
}

.full_screen_slider .slick-dots .slick-active div {
    width: 12px;
    height: 12px;
}

.full_screen_slider .slick-dots button {
    display: none;
}

.full_screen_slider article {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.full_screen_slider .slick-slide:first-child h2 {
    opacity: 0;
    transition: all .8s;
}


/* Home screen */

.videoContainer {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-attachment: scroll;
    overflow: hidden;
    background-color: #112f6c;
}

.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #000;
    opacity: 0.5;
}

.home-logo {
    width: 200px;
}

.home-logo img {
    width: 100%;
}

.textcontent {
    width: 100%;
    position: absolute;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    margin: auto;
    top: 20%;
}

.home_screen .gotonext {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 10px;
    width: 60px;
}

.home_screen .gotonext img {
    width: 100%;
}

.textcontent h1 {
    color: white;
    margin: 40px 0 15px 0;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
}

.introtekst {
    color: #fff;
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    height: auto;
}

.about-btn {
    background-color: #112f6c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 12px 40px;
    border: none;
    font-family: open-sans, sans-serif;
}


/* Over ons */

.about .gotonext {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 10px;
}


/* Blokken */

.blokken_element {
    width: 35px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}

.blokken_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #ebd5ce;
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.blokken_slider .slick-next {
    right: 10px;
    left: initial;
}

.blokken_slider article h2 {
    font-weight: 700;
    font-size: 3.1em;
    color: #fff;
}

.blokken_slider article h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    color: #4c4c4c;
}

.blokken_slider article a,
.blokken_content a {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    width: fit-content;
    padding: 15px 40px;
    color: white;
    background-color: #112f6c;
    border: 1px solid #112f6c;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    font-size: 18px;
    transition: all 0.8s ease;
    margin-top: 1em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.blokken_slider article i,
.blokken_content i {
    margin-left: 10px;
}

.blokken_slider article a:hover,
.blokken_content a:hover {
    color: #112f6c;
    background-color: transparent;
}

.blokken {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30px;
}

.blokken.databank {
    width: 100%;
    background-color: white;
    padding-bottom: 30px;
    margin-top: 40px;
}

.blokken.databank>div {
    margin: 0 auto;
    width: 90%;
}

.blokken article {
    padding-bottom: 30px;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blokken_slider {
    width: 55%;
    transform: translateY(-55px);
}

.blokken article:last-of-type {
    padding-bottom: 0;
}

.blokken_slider img {
    width: 100%;
}

.blokken_content {
    width: 45%;
    padding: 35px 150px 80px 80px;
}

.blokken_titel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.blokken_titel>div:first-of-type {
    height: 1px;
    width: 52px;
    background-color: #fff;
}

.blokken.databank .blokken_titel>div:first-of-type {
    background-color: #112f6c;
}

.blokken_titel h2 {
    color: #fff;
    line-height: 120%;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 1.8em;
    padding-left: 10px;
}

.blokken.databank .blokken_titel h2 {
    color: #112f6c;
}

.blokken_tekst {
    line-height: 140%;
    font-weight: 200;
    max-width: 850px;
    color: #a3a3a3;
    font-size: 1.1em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.blokken.databank .blokken_tekst {
    color: #112f6c;
}

.blokken_tekst p:not(:last-of-type) {
    margin-bottom: 15px;
}

.blokken_tekst p>a {
    color: #fff;
}

.blokken_content>a:hover i {
    margin-left: 10px;
}

.blokken article:nth-child(odd) img {
    order: 3;
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    margin-bottom: 2.5em;
    padding: 0;
    cursor: pointer;
    color: black !important;
}

.slick-dots li button {
    font-size: 16px;
    line-height: 5em;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    content: '';
    text-align: center;
    border-radius: 50%;
    padding: 0;
    opacity: .25;
    background-color: rgba(214, 206, 206, 0.705);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #fff;
}


/* Timeline */

.timeline .slick-arrow {
    position: absolute;
    right: 75px;
    top: -60px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #112f6c;
    opacity: 0.8;
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    border: none;
}

.timeline .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.timeline .slick-next {
    right: 25px;
    left: initial;
}

.timeline .slick-arrow img {
    width: 7px;
}

.tijdlijn {
    width: 100%;
    background-color: #fff;
    padding: 50px 100px;
    display: block !important;
}

.tijdlijn-mobile {
    display: none !important;
    width: 100%;
    background-color: #fff;
    padding: 50px;
}

.timeline {
    margin: 50px 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: left;
}

.timeline li {
    transition: all 200ms ease-in;
}

.timestamp {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}

.swiper-container {
    position: relative;
}

.timeline-next {
    width: 10px !important;
    color: #112f6c;
    position: absolute;
    top: 10px;
    right: -2px;
    cursor: pointer;
}

.timeline-prev {
    width: 10px !important;
    color: #112f6c;
    position: absolute;
    top: 10px;
    left: -2px;
    cursor: pointer;
}

.status {
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 2px solid #112f6c;
    position: relative;
    transition: all 200ms ease-in;
    text-align: left;
	word-wrap: anywhere;
}

.status h3 {
    color: #112f6c;
    padding: 20px 0;
    font-weight: 600;
}

.status span {
    font-weight: 300;
    font-size: 16px;
    color: #112f6c;
    line-height: 160%;
}

.status span:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #112f6c;
    border-radius: 200px;
    position: absolute;
    top: -5px;
    left: 55px;
    transition: all 200ms ease-in;
}

.swiper-control {
    text-align: right;
}

.swiper-slide {
    width: 200px;
    text-align: center;
    font-size: 18px;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}


/* TEAMDETAIL */

.teamdetail {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 100px 50px;
}

.teamdetail .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    -ms-align-items: flex-start;
    position: relative;
}

.teamdetail .img {
    width: 30%;
    position: relative;
}

.teamdetail .bimg {
    display: block !important;
}

.teamdetail .simg {
    display: none !important;
}

a.prevItem.mob,
a.nextItem.mob {
    display: none;
}

a.prevItem,
a.prevBedrijf {
    position: absolute;
    z-index: 5;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

a.nextItem,
a.nextBedrijf {
    position: absolute;
    z-index: 5;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

a.prevItem img,
a.nextItem img,
a.prevBedrijf img,
a.nextBedrijf img {
    width: 100%;
    transition: all 0.8s ease;
}

a.prevItem:hover img,
a.prevBedrijf:hover img {
    transform: translateX(-10px);
}

a.nextItem:hover img,
a.nextBedrijf:hover img {
    transform: translateX(10px);
}

.teamdetail .img img {
    width: 100%;
    max-width: 600px;
}

.teamdetail .content {
    width: 70%;
    color: #fff;
    padding-left: 80px;
}

.teamdetail .content h2 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.teamdetail .content h3:not(.functies h3) {
    font-weight: 700;
    margin-bottom: 10px;
}

.teamdetail .content .c {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: rgba(214, 206, 206, 0.705);
    margin-bottom: 30px;
}

.teamdetail .content .c p:not(:last-of-type) {
    margin-bottom: 12px;
}

.teamdetail .content .c.mobile,
.showfulltext {
    display: none;
}

.showm,
div.showmore.showfuncties,
.functies-mob {
    display: none;
}

.teamdetail .content .functies {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding: 20px 0;
}

.teamdetail .content .functies article {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    width: 33.33%;
    margin-bottom: 20px;
    position: relative;
}

.teamdetail .content .functies article a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.teamdetail .functie-img {
    width: 50px;
    margin-right: 20px;
}

.teamdetail .functie-img img {
    width: 100%;
}

.teamdetail .functie-content {
    line-height: 160%;
}

.teamdetail .functie-content h3 {
    font-weight: 700;
    font-style: 25px;
}

.teamdetail .functie-content p {
    font-weight: 400;
    font-style: italic;
    font-style: 18px;
}

.teamdetail .gegevens {
    display: inline-flex;
    flex-direction: column;
    line-height: 200%;
}

.teamdetail .gegevens-mob {
    display: none;
}

.teamdetail .gegevens a {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0px;
    color: rgba(214, 206, 206, 0.705);
}

.teamdetail .gegevens a i {
    background-color: #fff;
    color: #112f6c;
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    margin-right: 15px;
    border-radius: 200px;
    padding: 8px;
}


/* TEAM CARROUSEL */

.team_ov {
    display: none;
}


/* EINDE TEAM */


/* WAT DOEN WE */

.criteria {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    height: 800px;
}

.criteria-mobile {
    display: none;
}

.werking_cijfers {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.werking_cijfers .h1 {
    color: white;
    font-size: 35px;
    margin-bottom: 50px;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
}

.werking_cijfers .blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 800px;
}

.werking_cijfers .criteria_ov,
.criteria_ov {
    background-color: rgba(214, 206, 206, 0.247);
    background-image: linear-gradient(50deg, #112f6ca6 30%, rgba(214, 206, 206, 0.041) 100%);
    padding: 40px;
    width: 50%;
    padding: 80px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.werking_cijfers .cijfers_ov {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(214, 206, 206, 0.247);
    background-image: linear-gradient(50deg, #112f6ca6 30%, rgba(214, 206, 206, 0.041) 100%);
    width: 30%;
    padding: 80px;
    height: 100%;
}

.werking_cijfers .legende {
    width: 100%;
    margin: auto;
}

.werking_cijfers .legende>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
}

.werking_cijfers .legende>div:not(:last-of-type) {
    margin-bottom: 20px;
}

.werking_cijfers .legende div.leg-color {
    width: 10%;
    height: 5px;
}

.werking_cijfers .legende h4 {
    width: 85%;
    font-weight: 300;
    font-size: 22px;
    line-height: 120%;
    color: rgba(214, 206, 206, 0.705);
}

.werking_cijfers .cijfers_det {
    width: 100%;
    background-color: #112f6c;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 40px 20px;
}

.werking_cijfers .cijfers_det img.graf {
    width: 100%;
    max-width: 60%;
}

.criteria_ov h1 {
    text-align: left;
    font-size: 40px;
    color: rgba(214, 206, 206, 0.705);
    margin-bottom: 15px;
}

.criteria_ov .text {
    font-size: 20px;
    color: rgba(214, 206, 206, 0.705);
    line-height: 120%;
    font-weight: 200;
}

.criteria_ov ul {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.criteria_ov ul li {
    display: flex;
    padding: 18px 0;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    cursor: pointer;
}

.criteria_ov ul li div:first-of-type {
    width: 90px;
    font-size: 30px;
}

.criteria_ov ul li>div:last-of-type {
    color: #fff;
    font-size: 22px;
    min-width: 450px;
    font-weight: 200;
}

.criteria_ov ul .active>div:last-of-type,
.criteria_ov ul li:hover {
    font-weight: 400;
}

.criteria_ov ul li img.icon {
    width: 60px;
    height: 60px;
}

.criteria_ov ul li>img.arrow {
    visibility: hidden;
}

.criteria_ov ul .activeItem>img.arrow,
.criteria_ov ul li:hover img.arrow {
    visibility: visible;
}

.criteria_det {
    width: 50%;
    height: 100%;
    background-color: #112f6c;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.criteria_det article {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    -ms-align-items: flex-start;
}

.criteria_det article .img {
    width: 160px;
    height: 160px;
}

.criteria_det article .img img {
    width: 100%;
}

.criteria_det article .c {
    font-weight: 300;
    font-size: 20px;
    line-height: 180%;
    color: rgba(214, 206, 206, 0.705);
    width: 70%;
    letter-spacing: 1px;
}

.criteria_det article h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.criteria_det article a {
    font-weight: 300;
    font-size: 20px;
    color: rgba(214, 206, 206, 0.705);
    border-bottom: 2px solid #E53323;
    padding-bottom: 10px;
}


/* Einde WAT DOEN WE */


/* KIEZEN VOOR */

.kiezen_voor {
    width: 90%;
    margin: auto;
    margin-top: 80px;
}

.kiezen_voor h1,
.kiezen_voor h2 {
    text-align: center;
}

.kiezen_voor .c {
    font-weight: 300;
    font-size: 25px;
    line-height: 180%;
    color: rgba(214, 206, 206, 0.705);
    width: 70%;
    margin: auto;
    text-align: center;
    letter-spacing: 1px;
}

.key_features {
    width: 100%;
    color: rgba(214, 206, 206, 0.705);
    padding: 80px 40px;
    text-align: center;
}

.key_features article {
    text-align: center;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.key_features article i {
    font-size: 38px;
    width: 120px;
    height: 120px;
    color: rgba(214, 206, 206, 0.705);
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: inset 0 0 0 6px rgba(214, 206, 206, 0.705), 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
}

.key_features article:hover i {
    box-shadow: inset 0 0 0 2px #fff, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.key_features article h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.key_features article div {
    font-weight: 300;
    font-size: 20px;
    line-height: 180%;
    color: rgba(214, 206, 206, 0.705);
    width: 80%;
    letter-spacing: 1px;
}


/* EINDE KIEZEN VOOR */


/* BEDRIJVEN */


/* BEDRIJVENDETAIL */


/* uitlijningen */

.uitlijning {
    width: 200px;
    position: absolute;
    z-index: 2;
    transition: all 1.5s;
}

.uitlijning img {
    width: 100%;
}

.topcontent {
    top: 0;
}

.centcontent {
    top: 50%;
    transform: translateY(-50%);
}

.bottomcontent {
    bottom: 0;
}

.centercontent {
    left: 50%;
    transform: translateX(-50%);
}

.rightcontent {
    right: 0;
}

.leftcontent {
    left: 0;
}


/* einde uitlijningen */


/* Slider */

.bedrijvenslider {
    width: 100%;
    position: relative;
}

.bedrijvenslider .slick-dots {
    bottom: 0;
    z-index: 9999;
}

.bedrijvenslider .slick-arrow {
    position: absolute;
    left: 15px;
    bottom: 0px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 2;
    padding: 0;
    background-color: transparent;
    border-radius: 200px;
    color: #fff;
    opacity: .8;
    background-color: #112f6c !important;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    border: none;
    transition: all 0.8s ease;
}

.bedrijvenslider .slick-arrow:hover {
    opacity: 1;
}

.bedrijvenslider .slick-next {
    left: 50px;
}

.bedrijven_slider,
.vacatures_slider,
.nieuws_slider,
.nieuwsdet_slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bedrijven article {
    width: 29% !important;
    margin: 2%;
    position: relative;
}

.vacatures article {
    width: 29.333% !important;
    margin: 2%;
    position: relative;
}

.nieuws article {
    width: 29% !important;
    margin: 2%;
    position: relative;
}

.bedrijven article>div,
.nieuws article>div {
    overflow: hidden;
}


/* einde slider */

.bedrijvendetail {
    width: 100%;
    margin: auto;
    padding: 0px;
    position: relative;
}

.bedrijvendetail .whitebg {
    width: 100%;
    margin: auto;
    background-color: #fff;
}

.bedrijvendetail .container {
    width: 80%;
    margin: auto;
    background-color: #fff;
    padding: 35px 0;
}

.bedrijvendetail img {
    width: 100%;
}

.bedrijvendetail .content {
    width: 100%;
    color: #112f6c;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-between;
}

.bedrijvendetail .content h2 {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

.bedrijvendetail .content h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

.bedrijvendetail .content .c {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #112f6c;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.bedrijvendetail .content .c p:not(:first-of-type) {
    margin-top: 15px;
}

.bedrijvendetail .content .gegevens {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(214, 206, 206, 0.705);
    margin-top: 25px;
    width: 25%;
}

.bedrijvendetail .content .gegevens a {
    padding: 20px;
    color: rgba(214, 206, 206, 0.705);
    transition: all 0.8s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
}

.bedrijvendetail .content .gegevens a:not(:first-of-type):not(a.vac) {
    border-top: 2px dashed rgba(214, 206, 206, 0.705);
}

.bedrijvendetail .gegevens div:first-of-type {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #112f6c;
}

.bedrijvendetail .gegevens div:first-of-type a {
    color: #fff;
    font-size: 15px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 10px 15px;
}

.bedrijvendetail .gegevens div:first-of-type a:not(:last-of-type) {
    border-right: 1px solid white;
}

.bedrijvendetail .gegevens div:nth-of-type(2) {
    margin: 50px 0 20px 0;
}

.bedrijvendetail .gegevens div:nth-of-type(2) a.vac {
    border: 1px solid #112f6c;
    color: #112f6c;
    font-weight: 600;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 20px;
    transition: all 0.8s ease;
}

.bedrijvendetail .gegevens div:nth-of-type(2) a.vac:hover {
    background-color: #112f6c;
    color: white
}

.bedrijvendetail .gegevens a i {
    margin-right: 15px;
}

.bedrijvendetail .gegevens div:nth-of-type(2) a.vac:hover i {
    color: white
}

.bedrijvendetail .gegevens a span {
    width: 80%;
}

.bedrijvendetail .medewerkers {
    width: 80%;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-align-items: flex-start;
    text-align: left;
}

.medewerkers_slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-align-items: flex-start;
    text-align: left;
}

.medewerkers .slick-track {
    margin: 0 !important;
}

.bedrijvendetail .medewerkers article {
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 15%;
    margin: .5%;
    margin-bottom: 10px;
}

.bedrijvendetail .medewerkers article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}

.medewerkers_content {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    z-index: 3;
    padding: 10px;
    min-height: 35%;
}

.bedrijvendetail .medewerkers article h2 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}

.bedrijvendetail .medewerkers article h3 {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    width: 100%;
}

.bedrijvendetail .medewerkers article>div {
    position: relative;
}

.bedrijvendetail .medewerkers article>div img {
    width: 100%;
    transition: all 1s ease;
}

.bedrijvendetail .medewerkers article:hover>div img {
    transform: scale(1.1);
}

.medewerkers_overlay {
    content: "";
    height: 60%;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 2s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
    background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: 2s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.bedrijvendetail a.goback {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 100;
}

.bedrijvendetail a.goback img {
    width: 100%;
    transition: all 0.8s ease;
}

.bedrijvendetail a.goback:hover img {
    transform: translateX(-10px);
}


/* EINDE BEDRIJVENDETAIL */


/* VACATURES ALLE BEDRIJVEN */

.bedrijven,
.team {
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    background-color: #112f6ca6;
}

.vacatures {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    background-color: #112f6ca6;
}

.nieuws {
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
}

.nieuws.more {
    background-color: transparent;
    padding: 0 10%;
}

.title-hold.more {
    padding: 0 10%;
}

.vacatures .slick-dots,
.bedrijven .slick-dots,
.team .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    flex-wrap: wrap;
    bottom: -50px !important;
}

.vacatures .slick-dots .slick-active,
.bedrijven .slick-dots .slick-active,
.team .slick-dots .slick-active {
    background-color: #353535;
}

.vacatures .slick-dots li,
.bedrijven .slick-dots li,
.team .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #c9c9c9;
    margin: 0 5px;
    border-radius: 200px;
    cursor: pointer;
}

.vacatures .slick-dots li button,
.bedrijven .slick-dots li button,
.team .slick-dots li button {
    display: none;
}

.vacatures_slider,
.bedrijven_slider,
.team_slider,
.nieuws_slider {
    width: 100%;
    max-width: 80%;
}

.nieuwsdet_slider {
    max-width: 100%;
}

.vacatures article,
.bedrijven article,
.team article,
.nieuws article {
    padding: 0;
    position: relative;
}

.vacatures article a,
.bedrijven article a,
.team article a,
.nieuws article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 4;
}

.bedrijven .onhover {
    background-color: rgba(255, 255, 255, 0.719);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-align: center;
    transition: all 0.8s ease;
}

.bedrijven .onhover>div {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-align: center;
}

.bedrijven .onhover img {
    max-width: 60%;
    width: 100%;
    transition: all 0.8s ease;
}

.bedrijven .onhover h2 {
    visibility: hidden;
    text-align: center;
}

.bedrijven article:hover .onhover h2 {
    visibility: visible;
}

.bedrijven article:hover img,
.nieuws article:hover img {
    transform: scale(1.1);
}

.vacatures article>div img,
.bedrijven article>div img,
.team article>div img,
.nieuws article>div img {
    width: 100%;
    max-width: 600px;
    transition: all 1s ease;
    filter: grayscale(0%);
}

.vacatures article:hover>div img,
.bedrijven article:hover>div img,
.team article:hover>div img,
.nieuws article:hover>div img {
    filter: grayscale(20%);
}

.vacatures a.showmore,
.bedrijven a.showmore,
.team a.showmore,
.nieuws a.showmore {
    position: absolute;
    z-index: 100;
    text-align: center;
    left: unset;
    top: unset;
    right: -10px;
    bottom: -15px;
    background-color: #112f6c !important;
    box-shadow: #112f6c 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    z-index: 10;
    transition: all 1s ease;
    cursor: pointer;
    width: 34px;
    height: 34px;
    font-size: 18px;
    border-radius: 200px;
    padding: 8px;
}

div.showmore {
    text-align: center;
    background-color: white;
    width: 70px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 10px 5px;
    z-index: 10;
    transition: all 1s ease;
    cursor: pointer;
}

div.showmore i {
    transition: all 0.5s ease;
}

div.showmore i,
.vacatures a.showmore i,
.bedrijven a.showmore i,
.team a.showmore i,
.nieuws a.showmore i {
    color: #fff;
    font-size: 16px;
}

.vacatures article:hover .showmore,
.bedrijven article:hover .showmore,
.team article:hover .showmore,
.nieuws article:hover .showmore {
    transform: scale(1.1);
}

.vacatures_content {
    width: 100%;
    padding: 15px;
    background-color: white;
    min-height: 120px;
}

.team_content {
    width: 100%;
    padding: 15px;
    background-color: white;
    min-height: 100px;
    max-width: 600px;
}

.bedrijven_content {
    width: 100%;
    padding: 15px;
    background-color: white;
    min-height: 90px;
    display: none;
}

.nieuws_content {
    width: 100%;
    padding: 15px;
    background-color: white;
    position: relative;
    z-index: 1;
}

.nieuws.more .nieuws_content {
    background-color: transparent;
}

.nieuws_content {
    padding-bottom: 20px;
}

.vacatures_content div:first-of-type,
.bedrijven_content div:first-of-type,
.team_content div:first-of-type,
.nieuws_content div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    -ms-align-items: flex-start;
    width: 100%;
}

.vacatures_content div:nth-of-type(2) i,
.bedrijven_content div:nth-of-type(2) i,
.team_content div:nth-of-type(2) i,
.nieuws_content div:nth-of-type(2) i {
    color: #001f35;
    font-size: 20px;
}

.nieuws_overlay {
    content: "";
    height: 60%;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 2s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
    background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: 2s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.vacatures_overlay,
.bedrijven_overlay,
.team_overlay {
    content: "";
    height: 60%;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 2s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
    background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: 2s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.vacatures article h2,
.bedrijven article h2,
.team article h2,
.nieuws article h2,
.team_ov article h2 {
    font-size: 20px;
    font-weight: 800;
    color: #112f6c;
    text-align: left;
    margin-top: 10px;
    width: 100%;
}

.nieuws.more article h2,
.nieuws.more article h3 {
    color: #fff;
}

.nieuws article h2 {
    font-size: 1.2em;
}

.vacatures article h3 {
    color: #112f6c;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    width: 100%;
}

.bedrijven article h3 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #112f6c;
    color: white;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    padding: 7px 20px;
    border-radius: 20px;
}

.team_slider {
    display: flex;
    flex-wrap: wrap;
}

.team article {
    width: 31%;
    margin: 1%;
    max-width: 600px;
}

.team article h3,
.nieuws article h3,
.team_ov article h3 {
    color: #112f6c;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
}

.bedrijven article h3 i,
.team article h3 i {
    margin-right: 10px;
    font-size: 13px;
}


/* EINDE VACATURES ALLE BEDRIJVEN */


/* VACATURES OCTOPUS CAPITAL ZELF */


/* Vacature Overzicht */

.vacature_overzicht {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 10px;
}

.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: #001f35;
    font-weight: 700;
    margin: 0 auto;
    border-bottom: 2px solid #001f35;
    margin-bottom: 50px;
    transition: all .3s;
}

.vacature_overzicht>a:hover {
    background-color: transparent;
    color: #001f35;
}

.vacature_overzicht article {
    width: 46%;
    margin-bottom: 1%;
    margin-right: 1%;
    border: 2px solid rgba(214, 206, 206, 0.705);
    ;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.vacature_overzicht article:nth-child(even) {
    margin-right: 0%;
}

.spontaan_sol {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.spontaan_sol img {
    opacity: 0;
}

.spontaan_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.spontaan_content h5 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
}

.spontaan_content button {
    border: none;
    background-color: #001f35;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
}

.vacature_overzicht article>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.vacature_overzicht article img {
    width: 50%;
    transition: all 0.8s ease;
    position: relative;
    z-index: 0;
}

.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: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.vacature_overzicht article h3 {
    color: rgba(214, 206, 206, 0.705);
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.vacature_overzicht article h2 {
    color: white;
    line-height: 120%;
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 25px;
    width: 100%;
}

.vacature_overzicht article h4 {
    font-size: 1em;
    color: rgba(214, 206, 206, 0.705);
}

.vacature_overzicht article h4 i {
    margin-right: 5px;
}

.vacature_overzicht article div a {
    background-color: transparent;
    color: rgba(214, 206, 206, 0.705);
    font-weight: 700;
    margin-top: 20px;
    font-size: 1em;
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 2;
    transition: all 1s ease;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    -ms-align-items: center;
}

.vacature_overzicht article div a i {
    margin-left: 10px;
    font-size: 25px;
}

.vacature_overzicht article div a:hover,
.vacature_overzicht article:hover div a {
    transform: scale(1.1);
}

.vacature_overzicht article:hover img {
    transform: scale(1.1);
}

.ak_videocall_vacature {
    width: 100%;
    max-width: 1400px;
    margin: 30px auto;
    position: relative;
}

.ak_videocall_vacature img {
    width: 100%;
}

.ak_videocall_vacature div {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}

.ak_videocall_vacature div h2 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 120%;
    color: white;
    max-width: 300px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.22);
}

.ak_videocall_vacature div a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 25px;
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;
    background-color: #E93C1E;
}


/* Einde Vacature Overzicht */


/* Vacature Pagina */

.vacature_pagina {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 10px;
    margin-top: 10px;
}

.vacature_pagina article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.vacature_pagina .vacimg {
    position: relative;
}

.vacature_pagina .vacimg img {
    width: 100%;
}

.vacature_pagina .vacimg p {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: white;
    padding: 5px 20px;
    background-color: #112f6c;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    border-radius: 200px;
    letter-spacing: 1px;
}

.vacature_pagina .vacimg p i {
    font-size: 16px;
    color: white;
}

.vacature_pagina>div {
    width: 100%;
}

.vacature_pagina article h2 {
    width: 100%;
    color: rgba(214, 206, 206, 0.705);
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vacature_pagina h1 {
    width: 80%;
    color: white !important;
    font-size: 2em;
    font-weight: 700;
    margin: 0 !important;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: left !important;
    text-transform: unset !important;
}

.vacature_pagina article h1 article {
    font-size: .6em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.vacature_pagina article h1 article a {
    margin: 0 10px;
    color: #000;
}

.vacature_pagina article div:not(.share):not(.intro) {
    font-weight: 300;
    font-size: 20px;
    line-height: 180%;
    color: rgba(214, 206, 206, 0.705);
}

.vacature_pagina .intro {
    display: flex;
    flex-direction: row;
}

.vacature_pagina article h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 5px;
    color: white;
}

.vacature_pagina article h3:first-of-type {
    margin-top: 0;
}

.vacature_pagina article div a {
    color: rgba(214, 206, 206, 0.705);
    font-weight: 700;
}

.vacature_pagina article div a i {
    color: rgba(214, 206, 206, 0.705) !important;
}

.vacature_pagina .share {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    width: fit-content;
    width: 20%;
}

.vacature_pagina .share-mob {
    display: none;
}

.vacature_pagina .share p {
    margin-right: 10px;
}

.vacature_pagina .share a {
    color: #112f6c;
}

.vacature_pagina .share i {
    font-size: 15px;
    width: 25px;
    height: 25px;
    background-color: rgba(214, 206, 206, 0.705);
    color: #112f6c !important;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.vacature_pagina .share i:first-of-type {
    margin-right: 10px;
}

.vacature_pagina article div strong {
    font-size: 1em;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgba(214, 206, 206, 0.705);
}

.vacature_pagina aside {
    max-width: 450px;
    width: 100%;
    margin-left: 50px;
}

.vacature_pagina aside form {
    border: 2px solid rgba(214, 206, 206, 0.705);
    padding: 35px 30px;
}

.vacature_pagina .contactpersoon-vacature {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.vacature_pagina .contactpersoon-vacature img {
    width: 25%;
    object-fit: contain;
    align-self: flex-start;
}

.vacature_pagina .contactpersoon-vacature .details {
    width: 70%;
}

.vacature_pagina .contactpersoon-vacature .details h2 {
    font-weight: bold;
    color: #001f35;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}

.vacature_form .vacaturelabel {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    color: rgba(214, 206, 206, 0.705);
}

.vacature_form input[type=text],
.vacature_form input[type=email],
.vacature_form select,
.vacature_form textarea {
    width: 100%;
    border: none;
    background-color: transparent !important;
    padding: 12px;
    color: white !important;
    font-weight: 200;
    margin-bottom: 20px;
    font-family: open-sans, sans-serif;
    font-size: 18px;
    border-bottom: 2px solid rgba(214, 206, 206, 0.705);
}

.vacature_form input[type=text]::placeholder,
.vacature_form input[type=email]::placeholder,
.vacature_form select,
.vacature_form textarea::placeholder {
    color: rgba(214, 206, 206, 0.705) !important;
}

.vacature_form textarea {
    height: 150px;
}

.vacature_form select {
    background-image: url(/images/select.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 0;
    padding-left: 10px;
}

.vacature_form select option {
    color: #353535 !important;
}

.vacature_form input[type=submit] {
    width: 100%;
    background-color: white;
    color: #112f6c;
    font-weight: 700;
    margin-top: 10px;
    font-size: 1.1em;
    border: none;
    padding: 15px;
}

.vacature_form>h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: rgba(214, 206, 206, 0.705);
    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: #112f6c;
    background-color: rgba(214, 206, 206, 0.705);
    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_form .privcnt a {
    color: white !important;
}

.vacature_form .privcnt>div {
    line-height: 130% !important;
    font-size: 16px!important;
}

.contact_form .privcnt>div {
    line-height: 100% !important;
    font-size: 16px!important;
}

.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: #001f35;
}

.vacature_ak h2 {
    font-size: 1.4em;
    font-weight: 700;
    padding-left: 20px;
    color: #3C3C3B;
    margin-top: 5px;
}

.service_manager {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
    border: 2px solid #F2F2F2;
}

.service_manager img {
    width: 30%;
}

.service_manager>div {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 30px;
}

.service_manager h2 {
    width: 100%;
    text-align: left;
    font-size: 1.4em;
    font-weight: 700;
    color: #001f35;
    margin-bottom: 10px;
}

.service_manager>div div {
    font-size: 1.1em;
    font-weight: 200;
    color: #9e9e9e;
    line-height: 170%;
}


/* Einde Vacature Pagina */


/* EINDE VACATURES OCTOPUS CAPITAL ZELF */


/* Nieuws */

.slider {
    margin-top: 30px;
}

.slider .slide img {
    width: 100%;
}

.slider .slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    opacity: 0.8;
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    border: none;
}

.slider .slick-next {
    right: 0px;
    left: initial;
}

.slider .slick-arrow img {
    width: 10px;
}

.blog-vid img {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

.blog-img {
    position: relative;
}

.blog-img,
.blog-img img {
    width: 100%;
    position: relative;
}

.blog-img .newscat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: fit-content
}

.blog-img .newscat div {
    width: 100%;
    padding: 10px 30PX;
    color: white;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-size: 16px;
}

.blog-img .newscat div:not(:last-of-type) {
    margin-bottom: 10px;
}

.blog-head {
    text-align: justify;
    line-height: 180%;
    position: relative;
    width: 75%;
    margin: auto;
    margin-top: 50px;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.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-main .whitebg {
    background-color: #fff;
    padding: 20px;
}

.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: 10px;
    z-index: 1;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.80);
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    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 #fff;
    padding: 10px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    transition: all 1s ease;
}

.button-hold a:hover {
    background-color: #fff;
    color: #fff;
}


/**
 * Blog detail
 **/

.blog-holder {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    border: 2px solid #f3f3f3;
}

.blog-main {
    width: 100%;
    margin: auto;
    margin-top: 15px;
    padding: 0 10%;
}

.blog-main .c {
    font-size: 18px;
    color: #112f6c;
    padding: 0;
    line-height: 180%;
}

.blog-main .c strong {
    color: #112f6c !important;
    font-weight: 700;
}

.blog-main .c em {
    font-style: italic;
    font-weight: 200;
}

.blog-main .c p:not(:last-of-type) {
    margin-bottom: 15px;
}

.blog-item .c {
    font-size: 1.1em;
    color: #112f6c;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-vid,
.vac_video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}

.vid-container {
    width: 76.7%;
}

.blog-main .blog-vid iframe,
.vac_video iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 90%;
}

.blog-main .blog-head .h1 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 130%;
    color: #112f6c;
    font-size: 25px;
}

.blog-aside h3 {
    font-weight: 700;
    color: #112f6c;
    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: #fff;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #fff;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #626572;
}

.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: #fff;
}

.blog-more-nav {
    display: block;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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 20px;
    background-color: transparent;
    font-weight: 700;
    border: 2px solid #fff;
    color: #fff;
    transition: all 1s ease;
}

.blog-overzicht .blog-item:hover a {
    background-color: #fff;
    color: #fff;
}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #626572;
}

.blog-overzicht .blog-item {
    width: 48%;
    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 ease;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 10px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-size: 1.5em;
    line-height: 150%;
    color: #112f6c;
    margin-top: 30px;
    font-weight: 600;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row a {
    color: #fff;
}

.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 {
    max-width: 1000px;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.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;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde nieuws */


/* CONTACT */

.contact_pagina {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 150px 10px 0 10px;
    margin-top: 00px;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 80px 80px;
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}

.contact_gegevens {
    width: 35%;
}

.contact_gegevens h1 {
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    font-size: 2em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    -ms-align-items: flex-end;
}

.contact_gegevens h1 i {
    font-size: 22px;
    margin-right: 15px;
}

.contact_gegevens h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 180%;
    color: #fff;
}

.contact_gegevens p {
    padding-bottom: 10px;
}

.contact_split {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contact_split h2 {
    font-weight: 700;
    color: #112f6c;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 130%;
}

.contact_split div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contact_split div p {
    padding: 10px;
    padding-left: 50px;
    position: relative;
    color: #112f6c;
}

.contact_split div p a {
    color: #112f6c;
}

.contact_split div p i {
    position: absolute;
    left: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    color: #112f6c77;
    transform: translateY(-50%);
}

.contact_split img {
    width: 200px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    top: -60px;
    right: -60px;
    border: 1px solid white;
    background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
}

.contact_formulier {
    width: 55%;
    margin-top: 70px;
}

.contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_label {
    width: 100%;
    font-size: 1.2em;
    font-weight: 200;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email],
#NaamInput input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #bebdbd;
    background-color: transparent;
    padding: 8px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    padding-left: 10px;
}

.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder,
.contact_form textarea::placeholder {
    color: #a3a3a3;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
#NaamInput input:focus {
    border-bottom: 2px solid #fff;
    font-weight: 400;
}

.contact_form input[type=text]:focus::placeholder,
.contact_form input[type=email]:focus::placeholder,
#NaamInput input:focus::placeholder,
.contact_form textarea:focus::placeholder {
    color: #fff;
}

.contact_form textarea {
    background-color: transparent;
    border: none;
    width: 100%;
    border-bottom: 2px solid #a3a3a3;
    border-radius: 0px;
    padding: 10px 0px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
    height: 100px;
    padding-left: 10px;
}

.contact_form textarea:focus {
    border-bottom: 2px solid #fff;
    font-weight: 400;
}

.contact_form select {
    width: 100%;
    color: #353535;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #f6f6f6;
    background-color: #F4F4F4;
    height: 50px;
    font-size: .9em;
    font-weight: 700;
    background-image: url(/images/select2.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.contact_form input[type=submit] {
    padding: 5px 30px;
    background: transparent;
    border: 2px solid #a3a3a3;
    font-weight: 200;
    color: #a3a3a3;
    font-size: 1.2em;
    font-weight: 200;
    transition: all .3s;
}

.contact_form input[type=submit]:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #112f6c;
}

.contact_formulier #NaamInput {
    width: 100%;
}

.contact_formulier #EmailInput {
    width: 100%;
}

#dasmap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 600px;
    position: relative;
    z-index: 0;
    margin-top: -30px;
}


/* EINDE CONTACT */


/* FOOTER */

footer {
    width: 100%;
    margin: auto;
    padding: 40px 10% 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    color: #fff;
    font-size: 16px;
    background-color: #04122c;
}

footer a {
    color: rgba(214, 206, 206, 0.705);
}

footer div {
    line-height: 130%;
}

.socials {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
}

.socials i {
    background-color: rgba(214, 206, 206, 0.705);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 10px;
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

.footer-item {
    width: 100%;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    color: rgba(214, 206, 206, 0.705);
    font-size: 16px;
    text-align: center;
}

.footer-item:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 10px;
}

.footer-bedrijven {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-bedrijven div {
    width: 35px;
    height: 35px;
}

.footer-bedrijven div:not(:last-of-type) {
    margin-right: 15px;
}

.footer-bedrijven div img {
    width: 100%;
    border-radius: 200px;
}

.disclaimer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    color: rgba(214, 206, 206, 0.705);
    margin-top: 30px;
}

.disclaimer a {
    color: rgba(214, 206, 206, 0.705);
}

.disclaimer span {
    margin: 0 10px;
}


/* EINDE FOOTER */


/* Media Query's */

@media screen and (max-width: 1550px) {
    .bedrijvendetail .content .gegevens {
        width: 30%;
    }
    .bedrijvendetail .content {
        width: 65%;
    }
    .introtekst {
        width: 50%;
    }
}

@media screen and (max-width: 1500px) {
    .blokken_content {
        padding: 35px 60px 80px 80px;
    }
    .team article .img .photo {
        width: 220px;
    }
    .teamdetail .content .functies article {
        width: 50%;
    }
}

@media screen and (max-width: 1400px) {
    .menubtn {
        right: 5px;
        top: 20px;
    }
    .nav_right {
        top: 20px;
    }
    .cta {
        top: 20px;
        right: 65px;
    }
    .page_header .c,
    .page_header.intro .c {
        width: 80%;
    }
    .criteria_det article .img {
        width: 130px;
        height: 130px;
    }
    .blog-content h2 {
        font-size: 1.25rem;
    }
    .blog-main .blog-vid {
        width: 100%;
    }
    .introtekst {
        width: 60%;
    }
    .blokken_content {
        padding: 35px 50px 80px 60px;
    }
    .werking_cijfers .cijfers_ov {
        width: 40%;
    }
    .bedrijven_content {
        min-height: 100px;
    }
    .blog-main {
        padding: 0 5%;
    }
    .vacature_overzicht article h2 {
        font-size: 1.1em;
    }
    .vacature_pagina article:not(.share) {
        flex-direction: column;
    }
    .vacature_pagina aside {
        max-width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
    .vacature_form input[type=submit] {
        width: fit-content;
        font-size: 16px;
        padding: 10px 20px;
    }
    .vacature_form .inputfile+label {
        width: fit-content;
        padding: 10px 20px;
        transition: all 0.8s ease;
    }
    .vacature_pagina aside {
        margin-top: 50px;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }
    .vacature_pagina aside form {
        width: 49.5%;
        padding: 20px;
    }
}

@media screen and (max-width: 1350px) {
    .criteria_ov {
        width: 60%;
    }
    .criteria_det {
        width: 40%;
    }
    .criteria_det article {
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
        justify-content: center;
        text-align: center;
    }
    .criteria_det article .img {
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
    }
    .criteria_det article .c {
        text-align: center;
    }
    .criteria_det article h2 {
        margin-bottom: 20px;
    }
    .bedrijvendetail .medewerkers article {
        width: 24%;
    }
    .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;
    }
    .vacature_pagina h1 {
        font-size: 1.5em !important;
    }
    .vacature_pagina article h3 {
        font-size: 1.1em;
    }
    .medewerkers_content {
        min-height: 25%;
    }
}

@media screen and (max-width: 1300px) {
    .introtekst {
        width: 70%;
    }
    .about .powertekst .c {
        width: 80%;
    }
    .bedrijvendetail a.goback {
        display: none;
    }
    .bedrijvendetail .content {
        flex-direction: column;
    }
    .bedrijvendetail .content .gegevens {
        order: 1;
        width: 100%;
        border: none;
        margin-bottom: 50px;
    }
    .bedrijvendetail .gegevens a i {
        width: 20px;
        font-size: 18px;
    }
    .bedrijvendetail .content {
        order: 2;
        width: 100%;
    }
    .blog-overzicht .blog-item {
        width: 98%;
    }
    .werking_cijfers .legende {
        width: 100%;
    }
    .werking_cijfers .legende div.leg-color {
        width: 10%;
        height: 5px;
    }
    .medewerkers_content {
        min-height: 20%;
    }
}

@media screen and (max-width: 1210px) {
    .blog-content h1 {
        font-size: 2.1rem;
    }
    .blog-content h2 {
        font-size: 1.15rem;
        width: 70%;
    }
    .blog-main .blog-vid {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .blog-main .c {
        text-align: left;
    }
    .bedrijvendetail .container {
        width: 90%;
    }
    .werking_cijfers .cijfers_det img.graf {
        max-width: 80%;
    }
    .medimage {
        display: block !important;
    }
    .bigimage,
    .smaimage {
        display: none !important;
    }
    .bedrijven article,
    .vacatures article,
    .nieuws article {
        width: 46% !important;
    }
    .contact_pagina {
        padding: 25px 10px;
        margin-top: 30px;
    }
    .contact_info {
        outline: none;
    }
    .contact_gegevens {
        margin-bottom: 20px;
        padding: 30px 10px;
    }
    .contact_gegevens h1 {
        justify-content: center;
    }
    .contact_gegevens,
    .contact_formulier {
        width: 100%;
        padding: 0 10px;
    }
    .contact_formulier {
        margin-top: 30px;
    }
    .contact_gegevens h1,
    .contact_gegevens h2 {
        text-align: center;
        line-height: 120%;
    }
    .contact_gegevens h1 {
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
    }
    .contact_gegevens>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 20px;
    }
    .contact_split {
        margin-top: 10px;
    }
    .contact_split div {
        padding: 20px;
    }
    #dasmap {
        margin-top: 15px;
        height: 400px;
    }
    .contact_gegevens>div a {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }
    .contact_split img {
        right: -10px;
    }
    .contact_split div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .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;
    }
    .kiezen_voor .c {
        width: 80%;
        font-size: 22px;
    }
    .key_features article h2 {
        font-size: 20px;
    }
    .key_features article div {
        font-size: 18px;
    }
    .blog-main .blog-vid {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1150px) {
    header {
        padding-left: 20px;
    }
    .page_header.intro {
        padding: 80px 0;
    }
    .blokken {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blokken article {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .blokken_slider {
        width: 90%;
        margin: auto;
        transform: unset;
    }
    .blokken article>img {
        width: 100%;
        order: 1 !important;
        margin: auto;
    }
    .blokken_tekst {
        width: 80%;
        max-width: 80%;
        font-size: 1.3em;
        margin: auto;
    }
    .blokken_content {
        width: 100%;
        max-width: 100%;
        order: 2 !important;
        padding: 20px 0;
        padding-top: 40px;
        text-align: center;
    }
    .blokken_titel {
        display: block;
    }
    .blokken_titel h2 {
        font-size: 30px;
        position: relative;
    }
    .blokken_titel>div:first-of-type {
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .criteria {
        display: none;
    }
    .criteria-mobile {
        display: block !important;
        padding: 50px 20px;
    }
    .criteria-mobile article {
        display: flex;
        flex-direction: column;
    }
    .criteria-mobile article:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .criteria-mobile article h3 {
        background-color: #112f6c;
        color: white;
        padding: 10px 20px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -ms-align-items: center;
        cursor: pointer;
        font-size: 20px;
    }
    .criteria-mobile article h3 span {
        display: flex;
        flex-direction: row;
        align-items: center;
        -ms-align-items: center;
    }
    .criteria-mobile article div {
        font-weight: 300;
        font-size: 20px;
        color: rgba(214, 206, 206, 0.705);
        line-height: 160%;
        padding: 10px;
    }
    .criteria-mobile img.icon {
        width: 50px;
        margin-right: 15px;
    }
    .criteria-mobile img.arrow {
        width: 20px;
        transition: all 0.5s ease;
    }
    .arrowUp2 img.arrow {
        transform: rotate(180deg);
    }
    .contact_split img {
        top: -30px;
    }
    .kiezen_voor {
        margin-top: 30px;
    }
    .medewerkers_content {
        min-height: 25%;
    }
    .tijdlijn {
        padding: 50px;
    }
}

@media screen and (max-width: 1100px) {
    .dn {
        display: none;
    }
    .teamdetail .gegevens {
        display: none;
    }
    .teamdetail .gegevens-mob {
        display: flex;
        flex-direction: row;
        position: absolute;
        right: 15px;
        bottom: -17px;
    }
    .teamdetail .gegevens-mob a i {
        background-color: #112f6c !important;
        transition: all 1s ease;
        box-shadow: #112f6c 0px 5px 15px;
        color: white;
        width: 34px;
        height: 34px;
        font-size: 18px;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        -ms-align-items: center;
        border-radius: 200px;
        padding: 8px;
    }
    .teamdetail .gegevens-mob a:first-of-type {
        margin-right: 10px;
    }
    .blokken_content a {
        font-size: 17px;
        padding: 10px 30px;
    }
    a.prevItem,
    a.nextItem {
        display: none;
    }
    a.prevItem.mob,
    a.nextItem.mob {
        display: block;
        width: 15px;
    }
    a.prevItem.mob {
        left: -4%;
    }
    a.nextItem.mob {
        right: -4%;
    }
    .teamdetail {
        flex-direction: column;
        padding: 50px 0;
    }
    .teamdetail .bimg {
        display: none !important;
    }
    .teamdetail .simg {
        display: block !important;
    }
    .teamdetail .img img {
        max-width: 100%;
    }
    .teamdetail a.goback {
        display: none;
    }
    .teamdetail .img {
        width: 100%;
    }
    .teamdetail .content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .vacatures article h2,
    .bedrijven article h2,
    .team article h2,
    .nieuws article h2,
    .team_ov article h2 {
        font-size: 1.2em;
    }
    .vacatures article h3,
    .bedrijven article h3,
    .team article h3,
    .nieuws article h3,
    .team_ov article h3 {
        font-weight: 400;
    }
    .vacature_ak {
        border: 2px solid #F2F2F2;
        padding: 20px;
        width: 49.5%;
    }
    .vacature_overzicht article div a {
        width: 100%;
        position: relative;
        right: initial;
        bottom: initial;
    }
    .vacature_overzicht {
        -ms-align-items: initial;
        align-items: initial;
    }
    .vid-container {
        margin-bottom: 20px;
    }
    .blog-head {
        width: 85%;
    }
    .team_ov {
        display: block;
        background-color: white;
    }
    .team_ov .main_title {
        text-align: center;
        width: 95%;
        margin: auto;
        color: #112f6c;
        font-weight: 500;
        padding-top: 20px;
        font-size: 20px;
        font-style: italic;
    }
    .team_ov>div {
        padding: 50px 20px;
        padding-top: 20px;
    }
    .team_ov .slick-slide {
        margin: 0 0.5% !important;
    }
    .team_ov article {
        position: relative;
    }
    .team_ov a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 20;
    }
    .team_ov article img {
        width: 100%;
    }
    .team_ov .team_content {
        background-color: #112f6c13;
    }
    .team_ov .slick-dots {
        left: 0 !important;
        bottom: -30px !important;
        z-index: 30;
    }
    .slick-dots li button:before {
        opacity: 0.2;
        background-color: #112f6c;
    }
    .team_ov .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: #112f6c;
    }
}

@media screen and (max-width: 1050px) {
    .team article {
        width: 46%;
        margin: 2%;
    }
    .cijfers_det {
        width: 100%;
        padding: 50px;
    }
    .cijfers_ov {
        width: 100%;
        padding: 50px;
    }
    .werking_cijfers .blocks {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .werking_cijfers .cijfers_ov {
        order: 1;
        width: 100%;
        padding: 50px;
    }
    .medewerkers_content {
        min-height: 30%;
    }
    .bedrijvendetail .gegevens div:first-of-type a {
        width: 50%;
        border: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .contact_split img {
        width: 160px;
    }
    .blog-content h1 {
        width: 100%;
        font-size: 1.9rem;
    }
    .blog-content h2 {
        font-size: 1.15rem;
    }
    .blog-main .blog-vid {
        width: 100%;
    }
    .blog-nav nav {
        margin-bottom: 20px;
    }
    .blog-holder {
        flex-wrap: wrap;
    }
    .row-block .extra {
        padding: 10px;
    }
    .blog-aside h3 {
        width: 100%;
    }
    .blog-recent {
        display: none;
    }
    .blog-recent .blog-item {
        width: 45%;
    }
    .blog-aside {
        width: 100%;
        margin-right: 0;
    }
    .blog-nav {
        order: 1;
    }
    .blog-main {
        width: 100%;
        padding: 10px;
        padding-top: 0;
        order: 2 !important;
    }
    footer {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .introtekst {
        width: 80%;
    }
    .page_header .c,
    .page_header.intro .c {
        width: 100%;
    }
    .page_header .c,
    .bedrijvendetail .content .c,
    .textcontent h1,
    .page_header.intro .c {
        font-size: 20px;
    }
    .blog-main .blog-head .h1 {
        font-size: 20px;
    }
    .blog-main .c {
        font-size: 17px;
    }
}

@media screen and (max-width: 900px) {
    .menubtn {
        position: absolute;
    }
    .vacatures,
    .bedrijven,
    .team,
    .nieuws {
        margin-top: 0;
        padding: 30px 10px;
    }
    .nieuws.more {
        padding: 0px 10px 30px 10px;
    }
    .vacatures_slider,
    .bedrijven_slider,
    .team_slider,
    .nieuws_slider,
    .nieuwsdet_slider {
        max-width: 100%;
    }
    .about .powertekst h1 {
        font-size: 20px;
    }
    .about .powertekst h2 {
        font-size: 16px;
        margin: 10px 0 5px 0;
    }
    .about .powertekst .c {
        width: 90%;
        font-size: 16px;
    }
    .criteria_ov>h2 {
        font-size: 40px;
    }
    .key_features {
        padding: 80px 0;
    }
    .key_features article div {
        width: 100%;
    }
    .vacature_pagina>div>h1 {
        font-size: 1.5em;
    }
    .contact_split img {
        top: -30px;
    }
    .medewerkers_content {
        min-height: 35%;
    }
    .vid-container {
        width: 96.3%;
    }
    .vacatures {
        padding-top: 0;
    }
}

@media screen and (max-width: 850px) {
    .page_header .c,
    .page_header.intro .c {
        width: 90%;
    }
    .criteria_ov h1 {
        font-size: 30px;
    }
    .criteria_ov .text {
        font-size: 18px;
    }
    .blokken {
        width: 100%;
    }
    .back a:last-of-type,
    .back span {
        display: none;
    }
    .vacature_pagina .contactpersoon-vacature {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .vacature_pagina .contactpersoon-vacature img {
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        margin-bottom: 2rem;
    }
    .vacature_pagina .contactpersoon-vacature .details {
        text-align: center;
        margin-bottom: 3rem;
    }
    .vacature_pagina aside {
        flex-wrap: wrap;
    }
    .vacature_pagina aside form {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 40px;
    }
    .vacature_pagina .share {
        display: none;
    }
    .vacature_pagina .share-mob {
        display: flex;
        margin-top: 40px;
        width: fit-content;
        align-items: center !important;
    }
    .vacature_pagina .share-mob h3 {
        color: #fff;
        font-size: 20px;
        margin-right: 15px;
    }
    .vacature_pagina .share-mob i {
        color: #fff !important;
    }
    .vacature_ak {
        width: 100%;
        border: none;
        padding: 0;
    }
    .slider .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .slider .slick-arrow img {
        width: 7px;
    }
}

@media screen and (max-width: 800px) {
    .curtaindrop p {
        font-size: 1.2em;
        line-height: 1.4em;
    }
    .curtaindrop h2 {
        font-weight: 600;
        font-size: 1.8em;
    }
    .curtain-close {
        font-size: 30px;
    }
    .curtaindrop .button {
        font-size: 17px;
        padding: 12px 30px;
    }
    .smaimage {
        display: block !important;
    }
    .medimage,
    .bigimage {
        display: none !important;
    }
    .teamdetail .content h2 {
        font-size: 20px;
    }
    .teamdetail .content .functies {
        flex-direction: column;
        margin-bottom: 0;
    }
    .teamdetail .content .functies article {
        width: 100%;
        padding-bottom: 10px;
    }
    .teamdetail .content .functies article:not(:last-of-type) {
        border-bottom: 2px solid rgba(214, 206, 206, 0.705);
    }
    .vacatures,
    .bedrijven,
    .team {
        padding: 30px 10px;
    }
    .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;
    }
    .werking_cijfers .legende h4 {
        font-size: 20px;
    }
    .vacatures {
        padding-top: 0;
    }
}

@media screen and (max-width: 750px) {
    .team article {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .blokken_tekst {
        width: 95%;
        max-width: 95%;
    }
    .bedrijvendetail .medewerkers article {
        width: 32%;
    }
    .vacature_pagina .vacimg p {
        padding: 3px 15px;
        font-size: 14px;
    }
    .blog-recent .blog-item {
        width: 100%;
    }
    .medewerkers_content {
        min-height: 30%;
    }
    .blog-main .blog-vid {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 700px) {
    .werking_cijfers .cijfers_det img.graf {
        max-width: 100%;
    }
    .criteria_ov ul li div:first-of-type {
        width: 70px;
        font-size: 25px;
    }
    .vacature_overzicht article:not(.share) {
        width: 98%;
        margin: 1%;
    }
    .vacature_pagina>div div {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .vacature_pagina h1 {
        width: 100%;
        text-align: left;
    }
    .vacature_pagina article:not(.share) {
        margin-left: 0 !important;
        width: 100%;
        justify-content: flex-start !important;
    }
    .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;
    }
    .blog-head {
        width: 95%;
    }
    #PL_privacy {
        display: block !important;
    }
    .contact_form input[type=submit] {
        margin-top: 15px;
        float: right;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .blog-head .h1 {
        position: static;
        margin-top: 20px;
        font-size: 18px;
    }
    .bedrijven article,
    .vacatures article {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .bedrijven article:hover .onhover {
        display: none;
    }
    .bedrijven_content {
        display: block;
    }
    .vid-container {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 650px) {
    .nav_right {
        display: none;
    }
    .nav_right_small {
        display: flex;
        top: 20px;
        align-items: center;
    }
    .cta {
        padding: 15px 30px;
    }
    .cta-big {
        display: none;
    }
    .cta-small {
        display: flex;
    }
    .nav_right .langswap {
        display: none;
    }
    .vacature_pagina .vacimg p {
        padding: 3px 10px;
        font-size: 12px;
        font-weight: 200;
    }
    div.showmore.showfuncties {
        display: block;
    }
    .teamdetail .content .c {
        display: none;
    }
    .showfulltext {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .showfulltext i {
        text-align: center;
        background-color: #112f6c !important;
        box-shadow: #112f6c 0px 5px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        -ms-align-items: center;
        z-index: 10;
        transition: all 1s ease;
        cursor: pointer;
        width: 34px;
        height: 34px;
        font-size: 18px;
        border-radius: 200px;
        padding: 8px;
        transition: all 0.8s ease;
    }
    .rotate {
        transform: rotate(180deg);
    }
    .teamdetail .content .c.mobile {
        display: block;
        margin-top: 15px;
        font-size: 16px;
    }
    .nieuws article h2 {
        font-size: 1.1em;
    }
    .showm {
        display: block;
    }
    .functies-mob {
        flex-direction: column;
    }
    .functies-mob>div {
        display: flex;
        flex-wrap: wrap;
    }
    .functies-mob article {
        width: 50%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        -ms-align-items: center;
        margin-bottom: 30px;
    }
    .rotate {
        transform: rotate(180deg);
    }
    .teamdetail .content h3:not(.functies h3) {
        margin-bottom: 0;
        font-size: 14px;
    }
    .teamdetail .functie-content p {
        font-size: 13px;
    }
    .teamdetail .functie-img {
        width: 40px;
    }
    .home-logo {
        width: 150px;
    }
    .introtekst {
        width: 95%;
        padding: 0 30px;
    }
    header {
        padding: 15px 20px;
        padding-left: 10px;
    }
    header .logo {
        width: 50px;
    }
    .page_header {
        padding: 50px 20px;
    }
    .page_header h1,
    .page_header.intro h1,
    .kiezen_voor h1 {
        font-size: 24px;
    }
    .page_header.intro.iv,
    .page_header.intro {
        padding: 40px 0;
    }
    a.prevItem.mob,
    a.nextItem.mob,
    a.prevBedrijf,
    a.nextBedrijf {
        width: 10px;
    }
    .teamdetail .content .c {
        font-size: 18px;
    }
    .bedrijvendetail {
        padding: 50px 0px;
    }
    .bedrijvendetail .gegevens div:first-of-type {
        padding: 0;
    }
    .bedrijvendetail .content .gegevens {
        margin-top: 0;
    }
    .bedrijvendetail .content h2 {
        font-size: 22px;
    }
    .bedrijvendetail .content h3 {
        font-weight: 500;
    }
    .bedrijvendetail .medewerkers article {
        width: 49%;
    }
    a.prevItem,
    a.prevBedrijf {
        left: -4%;
    }
    a.nextItem,
    a.nextBedrijf {
        right: -4%;
    }
    .bedrijvendetail .gegevens div:first-of-type a {
        width: 100%;
        padding: 10px 0;
    }
    .kiezen_voor .c {
        width: 90%;
        font-size: 20px;
    }
    .werking_cijfers .legende h4 {
        font-size: 20px;
    }
    .key_features {
        padding: 50px 0;
        padding-top: 0px;
    }
    .gototop img {
        width: 30px;
    }
    .blokken_titel h2 {
        font-size: 25px;
    }
    .blokken_tekst {
        font-size: 1.1em;
    }
    .blokken_slider {
        width: 100%;
    }
    .blokken_content a {
        font-size: 16px;
        padding: 10px 25px;
    }
    .tijdlijn {
        display: none !important;
    }
    .tijdlijn-mobile {
        display: block !important;
        padding: 50px 20px;
    }
    .tijdlijn-mobile article {
        display: flex;
        flex-direction: column;
    }
    .tijdlijn-mobile article:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .tijdlijn-mobile article h3 {
        background-color: #112f6c;
        color: white;
        padding: 10px 15px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -ms-align-items: center;
        cursor: pointer;
    }
    .tijdlijn-mobile article div {
        font-weight: 300;
        font-size: 16px;
        color: #112f6c;
        line-height: 160%;
        padding: 10px;
    }
    .tijdlijn-mobile img {
        width: 20px;
        transition: all 0.5s ease;
    }
    .arrowUp img {
        transform: rotate(180deg);
    }
    .criteria-mobile article h3 {
        font-size: 18px;
    }
    .criteria-mobile img.icon {
        width: 35px;
    }
    .criteria-mobile article div {
        font-size: 18px;
    }
    .vacature_pagina h1 {
        font-size: 1.2em !important;
    }
    .vacature_pagina article h2 {
        font-size: 18px;
    }
    .vacature_pagina article h3 {
        font-size: 1em;
    }
    .vacature_pagina article div {
        flex-direction: column;
        align-items: flex-start !important;
        -ms-align-items: flex-start !important;
    }
    .vacature_pagina article.share div {
        font-size: 14px !important;
    }
    .vacature_pagina article div .c {
        font-size: 17px !important;
    }
    .vacature_form .vacaturelabel {
        font-size: 1em;
    }
    .vacature_pagina article div .intro {
        padding-bottom: 10px;
        border-bottom: 2px dotted rgba(214, 206, 206, 0.705);
    }
    .share:not(.share-mob) {
        margin-left: 0 !important;
        font-size: 14px !important;
        display: none !important;
    }
    .vacature_pagina .share-mob p {
        font-size: 16px;
    }
    .vacature_pagina .share-mob i {
        font-size: 14px;
    }
    .contact_split img {
        top: -10px;
        width: 140px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        -ms-align-items: flex-start;
    }
    .contact_split h2 {
        font-size: 22px;
    }
    .contact_split p {
        font-size: 17px;
    }
    .page_header {
        width: 100%;
    }
    .page_header .c,
    .page_header.intro .c {
        width: 100%;
        font-size: 18px;
    }
    .blog-content h1 {
        width: 100%;
        font-size: 1.8rem;
    }
    .blog-main .c {
        font-size: 16px;
    }
    .blog-main .blog-vid {
        width: 100%;
    }
    .medewerkers_content {
        min-height: 20%;
    }
    .blog-img .newscat {
        bottom: 10px;
        right: 10px;
    }
    .blog-img .newscat div {
        padding: 7px 20px;
        color: white;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .about .powertekst h1 {
        font-size: 14px;
    }
    .about .powertekst h2 {
        font-size: 14px;
    }
    .about .powertekst .c {
        font-size: 14px;
    }
    .vacatures article h2,
    .bedrijven article h3,
    .team article h3,
    .nieuws article h3,
    .team_ov article h3 {
        font-size: 13px;
    }
    .vacatures article h2,
    .bedrijven article h2,
    .team article h2,
    .nieuws article h2,
    .team_ov article h2 {
        font-size: 1.1em;
    }
    .vacature_pagina .contactpersoon-vacature img {
        width: 10rem;
    }
    .vacature_pagina .contactpersoon-vacature .details {
        width: 100%;
    }
    .blog-overzicht .blog-item {
        width: 100%;
        margin-bottom: 1em;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .arrowUp i {
        transform: rotate(180deg);
    }
    .blog-more-nav {
        display: none;
    }
    .nieuws article {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .medewerkers_content {
        min-height: 25%;
    }
    .nieuws article {
        margin-bottom: 0;
    }
    .disclaimer {
        font-size: 10px;
    }
    .disclaimer span {
        margin: 0 5px;
    }
    .gototop {
        width: 40px;
        height: 50px;
        bottom: 10px;
    }
    .gototop img {
        width: 25px;
    }
    .team_ov>div {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 550px) {
    .werking_cijfers .legende h4 {
        font-size: 18px;
    }
    header .logo {
        width: 40px;
    }
    .page_header h2,
    .kiezen_voor h2 {
        font-size: 14px;
        line-height: 120%;
    }
    .page_header h1,
    .page_header.intro h1,
    .kiezen_voor h1 {
        font-size: 22px;
    }
    .page_header .c,
    .bedrijvendetail .content .c,
    .textcontent h1,
    .page_header.intro .c {
        font-size: 18px;
    }
    .blokken_titel {
        margin-bottom: 15px;
    }
    .blokken_titel h2 {
        font-size: 22px;
    }
    .bedrijvendetail .medewerkers article {
        width: 100%;
    }
    .contact_split img {
        border: none;
        width: 120px;
        top: -30px;
    }
    .contact_form input[type=submit] {
        font-size: 1em;
        padding: 4px 25px;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .criteria_ov ul li>div:last-of-type {
        min-width: 280px;
    }
    .medewerkers_content {
        min-height: unset;
        padding: 15px;
    }
    .blog-main {
        padding: 0;
    }
    .vid-container {
        margin-bottom: 50px;
    }
    .bedrijvendetail .slick-arrow {
        width: 25px;
        height: 25px;
        font-size: 14px;
        left: 10px;
    }
    .bedrijvendetail .slick-next {
        left: 40px;
    }
    .res-nav nav {
        padding-top: 100px;
    }
}

@media screen and (max-width: 500px) {
    .werking_cijfers .legende h4 {
        font-size: 16px;
    }
    .res-nav {
        background-color: white;
        max-width: 500px;
    }
    .nav_top {
        left: 50px;
        right: 50px;
    }
    .menubtn i,
    .closebtn {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }
    .cta {
        height: 45px !important;
        right: 60px;
        font-size: 15px;
    }
    .menubtn {
        right: 0;
    }
    .home-logo {
        width: 100px;
    }
    .nav_top>.logo_nav {
        width: 50px;
    }
    .navitem {
        padding: 15px 50px;
    }
    .about .powertekst {
        height: 60vh;
    }
    .about .tijdlijn {
        height: 40vh;
    }
    .timeline {
        margin-top: 10px;
    }
    #content-container h1 {
        font-size: 1.8em;
    }
    .contact_split img {
        width: 120px;
        top: -30px;
        right: -12px;
    }
    .functies-mob article {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .plenso_cookies {
        right: 10px;
    }
    .criteria_ov ul li {
        font-size: 14px;
    }
    .criteria_ov ul .active>div:last-of-type {
        font-size: 20px;
    }
    .criteria_ov ul li>div:last-of-type {
        min-width: 250px;
    }
    .blog-img .newscat {
        bottom: 5px;
        right: 5px;
    }
    .blog-img .newscat div {
        padding: 5px 15px;
        font-size: 12px;
    }
    .blog-img .newscat div:not(:last-of-type) {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 420px) {
    .criteria_ov ul li>div:last-of-type {
        min-width: 220px;
    }
}

@media screen and (max-width: 400px) {
    .contact_gegevens h2 {
        font-size: 16px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
    }
    .contact_split div p {
        font-size: 16px;
        padding-left: 30px;
    }
    .contact_split img {
        width: 100px;
    }
    .contact_form input[type=text],
    .contact_form input[type=email],
    .contact_form textarea,
    #NaamInput input {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .contact_form input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
    .blog-main .blog-head .h1 {
        font-size: 18px;
    }
    .blog-main .c {
        font-size: 15px;
    }
}