@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;}

* {
    -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],
input[type=number],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.smallScreenWebshop, .smallScreenWebshop2 {
    display: none;
    position: absolute;
    top: 20px;
    right: 177px;
    padding: 10px 30px !important;
    background-color: #D23B3D;
    font-weight: 700;
    border-radius: 15px 0;
    border: 2px solid #D23B3D;
    color: #fff !important;
    transition: all 0.5s ease;
}

.smallScreenWebshop2 {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.smallScreenWebshop {
    display: none;
}

input[type=number] {
    -moz-appearance: textfield;
    vertical-align: middle;
}

input::-moz-focus-inner
/*Remove button padding in FF*/

    {
    border: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: effra, sans-serif;
}

.shoppingcart {
    position: relative;
    display: flex;
    gap: 8px;
}

.shoppingcart .amount {
    position: absolute;
    left: 30px;
    top: -8px;
    font-size: 12px;
    background-color: #D23B3D;
    color: white;
    width: 17px;
    height: 17px;
    min-width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
}

.webshop_cats {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#containerWebshop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2%;

}

#containerWebshop>div:last-child {
    padding-left: 10px;
}

#containerWebshop>div:first-child {
    padding-right: 10px;
}

.grillandheat {
    flex-direction: column;
    display: flex;
    transition: all 0.3s;
}

.grillandheat:hover {
    transform: scale(1.025);
}

.grillandheat h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;

}

.divRondTextKeuze {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    padding-left: 1%;
    padding-right: 1%;
}

.divRondTextKeuze i {
    font-size: 26px;
    font-weight: 100;
}

.streepje {
    padding-left: 11px;
    padding-right: 11px;
}

.grillandheat a {
    color: #000;
}

.geenBold {
    font-weight: 100;
    font-size: 1.6rem;
}

.grillandheat img {
    max-width: 100%;
}

.webshop_cats article {
    width: 23%;
    margin: 1%;
    position: relative;
    border: #dcdcdc 1px solid;
}

.webshop_cats article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.webshop_cats article img {
    width: 100%;
    border-bottom: #dcdcdc 1px solid;
}

.webshop_cats article h2 {
    padding: 10px;
    text-align: center;
    font-size: 20px;
}


/* Curtaindrop */

/* Home Slider */

.indekijker_slider {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 25px;
}

.indekijker_slider .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
}

.removeWeb {
    display: block;
}

.indekijker_slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    margin: 0 3px;
    cursor: pointer;
    background-color: #000;
}

.indekijker_slider .slick-dots li button {
    display: none;
}

.indekijker_slider .slick-dots .slick-active {
    background-color: #D6171E;
}

.textaktje {
    text-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}



.indekijker_slider .slick-prev {
    right: 55px;
}

.indekijker_slider .images {
    position: relative;
    z-index: -1;
}

.indekijker_slider .images img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    border-radius: 10px;
}

.indekijker_slider .content {
    position: absolute;
    left: 5%;
    top: 46%;
    color: white;
}

.indekijker_slider .content h2 {
    width: 100%;
    max-width: 724px;
    font-size: 4em;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
    text-shadow: black 0px 0px 2px;


}

.divAroundGrilAbove {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

}

.indekijker_slider .content .subtitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #5e5e5e;
}

.indekijker_slider .content .cta {
    display: inline-block;
}

.indekijker_slider .content .cta a {
    font-weight: 400;
    color: #FFF;
    background-color: #d6171e;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: 'Poppins', 'sans-serif';
    z-index: 2;
    position: relative;
}

.indekijker_slider .content .cta a span {
    font-size: 1.2rem;
    margin-right: 0.65rem;
}

.indekijker_slider .content .cta a i {
    font-size: 1.2rem;
}





.curtain-click {
    cursor: pointer;
    padding: 4px 15px;
    color: #D23B3D;
    font-size: 25px;
    animation: wiggle 3s;
    display: none;
}

.curtain-titel {
    cursor: pointer;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(25deg);
    }

    80% {
        transform: rotate(-25deg);
    }

    85% {
        transform: rotate(20deg);
    }

    95% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.curtaindrop {
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
}

.curtaindrop>video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.curtaindrop .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.678);
    opacity: 0.8;
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 1000px;
    color: #fff;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.curtaindrop .button {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    background-color: #D03437;
    transition: all 0.8s ease;
    margin-top: 30px;
}

.curtaindrop .button:hover {
    transform: scale(1.1);
}

.curtaindrop p {
    font-size: 30px;
    line-height: 140%;
    font-weight: 200;
}

.curtaindrop .c2 {
    margin-top: 30px;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: 900;
    font-size: 3em;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #D03437;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #D03437;
    width: 300px;
    overflow: hidden;
    top: -34px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.curtaindrop>span:before {
    position: absolute;
    top: -38px;
    cursor: pointer;
    left: -17px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 36px;
    display: block;
    text-align: center;
    content: '!';
}

.curtain-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
    z-index: 100000000;
}


/* Einde Curtaindrop */


.related {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px;
}

.related>h2 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #D23B3D;
}

.related article {
    width: 25%;
    position: relative;
    padding: 10px;
}

.related article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.related article img {
    width: 100%;
    border: 2px solid #f5f5f5;
}

.related article>h2 {
    width: 100%;
    text-align: center;
    color: #3f3f3f;
    font-weight: 200;
    font-size: 1.2em;
    margin-top: 10px;
}

.related article>h3 {
    width: 100%;
    text-align: center;
    color: #3f3f3f;
    margin-top: 5px;
    font-size: 1.2em;
    font-weight: 700;
}


/* Login */

.login_page {
    width: 100%;
    margin: 0 auto;
    display: flex;
    background-color: #fafafa;
    justify-content: center;
    min-height: 75vh;
}

.login_page>div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    background-color: #fafafa;
    justify-content: center;
    min-height: 75vh;
}

.login_page::after {
    width: 50%;
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.loginpart {
    width: 55%;
    background-color: white;
    border-right: 2px solid #F5F5F5;
    padding: 25px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
}


.loginpart form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 90%;
}

.loginpart form h2 {
    font-size: 25px;
    color: #D23B3D;
    font-weight: 700;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.loginpart form h3 {
    color: #8f8f8f;
    line-height: 150%;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
}

.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;
    padding: 13px 11px;
    font-size: 14px;
    height: initial;
    font-family: 'effra', sans-serif;
    margin-bottom: 20px;
}

.loginpart form input[type=submit] {
    background-color: #D23B3D;
    border: 2px solid #D23B3D;
    border-radius: 4px;
    font-family: 'effra', sans-serif;
    font-weight: 700;
    padding: 7px 30px;
    color: white;
    font-size: 17px;
    transition: all .3s;
    margin: 0 !important;
    height: initial !important;
    display: inline-block;
    line-height: initial !important;
}

.loginpart form input[type=submit]:hover {
    background-color: #fff;
    color: #D23B3D;
}

.loginpart form div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.loginpart form div a {
    font-size: 15px;
    font-weight: 700;
    color: #d1d1d1;
}

.loginpart form div.link-options {
    display: block;
}

.loginpart form div.link-options a:not(:last-child) {
    display: block;
    margin-bottom: 10px;
}

.logincontent {
    width: 45%;
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #fafafa;
}

.logincontent h2 {
    font-size: 25px;
    color: #D23B3D;
    font-weight: 700;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.logincontent p {
    color: #8f8f8f;
    line-height: 150%;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.logincontent a {
    border: 2px solid #D23B3D;
    border-radius: 4px;
    font-family: 'effra', sans-serif;
    font-weight: 700;
    padding: 14px 30px;
    color: #D23B3D;
    font-size: 17px;
    transition: all .3s;
}

.logincontent a:hover {
    background-color: #D23B3D;
    color: white;
}

.forgot_pass {
    color: #7d7d7d;
    font-weight: 700;
    font-size: .9em;
    cursor: pointer;
}

/* Einde Login */

/* Registreren */

.register_page {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ececec;
}

.register_page::after {
    width: 65%;
    background-image: url(/images/login.jpg);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.register_holder {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.register_form {
    max-width: 600px;
    padding: 100px 10px 100px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: #E1E1E1 1px solid;
    background-color: #fff;
}

.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: 28px;
    font-weight: 700;
    text-align-last: left;
    color: #D23B3D;
    margin-bottom: 15px;
    width: 100%;
}

.register_form_devid {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.register_form_devid a {
    color: #9f9f9f;
    font-size: 17px;
    font-weight: 200;
}

.register_form_devid input[type=submit] {
    padding: 8px 40px;
    height: initial !important;
    margin: 0 !important;
    background-color: #D23B3D;
    border-radius: 4px;
    color: white;
    font-family: 'effra', serif;
    border: none;
    font-size: 17px;
    font-weight: 700;
    width: 200px;
}

.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=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: 16px;
    height: initial;
    font-family: 'effra', sans-serif;
}

.register_form .field label {
    position: absolute;
    left: 13px;
    top: 22px;
    font-size: 16px;
    transition: all .2s;
}

.register_form .floatlabel input,
.register_form .floatlabel select,
.register_form .floatlabel textarea {
    padding-top: 20px;
    padding-bottom: 6px;
}

.register_form select {
    background-image: url(/images/select.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.register_form .floatlabel label {
    top: 8px;
    font-size: 13px;
    color: #737373;
    font-weight: 700;
}


.register_form input[type=text]:focus,
.register_form input[type=email]:focus,
.register_form input[type=password]:focus {
    border: #252525 1px solid;
}

.full_width_input {
    width: 100%;
}

.half_width_input {
    width: 49%;
}

.third_width_input {
    width: 32.33%;
}

.two_thirds_width_input {
    width: 65.66%;
}


/* Einde Registreren */

/* Dashboard */
.abo_wijzigen {
    color: #fff;
    background-color: #6E4E7C;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #6E4E7C;
    transition: all .3s;
    margin-top: 20px;
}

.abo_wijzigen:hover {
    background-color: #fff;
    color: #6E4E7C;
}

#infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#infos>div:nth-of-type(2),
#infos>div:nth-of-type(3) {
    width: 30%;
}

#infos>div:nth-of-type(1),
#infos>div:nth-of-type(4) {
    width: 68%;
}

#infos>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2%;
}

#infos>div input {
    width: 100%;
    border: 2px solid #EEEEEE;
    font-family: 'Nanum Myeongjo', serif;
    padding: 10px;
    color: #252525;
}

.abo_opzeggen {
    color: #BE2727;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid transparent;
    border: 1px solid #eeeeee;
    transition: all .3s;
}

.abo_opzeggen:hover {
    border: 1px solid #BE2727;
}

.switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
}

.switch h2 {
    font-weight: 200;
    font-size: 16px;
}

.dashboardholder {
    background-color: #F9F9F9;
}

