@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;
}


/* Instagram */

.instaholder {
    background-color: #eff6f8;
    padding-bottom: 30px;
}

.insta_titel {
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.insta_titel .line-hold {
    position: relative;
}

.insta_titel h2 {
    font-size: 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    color: #ed1c24;
    display: inline-block;
    padding: 0 100px;
    font-weight: 700;
}

.band .insta_titel h3 {
    background-color: #f8eaf2;
}

.insta_titel .line-hold:after {
    display: block;
    height: 1px;
    background-color: #ed1c24;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.small.insta_titel {
    padding: 30px 0;
}

.instagram_feed {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px;
    padding-top: 0px;
}

.instagram_feed .instagram_post {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 0 1%;
}

.instagram_post i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
}

.instagram_feed .instagram_post img {
    width: 100%;
}

.instagram_feed .instagram_post video {
    width: 100%;
}

.instagram_feed .instagram_post .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 3em;
    transition: all .3s;
}

.instagram_feed .instagram_post:hover .overlay {
    opacity: 1;
}


/* Einde Instagram */


/* Popup */

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 1;
    transition: all .8s;
}

.popup_content {
    width: 95%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 3px;
    -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);
    position: relative;
}

.popup_image {
    width: 40%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.8em;
    cursor: pointer;
    color: #D30920;
}

.popup_tekst {
    width: 60%;
    padding: 50px 30px;
}

.popup_tekst a {
    font-size: 1em;
    font-weight: 700;
    color: #D10C20;
    cursor: pointer;
}

.popup_tekst h2 {
    font-size: 1.6em;
    line-height: 150%;
    font-weight: 700;
    color: #D30920;
    margin-bottom: 10px;
}

.popup_tekst div {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 130%;
    color: #7c7c7c;
}


/* Einde Popup */


/* Navigatie */

.navigation {
    position: relative;
    z-index: 1;
    transition: all .3s;
    background-color: #000;
}

.navigation_inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    z-index: 2;
}

.navigation .logo {
    width: 250px;
}

.navigation nav {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.navigation nav a {
    font-weight: 700;
    margin: 0 30px;
    color: #fff;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: all .3s;
}

.navigation nav a.active {
    border-bottom: 2px solid #ED1C24;
    padding-bottom: .3em;
    position: relative;
}

.navigation nav a.active:after {
    content: '';
    display: inline-block;
    background: url(/images/menuh.png);
    width: 9px;
    height: 9px;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    bottom: -8px;
}

.navigation nav a:hover {
    color: #ED1C24 !important;
}

.navigation nav .active:not(.special_button) {
    color: #ED1C24 !important;
}

.special_button {
    background-color: #ED1C24;
    padding: 10px 30px !important;
    border: 2px solid #ED1C24 !important;
    border-radius: 200px;
    font-size: .9em;
    margin-left: 10px !important;
}

.special_button:hover {
    background-color: transparent;
}

.res-nav {
    width: 100%;
    max-width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: #fff;
}

.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;
    background-color: #ED1C24;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.closebtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.winkelmandres {
    font-size: 1.2em;
    color: #fff;
    margin-right: 20px;
}

.verlanglijstres {
    font-size: 1.2em;
    color: #fff;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 85px;
    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: #353535;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}

.navitem .active {
    color: #ED1C24;
}

.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);
}


/* Einde Navigatie */


/* Home */

.home_slider {
    position: relative;
}

.home_slider_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(58, 58, 58, .0);
}

.home_slider_content {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    max-height: 850px;
}

.home_slider_content img {
    position: relative;
    z-index: 0;
    width: 100%;
}

.afb2 {
    display: none;
}

.home_slider_content_tekst {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 2;
    max-width: 1600px;
    padding: 10px;
    width: 100%;
    transform: translate(-50%, -50%);
}

.home_slider_content_tekst>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 850px;
    width: 90%;
}

.home_slider_content h2 {
    font-weight: 700;
    line-height: 150%;
    font-size: 3.1em;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_slider_content h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_slider_content a {
    width: 100%;
    margin-top: 30px;
    font-weight: 700;
    color: white;
    font-size: 1.2em;
    text-shadow: 0px 0px 11px #000000;
    padding-top: 30px;
    border-top: .5px solid #fff;
}

.home_slider_content a i {
    transition: all .3s;
    margin-left: 10px;
}

.home_slider_content a:hover i {
    margin-left: 20px;
}

.toslide .slick-arrow {
    position: absolute;
    right: 50px;
    top: 48%;
    font-size: 1.4em;
    color: white;
    background-color: transparent;
    transform: translateY(-50%);
    z-index: 5;
    border: none;
}

.toslide .slick-next {
    top: 52%;
}

.slick-vertical .slick-slide {
    border: none !important;
}

.bannerover {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.scrolldown {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    z-index: 4;
    color: white;
    cursor: pointer;
}

.scrolldown>div {
    width: 50px;
    height: 50px;
    background-color: #ED1C24;
    font-size: 1.4em;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
    transition: all .3s;
}

.scrolldown:hover div {
    transform: translateY(5px);
}

.search_aanbod {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 30px;
    transform: translateY(-40px);
    background-color: white;
    z-index: 1;
    position: relative;
    transition: all 1s;
    -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);
}

.search_aanbod h2 {
    font-size: 1.2em;
    color: #ED1C24;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.search_aanbod form {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.search_aanbod form>div {
    width: 50%;
    position: relative;
    padding: 0 5px;
}

.search_aanbod form>div i {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 50%;
    color: #ED1C24;
    font-size: 1.3em;
    transform: translateY(-50%);
}

.search_aanbod form input[type=date],
.search_aanbod form input[type=text],
.search_aanbod form select {
    padding: 10px;
    padding-left: 60px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #dadada;
}

.search_aanbod form select {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/images/select.png);
    padding-right: 50px;
}

.search_aanbod form button {
    padding: 10px;
    height: 49px;
    font-weight: 700;
    border: none;
    transition: all .3s;
    background-color: #ED1C24;
    color: white;
    min-width: 250px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
}

.search_aanbod form button:hover {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(237, 28, 36, 0.55);
    -moz-box-shadow: 0px 0px 22px 0px rgba(237, 28, 36, 0.55);
    box-shadow: 0px 0px 22px 0px rgba(237, 28, 36, 0.55);
}

.nieuwsbrief {
    padding: 100px 0;
    background-color: #000;
}

.nieuwsbrief h2 {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    color: #ED1C24;
    margin-bottom: 20px;
}

.nieuwsbrief form {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.nieuwsbrief .field {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.nieuwsbrief .half-field {
    width: 50%;
}

.nieuwsbrief .field input {
    line-height: 35px;
    border: 0;
    width: 100%;
    padding-left: 8px;
}

.nieuwsbrief #PL_privacy {
    padding-left: 5px;
}

.nieuwsbrief #subm1 {
    margin-right: 5px;
}

.nieuwsbrief .privcnt a {
    color: #ed1c24;
}


