@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: 'Poppins', 'sans-serif';
}


/* 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: #8A1003;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #8A1003;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 400;
    font-size: 2em;
    text-align: center;
    color: #8A1003;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #8A1003;
    font-size: 17px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #8A1003;
    font-weight: 200;
    color: white;
    margin-top: 20px;
    border: 1px solid #8A1003;
    transition: all 1s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #8A1003;
}


/* 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;
    z-index: 1000;
}

.plenso_cookies>img {
    width: 40px;
}

.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: #8A1003;
    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: 60%;
    margin: 0 auto;
    margin: auto;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    color: #8A1003;
    margin-bottom: 20px;
    margin-top: 150px;
}

#content-container h2 {
    color: #8A1003;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
}

#content-container h3 {
    background: #8A1003;
    color: #fff;
    font-size: 1.2em;
    padding: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.2em;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #8A1003;
    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;
}


/* Einde GDPR */


/* Power Titel */

.power_titel_holder {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding: 100px 20px;
}

.power_titel {
    font-size: 3.7em;
    font-weight: 700;
    color: #B5B5B5;
    line-height: 130%;
    text-align: center;
}

.power_titel strong {
    font-weight: 700;
    color: #3C3C3B;
}


/* Einde Power Titel */


/* Navigatie */

.gototop {
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    right: -100px;
    bottom: 40px;
    color: #373a3c93;
    font-size: 1em;
    opacity: .8;
    cursor: pointer;
    transition: all .3s;
    border-radius: 200;
    border: none;
    background-color: #fff !important;
    transition: all 1s ease;
    box-shadow: #373A3C 0px 5px 15px;
}

.gototop:hover {
    transform: translateY(-10px);
}

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    background-color: #fff;
    border-right: 10px solid #8A1003;
}

.navi_footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -ms-align-items: center;
}

.navi_footer p,
.navi_footer a {
    font-size: 11px;
    padding: 0 10px;
    color: #353535
}

.navi_footer a {
    border-left: 1px solid #353535;
}

.navi_footer p {
    padding-left: 5px !important;
}

.navi_footer a:last-of-type {
    padding-right: 5px !important;
}

.navi_footer i {
    font-size: 11px;
    animation: pulseres 4s infinite;
}

@keyframes pulseres {
    0% {
        color: #cccbc9;
    }
    5% {
        color: #8A1003;
    }
    10% {
        color: #cccbc9;
    }
    20% {
        color: #8A1003;
    }
    25% {
        color: #cccbc9;
    }
    50% {
        color: #cccbc9;
    }
    100% {
        color: #cccbc9;
    }
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.top_res_nav {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.closebtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 125px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 100px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 25px;
}

.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(-450deg);
}

.rotateImg {
    transform: rotate(0deg) !important;
}

.navitem a {
    color: #8A1003;
    font-weight: 200;
    font-size: 1.3em;
}

.navitem .active {
    /* color: #000 !important; */
    border-bottom: 2px solid #8A1003;
    padding-bottom: 1px;
    font-weight: 500;
}

.openNavItem {
    max-height: 350px !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.navitem ul {
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    list-style-type: disc;
    padding-left: 10px;
    color: white;
    overflow: hidden;
    transition: all .5s;
    max-height: 0;
}

.navitem ul li {
    display: inline-block;
    padding: 10px;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1em;
    padding: 10px 0;
    color: #c8c8c8;
}

.menubtn {
    width: 30px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}

.navigatie {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 10px;
}

.fixedheader {
    width: 100% !important;
}

.navigatie>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    border-bottom: none;
}

.navigatie nav a {
    font-weight: 200;
    margin: 0 35px;
    padding: 5px 0;
    font-size: 18px;
    color: #252525;
    border-bottom: 1px solid transparent;
    position: relative;
}

.navigatie nav a,
.navigatie nav a:after,
.navigatie nav a:before {
    transition: all .5s;
}

.navigatie nav a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #252525;
    height: 1px;
}

.navigatie nav a.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background: #252525;
    height: 1px;
}

.navigatie nav a:hover:after {
    width: 100%;
}

.fixedheader {
    position: fixed !important;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    -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);
    z-index: 11;
}

.fixedheader>div {
    padding: 0 !important;
    border-bottom: none !important;
}