.dashboard {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dashboard_bestellingen {
    width: calc(100% - 450px);
    margin-left: 50px;
}

.dashboard_bestellingen article {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
}

.lessinfo,
.moreinfo {
    cursor: pointer;
}


.dashboard_bestellingen article h3 {
    font-size: 16px;
    font-weight: 200;
    margin-top: 3px;
    color: #888888;
}

.dashboard_bestellingen article table {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ececec;
}

.dashboard_bestellingen article table thead {
    background-color: #ececec;
    padding: 10px;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
}

.dashboard_bestellingen article table thead th {
    padding: 10px;
    text-align: left;
}

.dashboard_bestellingen article table tbody td {
    padding: 10px;
    font-weight: 200;
    font-size: 16px;
}

.dashboard_bestellingen article .betaling {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dashboard_bestellingen article .methode {
    width: 50%;
    padding-top: 15px;
}

.dashboard_bestellingen article h2 {
    font-size: 22px;
    font-weight: 700;
    color: #252525;
}

.dashboard_bestellingen article .methode h3 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #616161;
    margin-bottom: 15px;
}

.dashboard_bestellingen .ca_table tr th {
    padding: 10px;
    font-weight: 700;
    color: #252525;
    background-color: #f2f2f2;
}

.dashboard_bestellingen .ca_total {
    padding: 10px 0;
}

.dashboard_bestellingen .ca_total p {
    text-align: right;
    padding: 8px 0;
    font-weight: 200;
    font-size: 18px;
}

.dashboard_bestellingen article .methode h3 div {
    font-weight: 700;
    width: 180px;
}

.dashboard_bestellingen article .financial {
    width: 50%;
}


.dashboard_bestellingen>h2 {
    font-size: 25px;
    font-weight: 700;
    color: #d23b3d;
    margin-bottom: 20px;
}

.dashboard aside {
    width: 400px;
    padding: 15px;
    padding-bottom: 25px;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
    background-color: white;
}


.dashboard aside h2 {
    font-size: 27px;
    font-weight: 700;
    color: #D23B3D;
    padding: 20px 20px;
    padding-bottom: 5px;
}

.dashboard aside h3 {
    font-size: 16px;
    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;
    padding: 5px 15px;
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    color: #252525;
    cursor: pointer;
    font-size: 18px;
}

.dashboard .menuitem i {
    width: 30px;
}

.dashboard .menuitem.active {
    border-left: 3px solid #D23B3D;
}

.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: #D23B3D;
    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;
}

.tegoeden {
    width: 100%;
    padding: 30px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
    font-size: 15px;
}

.noggeenbestellingen {
    width: 100%;
    padding: 30px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.noggeenbestellingen p {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
}

.noggeenbestellingen a {
    padding: 10px 30px;
    display: inline-block;
    background-color: #D23B3D;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
}

/* Einde Dashboard */

.page_header_tekst a {
    color: rgb(76, 76, 76);
    font-weight: bold;
}

/* Gegevens */

.leveringRadio label {
    padding-left: 10px;
    position: relative;
    bottom: 1px;
}

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    transition: all .3s;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 3px;
    width: 3px;
    left: 8px;
    bottom: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    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: 4px;
    top: 4px;
    color: white;
}

.checkbox a {
    font-weight: 700;
    color: #000;
}

.gegevens_holder aside {
    width: 500px;
    margin-right: 10px;
    margin-top: 100px;
}

.gegevens_holder aside article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e1e1e1;
}

.gegevens_holder aside article img {
    width: 70px;
    border: 1px solid #D5D5D5;
}

.gegevens_holder aside article>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.gegevens_holder aside article .actions {
    white-space: nowrap;
}

.gegevens_holder aside article div div:first-of-type div {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #ffffff;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #D5D5D5;
}

.gegevens_holder aside article div div:last-of-type {
    padding-left: 15px;
}

.gegevens_holder aside article div div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.gegevens_holder aside article div h2 {
    font-family: 'effra', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.gegevens_holder aside article div h3 {
    font-size: 14px;
    font-weight: 200;
    color: #353535;
}

.gegevens_holder .totaalprijs {
    width: 100%;
    border-top: #E1E1E1 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    font-size: 15px;
}

.gegevens_holder .totaalprijs span,
.gegevens_holder .totaalprijs strong {
    font-size: 20px;
}

.gegevens_holder aside .veiligbetalen {
    width: 100%;
    background-color: #ffffff;
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #D5D5D5;
}

.gegevens_holder aside .veiligbetalen h2 {
    font-family: 'effra', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    border-top: 1px solid #D5D5D5;
    padding-top: 20px;
    margin-top: 20px;
}

.gegevens_holder aside .veiligbetalen h2:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.gegevens_holder aside .betaalmethodes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.gegevens_holder aside .betaalmethodes img {
    width: 35px;
    margin-right: 10px;
}

.gegevens_holder aside .veiligbetalen a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    padding: 8px 0;
    color: #353535;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gegevens_holder aside .veiligbetalen a i {
    width: 30px;
    font-size: 18px;
}


#webshop_top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}

.webshop-form {
    padding: 50px;
    padding-top: 100px;
    background-color: #fff;
    border-right: #E1E1E1 1px solid;
    width: calc(100% - 550px);
}

.artiekelKijker {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

#webshop_top>h2, #nieuws>h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.2rem;
    padding-left: 34%;
    padding-right: 34%;
    line-height: 23px;
    font-weight: 200;
}

.webshop-form fieldset>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.webshop-form .field {
    position: relative;
    margin-bottom: 15px;
}

.webshop-form .field input,
.webshop-form .field select,
.webshop-form .field textarea,
.shoppingcart_main #servicepunt,
.cadeaubon-item input {
    width: 100%;
    background-color: white;
    color: #333333;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 10px 11px;
    font-size: 17px;
    height: initial;
    font-family: 'effra', sans-serif;
}

.webshop-form .field select {
    background-image: url(/images/select.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 14px 11px;
}

.webshop-form .field_caret {
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
    height: 43%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
}

.webshop-form .field_caret i {
    font-size: 20px;
    color: #919191;
    margin-left: 10px;
}

.webshop-form .field label {
    position: absolute;
    left: 13px;
    top: 50%;
    font-family: 'effra', sans-serif;
    font-size: 17px;
    font-size: #252525;
    transition: all .2s;
    transform: translateY(-50%);
}

.webshop-form .floatlabel label {
    top: 8px;
    font-size: 12px;
    color: #737373;
    transform: none;
}

.webshop-form .floatlabel input,
.webshop-form .floatlabel select,
.webshop-form .floatlabel textarea {
    padding-top: 20px;
    padding-bottom: 0px;
}

.webshop-form .field input:focus {
    border: 1px solid #0E1936;
}

.webshop-form input[type=submit] {
    padding: 8px 30px;
    border-radius: 15px 0 15px 0;
    background-color: #D23B3D;
    font-family: 'effra', sans-serif;
    color: white;
    font-size: 18px;
    border: 2px solid #D23B3D;
    transition: all .3s;
}

.webshop-form input[type=submit]:hover {
    background-color: white;
    color: #D23B3D;
}

.webshop-form #field_Voornaam,
.webshop-form #field_Naam {
    width: 49%;
}

.webshop-form #field_Gemeente,
.webshop-form #field_Straat {
    width: 80%;
}

.webshop-form #field_Huisnummer,
.webshop-form #field_Postcode {
    width: 18%;
}

.webshop-form #field_Land,
.webshop-form #field_Telefoon,
.webshop-form #field_GSM,
.webshop-form #field_Email,
.webshop-form #field_Levnaam,
.webshop-form #field_Opmerking,
.webshop-form #field_Adres,
.webshop-form #field_Bedrijfsnaam,
.webshop-form #field_BTW,
.webshop-form #webshop_Land {
    width: 100%;
}

.webshop-form .remember {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0 15px 0;
}

.webshop-form .remember input {
    height: 20px;
    width: 20px;
}

.webshop-form .remember label {
    margin-top: 1px;
}

.leverklik {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.checkboxField label {
    width: initial !important;
    margin-right: 10px;
}

.checkboxField {
    color: #000;
}

.checkboxField input {
    width: 20px !important;
}

.webshop-form h2 {
    font-weight: 700;
    font-family: 'effra', sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    color: #D23B3D;
    width: 100%;
}

.gegevens_input {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
}

.gegevens_input label a {
    color: #000;
    font-weight: 700;
}

.gegevens_controleren {
    display: none;
}

.webshop_Voornaam,
.webshop_Naam,
.webshop_Bedrijf,
.webshop_BTW {
    width: 49%;
}

.webshop_Adres,
.webshop_Telefoon,
.webshop_Email,
.webshop_Clublid,
.webshop_Land,
.webshop_Factuur_Adres,
.webshop_Factuur_Land {
    width: 100%;
}

.webshop_Postcode,
.webshop_Factuur_Postcode {
    width: 31.33%;
}

.webshop_Factuur_Gemeente,
.webshop_Gemeente {
    width: 66.66%;
}

.input_gegevens {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.input_gegevens p {
    font-size: 16px;
    font-weight: 200;
    color: #353535;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 47%;
    margin-bottom: 10px;
}

.input_gegevens p span {
    font-weight: 700;
}

.input_producten {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    width: 100%;
}

.input_producten article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 2px dashed #f7f7f7;
    margin-bottom: 5px;
    padding: 10px 0;
    letter-spacing: 1px;
}

.input_producten article>div:first-of-type {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.input_producten article img {
    width: 50px;
    margin-right: 20px;
}

.input_producten article:last-of-type {
    border-bottom: none;
}

.big {
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1B;
    margin-bottom: 10px;
}

.small {
    font-size: 1em;
    font-weight: 400;
    color: #8a8a8a;
}

.input_producten article div:last-of-type {
    font-size: 16px;
    color: #1C1B1B;
    font-weight: 400;
}

.input_producten article div:last-of-type span {
    margin-left: 20px;
}

.controle_part .financial {
    width: 100%;
}

.radio-holder {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 20px 0 5px 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: 14px;
}

.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: 16px;
}

.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: #A6CE38;
}

.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;
}


/* Einde Gegevens */


/* Controleren */

.controleren_pagina {
    width: 100%;
    background-color: #FAFAFA;
}

.controleren_pagina::after {
    width: 50%;
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.controleren_holder {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.controleren_prod {
    padding: 50px;
    padding-top: 100px;
    background-color: #fff;
    border-right: #E1E1E1 1px solid;
    width: calc(100% - 550px);
    min-height: 80vh;
}

.controleren_holder aside {
    width: 500px;
    margin-right: 10px;
    margin-top: 100px;
}

.controleren_holder aside>h2 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 2px dashed #f0f0f0;
    font-size: 20px;
    color: #0E1936;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.controleren_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.controleren_content>h2 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 2px dashed #f0f0f0;
    font-size: 20px;
    color: #0E1936;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.controle_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.controleren_content article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.controleren_content article img {
    width: 100px;
}

.controleren_content article>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.controleren_content article div div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 15px;
}

.controleren_content article div h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.controleren_content article div h3 {
    font-size: 16px;
    font-weight: 200;
    color: #353535;
}

.controleren_content .totaalprijs {
    width: 100%;
    border-top: #E1E1E1 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.controle_item {
    padding: 10px 0;
}

.controle_item h3 {
    font-weight: 400;
    color: #353535;
    font-size: 16px;
}

.controle_item p {
    font-weight: 200;
    color: #353535;
    font-size: 16px;
}

#subm:disabled {
    background-color: #848484;
}

.controle_product {
    width: 49%;
    margin-bottom: 2%;
    border: 2px solid #efefef;
    padding: 10px;
}

.controle_product img {
    width: 100%;
    max-width: 200px;
    margin-right: 10px;
}

.controle_product h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 5px;
}

.product_titel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.controle_product p {
    line-height: 150%;
    color: #848484;
    margin-bottom: 5px;
    margin-top: 5px;
}

.controle_product p big {
    font-size: 1em;
}

.controle_product p small {
    font-size: .9em;
}

.controle_product p span {
    display: block;
    font-weight: 400;
    font-size: 1.1em;
    color: #CDA03A;
}