/* Einde Home */


/* Aanbod */

.item_header {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
}

.item_header img {
    width: 100%;
}

.item_header_content a {
    color: white;
    font-weight: 700;
    border-radius: 200px;
    padding: 7px 20px;
    -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);
    background-color: #ED1C24;
}

.header_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 2px solid #b4b4b4;
    display: none;
}

.header_video iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.item_header div h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

.item_header_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}

.item_header_content {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.item_controls {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    -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);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.item_switch {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.item_switch a {
    color: #000;
}

.item_switch div {
    color: #000;
    font-weight: 700;
    font-size: .95em;
    padding: 0 30px;
    border-right: 2px solid #000;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    cursor: pointer;
    align-items: center;
}

.item_switch div:last-child {
    border-right: none;
}

.item_switch div i {
    margin-right: 5px;
    font-size: 1.35em;
}

.item_switch div:first-child {
    padding-left: 10px;
}

.item_social {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.item_social a {
    color: #000;
    padding: 0 15px;
    cursor: pointer;
    font-size: 1.2em;
}

.project_content {
    margin: 0 auto;
    font-size: 1.05em;
    max-width: 1400px;
    width: 100%;
    line-height: 180%;
    color: #5b5b5b;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 75px;
}

.project_content aside {
    margin-left: 30px;
    max-width: 300px;
    width: 100%;
    padding: 35px;
    background-color: white;
    border: 1px solid #e6e6e6;
    top: 30px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
    position: sticky;
}

.project_content aside h2 {
    font-size: 1em;
    color: #000;
    font-weight: 700;
}

.other_projects article img {
    width: 100%;
}

.project_boeken {
    border-radius: 200px;
    text-align: center;
    background-color: #ED1C24;
    color: white;
    font-weight: 700;
    color: white;
    padding: 6px 35px;
    margin-top: 20px;
    font-weight: 700;
}

.project_fotos {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
}

.project_fotos .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.project_fotos .slick-next {
    left: initial;
    right: 5px;
}

.project_fotos article {
    padding: 10px;
}

.project_fotos article img {
    width: 100%;
}

.aanbod_price {
    font-weight: 700;
    font-size: 1.7em;
    color: #ED1C24;
    width: 100%;
    text-align: right;
}

.aanbod_voorschot {
    width: 100%;
    text-align: right;
    color: #adadad;
    font-size: .9em;
    padding-bottom: 10px;
    border-bottom: 2px solid #efefef;
}

.aside_gegevens {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    font-size: 1.1em;
    width: 100%;
}

.aside_gegevens>div {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}

.project_content>a {
    font-weight: 700;
    color: #353535;
}

.project_content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.other_projects>h2 {
    width: 100%;
    font-weight: 700;
    color: #ED1C24;
    padding: 1%;
    text-align: center;
    font-size: 1.4em;
}

.other_projects {
    margin: 0 auto;
    padding-top: 10px;
    margin-top: 50px;
    border-top: 2px solid #f2f2f2;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.other_projects article {
    width: 31.33%;
    position: relative;
    margin: 1%;
    transition: all 1s;
    -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);
}

.other_projects article:hover {
    transform: scale(1.05);
}

.other_projects article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.other_projects article h2 {
    padding: 15px;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.project_beschrijving {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 15px;
}

.project_beschrijving>h2 {
    font-weight: 700;
    font-size: 1.4em;
    color: #ED1C24;
    margin-bottom: 10px;
    margin-top: 30px;
}

.programma_items {
    width: 100%;
}

.programma_items>h2 {
    font-size: 1.4em;
    color: #ED1C24;
    font-weight: 700;
    margin-top: 30px;
}

.programma_items_tekst strong {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #353535;
    display: inherit;
}

.itemmap {
    padding-bottom: 40%;
    margin: 20px 0;
}

.programma_programma {
    width: 100%;
}

.programmaitem {
    width: 100%;
}

.programmaitem h3 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.programmaitem>h3 {
    padding: 10px;
    font-weight: 700;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    color: #353535;
    display: inherit;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    transition: all .3s;
}

.programmaitem div {
    padding-left: 10px;
    margin-bottom: 20px;
}

.programmaitem>div>h2 {
    font-weight: 700;
    font-size: 1.1em;
    color: #ED1C24;
}

.programmaitem>div>h3 {
    font-size: 1em;
    font-weight: 700;
}

.programmaitem h3:hover {
    transform: scale(1.02);
}

.images_first,
.images_second,
.images_third {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.images_first img {
    width: 100%;
}

.images_second img {
    width: 49%;
}

.images_third img {
    width: 32.33%;
}

.video_holder {
    width: 100%;
    padding-bottom: 54.25%;
    position: relative;
    margin: 30px 0;
}

.video_holder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* Einde Aanbod */

.home_header {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    padding: 30px 10px;
}

.home_header h2 {
    font-weight: 700;
    line-height: 150%;
    font-size: 1.1em;
    color: #ED1C24;
}

.home_header h1 {
    line-height: 150%;
    font-size: 1.8em;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.home_header div {
    color: #a6a6a6;
    line-height: 200%;
    text-align: left;
}

.home_header div p {
    width: 100%;
}

.home_header div ul {
    list-style-type: disc;
    padding-left: 20px;
}

.page_header {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    padding: 30px 10px;
}

.page_header h2 {
    font-weight: 700;
    line-height: 150%;
    font-size: 1.1em;
    color: #ED1C24;
    text-align: center;
}

.page_header h1 {
    line-height: 150%;
    font-size: 1.8em;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.page_header div {
    color: #a6a6a6;
    line-height: 200%;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.opmaat_header {
    width: 100%;
    background-position: center;
    background-size: cover;
}


/* Cookie Melding */

.PL_Wrapper {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
    font-weight: 700;
    color: #ED1C24;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

.PL_Buttons {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.PL_Buttons a {
    padding: 15px;
    background-color: #ED1C24;
    border: 2px solid #ED1C24;
    color: #fff;
    width: 48%;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #ED1C24;
}


/* Einde Cookie Melding */


/* Calendar */

.calendar_page {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 0;
}

.calendar_page aside {
    max-width: 350px;
    margin-right: 30px;
    border-radius: 10px;
    width: 100%;
    padding: 30px;
    -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);
}

.calendar_page aside>div {
    width: 100%;
}

.calendar_page aside h3 {
    font-weight: 700;
    font-size: 1.3em;
    color: #ED1C24;
}

.filtertitle {
    display: none;
}

.calendar_page aside h2 {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.calendar_page aside h2:not(:first-child) {
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f2f2f2;
}

.calendar_page aside .datuminputs {
    position: relative;
}

.calendar_page aside .datuminputs input,
.calendar_page aside .datuminputs select {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    background-color: white;
    margin: 10px 0;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    padding-right: 50px;
    transition: all .3s;
}

.calendar_page aside .datuminputs input:hover,
.calendar_page aside .datuminputs select:hover {
    background-color: #f3f3f3;
}

.calendar_page aside .datuminputs i {
    position: absolute;
    right: 10px;
    font-size: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

.calendar_filter {
    width: 100%;
    padding: 0 1%;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
}

.calendar_filter h1 {
    font-size: 1.4em;
    color: #ED1C24;
    font-weight: 700;
}

.calendar {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.calendar>h2 {
    width: 100%;
    font-weight: 700;
    padding: 1%;
    font-size: 1.5em;
    margin-top: 20px;
}

.calendar article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.calendar article {
    width: 31.33%;
    overflow: hidden;
    position: relative;
    margin: 1%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    transition: all 1s;
}

.hiddenarticles {
    opacity: 0;
    transition: all .3s;
    transform: translateY(70px);
}

.calendar article * {
    cursor: pointer;
}

.calendar article:hover {
    transform: scale(1.08) !important;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
}

.calendar article>img {
    width: 100%;
    position: relative;
    transition: all 2s;
    z-index: 0;
    cursor: pointer;
}

.calendar article .date_titel {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: white;
    border-bottom: 2px solid #f2f2f2;
}

.calendar article .date {
    background-color: #ED1C24;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    padding: 15px;
    font-weight: 700;
    color: white;
    font-size: 2em;
}

.calendar article .date span {
    font-size: .5em;
}

.calendar article .content h2 {
    font-size: 1.3em;
    font-weight: 700;
    text-align: right;
    padding: 0 20px;
}

.calendar article h3 {
    font-size: 1.2em;
    text-align: right;
    font-weight: 700;
    color: #fff;
    position: absolute;
    border-radius: 200px;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #ED1C24;
    padding: 8px 30px;
}

.calendar article .content p {
    font-size: .9em;
    color: #a8a8a8;
    padding: 10px 20px;
    text-align: right;
}

.checkbox {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    font-size: .9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    color: #737373;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: #000;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.1em;
}

.checkbox input:checked~.checkmark i {
    display: block;
}

.checkbox .checkmark i {
    left: 2px;
    top: 2px;
    color: white;
}

.checkbox .whitecheckmark i {
    color: black;
}

.spinnerbox {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    display: none;
}

.spinnerbox img {
    width: 70px;
}

.endprods {
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.endprods img {
    width: 70px;
    margin: 10px 30px;
}

.endprods div {
    width: 100%;
    height: 1px;
    background-color: #aeaeae;
}

.noprods {
    font-size: 1.2em;
    font-weight: 700;
    padding: 50px 10px;
    color: #b3b3b3;
    width: 100%;
    text-align: center;
}

.date_titel_referentie {
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 2px solid #f2f2f2;
}

.date_titel_referentie h2 {
    font-weight: 700;
    font-size: 1.1em;
}

.date_titel_referentie p {
    color: #a8a8a8;
    white-space: nowrap;
    padding-left: 5px;
    font-size: .9em;
}


/* Einde Calendar */


/* Profiling */

.profiling {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.profiling article {
    position: relative;
    background-color: transparent;
    padding: 10px;
}

.profiling article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.profiling article img {
    width: 100%;
}

.profiling article h2 {
    font-weight: 700;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
    background-color: white;
    padding: 15px;
}


/* Einde Profiling */


/* Special Blokken */

.special_blokken {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}

.special_blokken article {
    width: 100%;
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
}

.special_blokken .imageholder {
    width: 50%;
    position: relative;
}

.special_blokken .imageholder .mainimg {
    width: 100%;
    z-index: 0;
    position: relative;
}

.special_blokken article:nth-child(even) .imageholder {
    order: 2;
}

.special_blokken article:nth-child(even) .textholder {
    order: 1;
}

.special_blokken .textholder {
    width: 45%;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 150px;
    padding: 30px;
}

.special_blokken .textholder h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ED1C24;
}

.special_blokken .textholder div {
    line-height: 180%;
    font-size: 1.1em;
    color: #7b7b7b;
}

.special_blokken .textholder a {
    font-weight: 700;
    color: #000;
    padding-top: 15px;
}

.ban1 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

.ban2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: none;
}


/* Einde Special Blokken */


/* Contact */

.contact_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .8);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    border: none;
    border-radius: 200px;
}

.contact_slider .slick-next {
    right: 10px;
    left: initial;
}

.radio_container {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
}

.radio_container input {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.radio_container input:checked+.radio_checker {
    background-color: #94C11E;
    color: white;
}

.radio_container input:checked+.radio_checker i {
    display: block;
}

.radio_checker:hover {
    background-color: #94C11E;
    color: white;
}

.radio_checker {
    cursor: pointer;
    transition: all .3s;
    padding: 15px 30px;
    border-radius: 200px;
    font-size: .8em;
    font-weight: 700;
    background-color: #e4e4e4;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.form_changer {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.radio_checker i {
    display: none;
    margin-right: 10px;
}

.contact_info {
    display: flex;
    justify-content: space-around;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 60px 10px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    flex-wrap: wrap;
    transform: translateY(-50%);
    max-width: 1200px;
    -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);
    margin-bottom: -50px;
}

.contact_info h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #151F29;
    font-weight: 700;
}

.contact_info p {
    color: #4B4B4B;
    font-size: .9em;
    margin-top: 15px;
}

.contact_info a {
    padding-left: 30px;
    position: relative;
}

.contact_info a {
    color: #4B4B4B;
}

.contact_info a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact_content {
    width: 100%;
    padding-bottom: 60px;
}

.contact {
    width: 100%;
    margin: 0 auto;
    display: flex;
    -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);
    justify-content: space-between;
    max-width: 1200px;
    min-height: 100px;
    flex-wrap: wrap;
}

.contact_form_holder {
    width: 100%;
    padding: 35px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_form_holder>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_form {
    width: 60%;
}

#dasmap {
    width: 38%;
    position: relative;
    z-index: 0;
}

.contact_form,
.complaint_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hideField {
    display: block;
}

.complaint_form {
    display: none;
}

#NaamInput {
    width: 48%;
}

#EmailInput {
    width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    padding: 12px 10px;
    background-color: #fff;
    color: #A8A8A8;
    margin-bottom: 20px;
    font-family: 'Poppins', serif;
}

.contact_form textarea {
    width: 100%;
    background-color: #fff !important;
    border-radius: 0px;
    padding: 12px 10px !important;
    padding-left: 20px;
    color: #A8A8A8;
    margin-bottom: 20px;
    height: 300px;
    border: 2px solid #e7e7e7;
    font-family: 'Poppins', serif;
}

.contact_form input[type=submit],
.complaint_form input[type=submit],
.nb-form input[type=submit] {
    border-radius: 200px;
    padding: 10px 40px;
    background-color: #ED1C24;
    border: 2px solid #ED1C24;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    font-size: .9em;
    transition: all .3s;
    font-family: 'Poppins', serif;
}

.contact_form input[type=submit]:disabled,
.complaint_form input[type=submit]:disabled,
.nb-form input[type=submit]:disabled {
    opacity: .4;
}

.contact_form input[type=submit]:disabled:hover,
.complaint_form input[type=submit]:disabled:hover,
.nb-form input[type=submit]:disabled:hover {
    background-color: transparent;
    color: #ED1C24;
}

.contact_form input[type=submit]:hover,
.complaint_form input[type=submit]:hover,
.nb-form input[type=submit]:hover {
    background-color: transparent;
    color: #ED1C24;
}

#VoornaamCnt,
#NaamCnt {
    width: 49%;
    margin-bottom: 2%;
}

#EmailCnt {
    width: 100%;
    margin-bottom: 2%;
}

#StraatCnt,
#GemeenteCnt {
    width: 69%;
    margin-bottom: 2%;
}

#BusCnt,
#PostcodeCnt {
    width: 29%;
    margin-bottom: 2%;
}


/* Einde Contact */


/* Review */

.reviews {
    width: 100%;
    position: relative;
    background-color: #fafafa;
    padding: 70px 0;
    margin: 0 auto;
}

.reviews .slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    color: white;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.reviews .slick-next {
    left: initial;
    right: 15px;
}

.reviews article {
    padding: 15px 50px;
}

.reviews article>div {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px;
    background-color: white;
    -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);
}

