* {
    -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: auto;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.popupoverlay {
    background-color: rgba(0, 0, 0, 0.596);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
    height: 100%;
    display: none;
}

#pub_blokken_popup {
    width: 50%;
    background-color: #fff;
    padding: 80px;
    position: fixed;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pub_blokken_popup div {
    color: #383838;
    font-weight: 200;
    line-height: 130%;
    font-size: 18px;
}

#pub_blokken_popup ul {
    list-style-type: disc;
}

#pub_blokken_popup ul li {
    line-height: 130%;
}

#pub_blokken_popup ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

#pub_blokken_popup i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 23px;
    cursor: pointer;
}

b,
strong {
    font-weight: 500;
}

.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);
}


/* 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: #FFF;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bevestiging i {
    font-size: 2.5em;
    color: #ac2023;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #ac2023;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 400;
    font-size: 1.7em;
    text-align: center;
    color: #ac2023;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #ac2023;
    font-size: 17px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #ac2023;
    font-weight: 200;
    color: #FFF;
    margin-top: 20px;
    border: 1px solid #ac2023;
    transition: all 1s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #ac2023;
}


/* Einde Bevestiging*/


/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: #FFF;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #3e3e3e;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
}

.plenso_cookies>div a {
    color: #3e3e3e;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #ac2023;
    color: #FFF;
    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: #ac2023;
    margin-bottom: 80px;
    margin-top: 150px;
    font-family: 'Nanum Myeongjo', serif;
}

#content-container h2 {
    color: #ac2023;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
}

#content-container h3 {
    background: #ac2023;
    color: #fff;
    font-size: 1.1em;
    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%;
    font-weight: 200;
    color: #383838;
    font-size: 1.1em;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #ac2023;
    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 */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
    padding: 4px 15px;
    font-size: 25px;
}

.curtain-click i {
    color: #ac2023;
}

.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: #FFF;
    z-index: 5;
}


/* Einde Curtaindrop */


/* Page header */

.page_header {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 20px;
}

.page_header div.line {
    background-color: #ac2023;
    width: 45px;
    height: 1px;
    margin: 15px auto;
}

.page_header h1 {
    color: #383838;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.page_header h2 {
    color: #383838;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 200;
}

.page_header .c {
    font-size: 1.2em;
    line-height: 180%;
    color: #383838;
    text-align: center;
    font-weight: 200;
}


/* Einde page header */


/* Blokken */

