@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;}

.blokken_content {
    max-width: 85% !important;
}

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

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

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

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

.gotofooter {
    cursor: pointer;
}

strong {
    color: #65809e;
    font-weight: 600;
}


/* Menu Button */

.logo {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 70;
    padding: 0;
}

.logo img {
    width: 250px;
    padding: 0;
}

.menu_button {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 70;
}

.menu_button>div {
    width: 50px;
    height: 50px;
    transition: all .5s;
    display: flex;
    color: #65809e;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    background-color: white;
    border-radius: 200px;
    font-size: 1.3em;
    cursor: pointer;
    -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);
}


/* Einde Menu Button */


/* Menu */

.menu {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 40;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}

.menu>img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .165;
}

.menu>nav {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.menu>nav ul {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.menu>nav ul a {
    font-weight: 700;
    color: #65809e;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    font-size: 80px;
}

.menu span {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0 20px;
}

.menu span:before,
.menu span:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    bottom: 0;
    margin-top: -1px;
    background: #65809e;
}

.menu span:before {
    left: -2.5px;
}

.menu span:after {
    right: 2.5px;
    background: #65809e;
    transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu span:hover:before {
    background: #65809e;
    width: 100%;
    transition: width .6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu span:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}


/* Einde Menu */


/* Page Header */

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

.page_header>div:first-of-type {
    height: 45px;
    width: 2px;
    background-color: #65809e;
    margin-bottom: 30px;
}

.page_header>h2 {
    color: #65809e;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.page_header>h1 {
    color: #65809e;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    max-width: 800px;
    margin-bottom: 20px;
}

.page_header_tekst {
    line-height: 170%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 75%;
    text-align: center;
}

.page_header i {
    font-size: 30px;
    color: #65809e;
}


/* Einde Page Header*/


/* Screen Intro */

.intro_screen {
    width: 100%;
    height: 100vh;
    background-image: url(/images/intro.png);
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: rgba(0, 49, 76, .75);
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    z-index: 10000;
    position: relative;
}

.intro_content {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 1400px;
}

.intro_content h2 {
    letter-spacing: 2.5px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.intro_content p {
    color: white;
    margin: 25px 0;
    font-size: 1.3em;
}

.intro_content img {
    width: 360px;
}


/* Einde Screen Intro */


/* Home Intro */

.home_intro {
    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;
    position: relative;
}

.home_overlay {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    opacity: .6;
    z-index: 0;
    background-color: black;
}

.home_intro_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 30%;
    margin-left: 60px;
    z-index: 5;
}

.home_intro_content h2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 16px;
    background-color: #fff;
    color: black;
    mix-blend-mode: lighten;
    width: fit-content;
    margin-bottom: 20px;
    padding: 5px;
    padding-bottom: 2px;
    text-align: center;
}

.home_intro_content h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 110%;
    max-width: 800px;
    color: #fff;
}