.remark_btn {
    background-color: #f9f1df;
    color: #CDA03A;
    padding: 10px;
    border: 0;
    width: 100%;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.remark_btn.add_btn {
    background-color: #f9f1df;
}

.remark_btn.save_btn {
    display: none;
}

.show-disclaimer {
    cursor: pointer;
}

.remark textarea {
    width: 100%;
    border: 1px solid #39ac6a;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

.remark_holder {
    margin-bottom: 8px;
}

.gekozen_ophaalmoment {
    line-height: 150%;
    color: #353535;
    width: 100%;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gekozen_ophaalmoment ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 200;
}

.gekozen_ophaalmoment h2 {
    font-weight: 700;
    font-size: 16px;
}

.gekozen_ophaalmoment h3 {
    font-weight: 200;
    font-size: 16px;
}

.infoevent {
    font-size: 1.2em;
    font-weight: 200;
    text-align: center;
    color: #353535;
    background-color: #e4f8ec;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.gekozen_ophaalmoment small {
    width: 100%;
    font-size: .8em;
    display: inline-block;
}

.date_op h2 {
    font-size: 25px;
    color: #EC008C;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.date_op p span {
    font-weight: 700;
    color: #353535;
}

.date_op p {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    display: flex;
    padding: 3px 0;
    justify-content: space-between;
    align-items: center;
}

.date_op i {
    margin-right: 10px;
}


/* Einde Controleren */


/* Bestelling Details */

.bestelling_detail_holder {
    background-color: #fff;
    position: relative;
}

.bestelling_detail_holder::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    content: " ";
    background-color: #EFEFEF;
    border-top: #ECECEC 2px solid;
}

.bestelling_detail {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bestelling_detail_left {
    width: 60%;
    background-color: #ffffff;
    padding: 80px 50px 80px 10px;
}

.bestelling_detail_left_header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.bestelling_detail_left_header>i {
    font-size: 40px;
    color: #252525;
    margin-right: 10px;
}

.bestelling_detail_left_header h1 {
    font-size: 23px;
    color: #252525;
    margin-top: 5px;
}

.bestelling_detail_left_header h2 {
    font-size: 14px;
    font-weight: 200;
    color: #606060;
}

.bestelling_detail_box {
    width: 100%;
    border-radius: 4px;
    border: #d9d9d9 1px solid;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bestelling_detail_box>h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #252525;
}

.bestelling_detail_box>p {
    font-size: 17px;
    color: #545454;
    line-height: 150%;
}

.bestelling_detail_box>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bestelling_detail_box>div div {
    width: 48%;
    margin-bottom: 15px;
}

.bestelling_detail_box>div h3 {
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 5px;
}

.bestelling_detail_box>div a {
    color: #545454;
    font-size: 15px;
    font-weight: 700;
}

.bestelling_detail_box>div h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bestelling_detail_box>div h4 img {
    width: 30px;
    margin-right: 5px;
}

.bestelling_detail_box>div p {
    font-size: 17px;
    color: #545454;
    line-height: 150%;
}

.bestelling_detail_right {
    width: 40%;
    background-color: #EFEFEF;
    border-left: #d9d9d9 1px solid;
    padding: 80px 50px;
}

.bestelling_detail_right article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bestelling_detail_right article>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bestelling_detail_right article>div h2 {
    font-weight: 200;
    color: #252525;
    font-size: 15px;
}

.bestelling_detail_right article>p {
    font-weight: 700;
    white-space: nowrap;
}

.bestelling_detail_productimg {
    width: 50px;
    border-radius: 4px;
    border: #d9d9d9 1px solid;
    position: relative;
    margin-right: 15px;
}

.bestelling_detail_productimg img {
    width: 100%;
}

.bestelling_detail_productimg>div {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #7E7E7E;
    border-radius: 100px;
    color: white;
    min-width: 23px;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transform: translate(50%, -50%);
}

.bestelling_detail_bedrag,
.bestelling_detail_totaal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.bestelling_detail_bedrag p:first-of-type {
    font-weight: 200;
    color: #545454;
}

.bestelling_detail_bedrag p:last-of-type {
    font-weight: 400;
    color: #252525;
}

.bestelling_detail_totaal p:last-of-type {
    font-weight: 700;
    color: #252525;
    font-size: 22px;
}

.bestelling_detail_buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bestelling_detail_buttons a:first-of-type {
    color: #252525;
    font-size: 15px;
}

.bestelling_detail_buttons a:last-of-type {
    color: white;
    background-color: #D23B3D;
    border-radius: 0;
    padding: 15px 25px;
    font-weight: 700;
}


/* Einde Bestelling Details */


/* Winkelwagen */

.shoppingcart_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    position: relative;
}

.tegoed_winkelwagen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 15px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 2px solid #e1e1e1;
}

.tegoed_winkelwagen h2 {
    font-size: 20px;
    font-weight: 700;
    color: #A6CE38;
}

.tegoed_winkelwagen p {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 10px;
}

.tegoed_winkelwagen input {
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #252525;
    font-weight: 200;
    border-radius: 4px;
    font-size: 16px;
    transition: all .3s;
    font-family: 'effra', sans-serif;
}

.tegoed_winkelwagen button {
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid #A6CE38;
    color: #A6CE38;
    font-weight: 200;
    border-radius: 4px;
    font-size: 16px;
    transition: all .3s;
    font-family: 'effra', sans-serif;
}

.financial .removeTegoed,
.financial .removeVoucher {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #BE2727;
    color: #BE2727;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100px;
}

.financial .removeTegoed:hover,
.financial .removeVoucher:hover {
    background-color: #BE2727;
    color: white;
}

.tegoed_winkelwagen button:hover {
    background-color: #A6CE38;
    color: white;
}