.reviews article>div img {
    max-width: 100px;
    border-radius: 200px;
}

.review_content {
    width: 100%;
    padding-left: 50px;
    line-height: 180%;
    color: #919191;
}

.review_content h2 {
    font-weight: 700;
    font-size: 1.3em;
    color: #ED1C24;
    margin-bottom: 10px;
}

.review_content:not(.active)>div {
    max-height: 115px;
    overflow: hidden;
}

.review_content a {
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    display: inline-block;
}

.review_content .long-text,
.review_content.active .short-text {
    display: none;
}

.review_content.active .long-text {
    display: block;
}

.show-more {
    cursor: pointer;
}


/* Einde Review */


/* Footer */

footer {
    width: 100%;
    background: #1f1f1f;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.footer_gegevens {
    width: 100%;
    max-width: 1400px;
    padding: 70px 10px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer_gegevens div {
    color: white;
    line-height: 180%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.footerimg {
    width: 200px;
}

.footer_gegevens h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer_gegevens a {
    color: #fff;
}

.siteby {
    width: 100%;
    background-color: #000;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.siteby>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    font-size: .8em;
    color: #383838;
}

.siteby>div div {
    padding: 5px;
}

.siteby a {
    color: #383838;
    font-weight: 700;
}

.siteby span {
    padding: 0 10px;
}


/* Einde Footer */


/* Op Maat */

.opmaat_header {
    width: 100%;
    transition: all 1s;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 50vh;
}

.opmaat_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(58, 58, 58, .67);
}

.opmaat_content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    transform: translateY(-50px);
    padding: 50px 0;
}