.home_intro_content a {
    display: block;
    margin-top: 2em;
    border: 2px solid white;
    color: white;
    padding: 7px 30px;
    padding-top: 10px;
    width: fit-content;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.home_intro_content a:hover {
    background-color: white;
    color: #4C4C4C;
}


/* Einde Home Intro */


/* Cookie Melding */

.PL_Wrapper {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
    color: #65809e;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

.PL_Buttons {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.PL_Buttons a {
    padding: 15px;
    background-color: #65809e;
    border: 1px solid #65809e;
    color: #fff;
    width: 48%;
    font-size: 1.2em;
    font-weight: 200;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #65809e;
}


/* Einde Cookie Melding */


/* Home Split */

.home_split {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.split_left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.split_left>div:first-of-type {
    padding: 50px 20px;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.split_left>div:first-of-type h2 {
    font-size: 2.5em;
    color: #65809e;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.split_left>div:first-of-type div {
    line-height: 150%;
    color: #4C4C4C;
    font-weight: 200;
    text-align: center;
    width: 95%;
    font-size: 1.4em;
}

.split_left>div:first-of-type a {
    display: block;
    margin-top: 2em;
    border: 2px solid #65809e;
    background-color: #65809e;
    color: #fff;
    padding: 7px 30px;
    padding-top: 10px;
    width: fit-content;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.split_left>div:first-of-type a:hover {
    color: #65809e;
    background-color: white;
}

.split_left>div:last-of-type {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1;
}

.split_right {
    width: 50%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(169, 180, 192, 0.137);
}

.split_contact {
    padding: 120px 20px;
    width: 80%;
}

.split_contact h2 {
    font-size: 3em;
    color: #65809e;
    margin-bottom: 20px;
}

.split_contact>div {
    line-height: 150%;
    color: #4C4C4C;
    font-weight: 200;
}

.split_contact form {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.split_contact form #NaamInput {
    width: 60%;
    margin-bottom: 30px;
}

.split_contact form #PostInput {
    width: 38%;
    margin-bottom: 30px;
}

.split_contact form input[type=text],
.split_contact form input[type=email] {
    width: 100%;
    border: none;
    padding: 5px;
    background-color: #E6EAED;
}

.split_contact form input[type=submit] {
    padding: 10px 30px;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
    border: none;
    background-color: #65809e;
    border-radius: 200px;
    width: fit-content;
    font-size: 1.2em;
    text-transform: capitalize;
}

.split_contact form textarea {
    width: 100%;
    border: none;
    padding: 5px;
    color: #000;
    background-color: #E6EAED;
    min-height: 120px;
}

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

.labelform {
    color: #4C4C4C;
    font-weight: 200;
    width: 100%;
    padding-bottom: 5px;
    display: block;
}

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

.main_slider {
    width: 100%;
}

.main_slider img {
    width: 100%;
}

.split_controls {
    background-color: #65809e;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 0;
}

.split_controls h2 {
    font-weight: 700;
    font-size: 1.3em;
    color: white;
    padding: 10px 50px;
    border-right: 2px solid white;
}

.split_controls button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.8em;
    margin: 0 20px;
}

.split_controls div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 40px;
}

.amount_slider {
    color: white;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 5px;
}


/* Einde Home Split */

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

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

#content-container h3 {
    background: #65809e;
    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: #7e7e7e;
}

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

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

#content-container a {
    color: #65809e;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #4C4C4C;
    color: #fff;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}


/* Home team */

.split_contact h1 {
    font-size: 1.5em;
    color: #65809e;
    margin-top: 5em;
    width: 100%;
    text-align: center;
}

.split_contact a {
    display: block;
    margin: 2em auto;
    border: 2px solid #65809e;
    background-color: transparent;
    color: #65809e;
    padding: 7px 30px;
    padding-top: 10px;
    width: fit-content;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.split_contact a:hover {
    color: #fff;
    background-color: #65809e;
}

.team-lid .img {
    position: relative;
    width: 249px;
    height: 249px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.team-lid img {
    width: 100%;
}

.team-lid .info {
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
    letter-spacing: 2px;
}

.team-lid .info h2 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.team .slick-dots {
    bottom: -40px;
}


/* Home AK */

.ak_big {
    display: block;
}

.ak_small {
    display: none !important;
}

.home_ak {
    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;
    filter: grayscale(100);
    background-color: rgba(242, 138, 63, .75);
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.home_ak>div {
    width: 100%;
    padding: 20px;
    max-width: 1400px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.home_ak>div h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    color: white;
    margin-bottom: 20px;
}

.home_ak>div h2 {
    font-size: 59px;
    font-weight: 600;
    line-height: 110%;
    max-width: 630px;
    color: #fff;
    margin-bottom: 40px;
}

.home_ak>div a {
    display: inline-block;
    border: 2px solid white;
    padding: 7px 30px;
    padding-top: 10px;
    color: white;
    letter-spacing: 2px;
}

.home_ak>div a:hover {
    background-color: white;
    color: black;
}


/* Einde Home AK */


/* Bevestiging */

.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: #65809e;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #04243B;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 500;
    font-size: 2em;
    text-align: center;
    color: #65809e;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #04243B;
    font-size: 19px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #65809e;
    font-weight: 200;
    color: white;
    margin-top: 20px;
    border: 1px solid #65809e;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #65809e;
}


/* Einde Bevestiging*/


/* Blokken */

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

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

.blokken article>img {
    width: 48%;
    order: 1;
}

.blokken_cont {
    width: 50%;
    padding: 30px;
    order: 2;
}

.blokken_titel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.blokken_titel h2 {
    color: #000;
    line-height: 150%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1.6em;
}

.blokken_tekst {
    line-height: 180%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
}

.blokken_tekst p>a {
    color: #DBB957;
}

.blokken_cont>a {
    display: inline-block;
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

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

.blokken_cont>a i {
    margin-left: 5px;
    transition: all .5s;
}

.blokken_cont>a:hover i {
    margin-left: 10px;
}

.blokken article:nth-child(even) img {
    order: 3;
}

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

.blokken_content>div:first-of-type {
    height: 115px;
    width: 2px;
    background-color: #65809e;
    margin-bottom: 30px;
}

.blokken_content>h3 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.blokken_content>h2 {
    color: #65809e;
    font-weight: 700;
    font-size: 70px;
    text-align: center;
    max-width: 1000px;
}

.blokken_content ul {
    margin: 0.8em 0 0.8em 1em;
    font-size: 1.3em;
    list-style-type: disc;
    width: 100%;
    line-height: 150%;
    font-weight: 200;
    color: #4C4C4C;
    padding-left: 20px;
    list-style-type: disc;
}


/* Einde Blokken */


/* over ons */

.overons-team {
    width: 100%;
}

.overons {
    max-width: 1400px;
    margin: 3em auto;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-evenly;
    position: relative;
    margin-bottom: 9em;
    line-height: 160%;
    margin-top: 1.5em;
}

.overons-lid {
    width: 40%;
    text-align: center;
}

.overons-lid img {
    width: 100%;
    -webkit-box-shadow: 10px 10px 14px 3px #65809e3b;
    -moz-box-shadow: 10px 10px 14px 3px #65809e3b;
    box-shadow: 10px 10px 14px 3px #65809e3b;
}

.overons-info {
    margin-top: 1em;
    border-radius: 5px;
    padding: 10px;
}

.overons-info h2 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #65809e;
    letter-spacing: 2px;
}

.overons .banner-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
}

.overons .banner-arrow a {
    width: 30px;
    height: 30px;
    border-radius: 200px;
    background-color: #65809e;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    font-size: .8em;
}

.overons-info div {
    font-size: 1.1em;
    width: 100%;
    margin-top: 1em;
    line-height: 140%;
    letter-spacing: 1px;
    color: #4C4C4C;
    line-height: 170%;
    font-weight: 200;
    text-align: left;
}

.overons-info div p {
    margin-bottom: 15px;
}

.overons-info div p strong {
    color: #65809e;
    font-weight: 600;
}

.overons-info div a {
    color: #65809e;
    font-weight: 600;
}


/* contact */

.contact_split {
    width: 100%;
    max-width: 80%;
}

.contact_split .team-lid .info h2 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
    color: #65809e;
}


/* Content Split */

.content_split {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

.content_split_left {
    width: 50%;
    padding: 50px 40px;
    text-align: center;
}

.content_split_left img {
    -webkit-box-shadow: 11px 17px 48px -15px rgba(101, 128, 158, 0.2);
    -moz-box-shadow: 11px 17px 48px -15px rgba(101, 128, 158, 0.2);
    box-shadow: 11px 17px 48px -15px rgba(101, 128, 158, 0.2);
    width: 100%;
}

.content_split_right {
    width: 50%;
    border-left: 2px solid #65809e;
    padding: 50px 40px;
}

.content_split_right h2 {
    font-size: 35px;
    color: #65809e;
    margin-bottom: 30px;
}

.content_split_right h2:not(:first-of-type) {
    margin-top: 70px;
}

.content_split_right p {
    line-height: 150%;
    font-weight: 200;
    color: #4C4C4C;
    font-size: 1.5em;
}


/* Einde Content Split */

.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);
    }
}