.fixedheader .logo {
    width: 120px;
}

.logo {
    width: 180px;
}


/* Einde navigatie */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
    padding: 4px 15px;
    font-size: 25px;
}

.curtain-click i {
    color: #8A1003;
}

.curtain-titel {
    cursor: pointer;
}

.curtaindrop {
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.curtaindrop>video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-color: rgba(58, 58, 58, .67);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 1000px;
    color: #fff;
    z-index: 200;
    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%);
}

.curtaindrop .button {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    font-size: 20px;
    color: #4c4c4c;
    background: -webkit-linear-gradient(-20deg, #fadac1 30%, #ebd5ce 100%);
    transition: all 0.8s ease;
}

.curtaindrop .button:hover {
    transform: scale(1.1);
}

.curtaindrop p {
    font-size: 1.6em;
    line-height: 1.6em;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: bold;
    font-size: 50px;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #92C020;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #92c020;
    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: 60px;
    cursor: pointer;
    color: white;
    z-index: 5;
}


/* Einde Curtaindrop */


/* Page header */

.page_header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 80px 20px;
}

.page_header>div:first-of-type {
    height: 35px;
    width: 2px;
    background-color: #8A1003;
    margin-bottom: 30px;
}

.page_header>h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.page_header>h1 {
    color: #8A1003;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
}

.page_header_tekst {
    line-height: 150%;
    font-weight: 200;
    font-size: 1.4em;
    color: #4C4C4C;
    width: 100%;
    text-align: center;
}

.page_header_tekst a {
    color: #8A1003;
}

.special_header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 280px;
    padding-bottom: 180px;
}

.special_header div {
    position: relative;
    z-index: 1;
    color: white;
    max-width: 1000px;
    font-size: 1.4em;
}

.special_header h1 {
    color: white;
    position: relative;
    z-index: 1;
    font-size: 3em;
}

.special_header_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(7, 1, 0, 0.5);
}


/* Einde page header*/


/* Blokken */

.blokken,
.blokkenmetslider {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1600px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.blokken>article,
.blokkenmetslider>article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 70px;
    width: 100%;
}

.blokken article:last-of-type,
.blokkenmetslider article:last-of-type {
    padding-bottom: 0;
}

.blokken article>img {
    width: 100%;
    max-width: 48%;
    order: 1;
}

.blokkenmetslider .blokken_slider {
    width: 48%;
    order: 1;
}

.blokkenmetslider img {
    width: 100%;
}

.blokken_content {
    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: #8A1003;
    line-height: 150%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1.8em;
}

.blokken_tekst {
    line-height: 180%;
    font-weight: 200;
    max-width: 850px;
    color: rgb(110, 110, 110);
    font-size: 1.4em;
    margin-bottom: 20px;
}

.blokken_tekst p>a {
    color: #8A1003;
}

.blokken_content>a {
    display: inline-block;
    margin-top: 5px;
    color: #353535;
    font-weight: 200;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    -ms-align-items: center;
}

.blokken_content>a i {
    margin-left: 10px;
    transition: all .5s;
}

.blokken_content>a:hover i {
    transform: translateX(10px);
}

.blokken article:nth-child(odd) img,
.blokkenmetslider>article:nth-child(odd) .blokken_slider {
    order: 3;
}

.blokken_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #353535b7;
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    font-size: 15px;
}

.blokken_slider .slick-next {
    right: 10px;
    left: initial;
}


/* Einde Blokken */


/* Footer */

footer {
    width: 100%;
    background: #efefef;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

footer>img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.inner_footer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.inner_footer div {
    color: white;
    line-height: 180%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.inner_footer div img {
    width: 200px;
    margin-top: 40px;
}

.inner_footer h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}

.inner_footer a {
    color: #fff;
    background-color: #8A1003;
    border: 1px solid #8A1003;
    padding: 10px;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-size: 14px;
    transition: all 0.8s ease;
}

.inner_footer a:hover {
    background-color: transparent;
    color: #8A1003;
}

.siteby {
    background-color: #8A1003;
    width: 100%;
}

.siteby>div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    color: #DCDCDC;
    padding: 10px 0;
}

.siteby>div a,
.siteby>div p {
    color: #DCDCDC;
}