.opmaat_header h1 {
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
}

.opmaat_header h2 {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
}

.opmaat_items {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: -150px;
    transition: all 1s;
}

.opmaat_items article {
    margin: 2%;
    width: 25%;
    padding: 30px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: white;
    -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);
}

.opmaat_items article h3 {
    font-size: 2.5em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 80px;
    color: #ED1C24;
    height: 80px;
    -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);
    border-radius: 200px;
}

.opmaat_items article h2 {
    font-size: 1.6em;
    width: 100%;
    margin: 20px 0;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.opmaat_items article div {
    line-height: 180%;
    color: #7b7b7b;
    text-align: center;
}

.opmaat_items article a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    background-color: #ED1C24;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 200px;
}


/* Einde Op Maat */

.blend_effect {
    transform: translateY(80px);
    opacity: 0;
}

.profiling .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.profiling .slick-dots li {
    border-radius: 200px;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #eeeeee;
}

.profiling .slick-dots li button {
    display: none;
}

.profiling .slick-dots .slick-active {
    background-color: #353535;
}


/* Blog*/

.sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f6f6f6;
}

.sharing>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sharing>div a {
    color: #fff;
    border-radius: 4px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    transition: all .3s;
    font-weight: 700;
}

.sharing>div a:hover {
    transform: scale(1.15);
}

.sharing>div a i {
    font-size: 20px;
}

.sharing p {
    font-weight: 700;
    color: #353535;
    margin-right: 10px;
}

.sharing>a {
    display: inline-block;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    color: white;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    transition: all 0.8s ease;
}

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-head .c a {
    font-weight: 700;
    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 !important;
    border: 2px solid #ED1C24 !important;
    padding: 15px 20px !important;
    background-color: transparent !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    color: white !important;
    line-height: 100% !important;
    min-width: 0 !important;
    font-size: 15px !important;
    background-color: #ED1C24 !important;
    transition: all 0.8s ease !important;
}

.button-hold a:hover {
    background-color: transparent;
    color: #ED1C24;
}


/**
 * 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.1em;
    color: #a4a4a4;
    padding: 0;
    line-height: 180%;
}

.blog-main .c a {
    color: #a4a4a4;
    font-weight: 700;
}

.blog-item .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #ED1C24;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #ED1C24;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #ED1C24;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #ED1C24;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #626572;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #999999;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: bold;
    color: #ED1C24;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 15px 20px;
    background-color: #ED1C24;
    font-weight: 700;
    border: 2px solid #ED1C24;
    color: #fff;
    transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
    background-color: transparent;
    color: #ED1C24;
}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #626572;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    line-height: 150%;
    color: #626572;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Media Query's */

@media screen and (max-width: 1600px) {
    .reviews article>div {
        padding: 30px;
    }
}

@media screen and (max-width: 1500px) {
    .reviews article {
        padding: 15px;
    }
    .reviews article>div {
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        padding: 15px;
    }
    .reviews article>div img {
        margin-bottom: 20px;
    }
    .review_content {
        padding-left: 0;
        text-align: center;
    }
    .reviews .slick-dots {
        width: 100%;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        padding-top: 20px;
    }
    .reviews .slick-dots li {
        border-radius: 200px;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        cursor: pointer;
        background-color: #eeeeee;
    }
    .reviews .slick-dots li button {
        display: none;
    }
    .reviews .slick-dots .slick-active {
        background-color: #353535;
    }
    .calendar article {
        width: 48%;
    }
}

@media screen and (max-width: 1400px) {
    .instagram_feed .instagram_post {
        width: 270px;
        height: 270px;
    }
}

@media screen and (max-width: 1350px) {
    .contact_info {
        transform: none;
        max-width: 100%;
        margin: 20px 0;
    }
    .contact {
        max-width: 100%;
    }
    .item_controls {
        transform: none;
    }
    .item_header {
        margin-top: 0;
    }
}

@media screen and (max-width: 1300px) {
    .blog-overzicht .blog-item {
        width: 98%;
    }
}

@media screen and (max-width: 1250px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
}