.blokken_content {
    width: 100%;
    padding: 20px 0;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.blokken_row {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 10px;
}

.blokken_img_left {
    width: 44%;
    position: relative;
}

.blokken_text_right {
    width: 50%;
    padding: 20px;
    position: relative;
    z-index: 3;
}

.imageholder {
    width: 100%;
    transform: skewX(-4deg);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blokken_img_left img {
    width: 100%;
    margin-left: 20px;
    transform: skewX(4deg);
}

.slider article {
    overflow: hidden;
    max-height: 80vh;
}

.blokken_img_left_bg {
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 1;
    top: -60px;
    right: -25%;
    transform: skewX(-4deg);
    background-color: #efefef;
    opacity: 0.7;
    z-index: 0;
}

.blokken_text_right h2 {
    font-size: 1.4em;
    color: #383838;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 150%;
}

.blokken_text_right>a {
    background-color: #ac2023;
    border: 2px solid #ac2023;
    color: #fff;
    border-radius: 200px;
    padding: 14px 35px;
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all .3s;
}

.blokken_txt a {
    font-weight: 700;
    color: #383838;
}

.blokken_text_right>a:hover {
    background-color: transparent;
    color: #ac2023;
}

.blokken_txt {
    line-height: 150%;
    font-size: 20px;
    font-weight: 200;
    color: #383838;
}

.blokken_row:nth-child(2n) .blokken_img_left {
    order: 2;
}

.blokken_row:nth-child(2n) .blokken_text_right {
    order: 1;
}

.blokken_row:nth-child(2n) .blokken_img_left_bg2 {
    left: inherit;
    right: -30px;
}

.blokken_row:nth-child(2n) .imgholder {
    padding-right: 10px;
}

.blokken_row:nth-child(2n) .blokken_img_left_bg {
    left: -25%;
    right: inherit;
}


/* Einde blokken */


/* Header */

header {
    /* background-color: #ac2023; */
    border-radius: 0 0 50px 50px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

header img {
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
}

header a {
    font-weight: 700;
    color: #ac2023;
    margin: 0;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
}


/* Einde header */


/* Home slider */

.slider {
    position: relative;
}

.slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 10;
    color: #fff;
    font-size: 1.5em;
    border: none;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.562);
    width: 35px;
    height: 35px;
    border-radius: 200px;
    font-size: 16px;
}

.slider .slick-next {
    left: initial;
    right: 10px;
}

.slider {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.slider article {
    position: relative;
}

.slider article img {
    width: 100%;
    position: relative;
    z-index: 0;
}

.slider_overlay {
    content: "";
    height: 60%;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 2s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
    background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: 2s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.slider_content {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider_content h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 120%;
    text-shadow: 0px 0px 11px #000000;
    margin-bottom: 15px;
}

.slider_content div {
    text-align: center;
    color: #FFF;
    font-size: 1.4em;
    line-height: 130%;
    text-shadow: 0px 0px 11px #000000;
}

.slider article {
    overflow: hidden;
    max-height: 80vh;
}


/* Einde home slider*/


/* Info/vak blokken */

.vak_blokken,
.pub_blokken {
    width: 100% !important;
    padding: 50px 50px;
    background-color: #efefef;
}

.pub_blokken>div:first-of-type {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -ms-align-items: stretch;
}

.vak_blokken>div:first-of-type {
    margin: 0 auto;
    width: 100%;
    max-width: 80%;
}

.pub_blokken article {
    width: 30.33%;
    padding: 100px 10px;
    transition: all 2s;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    background-color: #FFF;
    cursor: pointer;
    flex: 1 1 31%;
    margin: 1%;
    position: relative;
}

.pub_blokken article i.fa-plus {
    border-radius: 200px;
    background-color: #ac2023;
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-size: 16px;
    margin-top: 30px;
    transition: all 0.8s ease;
}

.rotate {
    transform: rotate(180deg) scale(1.2);
}

.pub_blokken article .overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pub_blokken article {
    text-align: center;
}

.vak_blokken article i:not(.fa-plus),
.pub_blokken article i:not(.fa-plus) {
    font-size: 2.3em;
    color: #ac2023;
}

.vak_blokken article h2,
.pub_blokken article h2 {
    font-size: 1.3em;
    color: #ac2023;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: center;
}

.vak_blokken article h3,
.pub_blokken article h3 {
    color: #383838;
    font-weight: 200;
    line-height: 130%;
    font-size: 18px;
}

.vak_blokken article div,
.pub_blokken article div {
    text-align: center;
    font-size: 1.2em;
    line-height: 150%;
    font-weight: 200;
    color: #585858;
}

.vak-detail .descr,
.pub-detail .descr {
    padding: 30px;
}

.pub-detail_klein {
    display: none;
    width: 50%;
    margin: auto;
    border: 5px solid #f7fafd;
    padding: 50px;
    margin-bottom: 60px;
    transform: translateY(-80px);
    background-color: #fff;
    z-index: -1;
}

.vak-detail,
.pub-detail {
    width: 50%;
    margin: auto;
    border: 5px solid #f7fafd;
    padding: 50px;
    margin-bottom: 60px;
    transform: translateY(-80px);
    background-color: #fff;
    z-index: -1;
}

.vak-detail h2,
.pub-detail h2 {
    color: #ac2023;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.7em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ac2023;
}

.pub-detail_klein h2 {
    color: #ac2023;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.7em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ac2023;
}

.vak-detail h3,
.pub-detail h3 {
    color: #ac2023;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.pub-detail_klein h3 {
    color: #ac2023;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.vak-detail ul,
.pub-detail ul {
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 15px;
}

.pub-detail_klein ul {
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 15px;
}

.vak-detail,
.pub-detail li {
    line-height: 160%;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.pub-detail_klein li {
    line-height: 160%;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #000;
}

.vak_blokken .slick-list {
    margin-bottom: 60px;
}

.vak_blokken .slick-slide {
    padding: 50px 10px;
    transition: all 2s;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    cursor: pointer;
    min-height: 14em;
    margin: 10px;
    text-align: center;
    align-content: center;
}

.vak_blokken article a:hover {
    transform: scale(1.1);
    -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);
}

.vak_blokken>div .slick-dots {
    width: 100%;
    display: block;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.vak_blokken>div .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    background-color: #dbdbdb;
    margin: 0 3px;
    cursor: pointer;
}

.vak_blokken>div .slick-dots .slick-active {
    background-color: #353535;
}

.vak_blokken>div .slick-dots li button {
    display: none;
}

.vak_blokken>div .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.vak_blokken>div .slick-dots li {
    width: 13px;
    height: 13px;
    cursor: pointer;
    background-color: #ac202328;
    border: 1px solid #ac2023;
    border-radius: 200px;
    margin: 0 5px;
}

.vak_blokken>div .slick-dots button {
    display: none;
}

.vak_blokken>div .slick-dots .slick-active {
    background-color: #ac2023;
}

.vak_blokken>div .slick-arrow {
    position: absolute;
    left: -10%;
    top: 50%;
    z-index: 3;
    font-size: 1.4em;
    color: #ac2023;
    display: flex;
    background-color: transparent;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 200px;
}

.vak_blokken>div .slick-next {
    right: -10%;
    left: initial;
}


/* Einde info/vak blokken */


/* Power Titel */

.power_titel_holder {
    width: 100%;
}

.power_titel_holder>div {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding: 80px 20px;
}

.power_titel {
    font-size: 3.5em;
    font-weight: 700;
    color: #B5B5B5;
    line-height: 130%;
}

.power_titel strong {
    font-weight: 700;
    color: #3C3C3B;
}


/* Einde Power Titel */


/* Contact */

.page_header2 {
    width: 100%;
    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;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
}

.page_header2>h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 1px;
    text-align: center;
    max-width: 800px;
    margin-bottom: 20px;
}

.page_header2>h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 20px;
}

.page_header2 .c {
    font-size: 1.2em;
    line-height: 180%;
    color: #fff;
    text-align: center;
    font-weight: 200;
}

.page_header2 i {
    font-size: 30px;
    color: #ac2023;
}

.contact_page {
    background-color: #ac2023;
}

.contact_split {
    width: 100%;
    max-width: 80%;
}

.contact_split .team-lid .info h2 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
    color: #ac2023;
}

.contactTitel {
    color: #ac2023;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    width: 100%;
}

.contactSubtitel {
    color: #ac2023;
    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;
    color: #fff !important;
}

.split_footer>div h2 {
    color: #ac2023;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
}

.split_footer>div div {
    color: #fff;
    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: 49%;
    margin-bottom: 30px;
}

.split_footer form #PostInput {
    width: 49%;
    margin-bottom: 30px;
}