.siteby>div div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.siteby>div span {
    padding: 0 10px;
}

.siteby .withlove i {
    animation: pulseres 4s infinite;
    font-size: 12px;
}

@keyframes pulse {
    0% {
        color: #DCDCDC;
    }
    5% {
        color: #8A1003;
    }
    10% {
        color: #DCDCDC;
    }
    20% {
        color: #8A1003;
    }
    25% {
        color: #DCDCDC;
    }
    50% {
        color: #DCDCDC;
    }
    100% {
        color: #cDCDCDCccbc9;
    }
}


/* Animations */

@keyframes heartbeat {
    0% {
        transform: scale( .75);
    }
    20% {
        transform: scale( 1);
    }
    40% {
        transform: scale( .75);
    }
    60% {
        transform: scale( 1);
    }
    80% {
        transform: scale( .75);
    }
    100% {
        transform: scale( .75);
    }
}


/* Einde animations */


/* Home banner */

.home_banner .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    background-color: #3535356c;
}

.home_banner .slick-arrow i {
    font-size: 20px;
    padding: 0 !important;
}

.home_banner .slick-next,
.blokken_slider .slick-next {
    right: 10px;
    left: initial;
}

.home_banner article {
    position: relative;
}

.home_banner {
    width: 80%;
    margin: auto;
}

.home_banner article img {
    width: 100%;
}

.home_banner article>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 140px);
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.home_banner article>div div {
    max-width: 800px;
}

.blokken_slider article h2 {
    font-weight: 700;
    font-size: 3.1em;
    color: #4c4c4c;
}

.home_banner article h2 {
    background-color: #4c4c4c52;
    font-weight: 700;
    font-size: 3.1em;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
}

.home_banner article h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    background-color: #4c4c4c52;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: fit-content;
}

.blokken_slider article h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    color: #4c4c4c;
}


/* Home AK */

.bannerover {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0%;
    z-index: 3;
}

.element {
    width: 100%;
    text-align: center;
    margin: 60px 0;
}

.element img {
    width: 100%;
    max-width: 60px;
}

.ak_big {
    width: 100%;
    margin: auto;
    padding: 10px;
    min-height: 90vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.ak_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, .2);
    height: 100%;
    width: 100%;
}

.ak_big .ak_content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.ak_big .ak_content a {
    color: white;
    width: fit-content;
    padding: 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.ak_big h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.17);
}

.ak_big .ak_content .ak_content_tekst {
    font-size: 25px;
    line-height: 150%;
    font-weight: 200;
    color: white;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.17);
    margin-bottom: 30px;
    width: 60%;
}


/* .ak_big a {
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background-color: #E93A3B;
  padding: 15px 30px;
  padding-left: 40px;
  background-image: url(/images/button.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Poppins', serif;
} */

.ak_big .activiteiten_btn_tekst {
    width: 170px;
}

.ak_banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}


/* Einde home AK */


/* Home tekstblokken */

.tekst_blokken {
    width: 100%;
    background-color: #efefef;
    margin-bottom: 70px;
}

.tekst_blokken>div {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
}

.tekst_blokken article {
    width: 45%;
    margin: 25px 0;
}

.tekst_blokken article h2 {
    width: 100%;
    text-align: left;
    font-size: 1.8em;
    color: #8A1003;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.tekst_blokken article h2 i {
    color: #8A1003;
    margin-right: 10px;
}

.tekst_blokken article .titel {
    display: flex;
}

.tekst_blokken article div {
    line-height: 180%;
    font-weight: 200;
    max-width: 850px;
    color: rgb(110, 110, 110);
    font-size: 1.4em;
    margin-bottom: 20px;
}

.tekst_blokken strong,
.tekst_blokken b {
    font-weight: bold;
}


/* Einde home tekstblokken */


/* Einde home pagina */


/* Activiteiten pagina */


/* Special Blokken */