@media screen and (max-width: 1200px) {
    .instagram_feed .instagram_post {
        width: 250px;
        height: 250px;
    }
    .calendar_page {
        flex-wrap: wrap;
    }
    .filtertitle {
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        font-size: 1.4em;
        cursor: pointer;
    }
    .calendar_page aside {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding: 20px 10px;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 2px solid #e6e6e6;
        margin-bottom: 30px;
    }
    .calendar_page aside>div {
        display: none;
        margin-top: 20px;
    }
    .calendar_filter h1 {
        background-color: #ED1C24;
        color: white;
        padding: 15px 10px;
    }
    .calendar_filter {
        padding: 0;
        border: none;
    }
    .navigation {
        padding: 15px 0;
    }
    .navigation nav {
        display: none;
    }
    .menubtn {
        display: block;
    }
    .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: 1160px) {
    .instagram_feed .instagram_post {
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 1100px) {
    .special_blokken .textholder {
        width: 48%;
        padding: 15px;
    }
    .special_blokken .textholder h2 {
        font-size: 1.3em;
    }
    .special_blokken .textholder div {
        font-size: 1em;
    }
    .project_content {
        flex-wrap: wrap;
    }
    .project_beschrijving {
        width: 100%;
        order: 2;
        font-size: .9em;
    }
    .project_content aside {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        padding: 30px 15px;
        border: none;
        order: 1;
        background-color: #f9f9f9;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 0;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    .aanbod_price,
    .aanbod_voorschot {
        text-align: left;
    }
    .aanbod_price {
        width: 50%;
        order: 1;
    }
    .aanbod_voorschot {
        order: 2;
    }
    .aside_gegevens {
        flex-direction: row;
        width: 100%;
        order: 3;
    }
    .aside_gegevens>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        border: none;
    }
    .project_boeken {
        max-width: 50%;
        order: 1;
        margin-top: 0;
    }
}

@media screen and (max-width: 1050px) {
    .instagram_feed .instagram_post {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .search_aanbod {
        transform: translateY(0);
        width: 98%;
        margin: 1%;
        padding: 10px;
    }
    .home_slider_content {
        flex-wrap: wrap;
    }
    .home_slider_content_tekst {
        position: relative;
        transform: none;
        top: initial;
        left: initial;
        padding: 30px 10px;
        background-color: #353535;
    }
    .home_slider_content_tekst>div {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .home_slider_content h2 {
        font-size: 2em;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        text-shadow: none;
    }
    .home_slider_content h3 {
        font-size: .9em;
        background-color: #ED1C24;
        text-align: center;
        padding: 10px 30px;
        text-shadow: none;
    }
    .home_slider_content a {
        padding-top: 10px;
        text-shadow: none;
        margin-top: 10px;
        font-size: 1em;
        text-align: center;
    }
    .search_aanbod form {
        flex-wrap: wrap;
    }
    .search_aanbod form>div {
        width: 48%;
        padding: 0;
        margin: 1%;
    }
    .search_aanbod form>div:nth-child(3n) {
        width: 98%;
    }
    .search_aanbod form button {
        width: 98%;
        margin: 1%;
        min-width: initial;
    }
    .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) {
    .instagram_feed {
        justify-content: center;
        max-width: 90%;
    }
    .instagram_feed .instagram_post {
        width: 300px;
        height: 300px;
    }
    .special_blokken {
        padding: 15px;
    }
    .special_blokken article {
        flex-wrap: wrap;
    }
    .special_blokken .textholder {
        width: 100%;
        padding: 15px 0;
        order: 2;
    }
    .special_blokken article:nth-child(even) .imageholder {
        order: 1;
    }
    .special_blokken .imageholder {
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 900px) {
    .footer_gegevens div {
        width: 100%;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .footer_gegevens div:last-child {
        margin-bottom: 0;
    }
    .footer_gegevens {
        padding: 30px 10px;
    }
    .blog-main .c {
        font-size: 1em;
    }
}

@media screen and (max-width: 850px) {
    .calendar article h3 {
        font-size: 1em;
    }
    .calendar article .date {
        font-size: 1.5em;
        width: 80px;
    }
    .calendar article .content h2 {
        font-size: 1.1em;
    }
    .item_header_content a {
        display: none;
    }
    .item_header_content {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .item_header div h1 {
        font-size: 2em;
    }
    #dasmap,
    .contact_form {
        width: 100%;
    }
    #dasmap {
        margin-top: 30px;
        height: 400px;
    }
}

@media screen and (max-width: 800px) {
    .instagram_feed .instagram_post {
        width: 280px;
        height: 280px;
    }
    .insta_titel .line-hold h2 {
        font-size: 25px;
    }
    .contact_info div {
        width: 100%;
        margin: 20px;
        text-align: center;
    }
    .contact_info {
        padding: 20px 10px;
    }
    .contact_info a {
        padding: 0;
    }
    .contact_info a i {
        display: none;
    }
    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6em;
    }
    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }
    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
    .home_header div {
        flex-wrap: wrap;
        text-align: center;
    }
    .home_header {
        -ms-align-items: center;
        align-items: center;
    }
    .home_header h1 {
        text-align: center;
    }
    .home_header h2 {
        text-align: center;
    }
    .home_header div p {
        width: 100%;
    }
    #dasmap {
        height: 300px;
    }
    .siteby {
        font-size: .9em;
    }
    .siteby>div div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .siteby span {
        visibility: hidden;
    }
    .siteby a {
        margin: 5px 0;
    }
    .aside_gegevens {
        font-size: .9em;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .aanbod_price {
        font-size: 1.4em;
    }
    .item_controls {
        font-size: .8em;
    }
    .popup {
        min-height: 100%;
        height: initial;
        bottom: initial;
        position: absolute;
    }
    .popup_content {
        flex-wrap: wrap;
    }
    .popup_image {
        width: 100%;
        height: 300px;
    }
    .popup_tekst {
        width: 100%;
    }
    .blog-recent .blog-item {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .insta_titel .line-hold h2 {
        font-size: 20px;
    }
    .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: 680px) {
    .instagram_feed .instagram_post {
        width: 240px;
        height: 240px;
    }
}

@media screen and (max-width: 650px) {
    .instagram_feed {
        max-width: 100%;
        margin-bottom: 0;
    }
    .instagram_feed .instagram_post {
        width: 240px;
        height: 240px;
    }
    .instagram_post i {
        font-size: 25px;
    }
    .search_aanbod {
        padding: 10px;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }
    .search_aanbod form>div {
        width: 100%;
    }
    .home_slider_content h2 {
        font-size: 1.5em;
    }
    #NaamInput {
        width: 100%;
    }
    .contact_form_holder {
        padding: 15px;
        box-shadow: none;
    }
    .contact,
    .contact_info {
        box-shadow: none;
    }
    .contact_info {
        margin: 0;
        background-color: #000;
    }
    .contact_info h2 {
        color: white;
    }
    .contact_info p,
    .contact_info a {
        color: white;
    }
}

@media screen and (max-width: 600px) {
    .instagram_feed .instagram_post {
        width: 220px;
        height: 220px;
    }
    .PL_Wrapper {
        right: 10px;
    }
    .calendar article {
        width: 96%;
        margin: 2%;
    }
    .afb1 {
        display: none;
    }
    .afb2 {
        display: block;
    }
    .home_slider_content h3 {
        display: none;
    }
    .home_header h1 {
        font-size: 1.4em;
    }
    .home_header h2 {
        font-size: 1em;
    }
    .home_header div {
        font-size: .9em;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .blog-more-nav {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .insta_titel {
        padding: 30px 0;
    }
    .insta_titel h2 {
        font-size: 20px;
    }
    .instagram_post i {
        font-size: 20px;
    }
    .instagram_feed {
        padding: 0px 10px;
    }
    .contact_form input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
    #PL_privacy {
        width: 100%;
    }
}

@media screen and (max-width: 530px) {
    .instagram_feed .instagram_post {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 500px) {
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 450px) {
    .instagram_feed {
        justify-content: center;
    }
    .instagram_feed .instagram_post {
        width: 150px;
        height: 150px;
        margin: 5px;
    }
}

@media screen and (max-width: 400px) {
    .row-block.extra {
        display: none;
    }
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
}

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#content-container h2 {
    color: #353535;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
}

#content-container p {
    width: 100%;
}

#content-container h3 {
    background: #ED1C24;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #D3191C;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #ED1C24;
    color: white;
    font-weight: 700;
}

#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;
}
.popupoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.301);
    display: none;
}