/* Grijze AK */

.grijze_ak {
    background-color: #EFEFEF;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 150px;
}

.grijze_ak_content {
    width: 100%;
    max-width: 1100px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.grijze_ak_content>div {
    width: 50%;
}

.grijze_ak_content>div h2 {
    font-size: 35px;
    color: #65809e;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.grijze_ak_content>div div {
    line-height: 150%;
    color: #4C4C4C;
    font-weight: 200;
    text-align: center;
    width: 95%;
    font-size: 1.4em;
}

.grijze_ak_content>div a {
    display: block;
    margin: 2em auto;
    border: 2px solid #65809e;
    background-color: transparent;
    color: #65809e;
    padding: 7px 30px;
    padding-top: 10px;
    width: fit-content;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.grijze_ak_content>div a:hover {
    color: #fff;
    background-color: #65809e;
}

.grijze_ak_content img {
    width: 45%;
}


/* Einde Grijze AK */


/* Diensten */

.diensten-small {
    display: none !important;
}

.diensten {
    max-width: 100%;
}

.diensten.page_header {
    padding-bottom: 0 !important;
    ;
}

.diensten_blokken {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    line-height: 160%;
    margin-top: 2em;
    outline: 1px solid #fff;
    outline-offset: -10px;
}

.diensten_blokken article {
    width: 33.33%;
    font-size: 0.9em;
    text-align: center;
    padding: 50px;
    cursor: pointer;
}

.diensten_blokken article h1,
.diensten_blokken article h2 {
    width: 100%;
}

.diensten_blokken article h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.diensten_blokken article h2 {
    font-size: 1.8em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.diensten_blokken article h3 {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.diensten_blokken article hr {
    width: 40px;
    margin: auto;
    border-top: 2px solid #fff;
}

.diensten_blokken article div {
    font-size: 1.2em;
    font-weight: 300;
    color: #fff;
    margin-top: 15px;
}

.diensten_blokken article strong {
    font-weight: 600;
    color: #fff;
}

.diensten_blokken article ul {
    text-align: left;
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 30px;
}

.diensten_blokken article ul li {
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 140%;
    font-size: 1.1em;
}

.diensten-item {
    background-color: #65809e;
    position: relative;
}

.diensten-item:first-of-type,
.diensten-item:nth-of-type(3) {
    position: relative;
    text-decoration: none;
    background: #65809e;
    /* fallback color */
    position: relative;
    display: block;
    float: left;
}

.diensten-item:first-of-type:after,
.diensten-item:nth-of-type(3):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #65809e;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.diensten-item:first-of-type::before,
.diensten-item:nth-of-type(3)::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}


/* Einde diensten */


/* Blog*/

.blog-img img {
    width: 100%;
}

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

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

.blog-head .c p,
.blog-head .c ul {
    margin-bottom: 15px;
}

.blog-head .c ul {
    list-style-type: disc;
    padding-left: 50px;
}

.blog-head .c ul li {
    padding-bottom: 10px;
    padding-left: 5px;
}

.blog-head .c strong {
    color: #65809e;
    font-weight: 600;
}

.blog-content {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 150px !important;
}

.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-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.58);
    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 #65809e;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    color: white;
    background-color: #65809e;
    transition: all 0.8s ease;
}

.button-hold a:hover {
    background-color: transparent;
    color: #65809e;
}


/**
 * Blog detail
 **/

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

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    -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);
}

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

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

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

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

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

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