.blokken_special {
    width: 100%;
    padding: 30px 0;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.blokken_special .bannerover_top {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.blokken_special .bannerover_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.blokken_special article:last-of-type .bannerover_bottom {
    bottom: 45px;
}

.blokken_special article {
    width: 100%;
    min-height: 80vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-bottom: 15px solid white;
    margin-top: -15px;
}

.blokken_special article>section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.blokken_special article:last-child {
    border-bottom: none;
    margin-bottom: -45px;
}

.blokken_special article h2 {
    font-weight: 700;
    color: white;
    font-size: 4em;
    margin-bottom: 10px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.17);
}

.blokken_special article h2 img {
    width: 30px;
}


/* .blokken_special article a {
  margin-top: 20px;
  display: inline-block;
  padding: 15px 30px;
  background-color: #E93A3B;
  color: white;
  font-weight: 700;
  padding-left: 40px;
  background-image: url(/images/button.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Poppins', serif;
} */

.blokken_special article>div {
    transition: all 1s;
    width: 100%;
}

.blokken_special article>div>div {
    transform: skewY(0deg);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
}

.blokken_special article:nth-child(even)>div>div {
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
}

.blokken_special .blokken_special_content {
    font-size: 1.6em;
    color: white;
    line-height: 150%;
    max-width: 900px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.17);
    margin-bottom: 30px;
}

.blokken_special .blokken_special_content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.activiteiten_btn img {
    width: 40px;
    z-index: 5;
    margin-right: 150px;
}

.activiteiten_btn_achtergrond {
    position: absolute;
    left: 31px;
}

.activiteiten_btn_achtergrond .deel1 {
    background-color: #8A1003;
    width: 30px;
    height: 20px;
    transform: skewY(-30deg);
}

.activiteiten_btn_achtergrond .deel2 {
    background-color: #8A1003;
    width: 30px;
    height: 20px;
    transform: skewY(30deg);
}

.activiteiten_btn_tekst {
    background-color: #8A1003;
    position: absolute;
    left: 60px;
    top: -9px;
    bottom: -7px;
    width: 130px;
}

.activiteiten_btn_tekst_achtergrond {
    background-color: #8A1003;
    position: relative;
}

.activiteiten_btn_tekst_achtergrond a {
    color: #FFF;
    position: absolute;
    top: 20px;
    left: -16px;
    background-color: #8A1003;
    padding-left: 16px;
}

.activiteiten_btn_tekst_achtergrond a .activiteiten_btn_icon {
    margin-left: 10px;
}


/* Einde Special Blokken */


/* Einde activiteiten pagina */


/* Activiteiten detailpagina */

.in_beeld {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.in_beeld article {
    width: 24%;
    margin: .5%;
    cursor: pointer;
    overflow: hidden;
}

.in_beeld article .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    opacity: 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 2em;
    transition: all .3s;
    z-index: 2;
}

.in_beeld article:hover .overlay {
    opacity: 1;
}

.in_beeld article:hover img {
    transform: scale(1.1);
}

.in_beeld article img {
    width: 100%;
    transition: all .5s;
}


/* Einde activiteiten detailpagina */


/* Referenties pagina */

.referenties {
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.referenties .referenties_item {
    position: relative;
    width: 31%;
    margin: 1%;
    transition: all .8s ease;
    background-color: #efefef;
}

.referenties h2 {
    color: #8A1003;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.referenties .referenties_item:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.referenties img {
    width: 100%;
}

.referenties .referenties_tekst {
    padding: 20px;
    position: relative;
}

.referenties a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.referenties i {
    position: absolute;
    top: -15px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    background-color: #8A1003;
    color: #efefef;
    border: 1px solid #8A1003;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}


/* Einde referenties pagina */


/* Nieuws pagina (blog) */

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    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 #8A1003;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    color: white;
    background-color: #8A1003;
    transition: all 0.8s ease;
}

.button-hold a:hover {
    background-color: transparent;
    color: #8A1003;
}


/**
 * Blog detail
 **/

.blog-holder {
    display: flex;
    margin-top: 60px;
    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.2em;
    color: #353535;
    padding: 0;
    line-height: 180%;
    font-weight: 200;
}

.blog-item .c {
    font-size: 1.1em;
    color: #353535;
    padding: 0 15px;
    line-height: 180%;
    font-weight: 200;
}

.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: #8A1003;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #8A1003;
    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: #8A1003;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #8A1003;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #8A1003;
}

.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: #8A1003;
}

.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;
    font-weight: 200;
    letter-spacing: 1px;
    color: #8A1003;
    transition: all 0.5s ease;
    width: fit-content;
    border-bottom: 1px solid #8A1003;
}