.bevestigingPopup {
    width: 700px;
    background-color: #fff;
    padding: 80px;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
}

.bevestigingPopup div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.bevestigingPopup a {
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 200px;
    font-size: 15px;
    width: 200px;
    margin: 10px;
    transition: all 0.8s ease;
    cursor: pointer;
    border: 2px solid #ed1c24;
}

.bevestigingPopup a:first-of-type {
    background-color: #fff;
    color: #ed1c24;
}

.bevestigingPopup a:nth-of-type(2) {
    background-color: #ed1c24;
    color: white;
}

.bevestigingPopup a:first-of-type:hover {
    background-color: #ed1c24;
    color: white;
}

.bevestigingPopup a:nth-of-type(2):hover {
    background-color: transparent;
    color: #ed1c24;
}

.login_as {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    margin-top: 100px !important;
    align-items: flex-start;
    justify-content: space-between;
}

.login_as article {
    width: 48%;
    margin: 1%;
    color: #fff;
    padding: 80px;
    font-weight: 700;
    font-size: 20px;
    background-color: #efefef;
}

.login_as article a {
    background-color: #ed1c24;
    padding: 10px 30px!important;
    border: 2px solid #ed1c24!important;
    border-radius: 200px;
    color: #fff !important;
    font-size: 16px !important;
    transition: all 0.8s ease;
}

.login_as article a:hover {
    background-color: transparent;
    color: #ed1c24;
}

.login_as article h3 {
    color: #ed1c24 !important;
    margin-bottom: 30px;
}

.loginpart {
    margin-top: 30px;
    width: 70%;
    padding: 50px 40px;
}

.loginpart form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.loginpart form h2 {
    font-size: 25px;
    color: #ed1c24;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.loginpart form p {
    width: 100%;
}