.blog-aside h3 {
    font-weight: 700;
    color: #65809e;
    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: #65809e;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #65809e;
    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: #65809e;
}

.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: 15px 20px;
    background-color: #65809e;
    font-weight: 700;
    border: 2px solid #65809e;
    color: #fff;
    transition: all 0.5s ease;
}

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

.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;
}

.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: 30px;
}

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

.blog-content-row h2 {
    font-size: 1.2em;
    line-height: 150%;
    color: #626572;
}

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

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

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

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

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

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

.blog-content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.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;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde Blog */


/* Footer */

footer {
    width: 100%;
    background-color: #65809e;
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.contactTitel {
    color: #65809e;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    width: 100%;
}

.contactSubtitel {
    color: #65809e;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 20px;
}

.contactTekst {
    line-height: 170%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

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

.split_footer>div {
    width: 35%;
    margin-right: 80px;
}

.split_footer>div h2 {
    color: #65809e;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
}

.split_footer>div div {
    color: #272727;
    line-height: 170%;
    font-weight: 200;
    font-size: 1.2em;
}

.split_footer form {
    width: 60%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.split_footer form #NaamInput {
    width: 60%;
    margin-bottom: 30px;
}

.split_footer form #PostInput {
    width: 38%;
    margin-bottom: 30px;
}

.split_footer form input[type=text],
.split_footer form input[type=email] {
    width: 100%;
    border: none;
    padding: 5px;
    color: #272727;
    background-color: #f2f2f2;
}

.split_footer form input[type=submit] {
    display: block;
    margin-top: 2em;
    border: 2px solid #65809e;
    color: #65809e;
    padding: 7px 30px;
    width: fit-content;
    font-size: 1.2em;
    letter-spacing: 2px;
    background-color: white;
}

.split_footer form input[type=submit]:disabled {
    opacity: 0.5;
}

.split_footer form input[type=submit]:enabled:hover {
    background-color: #65809e;
    color: white;
}

.split_footer form textarea {
    width: 100%;
    border: none;
    padding: 5px;
    color: #272727;
    background-color: #f2f2f2;
    min-height: 120px;
}

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

.split_footer .labelform {
    color: #272727;
}

.inner_footer {
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.inner_footer p {
    color: white;
    line-height: 170%;
}

.inner_footer a {
    color: white;
    line-height: 170%;
}

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

.inner_footer>div img {
    width: 200px;
}

.inner_footer>.ks {
    display: none;
}

.disclaimer {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    color: #424242;
    padding: 10px;
    font-weight: 200;
    font-size: 1em;
    line-height: 150%;
}

.disclaimer span {
    margin: 0 10px;
}

.disclaimer a {
    color: #424242;
}

.disclaimer a:last-of-type i.show {
    display: inline-block;
}

.disclaimer a:last-of-type i.hidden {
    display: none;
    color: #8bcf97;
}

.disclaimer a:last-of-type:hover i.show {
    display: none;
}

.disclaimer a:last-of-type:hover i.hidden {
    display: inline-block;
}

.slogan {
    text-align: center;
    font-size: 4.5rem;
    font-weight: bold;
    color: #65809e;
    padding: 6rem 0;
    padding-bottom: 4rem;
    line-height: 120%;
    opacity: 0.3;
}


/* Einde Footer */


/* Responsive */

@media screen and (max-width: 1800px) {
    .split_controls {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .home_intro,
    .home_ak {
        background-attachment: initial;
    }
    .split_contact .team {
        justify-content: space-between;
    }
    .split_contact .team-lid .img {
        width: 200px;
        height: 200px;
    }
    .split_contact .team-lid .info {
        width: 100%;
    }
    .split_contact .team-lid .info h2 {
        font-size: 1.3em;
        font-weight: 500;
        margin-bottom: 0;
    }
    .blog-content {
        max-width: 90%;
    }
}

@media screen and (max-width: 1300px) {
    .blog-overzicht .blog-item {
        width: 98%;
    }
    .content_split {
        flex-direction: column;
        margin: auto;
    }
    .content_split_left {
        margin: auto;
        width: 80%;
        order: 2;
    }
    .content_split_right {
        border: none;
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 1200px) {
    .menu>nav ul a {
        font-size: 50px;
    }
    .split_footer {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .split_footer>div {
        width: 40%;
    }
    .split_footer>div h2 {
        font-size: 45px;
    }
    .split_footer>div div {
        font-size: 1.1em;
    }
    .split_contact h1 {
        font-size: 2.1em;
    }
    .split_contact .team-lid .img {
        width: 170px;
        height: 170px;
    }
    .split_contact .team-lid .info h2 {
        font-size: 1.1em;
    }
    .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;
    }
    .diensten_blokken article h2 {
        font-size: 1.4em;
    }
    .diensten_blokken article h3 {
        font-size: 1em;
    }
    .diensten_blokken article ul li {
        padding-left: 15px;
        margin-bottom: 15px;
        line-height: 140%;
        font-size: 1em;
    }
    .page_header_tekst {
        width: 90%;
    }
}

@media screen and (max-width: 1100px) {
    .home_ak>div h2 {
        font-size: 45px;
        max-width: 80%;
    }
    .home_ak>div h3 {
        max-width: 60%;
    }
    .grijze_ak_content>div h2 {
        margin-top: 2em;
    }
    .split_contact {
        width: 100%;
    }
    .team {
        justify-content: space-around;
    }
    .split_contact h1 {
        font-size: 2.1em;
    }
    .split_contact .team-lid .img {
        width: 150px;
        height: 150px;
    }
    .split_contact .team-lid .info h2 {
        font-size: 1.1em;
    }
    .slogan {
        font-size: 4.2rem;
        padding: 6rem 1rem;
    }
    .diensten_blokken {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
    }
    .diensten_blokken article {
        width: 100%;
        padding: 20px;
    }
    .diensten_blokken article div {
        padding-bottom: 20px;
    }
    .diensten-big {
        display: none!important;
    }
    .diensten-small {
        display: block !important;
    }
    .diensten-item:first-of-type::before,
    .diensten-item:nth-of-type(2)::before {
        content: "";
        display: none;
    }
    .diensten-item:first-of-type::after,
    .diensten-item:nth-of-type(2)::after {
        display: none;
    }
    .diensten_blokken article h2,
    .diensten_blokken article h3,
    .diensten_blokken article div {
        font-size: 1.6em;
        font-weight: 400;
        color: #144e75;
        text-align: left;
        text-transform: uppercase;
    }
    .diensten_blokken article h3 {
        font-size: 1em;
    }
    .diensten-item,
    .diensten-item:first-of-type,
    .diensten-item:nth-of-type(2) {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
        -moz-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
        box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
        background-color: white;
        padding: 25px;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #144e75;
    }
    .diensten-item h2 {
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        font-size: 23px;
        color: #144e75;
        align-items: center;
        cursor: pointer;
    }
    .diensten-item h2 i {
        transition: all .3s;
    }
    .arrowUp i {
        transform: rotate(180deg);
    }
    .diensten-item div {
        margin-top: 20px;
        color: #353535;
        font-weight: 200;
        font-size: 1.09em;
        line-height: 180%;
        letter-spacing: .5px;
    }
    .diensten-item div a {
        display: inline-block;
        border: 2px solid #144e75;
        padding: 10px 20px;
        background-color: transparent;
        cursor: pointer;
        font-weight: 700;
        border-radius: 4px;
        color: #144e75;
        transition: all .8s ease;
        margin-top: 10px;
        font-size: 1em;
    }
    .diensten-item div a:hover {
        background-color: #144e75;
        color: #fff;
    }
    .diensten_blokken article div {
        text-transform: unset;
        font-size: 1.2em;
    }
    .diensten_blokken article strong {
        font-weight: 600;
        color: #144e75;
    }
}

@media screen and (max-width: 1000px) {
    .specialcontrols {
        max-width: 100%;
        position: relative;
    }
    .blokken article {
        padding: 20px 10px;
    }
    .blokken article>img {
        width: 100%;
        margin-bottom: 10px;
        order: 1 !important;
    }
    .blokken_cont {
        width: 100%;
        padding: 0;
        order: 2 !important;
    }
    .split_contact h1 {
        margin-top: 3em;
        font-size: 2em;
    }
    .split_contact .team-lid .img {
        width: 150px;
        height: 150px;
    }
    .split_contact .team-lid .info h2 {
        font-size: 1em;
    }
    .slogan {
        font-size: 3.5rem;
        padding: 6rem 2rem;
    }
    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .blog-aside {
        order: 2;
        width: 100%;
        margin-right: 0;
    }
    .blog-main {
        width: 100%;
        padding: 10px;
    }
    .row-block .extra {
        padding: 10px;
    }
    .blog-main .title-hold,
    .blog-main .blog-overzicht {
        display: none;
    }
    .blog-aside h3 {
        width: 100%;
    }
    .blog-recent {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .blog-recent .blog-item {
        width: 45%;
    }
    h1.gdpr {
        font-size: 1.6em !important;
    }
    #content-container h2 {
        font-size: 1.8em;
    }
    .blog-content {
        max-width: 100%;
        padding-top: 100px !important;
    }
    .blog-holder {
        margin-top: 0;
    }
}

@media screen and (max-width: 950px) {
    .inner_footer {
        font-size: .9em;
    }
}

@media screen and (max-width: 900px) {
    .blokken_content>div:first-of-type {
        height: 60px;
        width: 2px;
        background-color: #65809e;
        margin-bottom: 30px;
    }
    .blokken_content>h2 {
        font-size: 40px;
    }
    .content_split {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .content_split_left {
        display: none;
    }
    .content_split_right {
        width: 100%;
        border-left: none;
        font-size: 1em;
    }
    .content_split_left,
    .content_split_right {
        padding: 30px 20px;
    }
    .split_contact h1 {
        margin-top: 3em;
        font-size: 2em;
    }
    .split_contact .team-lid .img {
        width: 150px;
        height: 150px;
    }
    .split_contact .team-lid .info h2 {
        font-size: 1em;
    }
    .split_contact .team-lid .info p {
        font-size: 0.9em;
    }
    .blog-main .c {
        font-size: 1em;
    }
    .grijze_ak_content>div h2 {
        font-size: 25px;
        margin-top: 3em;
    }
    .grijze_ak_content>div div {
        font-size: 1.1em;
    }
    .slogan {
        font-size: 2.5em;
    }
    .overons {
        flex-direction: column;
        max-width: 100%;
    }
    .overons-lid {
        width: 90%;
        margin: auto;
    }
    .overons-lid:first-of-type {
        margin-bottom: 2em;
    }
    .overons-lid img {
        width: 70%;
    }
}

@media screen and (max-width: 850px) {
    .grijze_ak_content>div {
        width: 100%;
    }
    .split_contact h1 {
        margin-top: 3em;
        font-size: 1.8em;
    }
    .split_contact .team-lid .info h2 {
        font-size: 0.9em;
    }
    .split_contact .team-lid .info p {
        font-size: 0.8em;
    }
    .slogan {
        font-size: 3.1rem;
        padding: 6rem 2rem;
    }
    .inner_footer {
        flex-direction: column;
    }
}

@media screen and (max-width: 800px) {
    .home_split {
        flex-wrap: wrap;
    }
    .split_left {
        width: 100%;
    }
    .split_right {
        width: 100%;
    }
    .grijze_ak_content img {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .grijze_ak_content>div {
        width: 100%;
        order: 2;
        padding-top: 0;
    }
    .grijze_ak_content>div h2 {
        margin-top: 10px;
    }
    .grijze_ak_content {
        flex-wrap: wrap;
    }
    .grijze_ak {
        margin-top: 100px;
    }
    .op_de_hoogte {
        margin: 40px auto;
    }
    .split_footer {
        flex-wrap: wrap;
        padding-top: 0;
    }
    .split_footer>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .split_footer>div h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .split_footer form {
        width: 100%;
    }
    .split_contact h1 {
        margin-top: 3em;
        font-size: 2.2em;
    }
    .split_contact .team-lid .img {
        width: 200px;
        height: 200px;
    }
    .split_contact .team-lid .info h2 {
        font-size: 1.2em;
    }
    .split_contact .team-lid .info p {
        font-size: 1.1em;
    }
    .slogan {
        font-size: 2.8rem;
        padding: 4rem 1rem;
    }
    .contact_split .team-lid .img {
        width: 185px;
        height: 185px;
    }
    .contact_split .team-lid .info h2 {
        font-size: 1.1em;
    }
    .contact_split .team-lid .info p {
        font-size: 0.9em;
    }
    .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;
    }
}

@media screen and (max-width: 750px) {
    .blog-recent .blog-item {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .home_intro_content h1 {
        font-size: 50px;
    }
    .detail {
        padding-top: 0px;
    }
    .menu>nav ul a {
        font-size: 40px;
    }
    footer>h2 {
        font-size: 30px;
    }
    footer {
        padding: 30px 10px;
    }
    .split_contact {
        padding: 50px 20px;
    }
    .home_ak {
        align-items: flex-end;
        width: 100%;
        min-height: auto;
        height: auto;
    }
    .home_ak>div h3 {
        max-width: 95%;
    }
    .home_ak>div h2 {
        max-width: 95%;
        font-size: 25px;
    }
    .ak_big {
        display: none !important;
    }
    .ak_small {
        display: block !important;
    }
    .home_ak>div a {
        font-size: .9em;
        width: 100%;
    }
    .blokken_content>h2 {
        font-size: 25px;
    }
    .op_de_hoogte h2 {
        font-size: 30px;
    }
    .split_footer {
        padding-top: 0;
    }
    .split_footer>div h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 25px;
    }
    .page_header_tekst {
        font-size: 1.1em;
    }
    .split_footer>div div {
        text-align: center;
    }
    .split_contact h1 {
        margin-top: 3em;
        font-size: 2.2em;
    }
    .split_contact .team-lid .img {
        width: 200px;
        height: 200px;
    }
    .split_contact .team-lid .info h2 {
        font-size: 1.2em;
    }
    .split_contact .team-lid .info p {
        font-size: 1.1em;
    }
    .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;
    }
    .content_split {
        padding-top: 0;
    }
    .content_split_right {
        font-size: .9em;
        padding: 30px 0;
    }
    .content_split_right p {
        font-size: 1.2em;
    }
    .content_split_right ul {
        font-size: 1.1em;
    }
    .overons-lid img {
        width: 90%;
    }
    .overons-info div {
        font-size: 1em;
        text-align: left;
    }
    .page_header_tekst {
        text-align: justify;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .blog-img .h1 {
        position: static;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.4em;
    }
    .split_contact form #NaamInput,
    .split_footer form #PostInput {
        width: 100%;
    }
    .split_contact form #PostInput,
    .split_footer form #NaamInput {
        width: 100%;
    }
    .page_header {
        max-width: 98%;
    }
    .page_header_tekst {
        width: 100%;
    }
    .split_footer {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 650px) {
    .bevestiging h1 {
        font-size: 1.5em;
        max-width: 100%;
    }
    .bevestiging p {
        text-align: center;
    }
    .home_intro_content h1 {
        font-size: 40px;
    }
    .page_header>h1 {
        font-size: 25px;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .logo img {
        width: 200px;
    }
    .logo {
        top: 0;
        left: 0;
    }
    footer {
        padding: 10px 10px 35px 10px;
    }
    .inner_footer>.gs {
        display: none;
    }
    .inner_footer>.ks {
        display: block;
        text-align: center;
        margin-bottom: 0;
    }
    .inner_footer>div:first-child {
        width: 100%;
        margin-bottom: 0;
    }
    .split_left>div:first-of-type div {
        font-size: 1.1em;
    }
    .split_left>div:first-of-type h2 {
        font-size: 1.8em;
    }
    .split_contact h1 {
        font-size: 1.4em;
    }
    .split_contact .team-lid .img {
        width: 180px;
        height: 180px;
    }
    .split_contact .team-lid .info h2 {
        font-size: 1.1em;
    }
    .split_contact .team-lid .info p {
        font-size: 1em;
    }
    .home_ak>div a {
        padding: 7px 15px;
        display: block;
        width: fit-content;
        text-align: center;
    }
    .slogan {
        font-size: 2rem;
        padding: 4rem 1rem;
    }
    .contact_split .team {
        width: 100%;
        display: block;
        text-align: center;
    }
    .contact_split .team-lid {
        text-align: center;
    }
    .contact_split .team-lid .img {
        margin: 1em auto;
    }
    .contact_split .team-lid .info {
        margin: 1.5em auto;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .blog-more-nav {
        display: none;
    }
    .diensten_blokken article div {
        text-transform: unset;
        font-size: 1.1em;
    }
    .disclaimer {
        flex-direction: column;
        font-size: .9em;
    }
    .disclaimer span {
        display: none;
    }
    .home_intro_content a {
        font-size: .9em;
    }
}

@media screen and (max-width: 600px) {
    .PL_Wrapper {
        right: 10px;
    }
}

@media screen and (max-width: 550px) {
    .split_contact form #NaamInput,
    .split_footer form #PostInput {
        width: 100%;
    }
    .split_contact form #PostInput,
    .split_footer form #NaamInput {
        width: 100%;
    }
    .op_de_hoogte form {
        flex-wrap: wrap;
    }
    .op_de_hoogte form input[type=email] {
        width: 100%;
        max-width: initial;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .op_de_hoogte form input[type=submit] {
        width: 100%;
    }
    .split_contact .team-lid .img {
        width: 150px;
        height: 150px;
    }
    .split_contact .team-lid .info h2 {
        font-size: 0.9em;
    }
    .split_contact .team-lid .info p {
        font-size: 0.8em;
    }
    .slogan {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 550px) {
    .split_controls button {
        margin: 0 10px;
    }
    .split_controls div {
        padding: 10px;
    }
    .split_controls h2 {
        padding: 10px 20px;
    }
    .home_intro_content a {
        font-size: 1em;
    }
}

@media screen and (max-width: 500px) {
    .inner_footer a,
    .inner_footer p {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 460px) {
    .home_intro_content a {
        font-size: .9em;
    }
}

@media screen and (max-width: 430px) {
    .home_intro_content a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .inner_footer p:first-of-type {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .row-block.extra {
        display: none;
    }
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */

.cf {
    *zoom: 1;
}