.split_footer form input[type=text],
.split_footer form input[type=email] {
    width: 100%;
    border: none;
    padding: 5px;
    color: #383838;
    font-weight: 400;
    background-color: #efefef;
    font-family: 'Poppins', sans-serif;
}

.split_footer form input[type=text]::placeholder,
.split_footer form input[type=email]::placeholder,
.split_footer form textarea::placeholder {
    color: #383838;
    font-weight: 200;
}

.split_footer form input[type=submit] {
    display: block;
    margin-top: 2em;
    border: 2px solid #ac2023;
    color: #ac2023;
    padding: 7px 30px;
    width: fit-content;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: transparent;
    border: 1px solid white;
    transition: all 1s;
    color: white;
}

.split_footer form input[type=submit]:disabled {
    opacity: 0.5;
}

.split_footer form input[type=submit]:enabled:hover {
    background-color: white;
    color: #ac2023;
}

.split_footer form textarea {
    width: 100%;
    border: none;
    padding: 5px;
    color: #383838;
    background-color: #efefef;
    min-height: 120px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.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: #fff;
}

#dasmap {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    position: relative;
    z-index: 0;
}


/* Einde contact */


/* Footer */

footer {
    width: 100%;
    background-color: #EFEFEF;
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.inner_footer {
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 20px 0 20px;
}

.inner_footer p {
    color: #595774;
    line-height: 170%;
    font-weight: 300;
    letter-spacing: 2px;
}

.inner_footer a {
    color: #595774;
    line-height: 170%;
    font-weight: 300;
    letter-spacing: 2px;
}

.inner_footer>div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin: 0 .5%;
}

.inner_footer>div p,
.inner_footer>div a {
    text-align: center;
}

.inner_footer>div:first-of-type p {
    color: #ac2023;
    font-size: 22px;
    font-weight: 700;
}

.inner_footer>div img {
    width: 140px;
}

.inner_footer>.ks {
    display: none;
}

.disclaimer {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    color: #595774;
    padding: 10px;
    font-weight: 200;
    font-size: 1em;
    line-height: 150%;
    background-color: #EFEFEF;
}

.disclaimer>div {
    border-top: 2px solid #e6e4e4;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
}

.disclaimer span {
    margin: 0 10px;
}

.disclaimer a {
    color: #595774;
}

.disclaimer a:last-of-type i {
    color: #595774;
    animation: pulse 4s infinite;
}