.blog-overzicht .btn-hold a:hover {
    background-color: #8A1003;
    color: #fff;
}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #8A1003;
}

.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: #8A1003;
}

.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: #8A1003;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde nieuws pagina(blog) */


/* Contact pagina */

.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: 100px 10px 0 10px;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #8A1003;
    padding: 80px 80px;
    margin-top: 20px;
    width: 100%;
}

.contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #252525;
}

.contact_gegevens {
    width: 35%;
}

.contact_gegevens h1 {
    font-weight: 700;
    color: #8A1003;
    margin-bottom: 20px;
    font-size: 2em;
}

.contact_gegevens h2 {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    line-height: 150%;
}

.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: 600;
    color: #FFF;
    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: #FFF;
}

.contact_split div p a {
    color: #FFF;
}

.contact_split div p i {
    position: absolute;
    left: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    color: #FFF;
    transform: translateY(-50%);
}

.contact_split img {
    width: 100px;
    border-radius: 200px;
    margin-right: 20px;
}

.contact_formulier {
    width: 55%;
}

.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: #353535;
    display: inline-block;
    margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEEEEE;
    padding: 8px 0px;
    color: #8A1003;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
    border-bottom: 2px solid #8A1003;
    font-weight: 400;
}

.contact_form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEEEEE;
    border-radius: 0px;
    padding: 10px 0px;
    color: #8A1003 !important;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    height: 100px;
}

.contact_form textarea:focus {
    border-bottom: 2px solid #8A1003;
    font-weight: 400;
}

.contact_form input[type=submit] {
    padding: 7px 20px;
    background: transparent;
    border: 2px solid #8A1003;
    font-weight: 200;
    color: #8A1003;
    font-size: 1.2em;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    transition: all .3s;
}

.contact_form input[type=submit]:hover {
    background-color: #8A1003;
    color: #fff;
}

.contact_form input[type=submit]:disabled {
    opacity: .3;
}

.contact_form input[type=submit]:disabled:hover {
    background: transparent;
    color: #8A1003;
}

.contact_formulier #NaamInput {
    width: 48%;
}

.contact_formulier #EmailInput {
    width: 100%;
}

#dasmap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 600px;
    position: relative;
    z-index: 0;
    margin-top: -70px;
}


/* Einde contact pagina */

.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);
    }
}


/* Media Query's */

@media screen and (max-width: 1500px) {
    #content-container {
        max-width: 70%;
    }
}

@media screen and (max-widht: 1300px) {
    .power_titel {
        font-size: 3em;
    }
    .blog-overzicht .blog-item {
        width: 98%;
    }
}

@media screen and (max-width: 1200px) {
    #content-container h1 {
        margin-top: 50px;
    }
    .contact_pagina {
        padding: 25px 10px;
    }
    .contact_gegevens {
        margin-bottom: 20px;
        padding: 30px 10px;
    }
    .contact_gegevens,
    .contact_formulier {
        width: 100%;
        padding: 0 10px;
    }
    .contact_gegevens h1,
    .contact_gegevens h2 {
        text-align: center;
        line-height: 120%;
    }
    .contact_gegevens>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 20px;
    }
    .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 {
        display: none;
    }
    .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;
    }
}