.loginpart form h3 {
    color: #8f8f8f;
    line-height: 150%;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.spcc {
    color: #8f8f8f;
    line-height: 150%;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.loginpart form input[type=email],
.loginpart form input[type=password] {
    width: 100%;
    background-color: white;
    color: #333333;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 17px;
    height: initial;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.loginpart form input[type=submit] {
    background-color: #ed1c24;
    padding: 10px 30px!important;
    border: 2px solid #ed1c24!important;
    border-radius: 200px;
    font-size: .9em;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 700;
    transition: all 0.8s ease;
}

.loginpart form input[type=submit]:hover {
    background-color: transparent;
    color: #ed1c24;
}

.loginpart form div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
}

.loginpart form div a {
    font-size: 15px;
    font-weight: 700;
    color: #d1d1d1;
}

.loginpart div.options {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -ms-align-items: flex-end;
    width: 100%;
    text-align: right;
    justify-content: flex-end !important;
    margin-top: 20px;
}

.forgot_pass {
    color: #7d7d7d;
    font-weight: 700;
    font-size: .9em;
    cursor: pointer;
}

.register_form {
    padding: 200px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: #E1E1E1 1px solid;
    background-color: #fff;
    width: 30%;
}

.register_form.edit {
    width: 100%;
}

.register_form_uitleg {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.register_form_uitleg h1 {
    font-size: 25px;
    text-align-last: left;
    font-family: 'Poppins', sans-serif;
    color: #ed1c24;
    margin-bottom: 25px;
    width: 100%;
    font-weight: 700;
}

.register_form_devid {
    display: flex;
    justify-content: flex-end !important;
    -ms-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 0px;
}

.register_form_devid a {
    color: #9f9f9f;
    font-size: 17px;
    font-weight: 200;
}

.register_form_devid input[type=submit] {
    background-color: #ed1c24;
    padding: 10px 30px!important;
    border: 2px solid #ed1c24!important;
    border-radius: 200px;
    font-size: .9em;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 700;
    transition: all 0.8s ease;
}

.register_form_devid input[type=submit]:hover {
    background-color: transparent;
    color: #ed1c24;
}

.register_form_uitleg p {
    text-align: center;
    max-width: 200px;
    font-size: 16px;
    color: #252525;
    line-height: 150%;
    margin-bottom: 25px;
}

.register_form .field {
    position: relative;
    margin-bottom: 15px;
}

.register_form input[type=number],
.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=password],
.register_form select {
    width: 100%;
    background-color: white;
    color: #333333;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 17px;
    height: initial;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.register_form select {
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/images/select.png);
    padding-right: 40px;
}

.register_form .field label {
    position: absolute;
    left: 13px;
    top: 16px;
    font-size: 16px;
    font-weight: 200;
    transition: all .2s;
    font-family: 'Poppins', sans-serif;
}

.register_form .floatlabel input,
.register_form .floatlabel select,
.register_form .floatlabel textarea,
.register_form .floatlabel select {
    padding-top: 20px;
    padding-bottom: 6px;
}

.register_form .floatlabel label {
    top: 5px;
    font-size: 12px;
    color: #737373;
    font-weight: 700;
}

.register_form input[type=number]:focus,
.register_form input[type=text]:focus,
.register_form input[type=email]:focus,
.register_form input[type=password]:focus,
.register_form select:focus {
    border: #ed1c24 1px solid;
}

.full_width_input {
    width: 100%;
}

.half_width_input {
    width: 49%;
}

.third_width_input {
    width: 32.33%;
}

.fourth_width_input {
    width: 23.5%;
}

.two_thirds_width_input {
    width: 65.66%;
}

.errors {
    margin-bottom: 15px;
}

.errors li {
    color: red;
    padding-bottom: 10px;
}


/* Account dashboard */


/* Dashboard */

.dashboardholder {
    background-color: #F9F9F9;
}

.dashboard {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.lessinfo,
.moreinfo {
    cursor: pointer;
}

.dashboard_reizen>h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 20px;
}

.dashboard_reizen {
    width: calc(100% - 450px);
    margin-left: 50px;
}

.reizen {
    width: 100%;
    padding: 30px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
}

.reizen table_holder>h2,
.paarden_holder>h2,
.reizen>h2,
.reisdocs h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 20px;
}

.reisdocs h2 {
    margin-bottom: 40px;
}

.reisdocs h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

.show_bedrag {
    margin-top: 15px;
}

.reizen>a {
    color: #fff;
    background-color: #ed1c24;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 18px;
}

.page_header>a {
    background-color: #ed1c24;
    color: white;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

.logincontent {
    position: relative;
}

.loginBackBtn {
    position: absolute;
    left: 510px;
    top: 10px;
    background-color: #ed1c24;
    color: white;
    padding: 10px 30px;
    border-radius: 400px;
}

.noggeenbestellingen p {
    text-align: center;
    line-height: 150%;
}

.ruiter_toevoegen,
.paard_toevoegen {
    display: none;
}

.uitleg_voordelen ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.uitleg_voordelen ul li {
    line-height: 150%;
    font-size: 18px;
    color: #252525;
    padding: 5px 0;
}

.uitleg_voordelen ul li i {
    color: #ed1c24;
    margin-right: 8px;
    font-size: 22px;
}

.radio-holder {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 5px 0 15px 0;
    border-radius: 5px;
    border: 1px solid #d4d2d2;
}

.radio-option {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d4d2d2;
    position: relative;
    font-size: 16px;
    font-family: 'Mulish';
}

.hiddenafhaalpunten {
    display: none;
    width: 100%;
}

.radio-option .afhaal_location {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.radio-option .afhaal_location p:first-of-type {
    font-weight: 700;
    font-size: 17px;
}

.radio-option .afhaal_location p:last-of-type {
    font-weight: 200;
}

.radio-option input {
    position: absolute;
    left: 18px;
    opacity: 0;
}

.radio-holder .radio-option:last-of-type {
    border-bottom: none;
}

.hiddenafhaalpunten .radio-option:first-of-type {
    border-top: 1px solid #d4d2d2;
}

.meerAfhaalpunten {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A6CE38;
    margin-bottom: 10px;
}

.radio-option label {
    cursor: pointer;
}

.radio-option input:checked+div {
    background-color: #ed1c24;
}

.radio-option>div:first-of-type {
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    margin-right: 10px;
}

.radio-option>div:first-of-type div {
    width: 6px;
    height: 6px;
    border-radius: 200px;
    background-color: white;
}

.dashboard aside {
    width: 400px;
    padding: 15px;
    padding-bottom: 25px;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
    background-color: white;
}

.dashboard aside h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    padding: 20px 20px;
    padding-bottom: 5px;
}

.dashboard aside h3 {
    font-size: 14px;
    font-weight: 200;
    color: #252525;
    padding: 0;
    padding-bottom: 10px;
    margin: 0 20px;
    margin-bottom: 20px;
    border-bottom: #e8e8e8 1px solid;
}

.dashboard .menuitem {
    border-left: 3px solid white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 15px;
    margin: 5px 0;
    width: 100%;
    font-size: 16px;
    color: #252525;
    cursor: pointer;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}

.dashboard .menuitem i {
    width: 30px;
    height: 30px;
    background-color: #ed1c24;
    font-size: 14px;
    color: #fff;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    margin-right: 10px;
}

.dashboard .menuitem.active {
    border-left: 3px solid #ed1c24;
}

.form_holder_edit,
.password_holder,
.tegoeden_holder {
    width: calc(100% - 450px);
    margin-left: 50px;
}

.form_holder_edit>h2,
.password_holder>h2,
.tegoeden_holder>h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 20px;
}

.dashboard aside div>a {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #f1f8fd;
    padding: 15px;
    color: #252525;
    border-radius: 4px;
}

.dashboard aside .full_width_input label,
.dashboard aside .half_width_input label,
.dashboard aside .two_thirds_width_input label,
.dashboard aside .third_width_input label {
    margin-bottom: 5px;
    font-weight: 200;
    display: inline-block;
    color: #717171;
}

.reizen table {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.reizen table th,
.reizen table td {
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.reizen table tr {
    min-height: 60px;
}

.reizen table th {
    font-weight: 700;
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    color: #000;
}

.reizen table td {
    border: 1px solid #F7F7F7;
    line-height: 130%;
    text-align: center;
}

.reizen table td a {
    text-decoration: underline;
    color: #ed1c24;
}

.reizen table td a i {
    color: #252525;
    transition: all 0.8s ease;
}

.reizen table td a i:hover {
    transform: scale(1.1);
}

.reizen table td button.nietingeschreven {
    background-color: #ed1c24;
    color: white;
    border-radius: 200px;
    border: 2px solid #ed1c24;
    padding: 7px 25px;
    font-weight: 700;
    transition: all 0.8s ease;
    width: 100%;
}

.reizen table td button.nietingeschreven:hover {
    background-color: transparent;
    color: #ed1c24;
}

.reizen table td button.ingeschreven {
    background-color: green;
    color: white;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: 100%;
    font-weight: 700;
    cursor: unset;
}

.reizen table td button.aangevraagd {
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: 100%;
    font-weight: 700;
    cursor: unset;
}

.reizen table td button.afgekeurd {
    background-color: #efefef;
    color: #4C4C4C;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: 100%;
    font-weight: 700;
    cursor: unset;
}


/* Reisfiche */

.reisdetail,
.reisdocs {
    margin: 100px auto;
    width: 60%;
}

.reisdetail .goBack,
.reisdocs .goBack {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.reisdetail .goBack a,
.reisdocs .goBack a {
    color: #000;
    width: fit-content;
    border-bottom: 1px solid #000;
}

.reisdetail .goBack i,
.reisdocs .goBack i {
    margin-right: 10px;
    transition: all 0.8s ease;
}

.reisdetail .goBack a:hover i,
.reisdocs .goBack a:hover i {
    transform: translateX(-10px);
}

.reisdetail .flex,
.reisdocs .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reisdetail .content,
.reisdocs .content {
    width: calc(100% - 450px);
}

.reisdetail .content h2,
.reisdocs .content h2 {
    color: #ed1c24;
    font-size: 23px;
    line-height: 130%;
    font-weight: 700;
}

.reisdetail .content .c {
    line-height: 130%;
    font-size: 18px;
}

.reisdetail aside,
.reisdocs aside {
    width: 350px;
    border: 2px solid #ddd4d4;
    border-radius: 4px;
    padding: 40px;
}

.reisdetail aside>div,
.reisdocs aside>div {
    width: 100%;
    padding: 15px 0px;
}

.reisdetail aside>div:first-of-type,
.reisdocs aside>div:first-of-type {
    padding-top: 0;
}

.reisdetail aside>div:last-of-type,
.reisdocs aside>div:last-of-type {
    padding-bottom: 0;
}

.reisdetail aside>div:not(:last-of-type),
.reisdocs aside>div:not(:last-of-type) {
    border-bottom: 2px dashed #ddd4d4;
}

.reisdetail aside>div h3,
.reisdocs aside>div h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.reisdetail aside button.ingeschreven {
    background-color: green;
    color: white;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: fit-content;
    font-weight: 700;
    cursor: unset;
}

.reisdetail aside button.aangevraagd {
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: fit-content;
    font-weight: 700;
    cursor: unset;
}

.reisdetail aside button.afgekeurd {
    background-color: #efefef;
    color: #4C4C4C;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: fit-content;
    font-weight: 700;
    cursor: unset;
}

.reisdetail aside button.nietIngeschreven {
    background-color: #ed1c24;
    color: white;
    border-radius: 200px;
    border: 2px solid #ed1c24;
    padding: 7px 25px;
    font-weight: 700;
    transition: all 0.8s ease;
    width: fit-content;
}

.reisdetail aside button.nietIngeschreven:hover {
    background-color: transparent;
    color: #ed1c24;
}


/* FAQ */

.vraagitem {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 0.10);
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.vraagitem h2 {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-size: 20px;
    color: #252525;
    align-items: center;
    cursor: pointer;
}

.vraagitem h2 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.vraagitem div {
    margin-top: 20px;
    color: #353535;
    font-weight: 200;
    font-size: 1.09em;
    line-height: 180%;
    letter-spacing: .5px;
}

.vraagitem div a {
    display: inline-block;
    border: 2px solid #144e75;
    padding: 10px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    color: #144e75;
    transition: all .8s ease;
    margin-top: 10px;
    font-size: 1em;
}

.vraagitem div a:hover {
    background-color: #144e75;
    color: #fff;
}


/* Documenten */

.reisdocs .goBack {
    margin-bottom: 60px;
}

.links_items,
.docs {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.links_items a,
.docs a {
    width: 48%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    padding: 20px;
    margin: 1%;
}

.links_items a h4,
.docs a h4 {
    color: #4e4e4e;
    font-weight: 700;
}

.links_items i,
.docs i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background-color: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 5px;
    margin-right: 15px;
    transition: all 0.8s ease;
}

.links_items a:hover i,
.docs a:hover i {
    transform: rotate(180deg);
}


/* Einde account dashboard */

@media screen and (max-width: 1500px) {
    .register_form {
        width: 40%;
    }
    .reisdetail,
    .reisdocs {
        margin: 100px auto;
        width: 80%;
    }
}

@media screen and (max-width: 1400px) {
    .register_form {
        width: 50%;
    }
}

@media screen and (max-width: 1300px) {
    .dashboard {
        padding: 10px;
    }
    .dashboard aside {
        width: 100%;
        margin-bottom: 20px;
    }
    .reizen table_holder,
    .paarden_holder,
    .dashboard_bestellingen,
    .form_holder_edit,
    .password_holder,
    .tegoeden_holder {
        width: 100%;
        margin-left: 0;
    }
    .dashboard_reizen {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1150px) {
    .reisdetail,
    .reisdocs {
        margin: 100px auto;
        width: 90%;
    }
}

@media screen and (max-width: 950px) {
    .register_form {
        width: 60%;
    }
}

@media screen and (max-width: 900px) {
    .login_as {
        flex-direction: column !important;
        margin-top: 30px !important;
    }
    .login_as article {
        width: 100%;
    }
}

@media screen and (max-width: 858px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .reizen table,
    .reizen thead,
    .reizen tbody,
    .reizen th,
    .reizen td,
    .reizen tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .reizen thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .reizen tr {
        border: 1px solid #ccc;
    }
    .reizen table td {
        text-align: left;
    }
    .reizen td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .reizen td:before {
        /* Now like a table header */
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        display: inline-block;
        font-weight: 700;
    }
    /*
	Label the data
	*/
    .reizen td:nth-of-type(1):before {
        content: "Naam";
    }
    .reizen td:nth-of-type(2):before {
        content: "Aantal dagen";
    }
    .reizen td:nth-of-type(3):before {
        content: "Datum";
    }
    .reizen td:nth-of-type(4):before {
        content: "Acties";
    }
    .reizen td:nth-of-type(5):before {
        content: "Status";
    }
    .reizen table td button {
        width: fit-content !important;
    }
}

@media screen and (max-width: 800px) {
    .register_form {
        width: 70%;
    }
    .reisdetail,
    .reisdocs {
        margin: 100px auto;
        width: 95%;
    }
    .reisdetail .flex {
        flex-direction: column;
    }
    .reisdetail aside {
        order: 2;
        width: 100%;
    }
    .reisdetail .content {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .loginpart {
        width: 80%;
    }
    .vraagitem h2 {
        font-size: 1em;
    }
    .vraagitem div {
        font-size: .9em;
    }
    .links_items a,
    .docs a {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .reizen table th,
    .reizen table td {
        font-size: 12px;
        white-space: nowrap;
    }
    .reizen {
        overflow-x: scroll;
    }
    .reizen table td a {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 650px) {
    .register_form {
        width: 80%;
    }
    .login_as article {
        padding: 80px 40px;
    }
    .login_as article h3 {
        font-size: 18px;
    }
    .login_as article a {
        font-size: 15px !important;
        font-weight: 200;
        padding: 7px 25px !important;
    }
    .loginpart {
        width: 100%;
        padding: 50px 20px;
    }
    .reizen>h2,
    .dashboard aside h2,
    .form_holder_edit>h2,
    .password_holder>h2,
    .tegoeden_holder>h2,
    .reisdocs h2 {
        font-size: 22px;
    }
    .register_form_devid input[type="submit"] {
        font-size: 15px;
        font-weight: 200;
        padding: 7px 25px !important;
    }
    .half_width_input,
    .fourth_width_input {
        width: 100%;
    }
    .register_form .field {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    .register_form {
        width: 90%;
    }
    .links_items a,
    .docs a {
        padding: 10px 20px;
    }
    .links_items a i,
    .docs a i {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .links_items a h4,
    .docs a h4 {
        font-size: 16px;
    }
    .login_as article h3 {
        font-size: 17px;
    }
    .loginpart {
        margin-top: 0 !important;
    }
    .reizen>h2,
    .dashboard aside h2,
    .form_holder_edit>h2,
    .password_holder>h2,
    .tegoeden_holder>h2,
    .reisdocs h2 {
        font-size: 20px;
    }
    .dashboard .menuitem {
        font-size: 15px;
    }
    .reisdocs h3 {
        font-size: 18px;
    }
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}