@keyframes pulse {
    0% {
        color: #595774;
    }
    5% {
        color: #8bcf97
    }
    10% {
        color: #595774;
    }
    20% {
        color: #8bcf97
    }
    21% {
        color: #595774;
    }
    50% {
        color: #595774;
    }
    100% {
        color: #595774;
    }
}


/* Einde footer */


/* Media Query's */

@media screen and (max-width: 1500px) {
    #pub_blokken_popup {
        width: 60%;
    }
    .split_footer {
        max-width: 85%;
    }
    .split_footer>div {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .power_titel {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1350px) {
    #pub_blokken_popup {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .vak-detail,
    .pub-detail {
        width: 80%;
    }
    .pub-detail_klein {
        width: 80%;
    }
    .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;
    }
}

@media screen and (max-width: 1150px) {
    #pub_blokken_popup {
        width: 80%;
    }
}

@media screen and (max-width: 1100px) {
    .blokken_txt {
        font-size: 18px;
    }
    .blokken_text_right h2 {
        font-size: 1.4em;
    }
    .inner_footer {
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .blokken_text_right {
        width: 100%;
    }
    .blokken_row:nth-child(2n) .blokken_img_left {
        order: 2;
    }
    .blokken_img_left {
        order: 2;
        width: 100%;
    }
    .imageholder,
    .blokken_img_left img {
        transform: initial;
    }
    .blokken_img_left_bg2,
    .blokken_img_left_bg {
        display: none;
    }
    .blokken_content {
        padding: 10px 0;
    }
    .blokken_row {
        padding: 30px 20px;
    }
    .blokken_img_left img {
        margin-left: 0;
    }
    .blokken_text_right {
        padding: 20px 0;
    }
}

@media screen and (max-width: 950px) {
    .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;
    }
    .slider_content {
        width: 90%;
    }
    .slider_content div {
        font-size: 1.1em;
    }
    .inner_footer {
        font-size: .9em;
    }
    .split_footer {
        flex-wrap: wrap;
        padding-top: 0;
    }
    #dasmap {
        margin-top: 30px;
    }
    .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%;
    }
}

@media screen and (max-width: 900px) {
    .power_titel {
        font-size: 2em;
    }
    .slider_content h2 {
        font-size: 2em;
    }
    .pub_blokken>div:first-of-type {
        display: block;
    }
    .pub_blokken article {
        width: 100%;
    }
    .pub_blokken article:first-of-type {
        margin-bottom: 20px;
    }
    .vak-detail,
    .pub-detail {
        width: 90%;
        transform: translateY(-50px);
    }
    .pub-detail_klein {
        width: 90%;
        transform: translateY(-50px);
    }
    .vak_blokken>div:first-of-type,
    .pub_blokken>div:first-of-type {
        max-width: 100%;
    }
    .vak_blokken .slick-list {
        margin-bottom: 0;
    }
    .vak_blokken>div .slick-arrow {
        left: -20%;
    }
    .vak_blokken>div .slick-next {
        right: -20%;
        left: initial;
    }
    .vak_blokken article i {
        font-size: 4em;
    }
}

@media screen and (max-width: 850px) {
    #pub_blokken_popup {
        width: 90%;
    }
    .page_header h1,
    .page_header2>h1 {
        font-size: 1.7em;
    }
    .page_header h2,
    .page_header2>h2 {
        font-size: 18px;
    }
    .page_header .c,
    .page_header2 .c {
        font-size: 18px;
    }
    .vak_blokken article,
    .pub_blokken article {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .pub_blokken article:first-of-type {
        margin-top: 0;
    }
    .pub_blokken article:last-of-type {
        margin-bottom: 0;
    }
    .inner_footer {
        flex-direction: column;
    }
    .inner_footer>div:first-of-type {
        margin-bottom: 30px;
    }
    header img {
        width: 180px;
    }
}

@media screen and (max-width: 800px) {
    .slider_content {
        width: 80%;
    }
    .slider_content h2 {
        font-size: 1.8em;
    }
    .pub_blokken {
        padding: 40px 50px;
    }
    .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;
    }
}

@media screen and (max-width: 750px) {
    .curtaindrop h2 {
        font-size: 30px;
    }
    .curtaindrop p {
        font-size: 1.2em;
    }
    .curtaindrop .button {
        padding: 10px 30px;
        font-size: 18px;
    }
    .curtain-close {
        font-size: 50px;
    }
    .blokken_row {
        padding: 20px 10px;
    }
    .blokken_text_right h2 {
        font-size: 1.2em;
    }
    .power_titel_holder>div {
        padding: 60px 20px;
        text-align: center;
    }
    .power_titel {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 700px) {
    .curtain-click {
        padding: 0;
    }
    .pub_blokken>div:first-of-type {
        max-width: 100%;
    }
    .split_footer {
        padding-top: 0;
    }
    .split_footer>div h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 25px;
    }
    .split_footer>div div {
        text-align: center;
    }
}