@media screen and (max-width: 1100px) {
    .home_banner article h2 {
        font-size: 2.5em;
    }
    .navigatie,
    .home_banner {
        width: 90%;
        max-width: 90%;
    }
    .tekst_blokken>div,
    .in_beeld {
        width: 90%;
    }
    .page_header>h1 {
        font-size: 40px;
    }
    .ak_big {
        background-attachment: initial;
        background-size: cover;
    }
    .blokken_titel h2 {
        font-size: 1.7em;
    }
    .blokken_tekst {
        font-size: 1.2em;
    }
    .blokken_content {
        padding: 10px;
    }
    .blokken_special article,
    .ak_big {
        background-attachment: initial;
        background-size: cover;
    }
    .tekst_blokken article div {
        font-size: 1em;
    }
    .tekst_blokken article h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1000px) {
    .ak_big .ak_content {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .ak_overlay {
        background-color: rgba(0, 0, 0, 0.568);
    }
    .ak_big {
        min-height: 50vh;
        padding: 150px 10px;
    }
    .ak_big .activiteiten_btn img {
        margin-right: 210px;
    }
    .ak_big .activiteiten_btn_tekst {
        width: 180px;
    }
    .ak_big h2 {
        font-size: 25px;
        width: 100%;
        text-align: center;
    }
    .ak_big .ak_content>.ak_content_tekst {
        font-size: 1.2em;
        text-align: center;
    }
    .ak_big a {
        font-size: 1em;
    }
    .ak_big .ak_content a {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        font-weight: 200;
    }
    .special_header {
        padding-top: 230px;
    }
    .special_header h1 {
        font-size: 2em;
    }
    .special_header div {
        font-size: 1.2em;
    }
    .blokken_special article>div>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .blokken_special article h2 {
        font-size: 3em;
        text-align: center;
    }
    .blokken_special .blokken_special_content {
        font-size: 1.3em;
        text-align: center;
        max-width: 750px;
    }
    .blokken_special article:nth-child(even)>div>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .referenties .referenties_item {
        width: 48%;
        margin-bottom: 35px;
    }
    .referenties .referenties_item:hover {
        transform: scale(1.025);
    }
    .referenties .referenties_tekst {
        padding: 15px;
    }
    .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%;
    }
}

@media screen and (max-width: 950px) {
    #content-container h1 {
        font-size: 2.5em;
        margin-bottom: 60px !important;
    }
    #content-container h2 {
        font-size: 1.8em;
    }
    .navigatie,
    .home_banner {
        width: 95%;
        max-width: 95%;
    }
    .tekst_blokken>div,
    .in_beeld {
        width: 95%;
    }
    .curtaindrop h2 {
        font-size: 40px;
    }
    .curtaindrop p {
        font-size: 1.4em;
    }
    #content-container h1 {
        font-size: 2.5em;
        margin-bottom: 60px !important;
    }
    #content-container h2 {
        font-size: 1.8em;
    }
    .menubtn {
        display: block;
    }
    .navigatie {
        background-color: #fff !important;
        position: relative !important;
    }
    .fixedheader {
        background-color: #fff !important;
        position: fixed !important;
    }
    .navigatie>div {
        border-bottom: none !important;
        padding: 0 !important
    }
    .navigatie nav {
        display: none;
    }
    .power_titel {
        font-size: 2em;
    }
    .special_header {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .in_beeld article {
        width: 32.33%;
    }
}

@media screen and (max-width: 850px) {
    #content-container {
        max-width: 90%;
    }
    .logo {
        width: 140px;
    }
    .page_header>h1 {
        font-size: 35px;
    }
    .page_header_tekst {
        font-size: 1.2em;
    }
    .blokkenmetslider .blokken_slider {
        width: 100%;
    }
    .blokken article>img {
        max-width: 100%;
    }
    .blokken_content {
        width: 100%;
        padding: 0;
    }
    .blokken article,
    .blokkenmetslider article {
        padding-bottom: 30px;
    }
    .blokken article:nth-child(odd) img,
    .blokkenmetslider .blokken_slider,
    .blokken article>img {
        order: 2;
    }
    .blokken_content {
        order: 1;
    }
    .blokken_titel h2 {
        margin-top: 15px;
        font-size: 1.5em;
    }
    .blokken_tekst {
        font-size: 1.1em;
    }
    .blokken_content>a {
        font-size: 1em;
    }
    .blokken_content>a {
        margin-bottom: 20px;
    }
    .power_titel_holder {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 800px) {
    .blokken_special article>div {
        opacity: 1;
    }
    .blokken_special article h2 {
        font-size: 2em;
    }
    .blokken_special article {
        min-height: 50vh;
    }
    .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;
    }
    .tekst_blokken article {
        width: 100%;
        margin: 20px 0;
    }
    .tekst_blokken article h2 {
        line-height: 150%;
        text-align: center;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
    }
    .tekst_blokken article div {
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    .home_banner article h2 {
        font-size: 2em;
    }
    .curtaindrop h2 {
        font-size: 30px;
    }
    .curtaindrop p {
        font-size: 1.2em;
    }
    .curtaindrop .button {
        padding: 10px 30px;
        font-size: 18px;
    }
    .curtain-close {
        font-size: 50px;
    }
    .contact_info>div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .contact_info {
        padding: 20px 10px;
    }
    .contact_info h2 {
        text-align: center;
        margin-bottom: 0;
    }
    .scrolldown {
        display: none;
    }
    .ak_big .ak_content .ak_content_tekst {
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    .logo {
        width: 120px;
    }
    .curtain-click {
        padding: 0;
    }
    .siteby>div {
        flex-wrap: wrap;
    }
    .siteby>div div {
        width: 100%;
        margin: 10px;
    }
    .in_beeld article {
        width: 49%;
    }
    .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;
    }
}

