* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Muli', sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    vertical-align: middle;
}

input::-moz-focus-inner
/*Remove button padding in FF*/

{
    border: 0;
    padding: 0;
}


/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #10182F;
    padding: 25px 0px;
    line-height: 25px;
}

.plenso_cookies>div a {
    color: #10182F;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #0E1936;
    color: white;
    font-weight: 700;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies>a:hover {
    transform: scale(1.1);
}


/* Einde Cookie Melding */


/* Home */

.home_banner {
    color: white;
    width: 100%;
}

.home_banner .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 200px;
    border: none;
    background-color: rgba(0, 0, 0, .7);
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 2;
}

.home_banner .slick-next {
    left: initial;
    right: 10px;
}

.home_banner .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.home_banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    margin: 10px 3px;
    background-color: #fff;
    cursor: pointer;
}

.home_banner .slick-dots .slick-active {
    background-color: #000;
}

.home_banner .slick-dots li button {
    display: none;
}

.home_banner article {
    position: relative;
}

.home_banner article img {
    width: 100%;
}

.home_banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 120px);
    max-width: 1600px;
    transform: translate(-50%, -50%);
}

.home_banner .content h2 {
    font-size: 2.8em;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.47);
}

.home_banner .content h3 {
    font-size: 1.1em;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.47);
}

.home_banner .content a {
    padding: 13px 25px;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-weight: 700;
    margin-top: 20px;
}

.home_banner .overlayer {
    background-color: rgba(130, 114, 76, .37);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.home_banner p {
    font-size: 1.1em;
    margin-top:16px;
    line-height: 25px;
}

.nav {
    width: 100%;
    padding: 0 10px;
}

.nav>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

.logo {
    width: 400px;
    margin: 15px auto;
    display: block;
}

.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: #fff;
}

.fixedheader .logo {
    width: 250px;
    margin: 5px;
}

.carticon {
    background-color: #0E1936;
    border-radius: 4px;
    color: white;
    padding: 10px 20px;
    margin-left: 30px;
}

.navlink {
    margin: 0 25px;
    color: #252525;
    font-weight: 700;
}

.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;
}

.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: 80px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 25px;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(0deg);
}

.rotateImg {
    transform: rotate(-180deg) !important;
}

.navitem a {
    width: 100%;
    text-align: left;
    display: inline-block;
    color: #353535;
    font-size: 1.2em;
    font-weight: 600;
}

.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;
}


/* Einde Home */

.logins {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1600px;
}

.logins article {
    width: 23%;
    margin: 1%;
    border: #f5f5f5 2px solid;
    padding: 20px;
    position: relative;
}

.logins article h2 {
    text-align: center;
    font-weight: 700;
}

.logins article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


/* Login */

.login_page {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 100vh;
}

.left_login {
    width: 500px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    height: 100%;
    padding: 35px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.right_login {
    flex: 1;
    height: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.right_login div {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .2);
    padding: 10px;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: .9em;
}

.right_login div a {
    color: white;
}

.login_form {
    width: 100%;
}

.left_login>h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Muli', sans-serif;
    margin-bottom: 20px;
    color: #353535;
    width: 100%;
    text-align: left;
}

.login_logo {
    position: absolute;
    left: 35px;
    top: 35px;
    width: 300px;
}