@media screen and (max-width: 680px) {
    .split_contact form #NaamInput,
    .split_footer form #PostInput {
        width: 100%;
    }
    .split_contact form #PostInput,
    .split_footer form #NaamInput {
        width: 100%;
    }
    .split_footer {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 650px) {
    .blokken_txt {
        font-size: 16px;
    }
    .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;
    }
    .vak-detail,
    .pub-detail {
        width: 95%;
    }
    .pub-detail_klein {
        width: 95%;
    }
    .vak-detail h2,
    .pub-detail h2 {
        font-size: 1.3em;
    }
    .pub-detail_klein h2 {
        font-size: 1.3em;
    }
    .vak-detail h3,
    .pub-detail h3 {
        font-size: 1.2em;
    }
    .pub-detail_klein h3 {
        font-size: 1.2em;
    }
    .vak-detail,
    .pub-detail li {
        font-size: 1em;
    }
    .pub-detail_klein li {
        font-size: 1em;
    }
    .vak_blokken>div:first-of-type {
        max-width: 80%;
    }
    .vak_blokken .slick-slide {
        margin: 0;
    }
    .inner_footer>.gs {
        display: none;
    }
    .inner_footer>.ks {
        display: block;
        text-align: center;
        margin-bottom: 0;
    }
    .inner_footer>div:first-child {
        width: 100%;
    }
    .disclaimer>div {
        flex-direction: column;
        font-size: .9em;
    }
    .disclaimer span {
        display: none;
    }
    .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;
    }
    .page_header2>h1 {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    header img {
        width: 150px;
    }
}

@media screen and (max-width: 600px) {
    .slider_content div {
        font-size: 16px;
    }
    .slider_content h2 {
        font-size: 1.2em;
        margin-top: 35px;
    }
    .inner_footer>div img {
        width: 140px;
    }
}

@media screen and (max-width: 550px) {
    .split_footer>div div {
        font-size: 16px;
    }
    .pub_blokken article {
        padding: 60px 20px;
    }
    .page_header {
        padding: 40px 20px;
    }
    .page_header2 {
        padding-top: 50px;
    }
    .split_footer {
        padding-bottom: 20px;
    }
    #pub_blokken_popup {
        width: 95%;
        padding: 60px;
    }
    #pub_blokken_popup div {
        font-size: 16px;
    }
    .page_header h1,
    .page_header2>h1 {
        font-size: 1.5em;
    }
    .page_header2>h1 {
        font-size: 22px;
    }
    .page_header h2,
    .page_header2>h2 {
        font-size: 18px;
    }
    .page_header2>h2 {
        font-size: 16px;
    }
    .page_header .c,
    .page_header2 .c {
        font-size: 17px;
    }
    header img {
        width: 120px;
    }
    .pub_blokken {
        padding: 50px 10px;
    }
    .vak_blokken>div:first-of-type {
        max-width: 96%;
    }
    .vak_blokken>div .slick-arrow {
        left: -20%;
    }
    .vak_blokken>div .slick-next {
        right: -20%;
        left: initial;
    }
    .split_contact form #NaamInput,
    .split_footer form #PostInput {
        width: 100%;
    }
    .split_contact form #PostInput,
    .split_footer form #NaamInput {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .slider .slick-arrow {
        width: fit-content;
        height: auto;
        background-color: transparent;
    }
    #content-container h1 {
        font-size: 1.8em;
    }
    .inner_footer>div img {
        width: 120px;
    }
    .inner_footer a,
    .inner_footer p {
        font-size: 0.9em;
    }
    .power_titel {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 450px) {
    .plenso_cookies {
        right: 10px;
    }
    .slider_content {
        top: unset;
        bottom: 20px;
        transform: translate(-50%, 0);
    }
    .slider_content h2 {
        font-size: 1.1em;
        margin-bottom: 5px;
    }
    .slider_content div {
        font-size: 15px;
    }
    .inner_footer>div:first-of-type p {
        font-size: 18px;
    }
}

@media screen and (max-width: 430px) {
    .inner_footer p:first-of-type {
        text-align: center;
    }
}

@media screen and (max-width: 300px) {
    .curtain-click {
        display: none;
    }
}