@media screen and (max-width: 650px) {
    #content-container h1 {
        font-size: 2em;
    }
    #content-container h1 {
        font-size: 2.1em;
    }
    #content-container h2 {
        font-size: 1.5em;
    }
    .curtaindrop h2 {
        font-size: 25px;
    }
    .curtaindrop p {
        font-size: 1.1em;
    }
    .curtain-close {
        font-size: 40px;
    }
    #content-container h1 {
        font-size: 2.1em;
    }
    #content-container h2 {
        font-size: 1.5em;
    }
    .page_header {
        padding: 50px 10px;
    }
    .page_header>h1,
    .contact_gegevens h1 {
        font-size: 25px;
    }
    .contact_info h2 {
        margin-bottom: 15px;
    }
    .contact_split>div {
        justify-content: flex-start;
        align-items: flex-start;
        -ms-align-items: flex-start;
    }
    .contact_info p {
        font-size: 18px;
    }
    .contact_formulier #NaamInput {
        width: 100%;
    }
    .page_header>h2 {
        font-size: 15px;
    }
    .page_header_tekst {
        font-size: 1em;
    }
    .page_header>div:first-of-type {
        height: 25px;
    }
    .power_titel {
        font-size: 1.6em;
    }
    .blog-recent .blog-item {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .inner_footer {
        flex-wrap: wrap;
    }
    .inner_footer div {
        width: 50%;
        margin-bottom: 30px;
    }
    .inner_footer div:last-child {
        margin-bottom: 0;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .blog-more-nav {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    #content-container {
        max-width: 95%;
    }
    .home_banner article h2 {
        font-weight: 500;
        font-size: 1.7em;
    }
    .home_banner article h3 {
        font-weight: 200;
        font-size: 1em;
    }
    .siteby>div {
        flex-direction: column;
        padding-bottom: 5px;
    }
    .siteby>div span {
        display: none;
    }
    .siteby>div a,
    .siteby>div p {
        margin-bottom: 5px;
    }
    .referenties .referenties_item {
        width: 95%;
        margin: 0 auto 35px auto;
    }
    .referenties .referenties_item:hover {
        transform: scale(1.0125);
    }
    .ak_big h2 {
        font-size: 20px;
    }
    .ak_big .ak_content .ak_content_tekst {
        font-size: 1em;
    }
    .blokken_titel h2 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 500px) {
    #content-container h1 {
        font-size: 1.8em;
    }
    .contact_formulier input[type=submit] {
        display: block;
        margin-top: 30px;
    }
    #content-container h1 {
        font-size: 1.8em;
    }
    .res-nav {
        width: 100%;
        right: -500px;
    }
    .menu-is-open {
        right: 0;
    }
    .inner_footer div {
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .inner_footer div:last-child {
        margin-bottom: 0;
    }
    .siteby>div div {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .plenso_cookies {
        right: 10px;
    }
}

@media screen and (max-width: 400px) {
    .contact_gegevens h2 {
        font-size: 15px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
    }
    .contact_split div p {
        font-size: 15px;
        padding-left: 30px;
    }
    .contact_form input[type=text],
    .contact_form input[type=email],
    .contact_form textarea {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .privcnt>div {
        display: flex;
        flex-wrap: wrap;
    }
    .contact_form input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
    .siteby>div div {
        width: 100%;
        flex-direction: column;
        line-height: 150%;
    }
    .siteby>div div span {
        display: none;
    }
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
    .navi_footer p,
    .navi_footer a {
        font-size: 10px;
    }
}

@media screen and (max-width: 300px) {
    .curtain-click {
        display: none;
    }
}