.submit_holder {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.submit_holder a {
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 700;
}

.login_form input[type=password],
input[type=email] {
    width: 100%;
    border: 2px solid #F4F4F4;
    background-color: white;
    padding: 10px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 16px;
    border-radius: 4px;
    color: #9fa6b5;
}

.login_form input[type=submit] {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 35px;
    font-family: 'Muli', sans-serif;
    font-weight: 200;
    font-size: 16px;
    background-color: #0E1936;
    border-radius: 4px;
}

.errors {
    width: 100%;
    color: red;
    margin-bottom: 15px;
}

.errors li {
    padding-left: 20px;
    margin-bottom: 8px;
    position: relative;
}

.errors li:after {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    display: block;
    left: 5px;
    top: 3.5px;
    font-size: 8px;
}


/* Einde Login */


/* ledenzone */

.ledenzone {
    background-color: #F7F7F7;
}

.ledenzone>div {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 10px;
}

.ca_titlebar {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.ca_titlebar h2 {
    color: #0E1936;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}

.ca_titlebar h3 {
    font-size: 14px;
}

.ca_box {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-bottom: 20px;
}

.ca_totalen {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ca_total_box {
    width: 24%;
}

.ca_total_box h3 {
    font-size: 15px;
    color: #808080;
    margin: 10px 0;
    font-weight: 700;
}

.ca_total_box .data {
    font-size: 35px;
    margin-bottom: 0;
}

.best_prod {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px dashed #e4e4e4;
    margin-bottom: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.best_prod h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0E1936;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

.best_prod aside {
    width: 400px;
}

.best_prod aside>h3 {
    font-size: 15px;
    color: #808080;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ca_content aside {
    width: 400px;
    margin-right: 30px;
}

.ca_gegevens_item {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}

.ca_gegevens_item div {
    font-weight: 700;
    width: 170px;
}

.best_prod>div {
    width: calc(100% - 450px);
}

.ca_total {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
}

.ca_total p {
    margin: 5px 0;
}

.ca_table {
    width: 100%;
    margin-bottom: 20px;
}

.ca_table th {
    background-color: #f9f9f9 !important;
    color: #0E1936;
    border: none;
    font-size: 13px;
    padding: 5px;
}

.ca_table td {
    border: none;
    vertical-align: middle;
    padding: 10px 5px;
    font-size: 16px;
    border-bottom: 1px dashed #ebebeb;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
}

input[type="checkbox"].ios8-switch+label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}

input[type="checkbox"].ios8-switch+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    /* x*5 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px;
    /* x*3 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch:checked+label:after {
    margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked+label:before {
    background: #033450;
}

.checkerbestelling {
    margin-top: 15px;
}

.checkerbestelling h3 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}


/* Einde ledenzone */

.productsSlider {
    width: 100%;
    padding: 50px 10px;
    background-color: #F7F7F7;
    margin-bottom: 20px;
    position: relative;
}

.productsSlider .slick-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    z-index: 2;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 200px;
}

.productsSlider .slick-next {
    right: 10px;
    left: initial;
}

.productsSlider article {
    padding: 0 30px;
}

.productsSlider article>div {
    padding: 15px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.productsSlider article>div img {
    width: 100%;
}

.productsSlider article>div h2 {
    width: 100%;
    font-weight: 700;
    color: #0E1936;
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productsSlider article>div a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.productsSlider article>div button {
    padding: 10px 25px;
    border-radius: 4px;
    color: #0E1936;
    font-weight: 700;
    transition: all .3s;
    width: 100%;
    text-align: center;
    font-family: 'Muli', sans-serif;
    background-color: #E7F3FF;
    border: none;
}

.productsSlider article>div button:hover {
    background-color: #0E1936;
    color: white;
}


/* Page Header */

.page_header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
}

.page_header>h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.page_header>h1 {
    color: #0E1936;
    font-weight: 700;
    font-size: 2.7rem;
    text-align: center;
    max-width: 600px;
    margin-bottom: 20px;
}

.page_header_tekst {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    text-align: center;
    width: 100%;
}


/* Einde Page Header */


/* Product Pagina */

.product_topper {
    width: 100%;
    background-color: #FAFAFA;
}

.product_topper>div {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
}

.product_topper a {
    font-weight: 200;
    font-size: 16px;
    color: #1C1B1B;
    display: inline-block;
    padding: 10px 0;
}

.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: 55%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product_header_image>a i {
    transition: all .3s;
    padding-left: 5px;
}

.product_header_image>a:hover i {
    padding-left: 0 !important;
    padding-right: 5px;
}

.product_header_image>img {
    width: calc(100% - 150px);
    transition: all .2s;
}

.product_extrafotos {
    width: 150px;
    padding: 20px 0;
}

.product_extrafotos .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    border: none;
}

.product_extrafotos .slick-next {
    top: initial;
    bottom: 0;
}

.product_extrafotos article {
    padding: 10px;
    border-left: 2px solid white;
}

.product_extrafotos article img {
    width: 100%;
    cursor: pointer;
    border-left: 2px solid white;
}

.active_thumb {
    border-left: 2px solid #1C1B1B !important;
}

.mainimg {
    cursor: zoom-in;
}

.product_header_content {
    width: 48%;
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_header_content h1 {
    font-size: 28px;
    line-height: 150%;
    color: #0E1936;
    width: 100%;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
    color: #252525;
    font-weight: 400;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product_header_content .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.product_header_content .aantal input {
    border: none;
    width: 50px;
    text-align: center;
    background-color: transparent;
    font-family: 'Muli', sans-serif;
}

.product_header_content .aantal i {
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.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: 200%;
    font-weight: 400;
    font-size: 14px;
    color: #1C1B1B;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.product_prijs {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    padding-top: 0;
    margin-bottom: 10px;
}

.product_prijs article {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_prijs article h2 {
    color: #252525;
    font-weight: 400;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product_prijs article p {
    font-size: 18px;
    font-weight: 400;
    color: #6A6A6A;
}

.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;
}

.product_actions {
    width: 100%;
}

.product_actions button {
    padding: 15px 30px;
    background-color: #0E1936;
    color: white;
    font-weight: 400;
    border: none;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    transition: all .3s;
    font-family: Muli, sans-serif;
}

.product_actions button:hover {
    background-color: #0D499D;
}

.product_kleuren {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.product_kleuren>label {
    position: relative;
}

.product_kleuren>label div {
    width: 5pc;
    height: 3pc;
    border: 2px solid #eee;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #eee;
    margin-right: 4px;
    z-index: 2;
    position: relative;
}

.product_kleuren>label div>span {
    display: block;
    position: relative;
    top: 2px;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
}

.product_kleuren>label input {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.product_kleuren>label input:checked+div {
    border: 2px solid red;
}

.maat_select {
    width: 100%;
    padding: 10px;
    font-family: Muli, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #1C1B1B;
    letter-spacing: 4px;
    background-color: transparent;
    border: 1px solid #ddd;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.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 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: Muli, sans-serif;
}

.product_sfeerfoto>img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .7;
}

.amount_select {
    width: 200px;
    padding: 10px;
    font-family: Muli, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    background-color: #F5F5F5;
    border: none;
}


/* Einde Product Pagina */


/* Dialog Box */

.modal.fade .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}

.modal-content {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    border-radius: 0;
    border: 2px solid #f0f0f0;
}

.bootbox-body {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #0E1936;
    width: 100%;
}

.modal-footer .btn {
    padding: 10px 25px;
    background-color: #0E1936;
    color: white;
    font-weight: 700;
    border: none;
    font-size: 16px;
    width: 48%;
    border-radius: 4px;
    transition: all .3s;
    font-family: 'Muli', sans-serif;
    margin: 1% !important;
    border-radius: 0 !important;
}

.modal-footer .btn:hover {
    color: white;
    background-color: #0D499D;
}


/* Einde Dialog Box */


/* Footer */

footer {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 50px 0 20px 0;
    border-top: 2px solid #f5f5f5;
    margin-top: 30px;
    flex-wrap: wrap;
}

footer>div {
    width: 100%;
    padding: 0 10px;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

footer>div>div {
    width: 33.33%;
}

footer>div>div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer>div>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.betaalwijzes {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.betaalwijzes a {
    font-size: 20px;
    font-weight: 700;
    color: #0E1936;
}

.logofooter {
    width: 110px;
}

.betaalwijzes img {
    width: 25px;
    margin: 0 10px;
}

.gdpr {
    width: 100%;
    font-size: 14px;
    font-weight: 200;
    color: #6a6a6a;
    margin-top: 40px;
    padding-top: 20px;
    border-top: #cccccc 1px dashed;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.gdpr a {
    color: #6a6a6a;
    font-size: 14px;
    letter-spacing: 1px;
}

.gdpr span {
    margin: 0 15px;
}

.disclaimer {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #6a6a6a;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 200%;
    margin-top: 20px;
}

.disclaimer p {
    font-size: 14px;
    color: #1C1B1B;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.disclaimer a {
    color: #6a6a6a;
}


/* Einde Footer */


/* Ledenlijst */

.ledenlijst {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
}

.ledenlijst h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0E1936;
}

.ledenlijst div {
    max-width: 1400px;
    font-weight: 200;
    line-height: 160%;
    font-size: 1.1em;
}


/* Einde Ledenlijst */


/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1600px;
    padding: 10px 10px;
    margin: 0 auto;
    width: 100%;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
}

.blokken article>img {
    width: 48%;
    order: 1;
}

.blokken_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: #000;
    line-height: 150%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1.6em;
}

.blokken_tekst {
    line-height: 180%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
}

.blokken_tekst p>a {
    color: #DBB957;
}

.blokken_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(even) img {
    order: 3;
}


/* Blokken */


/* Links */

.main_title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.downloads {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.downloads article {
    width: 48%;
    margin: 1%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    -moz-box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    padding: 20px;
}

.downloads article h2,
.links article h2 {
    font-size: 20px;
    color: black;
}

.downloads article>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.soort {
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background-color: #1B4881;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
    color: white;
}

.downloads article a {
    background-color: #1B4881;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 25px;
    transition: all .3s;
    white-space: nowrap;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(237, 28, 35, 0.25);
    -moz-box-shadow: 0px 0px 22px 0px rgba(237, 28, 35, 0.25);
    box-shadow: 0px 0px 22px 0px rgba(237, 28, 35, 0.25);
}

.dnl2 {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 !important;
    font-size: 1.3em;
    display: none;
}

.downloads article a i {
    font-size: 1.3em;
}

.links {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.links article {
    width: 48%;
    margin: 1%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    -moz-box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
    padding: 20px;
}

.links article a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.links article div {
    width: 40px;
    height: 40px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #1B4881;
    color: white;
    font-size: 1.2em;
    margin-right: 18px;
}


/* Einde Links*/


/* Media Query's */

@media screen and (max-width: 1500px) {
    .productsSlider article {
        padding: 0 15px;
    }
    .bestelformulier {
        padding: 20px 10px;
    }
    .bestelformulier .products {
        padding: 0;
    }
}

@media screen and (max-width: 1300px) {
    .logo {
        width: 300px;
    }
    .navlink {
        margin: 0 15px;
    }
    .ledenlijst {
        padding: 50px 10px;
    }
}

@media screen and (max-width: 1200px) {
    .controle_part:first-of-type {
        width: 100%;
    }
    .controle_part:last-of-type {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .nav nav {
        display: none;
    }
    .menubtn {
        display: block;
    }
    .bestelformulier .products article {
        width: 31.33%;
        margin: 1%;
    }
    .right_login {
        display: none;
    }
    .left_login {
        width: 100%;
    }
    .shopping_cart article .main {
        width: 100%;
        margin-bottom: 20px;
    }
    .winkelwagen_pagina>h1 {
        text-align: center;
    }
    .main img {
        width: 100px;
        display: none;
    }
    .shopping_cart article:first-of-type {
        display: none;
    }
    .shopping_cart article .sub_article {
        width: 100%;
    }
    .shopping_cart article {
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .ca_totalen {
        flex-wrap: wrap;
    }
    .ca_box,
    .ca_products {
        width: 99%;
        margin: .5%;
    }
    .ca_total_box {
        width: 49%;
        margin: .5%;
    }
    .ca_gegevens_item {
        justify-content: space-between;
    }
    .best_prod aside {
        width: 100%;
        margin-bottom: 20px;
    }
    .best_prod>div {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .home_banner .content h3 {
        text-align: center;
        font-size: 1em;
    }
    .home_banner .content h2 {
        text-align: center;
        font-size: 2em;
    }
    .home_banner {
        text-align: center;
    }

    /* Temporary */
    .home_banner p {
        display: none;
    }

    .blokken article>img {
        width: 100%;
        order: 1;
    }
    .blokken_content {
        width: 100%;
        order: 3;
        padding: 15px 0;
    }
    .productsSlider article>div h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 900px) {
    .bestelformulier .products article {
        width: 48%;
        margin: 1%;
    }
    .product_header {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .product_header_image {
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
    }
    .product_header_content {
        width: 100%;
    }
    .product_header_content h1 {
        font-size: 20px;
    }
    .modal-footer .btn {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .ca_titlebar a {
        position: relative !important;
        transform: none !important;
        top: initial !important;
        margin-top: 10px;
        display: inline-block;
    }
    .downloads article {
        width: 100%;
    }
    .links article {
        width: 100%;
    }
    .downloads article h2,
    .links article h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .productsSlider article {
        padding: 0 10px;
    }
}

@media screen and (max-width: 700px) {
    footer {
        padding: 10px;
    }
    footer>div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    footer>div div:nth-child(2) {
        order: 1;
        margin-bottom: 15px;
    }
    footer>div div:nth-child(1) {
        order: 2;
        margin-bottom: 20px;
    }
    footer>div div:nth-child(3) {
        order: 3;
    }
    .gdpr span {
        display: none;
        line-height: 150%;
    }
    .gdpr {
        line-height: 150%;
    }
    .disclaimer {
        justify-content: center;
        align-items: center;
        width: fit-content;
        text-align: center;
    }
    .betaalwijzes a {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .betaalwijzes a span {
        display: none;
    }
    footer>div>div:nth-child(3) {
        justify-content: center;
    }
    .bestelformulier .products article {
        width: 98%;
        margin: 1%;
    }
    .bestelformulier .products article div h3 {
        font-size: 1em;
    }
    .bestelformulier .products article div h4 {
        font-size: 15px;
    }
    .page_header {
        padding: 30px 10px !important;
    }
    .sub_article .price {
        min-width: 120px;
    }
    .sub_article .price:first-of-type {
        display: none;
    }
    .input_producten article,
    .big,
    .input_producten article div:last-of-type {
        font-size: 13px !important;
    }
    .input_producten article img {
        display: none;
    }
    .ca_table td:first-of-type,
    .ca_table th:first-of-type {
        display: none;
    }
    .ca_table td:nth-child(3),
    .ca_table th:nth-child(3) {
        width: 100px !important;
    }
    .best_prod {
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 650px) {
    .home_banner .content h2 {
        font-size: 1.5em;
    }
    .home_banner .content h3 {
        font-size: .8em;
    }
    .page_header {
        padding: 30px 10px;
    }
    .page_header>h1,
    .blokken_titel h2,
    .ledenlijst h2 {
        font-size: 24px;
    }
    .page_header>h2 {
        font-size: 13px;
    }
    .page_header_tekst,
    .blokken_tekst,
    .ledenlijst div {
        font-size: 16px;
    }
    .webshop-form .textField,
    .webshop-form .emailField,
    .webshop_Gemeente,
    .webshop_Factuur_Gemeente,
    .webshop_Postcode,
    .webshop_Factuur_Postcode {
        width: 100% !important;
    }
    .goto_next,
    .goto_prev {
        font-size: 14px;
    }
    .bestelling_buttons {
        flex-direction: column;
    }
    .bestelling_geplaatst>div a {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .input_producten article>div:nth-child(2) {
        display: none;
    }
    .ca_gegevens_item,
    .checkerbestelling h3,
    .ca_total,
    .ca_table th,
    .ca_table td,
    .ca_total_box h3 {
        font-size: 13px;
    }
    .ca_total_box .data {
        font-size: 20px;
    }
    .logo {
        width: 250px;
    }
}

@media screen and (max-width: 450px) {
    .plenso_cookies {
        right: 10px;
    }
}