.shoppingcart_holder::after {
    width: 50%;
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.gegevens_holder {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.winkelwagen_pagina,
.gegevens_pagina {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.winkelwagen_pagina>h1,
.gegevens_pagina h1 {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 10px;
    font-size: 24px;
    color: #462F2C;
    font-weight: 700;
    font-family: 'effra', sans-serif;
}

.shopping_cart article .main {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.shopping_cart article .main h2 span {
    font-size: 12px;
}

.shopping_cart article .main img {
    width: 100px;
}

.shopping_cart {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.shopping_cart article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 15px;
    border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article:first-of-type {
    background-color: #f6f6f6;
    border-bottom: none;
}

.shopping_cart article:first-of-type .title {
    color: #1C1B1B;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.shopping_cart article:first-of-type .aantal {
    min-width: 150px;
    color: #1C1B1B;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.shopping_cart article:first-of-type .actions {
    visibility: hidden;
    min-width: 40px;
}

.sub_article {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.shopping_cart article:last-of-type {
    border-bottom: none;
}

.shopping_cart article h2 {
    font-family: 'effra', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1c1b1b;
    transition: color 0.2s ease-in-out;
    font-size: 15px;
    line-height: 140%;
    margin-left: 5px;
}

.shopping_cart article h3 {
    width: 100%;
    position: relative;
    z-index: 2;
    color: #6a6a6a;
    padding-left: 5px;
    font-weight: 200;
    font-size: 16px;
}

.shopping_cart article h3 span {
    margin: 0 7px;
}

.sub_article .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.sub_article .aantal input {
    border: none;
    width: 50px;
    text-align: center;
    background-color: transparent;
    font-family: 'effra', sans-serif;
}

.sub_article .aantal i {
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.sub_article .aantal input[type=number]::-webkit-outer-spin-button,
.sub_article .aantal input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sub_article .aantal input[type=number] {
    -moz-appearance: textfield;
}

.sub_article .price {
    min-width: 200px;
    color: #1C1B1B;
    font-size: 16px;
    text-align: center;
}

.sub_article .actions {
    background-color: #fff;
    color: #C4242C;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
    transition: all .5s;
}

.sub_article .actions:hover i {
    transform: scale(1.4);
}

.financial dl {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.financial dt {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    font-family: 'effra', sans-serif;
}

.financial dl>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 12px 0;
}

.financial dl>div:last-of-type {
    border-top: 2px dashed #e1e1e1;
    width: 100%;
    font-size: 18px !important;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}

.financial dl>div:last-of-type dt {
    color: #1C1B1B;
    font-weight: 700;
}

.financial dd {
    min-width: 150px;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    color: #353535;
}

.goto_prev {
    font-weight: 200;
    font-size: 18px;
    color: #1C1B1B;
    font-family: 'effra', sans-serif;
}

.goto_next {
    padding: 10px 30px;
    background-color: #D23B3D;
    color: white;
    font-weight: 200;
    border: none;
    font-size: 18px;
    border: 1px solid #D23B3D;
    border-radius: 15px 0 15px 0;
    transition: all .3s;
    cursor: pointer;
    font-family: 'effra', sans-serif;
}

.goto_next:hover {
    color: #D23B3D;
    background-color: transparent;
}

#pay {
    padding: 15px 30px;
    background-color: #A6CE38;
    color: white;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    border: 1px solid black;
    border-radius: 4px;
    transition: all .3s;
    cursor: pointer;
    font-family: 'effra', sans-serif;
}

#pay:hover {
    color: #1C1B1B;
    background-color: transparent;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}

.voucher {
    width: 100%;
    border-top: 2px solid #e1e1e1;
    padding: 20px 0;
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.voucher>p {
    padding: 10px 20px;
    border: 1px solid #353535;
    color: #353535;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s;
    font-family: 'effra', sans-serif;
}

.voucher .message .error {
    color: #B85348;
    padding-bottom: 5px;
    font-weight: 200;
}

.voucher>p:hover {
    transform: scale(1.1);
    background-color: #353535;
    color: #fff;
}

.voucher_code {
    display: none;
}

.voucher_code input[type=text] {
    padding: 10px;
    color: #1C1B1B;
    border: none;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 400;
    font-family: 'effra', sans-serif;
    width: 400px;
}

.voucher_code button {
    padding: 12px 20px;
    color: #fff;
    border: none;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: #1C1B1B;
    font-weight: 400;
    font-family: 'effra', sans-serif;
}


/* Einde Winkelwagen */


/* Bevestiging */

.bestelling_buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bestelling_buttons a {
    width: 49%;
    padding: 10px 20px !important;
    text-align: center;
}

.bestelling_geplaatst {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #f0f3f7;
    min-height: 100vh;
}

.bestelling_geplaatst>div {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    max-width: 650px;
    padding: 50px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.bestelling_geplaatst>div>i {
    font-size: 3em;
    color: #0E1936;
}

.bestelling_geplaatst>div h1 {
    color: #0E1936;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}

.bestelling_geplaatst>div h2 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #353535;
    margin-bottom: 20px;
}

.bestelling_geplaatst>div>div {
    text-align: left;
    font-size: 17px;
    line-height: 150%;
    color: #6a6a6a;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 2px dashed #ececec;
}

.confirmation {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.confirmation div {
    min-width: 200px;
}

.bestelling_geplaatst>div>a {
    display: inline-block;
    color: #686868;
    margin-top: 20px;
    text-decoration: underline;
}

.factuurfields {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.controle_split {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.controle_part:first-of-type {
    width: 30%;
}

.controle_part:last-of-type {
    width: 68%;
    padding: 20px;
}


/* Einde Bevestiging */


/* Cookie Melding */

.PL_Wrapper {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
    color: #353535;
    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: #D23B3D;
    border: 2px solid #D23B3D;
    color: #fff;
    font-weight: 700;
    width: 48%;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #D23B3D;
}


/* Einde Cookie Melding */


/* Navigatie */

.navigatie {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    padding: 0 10px 10px 10px;
    min-height: 100px;
    justify-content: space-between;
    max-height: 110px;
}

.logo {
    width: 370px;
    padding-top: 17px;
    z-index: 2;
}

.navigatie nav ul {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.navigatie nav a:not(.special_nav) {
    font-weight: 400;
    font-size: 1.1em;
    padding: 10px 0;
    display: inline-block;
    transition: all .3s;
    color: #666666;
    border-bottom: 2px solid transparent;
}

.navigatie nav a:hover {
    color: #D23B3D;
}

.navigatie nav .active a:not(.special_nav) {
    color: #D23B3D;
    border-bottom: 2px solid #D23B3D;
}

.navigatie nav li {
    padding: 0 20px;
}

.navigatie nav li:last-of-type {
    padding-right: 0;
}

.right_navigatie {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.right_navigatie>div {
    padding: 10px 10px;
    border-radius: 0 0 0 15px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_navigatie>div>a {
    padding: 0 20px;
    color: #A9A9A9;
    border-left: 1px solid #A9A9A9;
}

.right_navigatie>div>a:first-of-type {
    border-left: none;
}

.special_nav {
    display: inline-block;
    padding: 10px 30px !important;
    background-color: #D23B3D;
    font-weight: 700;
    border-radius: 15px 0;
    border: 2px solid #D23B3D;
    color: #fff !important;
    transition: all 0.5s ease;
    z-index: 10;
}

.special_nav.active {
    background-color: transparent;
    color: #D23B3D !important;
}


/* Einde Navigatie */


/* Responsive Navigatie */

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    background-color: #fff;
    padding-bottom: 100px;
}

.res-nav .virtual {
    padding: 10px 30px !important;
    background-color: #D23B3D;
    font-weight: 700;
    border-radius: 25px;
    border: 2px solid #D23B3D;
    color: #fff !important;
    position: absolute;
    top: 25px;
    right: 80px;
    z-index: 30;
}

.logo-res {
    display: none !important;
}

.menubtn {
    width: 30px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}

.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;
}

.closebtn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 25px;
    padding-left: 50px;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(0deg);
}

.rotateImg {
    transform: rotate(-180deg) !important;
}

.navitem a {
    text-align: left;
    display: inline-block;
    color: #353535;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
}

.navitem a:hover {
    color: #D03437;
}

.navitem a,
.navitem a:after,
.navitem a:before {
    transition: all .5s;
}

.navitem a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #D03437;
    height: 2px;
}

.navitem a:hover:after {
    width: 100%;
}

.active_res {
    color: #D03437 !important;
}

.active_res span {
    border-bottom: 2px solid #D03437 !important;
}

.active_res:after {
    background: transparent !important;
}

.navitem ul {
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    border-left: 2px solid #c8c8c8;
    margin-top: 10px;
    padding-top: 10px;
}

.navitem ul li {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1em;
    padding: 10px 0;
    padding-left: 20px;
    color: #c8c8c8;
}

.navi_footer>div {
    color: black;
}

.navi_footer>div {
    position: absolute;
    bottom: 10px;
    font-size: .9em;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.navi_footer>div div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.navi_footer>div p {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 7px;
    color: black;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
    z-index: 100;
}

.navi_footer span {
    margin: 0 10px;
}

.navi_footer a {
    color: black;
    font-size: .9em;
}

.navi_footer a:last-of-type {
    display: flex;
    flex-direction: row;
}

.navi_footer a:last-of-type i.show {
    display: inline-block;
}

.navi_footer a:last-of-type i.hidden {
    display: none;
    color: #8bcf97;
}

.navi_footer a:last-of-type:hover i.show {
    display: none !important;
}

.navi_footer a:last-of-type:hover i.hidden {
    display: inline-block !important;
}


/* Einde Responsive */


/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1600px;
    padding: 10px 10px;
    margin: 0 auto;
    width: 100%;
}

.aanbod-blok {
    padding: 10px 10px;
    width: 90%;
    text-align: right;
    margin-right: 10%;
    margin-bottom: 5em;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
}

.blokken article>img {
    width: 48%;
    order: 1;
    border-radius: 50px 0 50px 0;
}

.blokken_content {
    width: 50%;
    padding: 30px;
    order: 2;
}

.blokken_titel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.blokken_titel h2 {
    color: #D23B3D;
    line-height: 150%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 2.8em;
}

.blokken_tekst {
    line-height: 180%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
}

.blokken_tekst p>a {
    color: #DBB957;
}

.blokken_content>a {
    display: inline-block;
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.blokken_content>a i {
    margin-left: 5px;
    transition: all .5s;
}

.blokken_content>a:hover i {
    margin-left: 10px;
}

.blokken article:nth-child(odd) img {
    order: 3;
}

.aanbod-btn {
    color: white;
    background-color: #D23B3D;
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 1.1em;
    margin-bottom: 2em;
}

.aanbod-btn i {
    padding-left: 0.5em;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }

    .come-in-left:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }

    .come-in-right:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}


/* Einde Blokken */


/* Footer */

footer {
    width: 100%;
    background-color: #F3F3F2;
}

.footer_gegevens {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 1600px;
    line-height: 150%;
    font-size: 1.2em;
    color: #353535;
    padding: 40px 10px;
}

.footer_gegevens div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.footer_gegevens div a {
    color: #353535;
}

.footer_gegevens img {
    width: 250px;
}

.socials {
    width: 100%;
    border-top: 2px solid #e0e0e0;
    padding: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.socials a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.5em;
    color: #353535;
}

.innerfooter {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.innerfooter p {
    padding-left: 40px;
    position: relative;
}

.innerfooter p i {
    font-size: 1.1em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.disclaimer {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.disclaimer a {
    color: #353535;
    padding: 0 20px;
}

.siteby {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #868686;
    padding: 15px 10px;
    font-size: .9em;
}

.siteby a {
    color: #868686;
}


/* Einde Footer */


/* Merken */

.merken_ov {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.merken_ov article {
    position: relative;
    width: 18%;
    margin: 1%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #ebebeb;
}

.merken_ov article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.merken_ov article img {
    width: 100%;
    max-width: 200px;
    transition: all .3s;
}

.merken_ov article:hover img {
    transform: scale(1.1);
}

.merken_ov article h2 {
    font-weight: 700;
    color: #D23B3D;
    position: relative;
    z-index: 1;
    font-size: 22px;
    background-color: #fff;
}

.merk_header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.merk_header>div:first-of-type {
    height: 55px;
    width: 2px;
    background-color: #D23B3D;
    margin-bottom: 30px;
}

.merk_header a {
    background-color: #D23B3D;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-weight: 700;
    margin-top: 20px;
}

.merk_header>h1 {
    color: #D23B3D;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    max-width: 600px;
    margin-bottom: 20px;
    max-width: 1200px;
}

.merk_header .tekst {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    text-align: center;
}


/* Einde Merken */

.home_aanbod {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
}

.home_aanbod article {
    padding: 5px;
}

.home_aanbod article>div {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    border: 2px solid #f2f2f2;
}

.home_aanbod article img {
    width: 100%;
    margin-bottom: 10px;
}

.home_aanbod article h2 {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    padding: 10px 15px;
    color: #D23B3D;
}

.home_aanbod article>div div {
    text-align: center;
    color: #5d5d5d;
    font-weight: 200;
    line-height: 150%;
    font-size: 1em;
    padding: 0 15px;
}

.home_aanbod article>div ul {
    font-weight: 500;
    font-size: 0.9em;
    border: 1px solid #f2f2f2;
    margin: 1em auto;
}

.home_aanbod article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.blokken_video {
    margin-bottom: 1em;
}


/* Page Header */

.page_header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.page_header>div:first-of-type {
    height: 55px;
    width: 2px;
    background-color: #D23B3D;
    margin-bottom: 30px;
}

.page_header>h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.page_header>h1 {
    color: #D23B3D;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    max-width: 600px;
    margin-bottom: 20px;
    max-width: 1200px;
}

.page_header_tekst {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    text-align: center;
}


/* Einde Page Header */


/* Home Profiling */

.home_profiling {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 40px 0;
    margin: 0 auto;
    padding-bottom: 0;
}

.home_profiling article {
    width: 25%;
    padding: 50px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.home_profiling article h2 {
    font-size: 35px;
    line-height: 100%;
    color: #D23B3D;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.home_profiling_image {
    line-height: 150%;
    text-align: center;
    font-weight: 200;
    margin-bottom: 40px;
    color: #19455E;
    width: 180px;
    height: 180px;
    margin-bottom: 30px;
    border-radius: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_profiling_tekst {
    line-height: 150%;
    text-align: center;
    font-weight: 200;
    font-size: 1.3em;
    color: #4C4C4C;
}

.home_profiling .slick-dots,
.team-content .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.home_profiling .slick-dots li,
.team-content .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    background-color: #dbdbdb;
    margin: 0 3px;
    cursor: pointer;
}

.home_profiling .slick-dots .slick-active,
.team-content .slick-dots .slick-active {
    background-color: #353535;
}

.home_profiling .slick-dots li button,
.team-content .slick-dots li button {
    display: none;
}


/* Einde Home Profiling */


/* Cijfers */

.cijfers {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.cijfers article {
    width: 21%;
    margin: 2%;
    padding: 30px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.cijfers article i {
    font-size: 3em;
    margin-bottom: 10px;
    color: #D03437;
}

.cijfers article h3 {
    font-size: 2.5em;
    font-weight: 700;
}

.cijfers article h4 {
    font-size: 1.4em;
    font-weight: 200;
}


/* Einde Cijfers */


/* Wedstrijd */

.wedstrijd10 {
    padding: 80px 20px !important;
}

.wedstrijd10 .c {
    line-height: 150%;
    color: #575756;
    font-size: 1.3em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 40px;
}

.wedstrijd10 .c p:not(:last-of-type) {
    margin-bottom: 20px;
}

.wedstrijd10 .c p span {
    color: #D03437;
    font-weight: 500;
}

.exists {
    width: 100%;
    color: #D03437;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
}

.wedstrijd10 input[type=button] {
    border: none;
    font-family: effra, sans-serif;
    padding: 10px 30px;
    background-color: #D23B3D;
    font-size: 1.2em;
    color: white;
    font-weight: 700;
}

.wedstrijd10 form a.wr {
    display: block;
    width: 100%;
    margin-top: 30px;
    color: #D03437;
    text-decoration: underline;
    font-size: 15px;
}

.reglement_popup {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 2px solid #ececec;
    padding: 50px;
    z-index: 100;
    width: 700px;
    overflow-y: scroll;
    max-height: 90vh;
}

.reglement_popup h2 {
    color: #D03437;
    font-size: 25px;
    margin-bottom: 15px;
}

.reglement_popup ul {
    color: #969696;
    font-size: 18px;
    line-height: 130%;
    list-style-type: disc;
    padding-left: 30px;
}

.reglement_popup li:not(:last-of-type) {
    padding-bottom: 10px;
}

.reglement_popup i {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #D03437;
    font-size: 30px;
    transition: all 0.8s ease;
    cursor: pointer;
}

.reglement_popup i:hover {
    color: #D03437;
}


/* Einde wedstrijd */


/* Instagram */

.insta_titel {
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.insta_titel .line-hold {
    position: relative;
}

.insta_titel .line-hold h2 {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #D23B3D;
    display: inline-block;
    padding: 0 100px;
}

.band .insta_titel h3 {
    background-color: #f8eaf2;
}

.insta_titel .line-hold:after {
    display: block;
    height: 1px;
    background-color: #D23B3D;
    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: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    padding-top: 30px;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}

.videoInstagram {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.instagram_feed .instagram_post {
    width: 24%;
    margin: 0 .5%;
    position: relative;
    height: 350px;
    background-size: cover;
}

.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 */


/* Nieuwsbrief Banner */

.nieuwsbrief_banner {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nieuwsbrief_banner>div {
    padding: 150px 10px;
    width: 100%;
    background-color: rgba(58, 58, 58, .67);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.nieuwsbrief_banner h2 {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: white;
}

.nieuwsbrief_banner>div>div {
    text-align: center;
    line-height: 150%;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    color: white;
    margin-bottom: 30px;
}

.nieuwsbrief_banner form {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.nieuwsbrief_banner form input[type=email] {
    background-color: white;
    width: 400px;
    border: none;
    padding: 10px;
    font-family: effra, sans-serif;
    font-size: 1.2em;
}

.nieuwsbrief_banner form input[type=submit] {
    border: none;
    font-family: effra, sans-serif;
    padding: 10px 30px;
    background-color: #D23B3D;
    margin-left: 20px;
    font-size: 1.2em;
    color: white;
    font-weight: 700;
}


/* Einde Nieuwsbrief Banner */


/* Home Slider */

.home_slider {
    width: 100%;
}

.home_slider article {
    position: relative;
}

.home_slider article img {
    width: 100%;
}

.slide_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%);
}

.slide_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%;
}

.slide_tekst h3 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}

.slide_tekst h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 110%;
    max-width: 650px;
    color: #fff;
}

.slide_tekst a {
    padding: 10px 20px;
    margin-top: 30px;
    font-weight: 200;
    color: #fff;
    background-color: #D23B3D;
    font-size: 1.2em;
}

.slick-vertical .slick-slide {
    border-left: none !important;
}

.slick-prev {
    top: 44%;
}

.slick-next {
    top: 52%;
}


/* Einde Home Slider */

.fullscreen_slider {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 10px;
}

.fullscreen_slider .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
}

.fullscreen_slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    margin: 0 3px;
    cursor: pointer;
    background-color: #000;
}

.fullscreen_slider .slick-dots li button {
    display: none;
}

.fullscreen_slider .slick-dots .slick-active {
    background-color: #D6171E;
}

.textaktje {
    text-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}



.fullscreen_slider .slick-prev {
    right: 55px;
}

.fullscreen_slider .images {
    position: relative;
    z-index: -1;
}

.fullscreen_slider .images img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    border-radius: 10px;
}

.fullscreen_slider .content {
    position: absolute;
    left: 5%;
    top: 46%;
    color: white;
}

.fullscreen_slider .content h2 {
    width: 100%;
    max-width: 724px;
    font-size: 4em;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
    text-shadow: black 0px 0px 2px;


}

.divAroundGrilAbove {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

}

.fullscreen_slider .content .subtitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #5e5e5e;
}

.fullscreen_slider .content .cta {
    display: inline-block;
}

.fullscreen_slider .content .cta a {
    font-weight: 400;
    color: #FFF;
    background-color: #d6171e;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: 'Poppins', 'sans-serif';
    z-index: 2;
    position: relative;
}

.fullscreen_slider .content .cta a span {
    font-size: 1.2rem;
    margin-right: 0.65rem;
}

.fullscreen_slider .content .cta a i {
    font-size: 1.2rem;
}


.indekijker_slider .content2 h2 {
    width: 100%;
    text-align: center;
    color: #3F3F3F;
    font-weight: 200;
    font-size: 1.2rem;
    margin-top: 30px;
}

#prijsIndeKijker {
    color: #000;
}

#prijsIndeKijker {
    width: 100%;
    text-align: center;
    color: #3F3F3F;
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 700;
}

/* Ak */

.home_ak {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(58, 58, 58, .67);
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.home_ak>div {
    width: 100%;
    padding: 20px;
    max-width: 1400px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.home_ak>div h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    color: white;
    margin-bottom: 20px;
}

.home_ak>div h2 {
    font-size: 59px;
    font-weight: 600;
    line-height: 110%;
    max-width: 630px;
    color: #fff;
    margin-bottom: 40px;
}

.home_ak>div a {
    display: inline-block;
    border: 2px solid #D23B3D;
    padding: 8px 15px;
    color: white;
    background-color: #D23B3D;
    letter-spacing: 2px;
}


/* Einde AK */


/* Virtuele winkel */

.virtueel {
    width: 100vw;
    display: flex;
    flex-direction: row;
}

.virtueel article {
    position: relative;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.virtueel article .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.342);
}

.virtueel article .content {
    position: absolute;
    z-index: 15;
    color: #fff;
    max-width: 80%;
    text-align: center;
}

.virtueel article .content h2 {
    font-size: 60px;
    font-weight: 600;
}

.virtueel article .content a {
    background-color: #d23b3d;
    color: white;
    border: 2px solid #d23b3d;
    padding: 10px 25px;
    margin-top: 15px;
    display: inline-block;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.8s ease;
}

.virtueel article .content a:hover {
    background-color: transparent;
    border: 2px solid white;
}


/* Einde virtuele winkel */


/* Contact */


/* Contact */

#dasmap {
    width: 100%;
    height: 500px;
}

.team {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.team article {
    width: 18%;
    margin: 1%;
    padding: 10px;
    background-color: white;
}

.team article img {
    width: 100%;
    margin-bottom: 10px;
}

.team article h2 {
    width: 100%;
    font-size: .9em;
    text-align: center;
    background-color: white;
    padding: 5px;
}

.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;
    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: center;
    align-items: center;
    padding: 60px 10px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    flex-wrap: wrap;
    max-width: 1200px;
    transform: translateY(-20%);
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.contact_info h2 {
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #D23B3D;
}

.contact_info p {
    color: #4C4C4C;
    font-size: 1.1em;
    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 {
    background-color: #F9F9F9;
    width: 100%;
    padding-bottom: 60px;
}

.contact {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-height: 100px;
    flex-wrap: wrap;
}

.gegevens {
    width: 28%;
    margin-left: 2%;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.gegevens img {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.gegevens>div {
    padding: 25px;
}

.gegevens div h2 {
    color: #D23B3D;
    font-size: 1.7em;
    margin-bottom: 15px;
    font-weight: 700;
}

.gegevens div div {
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    color: #4B4B4B;
    line-height: 200%;
}

.gegevens div div p {
    width: inherit;
}

.contact_form_holder {
    width: 70%;
    padding: 35px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.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: 49%;
}

#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;
    font-size: 1.1em;
    border-bottom: 2px solid #F4F4F4;
    padding: 10px;
    color: rgb(110, 110, 110);
    margin-bottom: 20px;
    font-family: 'effra', serif;
}

.contact_form textarea {
    width: 100%;
    border: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 12px 10px;
    color: rgb(110, 110, 110);
    margin-bottom: 20px;
    font-size: 1.1em;
    height: 200px;
    font-family: 'effra', serif;
}

.contact_form input[type=submit],
.complaint_form input[type=submit] {
    border-radius: 200px;
    padding: 8px 40px;
    background-color: #D23B3D;
    border: 2px solid #D23B3D;
    font-weight: 700;
    color: #fff;
    font-size: 1.2em;
    transition: all .3s;
    font-family: 'effra', serif;
}

.bericht {
    width: 100%;
    border: none;
    background-color: #F4F4F4;
    border-radius: 20px;
    margin-bottom: 35px;
    font-weight: 700;
    padding: 12px 20px;
    color: rgb(110, 110, 110);
    height: 100px;
    font-family: 'effra', serif;
}

.contact_form input[type=submit]:disabled,
.complaint_form input[type=submit]:disabled {
    opacity: 1;
}

.contact_form input[type=submit]:disabled:hover,
.complaint_form input[type=submit]:disabled:hover {
    background-color: #98272B;
    color: white;
}

.contact_form input[type=submit]:hover,
.complaint_form input[type=submit]:hover {
    background-color: transparent;
    color: #98272B;
}

#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%;
}

#contact-team {
    max-width: 1200px;
    margin: 3em auto;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    background-color: white;
}

#contact-team h1 {
    padding: 35px;
    color: #D23B3D;
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
}

#contact-team p {
    width: 80%;
    font-size: 1.1em;
    text-align: center;
    line-height: 160%;
    margin: 0 auto;
}

.team-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    min-height: 100px;
    margin: 2em auto;
    margin-bottom: 40px;
}

.team-lid {
    width: 20%;
    padding: 20px;
}

.team-lid img {
    width: 100%;
}

.team-info {
    margin-top: 1em;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    height: 5em;
    padding: 10px;
}

.team-info h2 {
    font-weight: 700;
    text-align: center;
}

.team-info div {
    font-size: 0.78em;
    width: 100%;
    margin-top: 1em;
}


/* Einde Contact */


/* Vragen */

.vragensplit {
    padding: 50px 10px;
    padding-top: 30px;
}

.vragensplit>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.vragen {
    width: 68%;
}

.vragen article {
    background-color: white;
    padding: 25px;
    margin-bottom: 10px;
    border: 2px solid #f8f8f8;
    border-radius: 5px;
}

.vragen article h2 {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-size: 1.3em;
    font-weight: 700;
    color: #D23B3D;
    align-items: center;
    cursor: pointer;
}

.vragen article h2 span i {
    font-size: 1.2em;
    color: #353535;
    margin-right: 10px;
}

.vragen article h2 i {
    transition: all .3s;
}

.arrowUp>i {
    transform: rotate(180deg);
}

.vragen article div {
    margin-top: 20px;
    color: #aeaeae;
    line-height: 180%;
    font-size: 1.2em;
}

.vragen article div a {
    color: #5C9090;
    font-weight: 700;
}

.vragen_form {
    padding: 25px;
    background-color: white;
    width: 30%;
    border: 2px solid #f8f8f8;
    border-radius: 5px;
}

.vragen_form h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #D23B3D;
    font-weight: 700;
}

.vragen_form input[type=text],
.vragen_form input[type=email],
.vragen_form textarea {
    padding: 10px;
    color: #818181;
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    border: none;
    margin-bottom: 10px;
    align-items: center;
    font-size: 1.1em;
    font-family: 'effra', sans-serif;
}

.vragen_form textarea {
    min-height: 200px;
}

.vragen_form input[type=submit] {
    border: none;
    font-weight: 700;
    color: #fff;
    font-size: 1.2em;
    border-radius: 30px;
    background-color: #D23B3D;
    padding: 10px 35px;
    font-family: 'effra', sans-serif;
}


/* Einde Vragen */


/* In Beeld */

.sfeerbeelden {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sfeerbeelden>article {
    width: 24%;
    margin: .5%;
    cursor: pointer;
    overflow: hidden;
}

.sfeerbeelden>article img {
    width: 100%;
    transition: all 1s;
}

.sfeerbeelden>article:hover img {
    transform: scale(1.1);
}


/* Einde In Beeld */


/* Offerte */

.offerte_split {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 30px 0;
}

.offerte_uitleg {
    width: 600px;
    margin-right: 40px;
}

.offerte_form {
    width: 100%;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-left: 2px solid #f4f4f4;
}

.offerte_form input[type=email],
.offerte_form input[type=text],
.offerte_form textarea,
.offerte_form select {
    padding: 10px;
    color: #818181;
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    border: none;
    margin-bottom: 10px;
    align-items: center;
    font-size: 1.1em;
    font-family: 'effra', sans-serif;
}

.offerte_form select {
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.offerte_form input[type=submit] {
    border: none;
    font-weight: 700;
    color: #fff;
    font-size: 1.2em;
    border-radius: 30px;
    background-color: #D23B3D;
    padding: 10px 35px;
    font-family: 'effra', sans-serif;
}

.offerte_form textarea {
    height: 150px;
}

.offerte_uitleg h2 {
    font-weight: 700;
    font-size: 2.2em;
    color: #D23B3D;
    margin-bottom: 15px;
}

.offerte_uitleg>div {
    line-height: 150%;
    font-weight: 200;
    font-size: 1.2em;
    color: #4C4C4C;
    width: 100%;
}

.offerte_uitleg>div>ul {
    padding-left: 15px;
    list-style-type: disc;
}


/* Einde Offerte */


/* Blog */

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}



.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block;
    border: 2px solid #7BC785;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    color: white;
    background-color: #7BC785;
    transition: all 0.8s ease;
}

.button-hold a:hover {
    background-color: transparent;
    color: #7BC785;
}


/*  Blog detail */

.spinner {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.spinner img {
    width: 70px;
}

.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;
    border: 2px solid #f4f4f4;
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    font-size: 1.2em;
    color: #a4a4a4;
    padding: 0;
    line-height: 180%;
}

.blog-main .c strong {
    font-weight: 700;
    color: #696969;
}

.blog-main .c a {
    font-weight: 700;
    color: #D23B3D;
}

.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: #D23B3D;
    font-size: 2.5em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #D23B3D;
    font-size: 1.3em;
    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: #D23B3D;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #D03437;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 10px;
    line-height: 130%;
    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: 700;
    color: #D23B3D;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D23B3D;
    font-weight: 700;
    border-radius: 25px;
    border: 2px solid #D23B3D;
    color: #fff;
    transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
    background-color: transparent;
    color: #D23B3D;
}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #626572;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 0 1% 2% 1%;
    border: 2px solid #f4f4f4;
    transition: all 1s;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 150%;
    color: #626572;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde Blog */


/* Onderhoud Formules */

.onderhoud_formules {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    margin-bottom: 50px;
}

.onderhoud_formules:hover article:nth-child(2n) {
    transform: scale(1);
}

.onderhoud_formules article {
    width: 32.33%;
    padding: 30px;
    border-radius: 5px;
    transition: all 1s;
    display: flex;
    z-index: 0;
    position: relative;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    -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: white;
}

.onderhoud_formules article:nth-child(2n) {
    transform: scale(1.15);
    z-index: 1;
}

.onderhoud_formules article:hover {
    z-index: 2;
    transform: scale(1.15) !important;
}

.onderhoud_formules article h3 {
    color: #7E7E7E;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    width: 100%;
    text-align: center;
}

.onderhoud_formules article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.onderhoud_formules article button {
    width: 100%;
    max-width: 250px;
    background-color: #D23B3D;
    border-radius: 200px;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.onderhoud_formules article button i {
    font-size: 1.2em;
    margin-left: 8px;
}

.formule_stripe {
    width: 50px;
    height: 3px;
    margin: 20px 0;
    border-radius: 2px;
    background-color: #D23B3D;
}

.formule_prijs {
    font-size: 3em;
    font-weight: 700;
}

.formule_per {
    color: #7E7E7E;
    font-weight: 200;
    font-size: 1em;
}

.formule_voordelen {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 50px 0 0 0;
    max-width: 280px;
    min-height: 220px;
}

.formule_voordelen>div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    line-height: 150%;
}

.formule_voordelen>div i {
    font-size: 1.1em;
    margin-top: 5px;
    margin-right: 10px;
    color: #56C559;
}

.onderhoud_ak {
    width: 100%;
    position: relative;
}

.onderhoud_ak img {
    width: 100%;
}

.onderhoud_ak>div {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
}

.onderhoud_ak>div h2 {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    max-width: 650px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.21);
}

.onderhoud_ak>div a {
    border-radius: 200px;
    margin-top: 20px;
    font-size: 1.2em;
    color: white;
    background-color: #D23B3D;
    padding: 15px 40px;
    display: inline-block;
}

.onderhoud_info {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    text-align: left;
    padding: 50px 10px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.onderhoud_info>ul {
    padding-left: 20px;
    list-style-type: disc;
}

.onderhoud_info>ul ul {
    padding-left: 15px;
    list-style-type: circle;
}

.onderhoud_info h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #D23B3D;
    margin-top: 30px;
    margin-bottom: 5px;
}


/* Einde Onderhoud Formules */


/* Onderhoud Detail */

.onderhoud_header_split {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.onderhoud_header_split>div {
    width: 100%;
    max-width: 1400px;
    padding: 80px 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.onderhoud_header_content {
    width: 60%;
}

.onderhoud_header_content h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #D23B3D;
}

.onderhoud_header_content>div {
    color: #3D3D3F;
    font-size: 1.2em;
    line-height: 150%;
}

.onderhoud_header_content>div ul {
    list-style-type: disc;
    padding-left: 20px;
}

.onderhoud_header_content>div strong {
    font-weight: 700;
}

.onderhoud_header_content>div em {
    font-style: italic;
    font-size: .9em;
}

.onderhoud_header_voordelen {
    width: 35%;
    padding: 50px;
    background-color: white;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.onderhoud_header_voordelen h2 {
    font-size: 2.4em;
    font-weight: 700;
    color: #D23B3D;
    margin-bottom: 20px;
}

.onderhoud_header_voordelen h3 {
    padding-left: 45px;
    position: relative;
    font-size: 1.3em;
    line-height: 150%;
    color: #3D3D3F;
    margin-bottom: 15px;
}

.onderhoud_header_voordelen h3 i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.2em;
    color: #56C559;
}

.onderhoud_subscribe {
    background-color: #F3F3F2;
}

.onderhoud_form {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px 10px;
}

.onderhoud_form>h2 {
    text-align: center;
    width: 100%;
    font-size: 2em;
    margin-bottom: 10px;
    color: #D23B3D;
    font-weight: 700;
}

.onderhoud_form_tekst {
    text-align: center;
    font-size: 1.3em;
    line-height: 150%;
    color: #272727;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.onderhoud_form input[type=email],
.onderhoud_form input[type=text],
.onderhoud_form textarea {
    width: 100%;
    border: none;
    background-color: white;
    font-family: effra, sans-serif;
    font-size: 1.2em;
    margin-bottom: 15px;
    padding: 12px;
}

.onderhoud_form input[type=submit] {
    background-color: #D23B3D;
    color: white;
    padding: 10px 30px;
    border-radius: 200px;
    border: none;
    font-size: 1.2em;
    font-family: effra, sans-serif;
    font-weight: 700;
}

.onderhoud_form textarea {
    height: 140px;
}

.label_onderhoud {
    padding-bottom: 8px !important;
    display: inline-block;
    color: #3D3D3F;
    font-size: 1.2em;
}

.andere_formules {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 50px 10px;
}

.andere_formules>h2 {
    width: 100%;
    text-align: center;
    font-size: 2em;
    color: #D23B3D;
    font-weight: 700;
}

.andere_formules .formule_voordelen {
    margin-top: 20px;
    margin-bottom: 30px;
}

.andere_formules .formule_voordelen>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.andere_formules .formule_voordelen h4 {
    text-align: center;
}

.andere_formules article {
    padding: 25px;
    margin: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    min-width: 33.33%;
    border: 2px solid #f2f2f2;
    position: relative;
}

.andere_formules article>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.andere_formules article button {
    color: white;
    background-color: #D23B3D;
    padding: 10px 30px;
    font-weight: 700;
    border: none;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 200px;
}


/* Einde Onderhoud Detail */


/* Product Pagina */

.image_shuffler {
    width: 100%;
}

.image_shuffler .slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    background-color: rgba(0, 0, 0, .7);
    transform: translateY(-50%);
}

.image_shuffler .slick-next {
    right: 0px;
    left: initial;
}

.image_shuffler article {
    padding: 10px;
}

.image_shuffler article img {
    width: 100%;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.resh1 {
    display: none;
}

.product_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 10px;
}

.product_header_image {
    width: 40%;
}

.product_header_image img {
    width: 100%;
}

.product_header_content {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_header_content h1 {
    color: #D23B3D;
    font-weight: 700;
    font-size: 2.5em;
    margin-bottom: 15px;
}

.product_links {
    margin-bottom: 10px;
}

.product_links a {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #939393;
    padding: 2px 10px;
    font-size: .8em;
    transition: all .3s;
    margin-right: 5px;
}

.product_links a:hover {
    border: 1px solid #939393;
}

.product_intro {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
}

.product_intro p {
    margin-bottom: 10px;
}

.product_intro ul {
    padding-left: 20px;
    list-style-type: disc;
}

.product_prijs {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
}

.product_prijs article {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_beschikbaarheid {
    color: orange;
    margin-bottom: 15px;
    font-weight: 200;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    margin-top: 30px;
}

.product_beschikbaarheid.available {
    color: green;
}

.product_beschikbaarheid.sold {
    color: #d23b3d;
}

.product_beschikbaarheid i {
    margin-right: 10px;
    font-size: 11px;
    width: 20px;
    height: 20px;
    background-color: orange;
    color: white;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.product_beschikbaarheid.available i {
    background-color: green;
}

.product_beschikbaarheid.sold i {
    background-color: #d23b3d;
}

.product_beschikbaarheid span {
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
}

.product_kleur,
.product_maat {
    width: 100%;
    max-width: 395px;
}

.product_prijs article h2,
.product_kleur h2,
.product_maat h2 {
    font-size: 1.3em;
    color: #282923;
    margin-bottom: 5px;
    font-weight: 200;
}

.product_kleur select,
.product_maat select {
    width: 100%;
    height: 40px;
    padding-right: 100px;
    padding-left: 15px;
    font-family: effra, sans-serif;
    font-weight: 200;
    font-size: 1em;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.product_prijs article p {
    font-size: 1.5em;
    font-weight: 700;
    color: #D23B3D;
}

.product_afmetingen {
    display: flex;
    justify-content: flex-start;
}

.product_afmetingen article {
    padding: 15px 30px;
    background-color: #F3F3F2;
    border: 1px solid white;
}

.product_afmetingen article h2 {
    font-weight: 700;
    font-size: 1.2em;
    color: #6b6b6b;
    margin-bottom: 5px;
}

.product_afmetingen article p {
    font-size: 1.1em;
    color: #6b6b6b;
}

.detail_split {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail_split .aantal {
    height: 51px;
    border: #F3F3F2 2px solid;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail_split .aantal i {
    width: 50px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.detail_split .aantal input {
    text-align: center;
    border: none;
    padding: 10px;
    font-size: 18px;
    width: 100px;
}

.product_actions button,
.product_actions a {
    padding: 10px 30px;
    background-color: #D23B3D;
    color: white;
    font-weight: 700;
    border: none;
    font-family: effra, sans-serif;
    display: inline-block;
}

.product_actions p {
    padding: 10px 20px;
    color: #8BCF97;
    font-size: 18px;
}

.tech_specs {
    width: 100%;
    background-color: #F3F3F2;
}

.tech_specs.more {
    background-color: white;
}

.tech_specs>div {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 100px 10px;
}

.tech_specs.more>div {
    padding: 50px 10px;
}

.tech_specs>div h2 {
    font-size: 2em;
    font-weight: 700;
    width: 100%;
    text-align: left;
    color: #D23B3D;
    margin-bottom: 30px;
}

.tech_specs.more>div h3,
.tech_specs.more>div h2 {
    font-size: 1.5em;
    font-weight: 700;
    width: 100%;
    text-align: left;
    color: #D23B3D;
    margin-bottom: 10px;
}

.tech_specs.more>div ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

.tech_spec {
    display: flex;
    justify-content: space-between;
    width: 46%;
    padding: 10px 0;
    border-bottom: 1px #d7d7d7 dashed;
    font-weight: 200;
    font-size: 18px;
    color: #4C4C4C;
}

.tech_spec span {
    font-weight: 700;
}

.product_more_info {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 10px;
}

.product_more_info table tr td:nth-of-type(odd) {
    font-weight: 700;
}

.product_more_info table tr {
    border-bottom: 1px dashed #a19e9e;
}

.product_more_info table tr td {
    padding: 7px 0;
}

.product_more_info h2 {
    font-size: 1.3em;
    font-weight: 700;
    color: #D23B3D;
    margin-top: 25px;
    margin-bottom: 5px;
}

.product_more_info ul {
    list-style-type: disc;
    padding-left: 20px;
}

.product_sfeerfoto {
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    background-color: black;
}

.product_sfeerfoto>div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1600px;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_sfeerfoto h2 {
    font-size: 59px;
    font-weight: 600;
    line-height: 110%;
    max-width: 630px;
    color: #fff;
    margin-bottom: 40px;
}

.product_sfeerfoto button {
    padding: 10px 30px;
    background-color: #D23B3D;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 200px;
    font-family: effra, sans-serif;
}

.product_sfeerfoto>img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .7;
}


/* Einde Product Pagina */


/* Handleiding */

.handleiding_filmpjes {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.handleiding_filmpjes article {
    width: 29.33%;
    margin: 2%;
    position: relative;
}

.handleiding_filmpjes article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.handleiding_filmpjes article div {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
}

.handleiding_filmpjes article img {
    width: 100%;
    position: relative;
    z-index: 0;
}

.handleiding_filmpjes article div h2 {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    font-size: 1.4em;
    font-weight: 700;
    color: white;
}

.handleiding_filmpjes article div h2 i {
    margin-right: 10px;
}

.handleidingmovie {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.handleidingmovie>div {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.handleidingmovie>div iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.handleidingtekst {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    text-align: center;
    width: 100%;
    margin: 50px auto;
    max-width: 800px;
}


/* Einde Handleiding */


/* Aanbod */

.aanbod_top {
    width: 100%;
    max-width: 1600px;
    padding: 40px 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.aanbod_top h1 {
    font-size: 2em;
    color: #D23B3D;
    font-weight: 700;
}

.aanbod_top div a {
    width: 370px;
    font-weight: 200;
    color: #252525;
    font-size: 18px;
}

.aanbod_top>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.list_view {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.list_view>div {
    cursor: pointer;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    color: #b6b6b6;
    background-color: white;
    border: 2px solid #F5F5F5;
    margin-left: 7px;
}

.list_view_active {
    background-color: #D23B3D !important;
    color: white !important;
    border: 2px solid #D23B3D !important;
}

.price_order {
    height: 40px;
    padding-right: 100px;
    padding-left: 15px;
    font-family: effra, sans-serif;
    font-weight: 200;
    font-size: 1em;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.aanbod_pagina {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.aanbod_pagina aside {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    background-color: white;
    border: 2px solid #F5F5F5;
}

.aanbod_pagina aside>h2 {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    color: #D23B3D;
    border-bottom: 2px solid #F5F5F5;
}

.aanbod_pagina aside>h2>i {
    display: none;
    transition: all 0.8s ease;
}

.rotate {
    transform: rotate(180deg);
}

.aanbod_pagina aside>h2 span {
    display: none;
}

.aanbod_pagina aside>h2 span i {
    transition: all .5s;
}

.aanbod_pagina aside h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: #353535;
    margin-top: 15px;
    padding: 5px 20px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.activeCat i:not(.fa-check) {
    transform: rotate(180deg);
}

.aanbod_pagina aside h3 i {
    font-size: 1.2em;
    transition: all .3s;
}

.rotatethingy {
    transform: rotate(180deg);
}

.aanbod_filter {
    margin: 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #F5F5F5;
}

.aanbod_filter:last-of-type {
    border-bottom: none;
}

.aanbod_filter select {
    width: 100%;
    padding: 10px;
    font-family: effra, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    margin-top: 10px;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    color: #737373;
    font-size: 1.2em;
}

.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;
    font-size: .8em;
    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 input,
.aanbod_pagina aside h3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.aanbod_pagina aside h3 .checkmark {
    left: 10px;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark,
.aanbod_pagina aside h3:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark,
.aanbod_pagina aside h3 input:checked~.checkmark {
    background-color: #000;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.1em;
}

.checkbox input:checked~.checkmark i,
.aanbod_pagina aside h3 input:checked~.checkmark i {
    display: block;
}

.checkbox .checkmark i,
.aanbod_pagina aside h3 .checkmark i {
    left: 2px;
    top: 2px;
    color: white;
}

.aanbod_items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.products_container {
    width: 100%;
    padding: 10px;
    padding-top: 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-color: white;
    position: relative;
    transition: all 1s;
}

.product .new {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: green;
    color: white;
    padding: 5px 20px;
    padding-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 15px 0;
}

.product .promo {
    background-color: #d23b3d;
}

.product:hover {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.product a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.product>img {
    width: 100%;
    border: 2px solid #F5F5F5;
}

.product>h2 {
    width: 100%;
    text-align: center;
    color: #3F3F3F;
    font-weight: 200;
    font-size: 1.2em;
    margin-top: 10px;
}

.product>h3 {
    width: 100%;
    text-align: center;
    color: #3F3F3F;
    margin-top: 5px;
    font-size: 1.2em;
    font-weight: 700;
}

.product button {
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    border: none;
    color: white;
    background-color: #D03437;
    font-size: 1.1em;
    border-radius: 200px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.product_list img {
    display: none;
}

.product_list button {
    display: flex;
}

.product_list {
    width: 48%;
    border: 1px solid #dadada;
    padding: 10px;
}

.product_list>h2 {
    margin-top: 0;
}

.product_list>h3,
.product_list>h2 {
    text-align: left;
}

.noprods {
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.3em;
    font-weight: 200;
    width: 100%;
    padding: 30px;
    color: #353535;
    flex-direction: column;
    line-height: 150%;
}

.noprods div {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #D03437;
    color: white;
}

.clearfilters {
    font-size: .95em;
    color: #d23b3d;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #f7f7f7;
}

.clearfilters i {
    margin-right: 10px;
}

.range-slider {
    margin-top: 10px;
}

.hiddenarticles {
    opacity: 0;
    transition: all .3s;
    transform: translateY(70px);
}

.spinnerbox {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
}

.spinnerbox img {
    width: 100px;
}


/* Einde Aanbod */

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
}

#content-container h2 {
    color: #D03437;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background: #D03437;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #D03437;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #D03437;
    color: #fff;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}


/* Media Query's */

@media screen and (max-width: 1550px) {
    .navigatie nav a:not(.special_nav) {
        font-size: 15px;
    }

    .navigatie nav li {
        padding: 0 12px;
    }
}

@media screen and (max-width: 1450px) {
    .product {
        width: 31.33%;
    }

    .merken_ov article {
        width: 23%;
    }
}

@media screen and (max-width: 1400px) {

    /* Navigatie */
    .navigatie nav li {
        padding: 15px;
    }

    .logo {
        width: 200px;
        padding-top: 33px;
    }

    /* Home AK */
    .home_ak,
    .nieuwsbrief_banner {
        background-attachment: initial;
    }

    .virtueel article .content h2 {
        font-size: 45px;
    }

    .virtueel article .content {
        max-width: 90%;
    }

    #webshop_top>h2, #nieuws>h2 {
        padding-left: 21%;
        padding-right: 21%;
    }
}

@media screen and (max-width: 1300px) {

    /* Blog */
    .blog-overzicht .blog-item {
        width: 98%;
    }

    /* Home Slider */
    .slide_tekst h2 {
        font-size: 50px;
    }

    /* Page Header */
    .page_header>h1 {
        font-size: 40px;
    }

    /* Home Profiling */
    .home_profiling article {
        padding: 30px;
    }

    .slick-prev {
        top: 32%;
    }

    .slick-next {
        top: 64%;
    }

    .instagram_feed {
        max-width: 99%;
    }

    .instagram_feed .instagram_post {
        height: 220px;
        width: 220px;
    }
}

@media screen and (max-width: 1200px) {

    /* Blog */
    .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;
    }

    /* Blokken */
    .blokken_titel h2 {
        font-size: 2em;
    }

    /* FAQ */
    .vragen {
        width: 100%;
    }

    .vragen_form {
        width: 100%;
        margin-top: 30px;
    }

    /* Contact */
    .contact_form_holder {
        width: 100%;
    }

    .gegevens {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .onderhoud_ak>div h2 {
        font-size: 1.5em;
    }

    /* Aanbod */
    .aanbod_pagina {
        flex-wrap: wrap;
    }

    .products_container {
        padding: 0;
    }

    .aanbod_items {
        margin-top: 30px;
    }

    .aanbod_pagina aside {
        width: 100%;
        max-width: 100%;
    }

    .aanbod_pagina aside>div {
        display: none;
    }

    .aanbod_pagina aside>h2 {
        cursor: pointer;
        border-bottom: none;
    }

    .aanbod_pagina aside>h2 span {
        display: inline-block;
    }

    .slick-prev {
        top: 42% !important;
    }

    .slick-next {
        top: 54% !important;
    }

    .merken_ov article {
        width: 31.33%;
    }

    .aanbod_top>h1 {
        margin-left: 0px !important;
    }

    .clearfilters {
        text-align: center;
    }

    .aanbod_pagina aside>h2>i {
        display: inline;
        font-size: 14px;
        margin-top: 5px;
    }

    .aanbod_pagina aside>h2 {
        display: flex;
        flex-direction: column;
    }

    .webshop-form {
        width: 100%;
        padding: 15px;
        order: 2;
        border-right: none;
    }

    .controleren_prod {
        width: 100%;
        padding: 15px;
        order: 1;
        border-right: none;
        min-height: auto;
    }

    .gegevens_holder aside {
        width: 100%;
        order: 1;
        padding: 15px;
        margin-top: 0;
        border-bottom: #e1e1e1 1px solid;
    }

    .gegevens_holder {
        flex-wrap: wrap;
    }

    .shoppingcart_holder::after,
    .controleren_pagina::after {
        display: none;
    }

    .gegevens_holder aside .veiligbetalen {
        display: none;
    }

    .gegevens_form>h2:first-child {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .webshop_cats article {
        width: 31.33%;
    }
}

@media screen and (max-width: 1050px) {
    .curtain-click {
        display: block;
        position: absolute;
        top: 21px;
        right: 115px;
    }

    /* Navigatie */
    .navigatie {
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        padding-top: 10px;
        min-height: initial;
    }

    .logo {
        width: 200px;
        padding-top: 0;
    }

    .right_navigatie nav {
        display: none;
    }

    .right_navigatie {
        width: 100%;
    }

    .right_navigatie>div {
        background-color: #fff;
        border-radius: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .right_navigatie>div a:not(.shoppingcart) {
        display: none;
    }

    .shoppingcart {
        border-left: none !important;
    }

    .shoppingcart i {
        font-size: 25px;
    }

    .shoppingcart .amount {
        left: 40px;
        bottom: -5px;
    }

    .shoppingcart article {
        display: none;
    }

    .menubtn {
        display: block;
    }

    .instagram_feed .instagram_post {
        height: 200px;
        width: 200px;
    }

    .virtueel article .content h2 {
        font-size: 40px;
    }

    .virtueel {
        flex-direction: column;
    }

    .virtueel article {
        width: 100%;
    }

    .smallScreenWebshop {
        display: flex;
    }

}

@media screen and (max-width: 1000px) {

    /* Blog */
    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .blog-aside {
        order: 2;
        width: 100%;
        margin-right: 0;
        border: none;
    }

    .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%;
    }

    /* In Beeld */
    .sfeerbeelden>article {
        width: 32.33%;
    }

    /* contact team */
    #contact-team p {
        width: 90%;
        font-size: 0.9em;
    }

    .team-content {
        justify-content: space-between;
        width: 90%;
    }

    .team-lid {
        width: 50%;
    }

    .team-info h2 {
        font-size: 0.9em;
    }

    .team-info div {
        font-size: 0.9em;
    }

    .team-lid:first-of-type,
    .team-lid:nth-of-type(2) {
        margin-bottom: 1.5em;
    }

    .cijfers article {
        width: 29.33%;
    }
}

@media screen and (max-width: 950px) {
    .curtaindrop h2 {
        font-size: 40px;
    }

    .curtaindrop p {
        font-size: 1.4em;
    }

    /* Blokken */
    .blokken article:nth-child(odd) img {
        order: 1;
    }

    .blokken_content,
    .blokken article>img {
        width: 100%;
        padding: 0;
    }

    .blokken_video {
        width: 100% !important;
        position: relative;
        padding-bottom: 56.25%;
    }

    .blokken_video iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .onderhoud_header_split>div {
        flex-wrap: wrap;
    }

    .onderhoud_header_content {
        width: 100%;
    }

    .onderhoud_header_voordelen {
        width: 100%;
        margin-top: 10px;
    }

    .onderhoud_header_content h1 {
        font-size: 1.8em;
    }

    .onderhoud_header_voordelen h2 {
        font-size: 1.5em;
    }

    .onderhoud_header_voordelen h3 {
        font-size: 1.1em;
    }

    .blokken_content {
        order: 2;
    }

    .slick-prev {
        top: 40% !important;
    }

    .slick-next {
        top: 56% !important;
    }
}

@media screen and (max-width: 900px) {

    /* Blog */
    .blog-main .c {
        font-size: 1em;
    }

    /* Page Header */
    .page_header {
        padding: 10px;
    }

    /* Footer */
    .footer_gegevens {
        flex-wrap: wrap;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .footer_gegevens div {
        width: 100%;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .footer_gegevens img {
        margin-bottom: 20px;
    }

    .innerfooter p i {
        display: none;
    }

    .innerfooter p {
        padding-left: 0;
    }

    /* Contact */
    #dasmap {
        height: 400px;
    }

    /* Onderhoud */
    .onderhoud_formules article {
        padding: 15px;
    }

    .instagram_feed {
        max-width: 90%;
        justify-content: space-around;
    }

    .instagram_feed .instagram_post {
        height: 340px;
        width: 340px;
    }

    .instagram_feed .instagram_post:first-of-type,
    .instagram_feed .instagram_post:nth-of-type(2) {
        margin-bottom: 0.5em;
    }
}

@media screen and (max-width: 850px) {
    .tech_spec {
        width: 100%;
    }

    .product_sfeerfoto>div {
        display: none;
    }

    .instagram_feed {
        max-width: 90%;
        justify-content: space-evenly;
    }

    .instagram_feed .instagram_post {
        height: 300px;
        width: 300px;
    }

    .merken_ov article {
        width: 48%;
    }

    .merken_ov article h2 {
        font-size: 16px;
    }

    #containerWebshop {
        flex-direction: column;
    }

    #containerWebshop>div:first-child {
        padding: 0;
    }

    .grillandheat img {
        width: 100%;
    }

    .grillandheat h2 {
        margin-bottom: 7%;
    }
}

@media screen and (max-width: 800px) {
    .curtaindrop p {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .curtaindrop h2 {
        font-weight: 600;
        font-size: 1.8em;
    }

    .curtain-close {
        font-size: 30px;
    }

    .curtaindrop .button {
        font-size: 17px;
        padding: 12px 30px;
    }

    /* Blog */
    .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;
    }

    /* Home Header */
    .slide_tekst {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }

    .slide_tekst>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .home_ak>div h2 {
        font-size: 40px;
    }

    .slide_tekst h3,
    .slide_tekst h2,
    .slide_tekst a {
        text-align: center;
    }

    /* Home AK */
    .home_ak {
        min-height: 80vh;
    }

    .home_ak>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .home_ak>div h2,
    .home_ak>div h3 {
        text-align: center;
    }

    /* Navigatie */
    .res-nav {
        width: 100%;
        right: -800px;
        height: 100%;
    }

    .res-nav .virtual {
        right: 70px;
    }

    .res-nav nav {
        padding-top: 140px;
        padding-bottom: 0;
    }

    .navitem a {
        font-size: 30px;
        font-weight: 600;
    }

    .navitem {
        padding-left: 80px;
        padding-bottom: 10px;
    }

    .menu-is-open {
        right: 0;
    }

    .logo-res {
        display: block !important;
        position: absolute;
        top: 25px;
        left: 30px;
        width: 200px;
    }

    /* FAQ */
    .vragen article,
    .vragen_form {
        padding: 15px;
    }

    .vragen_form h2 {
        font-size: 1.5em;
    }

    .andere_formules article {
        width: 48%;
        min-width: 48%;
        margin: 1%;
    }

    .product {
        width: 48%;
    }

    .product>h2,
    .product>h3 {
        font-size: 1em;
    }

    .product_header {
        flex-wrap: wrap;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .product_header_image {
        width: 100%;
        max-width: 500px;
    }

    .product_header_content {
        width: 100%;
    }

    .resh1 {
        display: block;
        color: #D23B3D;
        font-weight: 700;
        font-size: 2em;
        margin-bottom: 15px;
        width: 100%;
    }

    .product_header_content h1 {
        display: none;
    }

    .product_intro {
        font-size: 1em;
    }

    .product_afmetingen {
        width: 100%;
    }

    .product_afmetingen article {
        width: 33.33%;
    }

    /* contact team */
    .team-content {
        width: 70%;
    }

    .team-lid img {
        max-width: 80%;
        margin: 0 auto;
    }

    .team-info {
        max-width: 80%;
        margin: 1em auto;
    }

    .cijfers article {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {

    /* Blog */
    .blog-recent .blog-item {
        width: 100%;
    }

    /* Contact*/
    .contact_form_holder {
        padding: 15px;
    }

    #dasmap {
        height: 300px;
    }

    /* Onderhoud */
    .onderhoud_formules {
        flex-wrap: wrap;
    }

    .onderhoud_formules article:nth-child(2n) {
        transform: none;
    }

    .onderhoud_formules article {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 2px solid #efefef;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .onderhoud_formules article:hover {
        transform: none !important;
        box-shadow: none;
    }

    .formule_voordelen {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .onderhoud_formules article button {
        font-size: 1em;
    }

    .onderhoud_ak {
        display: none;
    }

    .onderhoud_formules {
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .onderhoud_info h2 {
        font-size: 1.2em;
    }

    .onderhoud_info {
        font-size: 1em;
    }

    .onderhoud_info>ul {
        font-size: 1em;
    }

    .onderhoud_info {
        padding-top: 0;
    }

    .onderhoud_header_content>div {
        font-size: 1em;
    }

    .onderhoud_header_voordelen {
        padding: 15px;
    }

    #NaamInput {
        width: 100%;
    }

    .instagram_feed .instagram_post {
        height: 280px;
        width: 280px;
    }

    .instagram_feed .instagram_post:first-of-type,
    .instagram_feed .instagram_post:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .reglement_popup {
        width: 95%;
        padding: 40px 20px;
    }

    .reglement_popup i {
        font-size: 25px;
    }

    .reglement_popup ul {
        font-size: 16px;
    }

    .reglement_popup h2 {
        font-size: 18px;
    }

    .indekijker_slider .images img {
        height: 50vh;
    }
}

@media screen and (max-width: 700px) {

    /* Blog */
    .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;
    }

    /* Home header */
    .slide_tekst h3,
    .slide_tekst a {
        display: none;
    }

    .slide_tekst h2 {
        font-size: 30px;
    }

    /* Contact */
    .contact_info {
        padding: 20px;
        transform: none;
        margin: 10px 0;
        border: none;
    }

    .contact_info>div {
        width: 100%;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contact_info h2 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .contact_info p {
        margin-top: 5px;
    }

    .andere_formules article {
        width: 98%;
        min-width: 98%;
    }

    .slick-prev {
        top: 39% !important;
        width: 30px !important;
        height: 30px !important;
    }

    .slick-next {
        top: 57% !important;
        width: 30px !important;
        height: 30px !important;
    }

    .slick-dots li button {
        font-size: 15px !important;
    }

    .slick-dots li button:before {
        font-size: 15px !important;
        width: 15px !important;
        height: 15px !important;
    }

    .instagram_feed .instagram_post {
        height: 230px;
        width: 230px;
    }

    .instagram_feed .instagram_post:first-of-type,
    .instagram_feed .instagram_post:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .webshop_cats article {
        width: 48%;
    }
}

@media screen and (max-width: 650px) {
    .wedstrijd10 h2 {
        font-size: 25px !important;
    }

    .wedstrijd10 .c {
        font-size: 1.1em !important;
    }

    .wedstrijd10 #NaamInput {
        width: 100% !important;
    }

    .virtueel article .content h2 {
        font-size: 30px;
    }

    .virtueel article .content a {
        font-size: 16px;
        padding: 7px 20px;
    }
}

@media screen and (max-width: 600px) {

    /* Cookie melding */
    .PL_Wrapper {
        right: 10px;
    }

    /* Blog */
    .blog-more-nav-btn {
        display: block;
    }

    .blog-more-nav {
        display: none;
    }

    .home_profiling article {
        padding: 10px;
    }

    /* Nieuwsbrief */
    .nieuwsbrief_banner form {
        flex-wrap: wrap;
        width: 100%;
    }

    .nieuwsbrief_banner h2 {
        font-size: 1.5em;
    }

    .nieuwsbrief_banner form input[type=email] {
        width: 100%;
    }

    .nieuwsbrief_banner form input[type=submit] {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    /* Blokken */
    .blokken_titel h2 {
        font-size: 1.5em;
    }

    .blokken_tekst {
        font-size: 1em;
    }

    .blokken_content>a {
        font-size: 1em;
    }

    /* In Beeld */
    .sfeerbeelden>article {
        width: 49%;
    }

    /* FAQ */
    .vragen article h2 {
        font-size: 1.1em;
    }

    .vragen article div {
        font-size: 1em;
        line-height: 150%;
    }

    .vragen_form input[type=submit] {
        width: 100%;
    }

    .aanbod_pagina {
        padding: 0;
    }

    .slick-prev {
        top: 38% !important;
    }

    .slick-next {
        top: 58% !important;
    }

    .instagram_feed .instagram_post {
        height: 205px;
        width: 205px;
    }

    .instagram_feed .instagram_post:first-of-type,
    .instagram_feed .instagram_post:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .insta_titel .line-hold h2 {
        font-size: 1.6rem;
        width: 100%;
    }

    .insta_titel {
        padding-bottom: 20px;
    }

    .aanbod_top>h1 {
        font-size: 1.7em;
        margin-bottom: 20px;
    }

    .aanbod_top {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    #webshop_top>h2, #nieuws>h2 {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media screen and (max-width: 550px) {
    .instagram_feed .instagram_post {
        height: 170px;
        width: 170px;
    }

    .instagram_feed .instagram_post:first-of-type,
    .instagram_feed .instagram_post:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .insta_titel .line-hold h2 {
        font-size: 1.7rem;
    }

    .product_more_info {
        font-size: 16px;
    }

    .tech_specs>div h2 {
        font-size: 1.5em;
    }

    .tech_specs>div {
        padding: 50px 10px;
    }

    .smallScreenWebshop {
        right: 106px;
    }
}

@media screen and (max-width: 500px) {
    /* Cookie Melding */
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }

    .PL_Buttons {
        flex-wrap: wrap;
    }

    .disclaimer {
        flex-wrap: wrap;
        font-size: .9em;
    }

    .disclaimer span {
        display: none;
    }

    .disclaimer a {
        text-align: center;
        padding: 5px;
        width: 100%;
    }

    .instagram_feed .instagram_post {
        height: 150px;
        width: 150px;
    }

    .instagram_feed .instagram_post:first-of-type,
    .instagram_feed .instagram_post:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .merken_ov article {
        width: 98%;
    }

    .res-nav .virtual {
        padding: 9px 15px !important;
        font-weight: 600;
        font-size: 0.9em;
        top: 10px;
        right: 50px;
    }

    .res-nav nav {
        padding-top: 110px;
    }

    .navitem {
        padding-left: 50px;
    }

    .navitem a {
        font-size: 22px;
    }

    .logo-res {
        width: 140px;
        top: 15px;
        left: 15px;
    }

    .closebtn {
        top: 15px;
        right: 15px;
    }

    .virtueel article .content h2 {
        font-size: 25px;
    }

    .virtueel article .content a {
        font-weight: 200;
    }
}

@media screen and (max-width: 470px) {
    .logo {
        width: 150px;
    }

    .smallScreenWebshop, .smallScreenWebshop2 {

        padding: 10px 7px !important;
    }

    .webshop_Voornaam, .webshop_Naam, .webshop_Bedrijf, .webshop_BTW, .webshop_Factuur_Gemeente, .webshop_Gemeente, .webshop_Postcode, .webshop_Factuur_Postcode {
        width: 100%;
    }

    .overholder {
        flex-wrap: wrap;
        gap: 8px;
    }
}

@media screen and (max-width: 400px) {

    /* Blog */
    .row-block.extra {
        display: none;
    }

    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }

    .instagram_feed .instagram_post {
        height: 120px;
        width: 120px;
    }

    .resButton {
        display: none;
    }

    .product {
        width: 100%;
    }

    .removeWeb {
        display: none;
    }
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */

.cf {
    *zoom: 1;
}