* {
    -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;
}
.divRedstroke{
    display:flex;
    flex-direction: row;
    margin-bottom:2%;
}

.leftRedStroke{
    background-color:#d61414;
    background-color: #d61414;
    width: 50%;
    height: 700px;
}


.rightRedStroke2{
    display:none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

.product_labels {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.product_labels img {
    width: 70px;
    margin-right: 5px;
}


/* Navigatie en Res Nav */

.navigation {
    max-width: 2000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    z-index: 2;
    border-bottom: 2px solid #f8f8f8;
}

.navigation .logo {
    width: 120px;
}

.navigation nav {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.navigation nav a {
    margin: 0 20px;
    font-weight: 400;
    font-size: 1em;
    color: #636363;
    padding: 10px 0;
    transition: all .3s;
    border-bottom: 2px solid rgba(255, 255, 255, .0);
}

.navigation nav a:hover {
    color: #D30920 !important;
    border-bottom: 2px solid #D30920 !important;
}

.navigation nav .active {
    color: #D30920 !important;
    border-bottom: 2px solid #D30920 !important;
}

#specialbutton {
    background-color: #D30920;
    border-radius: 200px;
    margin-left: 10px;
    color: #fff;
    border: 2px solid #D30920 !important;
    padding: 10px 20px !important;
}

#specialbutton:hover {
    color: #D30920 !important;
    background-color: transparent;
}

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: #fff;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.top_res_nav {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    background-color: #D30920;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.closebtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 85px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 100px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 25px;
}

.navitem #specialbutton {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(-450deg);
}

.rotateImg {
    transform: rotate(0deg) !important;
}

.navitem a {
    color: #353535;
    font-weight: 700;
    font-size: 1.3em;
}

.openNavItem {
    max-height: 350px !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.navitem ul {
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    list-style-type: disc;
    padding-left: 10px;
    color: white;
    overflow: hidden;
    transition: all .5s;
    max-height: 0;
}

.navitem ul li {
    display: inline-block;
    padding: 10px;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1em;
    padding: 10px 0;
    color: #c8c8c8;
}

.menubtn {
    width: 30px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}

.cart_icon {
    font-size: 1.4em;
    color: #314983;
}

.cart_icon {
    position: relative;
}

.cart_icon .amount {
    position: absolute;
    right: -14px;
    bottom: -2px;
    padding-top: 2px;
    font-size: .5em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    width: 20px;
    height: 20px;
    background-color: #D23B3D;
    font-weight: 700;
    color: white;
}

.webshop_nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    top: 98px;
    background-color: #fff;
    border-top: 1px solid rgb(150, 150, 150);
    display: none;
}

.webshop_nav.active {
    display: block;
}

.webshop_nav a {
    color: #636363;
    display: block;
}

.webshop_nav_inner {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.webshop_nav_brand {
    max-width: 30%;
    border-left: 1px solid rgb(150, 150, 150);
    padding: 25px;
    line-height: 180%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.webshop_nav_brand>* {
    width: 100%;
}

.jane_brand {
    flex-grow: 1.5;
    max-width: auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jane_brand .webshop_nav_category {
    width: 49%;
}

.webshop_nav h2 {
    color: #dd0b1a;
    font-weight: bold;
    font-size: 1.05em;
    margin-bottom: 25px;
}

.webshop_nav a h3 {
    font-weight: bold;
}

.webshop_nav a:not(:last-child) h3 {
    margin-bottom: 8px;
}

.webshop_nav a:not(:last-child) h4 {
    font-weight: bold;
    margin-bottom: 6px;
}

.webshop_nav_category>*:last-child {
    margin-bottom: 22px;
}

.webshop_nav a:hover {
    color: #dd0b1a;
}


/* Einde Navigatie en Res Nav */


/* Winkelwagen */

.winkelwagen_pagina,
.gegevens_pagina {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.winkelwagen_pagina>h1,
.gegevens_pagina h1 {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 10px;
    font-size: 1.8em;
    color: #CA0033;
    font-weight: 700;
}

.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 h3 {
    color: #353535;
    font-weight: 200;
    font-size: 1.2em;
    text-align: center;
    width: 100%;
}

.shopping_cart article:first-of-type .title {
    color: #353535;
    font-weight: 200;
    font-size: 1.2em;
    text-align: center;
    width: 100%;
}

.shopping_cart article:first-of-type .aantal {
    min-width: 170px;
}

.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-size: 1.3em;
    font-weight: 200;
    color: #353535;
    margin-bottom: 10px;
}

.shopping_cart article h3 {
    font-size: 1em;
    font-weight: 400;
    color: #000;
}

.sub_article .aantal {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.sub_article .aantal i {
    font-size: 1em;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    background-color: #353535;
    cursor: pointer;
}

.sub_article .aantal input {
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    color: #353535;
    font-size: 1.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 70px;
    padding-left: 10px;
}

.sub_article .price {
    min-width: 200px;
    font-weight: 200;
    color: #353535;
    font-size: 1.5em;
    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 {
    border-top: 2px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.financial dt {
    font-size: 1.3em;
    font-weight: 200;
    color: #43474A;
}

.financial dl>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 8px 0;
}

.financial dl>div:last-of-type {
    border-top: 2px dashed #e1e1e1;
    width: 100%;
    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: #CA0033;
    font-weight: 700;
}

.financial dd {
    font-size: 1.3em;
    font-weight: 200;
    min-width: 150px;
    color: #43474A;
    text-align: right;
}

.goto_next {
    background-color: #CA0033;
    color: white;
    font-weight: 200;
    font-size: 1.2em;
    padding: 10px 20px;
}

.goto_next i {
    font-size: .9em;
}

#pay {
    background-color: #CA0033;
    color: white;
    font-weight: 200;
    font-size: 1.2em;
    padding: 10px 20px;
}

.goto_prev {
    color: #353535;
    font-weight: 200;
    font-size: 1.2em;
    padding: 10px 20px;
}

.goto_prev i {
    font-size: .9em;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}


/* Einde Winkelwagen */


/* Bevestiging */

.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: #D00028;
}

.bestelling_geplaatst>div h1 {
    color: #D00028;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.bestelling_geplaatst>div h2 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #D00028;
    margin-bottom: 20px;
}

.bestelling_geplaatst>div div {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #6a6a6a;
}

.bestelling_geplaatst>div>a {
    padding: 15px 30px;
    background-color: #D00028;
    color: white;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    border: 1px solid #D00028;
    margin-top: 20px;
    transition: all .3s;
    font-family: Montserrat, sans-serif;
}

.bestelling_geplaatst>div>a:hover {
    background-color: transparent;
    color: #D00028;
}


/* Einde Bevestiging */


/* Gegevens */

.gegevens_pagina {
    padding-bottom: 30px;
}

.gegevens_form>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 30px;
}

.webshop-form .field {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.webshop-form .field label {
    width: 100%;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 200;
    margin-bottom: 5px;
}

.webshop-form .field input,
.webshop-form .field select {
    width: 100%;
    padding: 10px;
    font-size: 1.2em;
    color: #353535;
    border: none;
    background-color: #f4f4f4;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.webshop-form .field select {
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.webshop-form input[type=submit] {
    padding: 10px 30px;
    border: none;
    background-color: #CA0033;
    font-weight: 200;
    color: white;
    font-size: 1.2em;
    border-radius: 200px;
    font-family: "Poppins", sans-serif;
}

.webshop-form .selectField {
    width: 100%;
}

.webshop-form .textField,
.webshop-form .emailField {
    width: 49%;
}

.webshop-form .box_Adres {
    width: 100% !important;
}

.webshop-form .box_Postcode {
    width: 31.33% !important;
}

.webshop-form .box_Gemeente {
    width: 66.66% !important;
}

.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-size: 1.3em;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 2px solid #f4f4f4;
    width: 100%;
    color: #CA0033;
}

.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: #CA0033;
}

.gegevens_controleren {
    display: none;
}

.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: 1.2em;
    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: 400;
}

.input_producten {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
}

.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;
}

.input_producten article:last-of-type {
    border-bottom: none;
}

.big {
    font-size: 1.3em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 10px;
}

.small {
    font-size: 1em;
    font-weight: 400;
    color: #8a8a8a;
}

.input_producten article div:last-of-type {
    font-size: 1.4em;
    font-weight: 700;
}


/* Einde Gegevens */


/* 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;
}

.modal-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #CA0033;
    font-size: 1.4em;
}

.modal-header {
    padding: 5px 15px !important;
    border-bottom: none !important;
}

.bootbox-body {
    font-size: 1em;
    color: #353535;
    font-family: 'Poppins', sans-serif;
}

.modal-footer .btn {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    font-weight: 200;
    width: 48%;
    background-color: #CA0033;
    border: 1px solid #CA0033;
    color: white;
    margin: 1% !important;
    border-radius: 0 !important;
    transition: all .3s;
}

.modal-footer .btn:hover {
    color: #CA0033;
    background-color: transparent;
}


/* Einde Dialog Box */

#container {
    min-height: 100%;
    position: relative;
}

.center-table {
    display: table;
    width: 100%;
    height: 100%;
}

#nav .fa {
    font-size: 30px;
    color: #D61414;
    margin-left: 12px;
    margin-bottom: 8px;
    position: relative;
    top: 5px;
}

.center-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

#nav .shopbut {
    background-color: #D61414;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: .6em;
    color: #fff;
}

.center-element {
    display: inline-block;
}

.titel_up {
    text-transform: uppercase;
}

.CenterAllignatie {
    text-align: center;
}

.Hfldisab.col_fiche {
    display: inline-block;
    float: none;
}

a.AdbAL {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}


/* Bevestiging */

.bevestiging_bg {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    max-width: 700px;
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bevestiging i {
    font-size: 3em;
    color: #D30920;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #D30920;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 400;
    font-size: 2em;
    text-align: center;
    color: #D30920;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #D30920;
    font-size: 17px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #D30920;
    font-weight: 200;
    color: white;
    margin-top: 20px;
    border: 1px solid #D30920;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #D30920;
}


/* 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: #D30920;
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    font-weight: 200;
    color: #979797;
    font-size: 1.1em;
    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: #D30920;
    border: 2px solid #D30920;
    color: #ffffff;
    font-weight: 200;
    font-size: 1.1em;
    width: 48%;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #D30920;
}


/* Einde Cookie Melding */


/* HEADER */

#headerwrap {
    height: 90px;
}

#header {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    height: 87px;
    position: relative;
}

.other_items {
    width: 100%;
    max-width: 1800px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}

.other_items article {
    width: 19%;
    margin: .5%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
}

.other_items article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.other_items article h2 {
    background-color: #CA0012;
    padding: 10px;
    font-weight: 700;
    font-size: .9em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 35px;
}

.other_items article img {
    width: 100%;
}


/* BODY */

.AFooter_Cont {
    padding-bottom: 100px;
    background-color: #181818;
}

#body {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
}


/* Items Overzicht */

.items_ov {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.items_ov article {
    width: 25%;
    position: relative;
    border: 3px solid #fff;
    overflow: hidden;
}

.item_overzicht_overlay {
    content: "";
    height: 60%;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    transition: all 1s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
    background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
    -webkit-transition: .1.5s cubic-bezier(.4, 0, .2, 1);
    transition: 1.5s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.items_ov article:hover .item_overzicht_overlay {
    opacity: .5;
}

.items_ov article:hover img {
    transform: scale(1.1);
}

.items_ov article img {
    width: 100%;
    transition: 1.5s cubic-bezier(.4, 0, .2, 1)
}

.items_ov article h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 10px;
    font-size: 1.4em;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.items_ov article>a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}


/* Einde Items Overzicht */


/* Page Header */

.page_header {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    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: 15px;
}

.page_header>h1 {
    color: #D23B3D;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    max-width: 600px;
    margin-bottom: 20px;
}

.page_header_tekst {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    text-align: center;
}


/* Einde Page Header */

.icon_vancora {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 5px solid #D30920;
    padding-top: 30px;
}

.icon_vancora img {
    width: 100px;
}


/* FOOTER */

footer {
    background-color: #181818;
}

.innerfooter {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

.innerfooter article {
    color: white;
    font-size: 1.1em;
    font-weight: 200;
    line-height: 200%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.innerfooter article p {
    padding-left: 35px;
    position: relative;
}

.innerfooter article p a {
    color: white;
}

.innerfooter article p i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_links {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    font-family: 'Poppins', sans-serif;
}

.footer_links ul {
    padding-left: 50px;
    line-height: 2em;
}

.footer_links ul li {
    list-style-image: url(../images/li.png);
    border-right: 1px solid #464646;
}

.footer_links ul li:nth-child(4n) {
    border-right: none
}

.footer_links ul li.Empty_link {
    list-style-image: none;
}

.footer_links ul li a {
    color: #ffffff;
    font-weight: 200;
    font-size: 1.1em;
}

.footer_links .link_list {
    padding: 30px 0;
}

.footer_links .link_list li {
    width: 22.75%;
    margin-right: 3%;
    padding-right: 10px;
    float: left;
}

.footer_links .link_list li:nth-child(4n) {
    margin-right: 0;
}

.disclaimer {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: .8em;
    line-height: 24px;
    font-weight: 200;
    color: #ffffff;
}

.disclaimer a {
    font-weight: 200;
    color: #ffffff;
}

.Hidden_M {
    display: none;
    position: relative;
    float: right;
    top: 50px;
    margin-top: -15px;
}

.footinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/banner_ol.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.redstroke {
    background-color: #d61414;
    width: 100%;
    padding: 50px 0 50px 0;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    background-image: url(../images/bg_red.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 320px
}

.redstroke h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 3%;
    color: #ffffff;
    text-align: left;
    background-image: none;
    margin-top: 0px;
}

.col_red {
    font-size: 1.1em;
    font-weight: 400;
    color: white;
    line-height: 180%;
}

.ticker {
    height: 300px;
    width: 100%;
    position: relative;
    background-color: #D30920;
    font-family: 'Droid Serif', serif;
}

.tickerHome{
    height: 700px;
    width: 100%;
    position: relative;
    background-color: #D30920;
    font-family: 'Droid Serif', serif;
}

.ticker_txt {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 2em;
}

.ticker_txt span {
    font-size: 1.5em;
}

.ticker_txt_home {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 2em;
}

.ticker_txt_home span {
    font-size: 1.5em;
}

.boxes {
    padding: 0.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ak {
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.ak h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.27em;
    margin-bottom: 20px;
    height: 70px;
    overflow: hidden;
}

a.meer {
    text-transform: uppercase;
    width: 100%;
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FFF;
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
}

.Submenu_detailF {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.Submenu_detailF li {
    float: left;
}

.Submenu_detailF li a {
    margin: 5px 10px;
    margin-right: 0;
    padding: 6px 8px;
    cursor: pointer;
}

.Submenu_detailF li span {
    /*background-color: rgba(200, 200, 200, .45);*/
    padding: 4px 6px
}

.titel_up.Change {
    font-family: 'Poppins';
    font-size: 2.25em;
    margin-top: 1.5em;
    font-weight: 100;
}

.red {
    background-color: #d61414;
}

.black {
    background-color: #101010;
}

.Akader:nth-child(odd) .color {
    background-color: #d61414;
}

.Akader:nth-child(even) .color {
    background-color: #101010;
}

.Prlijst>div {
    width: 23%;
    padding: 1%;
}

.Antwoord {
    padding-left: 20px;
    padding-right: 10px;
    color: #353535;
    font-size: 1.2em;
    font-weight: 200;
}

.Btn_wrap_RNB {
    box-sizing: border-box;
    float: left;
    margin-top: 1%;
    border: solid 1px white;
    width: 99%;
    margin-right: 1%;
    padding: 5px;
    text-transform: uppercase;
}

.Btn_wrap_RNB a {
    margin-bottom: 1em;
    border: none;
    color: white;
    text-transform: none;
    margin-left: 2%;
}

.Btn_wrap_RNB ul {
    display: table;
}

.newsletter {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 0 70px 0;
}

.newsletter h1 {
    text-align: center;
    color: #101010;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 1.8em;
    border: none;
    line-height: 1.2em;
    background-image: none;
}

.newsletter h2 {
    text-align: center;
    color: #959595;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.nb_holder {
    max-width: 570px;
    margin: auto;
}

.newsletter input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #cdcdcd;
    line-height: 40px;
    height: 40px;
}

.newsletter input[type=submit] {
    color: #FFF;
    border: none;
    background-color: #d61414;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 0.8em;
    line-height: 38px;
}

.newsletter .submit {
    color: #FFF;
    border: none;
    background-color: #d61414;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 0.8em;
    line-height: 38px;
}

#verzorging {
    position: relative;
}

#verzorging h2 {
    position: absolute;
    text-align: center;
    color: #FFF;
    background-color: #d61414;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    width: 100%;
    font-size: 1.4em;
    line-height: 2em;
    bottom: 0px;
    height: 44.8px;
    overflow: hidden;
}

a.ver_ol {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/ovl.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a.ver_ol:hover {
    background-image: none;
}

#nieuws {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

#nieuws h2 {
    color: #FFF;
    background-color: #d61414;
    font-weight: 300;
    width: 100%;
    font-size: 1.4em;
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 94px;
    overflow: hidden;
}

.bericht {
    text-align: justify;
    color: #FFF;
    background-color: #d61414;
    font-size: 0.9em;
    line-height: 1.38em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    height: 220px;
    overflow: hidden;
}

.pdbot {
    position: absolute;
    bottom: 0;
    height: 20px;
    left: 0;
    right: 0;
    background-color: #D61414;
    z-index: 15;
}

.promo {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.promo2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.promo h1 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.promo h2 {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.promo input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border: none;
    line-height: 40px;
    height: 40px;
    text-transform: none !important;
    font-weight: 200;
    font-size: 1.1em;
    font-family: "Poppins", sans-serif;
}

.promo select {
    font-size: 1.1em;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.promo input[type=button] {
    color: #FFF;
    border: none;
    background-color: #101010;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    width: 100%;
    font-size: 1.1em;
    line-height: 40px;
}

#prijslijst {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
    font-family: 'Poppins', sans-serif;
    color: #101010;
    max-width: 1600px;
    margin: auto;
}

#prijslijst h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 400;
    font-size: 1em;
    background-color: #D00028;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #fff;
}

#prijslijst ul li {
    border-bottom: 1px dotted #000;
    font-size: 0.8em;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 8px 0;
}

#prijslijst ul li span {
    width: 80%;
    display: inline-block;
}

.prijs {
    float: right;
    font-weight: 700;
}

.txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.6em;
    background-color: #f1f1f1;
    margin-bottom: 5px;
}

.price_col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

#faq {
    font-family: 'Poppins', sans-serif;
    color: #101010;
    background: url(../images/bg_faq.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#faq h2 {
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #D00028;
    background-image: url(../images/faqi.png);
    background-repeat: no-repeat;
    background-position: right;
    color: white;
    font-size: 1.2em;
    padding: 12px;
    font-weight: 700;
}

.faqholder {
    max-width: 1200px;
    margin: auto;
    padding: 30px 20px 30px;
}

.ant {
    width: 95%;
    text-align: justify;
    margin: auto;
    font-size: 0.95em;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.fichehead {
    height: 445px;
    width: 100%;
    background: url(../images/fiche.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.ar_l {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -33px;
}

.ar_r {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -33px;
}

.ar_l.BG,
.ar_r.BG {
    padding: 4px;
}

.Pop_up_style {
    color: #D61414;
    text-align: justify;
    padding: 15px 10px;
    font-size: 1em;
    line-height: 140%;
    text-transform: none;
}

.Tel.Box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000000;
    margin-top: 6px;
}

.Fullw {
    display: block;
}

.NBWrap .promo {
    text-align: left;
}

.Nieuwsbrief_btn {
    float: left;
    color: #FFFFFF;
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #FFF;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 1%;
    margin-bottom: 1%;
}

.Nieuwsbrief_btn2 {
    float: left;
    color: #FFFFFF;
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #FFF;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.nieuwsbrief_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#NaamInput {
    width: 49%;
}

#EmailInput {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nieuwsbrief_form input[type=email] {
    width: 100% !important;
    text-transform: none!important;
    font-weight: 200;
    font-size: 1.1em;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    border: medium none;
    line-height: 40px;
    height: 40px;
}

.fichestroke {
    background-color: #d61414;
    width: 100%;
    border-top: 5px solid #FFF;
    padding: 50px 0 50px 0;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    line-height: 1.4em;
}

.fichecontent {
    max-width: 940px;
    padding: 0 20px 0 20px;
    margin: auto;
}

.fichecontent h1 {
    color: #FFF;
    background-image: none;
}


/*.......................Start producten page.......................*/

.brand_holder {
    width: 96%;
    margin: 0 auto;
    max-width: 1400px;
}

.brand_holder .brand {
    text-align: center;
}

.brand_holder .brand h2 {
    margin-bottom: 10px;
    font-size: 2.4em;
}

.brand_holder .brand .webshop_link {
    color: rgb(60, 60, 60);
    border-bottom: 1px solid rgb(40, 40, 40);
    line-height: 150%;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.brand_products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
}

.brand_products article {
    width: 24%;
}

.brand_products article>div {
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.brand_products article>div a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.brand_products article img {
    width: 100%;
    position: relative;
    z-index: 0;
    transition: all 1s;
}

.brand_products article h3 {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    background-color: white;
}

.webshop_price {
    width: 100%;
    font-weight: 700;
    text-align: center;
}


/*.......................Einde producten page.......................*/


/*.......................Start winkel page.......................*/

#winkel {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
    margin-top: -25px;
}

#winkel img {
    margin-bottom: 25px;
    width: 100%;
}

#winkel .c {
    line-height: 175%;
}


/*.......................Einde winkel page.......................*/


/*.......................Start fiche added.......................*/

.Prijs_Wrap table {
    width: 100%;
}

.c .Prijs_Wrap td {
    border: none;
}

td.PrijsTd {
    text-align: right;
    border: none;
}


/*.......................Einde fiche added.......................*/

.cb_holder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url(../images/bg_cb.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cb_in {
    width: 100%;
    background-image: url(../images/bg_cb.png);
    color: #FFF;
}

.cb_info {
    font-size: 0.9em;
    line-height: 1.2em;
}

.cb_info h2 {
    font-weight: bold;
    font-size: 1.6em;
    margin-top: 30px;
    line-height: 2em;
}

.col_cb.Invert.span_1_of_1_cb.Specialeke.cb_info {
    width: 100%;
}

.col_cb.Invert.span_1_of_1_cb.Specialeke.cb_info p {
    line-height: 140%;
}


/*.......................contact form.......................*/

#dasmap {
    width: 100%;
    height: 400px;
}

.contactform {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.contactform form {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 55px 0;
}

.contactform form h1 {
    font-size: 1.8em;
    font-weight: 700;
    color: #D00028;
    margin-bottom: 10px;
    width: 100%;
}

.contactform form input[type=text],
.contactform form textarea {
    background-color: #f7f7f7;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    border: none;
    text-transform: none !important;
    width: 49.5%;
    padding: 10px;
    margin-bottom: 10px;
}

.contactform form input[type=submit] {
    background-color: #D00028;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.nieuwsbrief_form input[type=submit] {
    background-color: #fff;
    border: none;
    padding: 10px 30px;
    color: #D00028;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.contactform form input[type=submit]:disabled {
    background-color: #a5a5a5;
}

.nieuwsbrief_form input[type=submit]:disabled {
    background-color: #a5a5a5;
    color: white;
}

.contactform form textarea {
    width: 100%;
    height: 100px;
}

.contactform form #straat {
    width: 40%;
}

.contactform form #Nr {
    width: 8.5%;
}

.Contact_form * {
    box-sizing: border-box;
    -Moz-box-sizing: border-box;
    -Webkit-box-sizing: border-box;
}

.Contact_form input[type="text"],
.Contact_form textarea {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 8px;
    border: none;
    padding: 8px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    text-transform: none !important;
}

.Contact_form input[type="text"].NoMr {
    margin-right: 0;
}

.Contact_form input[type="text"].In_Sh_nr {
    width: 33.95%;
    margin-right: 4.85%;
}

.Contact_form input[type="text"].In_NR {
    width: 9.7%;
}

.Contact_form textarea {
    width: 100%;
    height: 90px;
    padding: 8px 10px;
    margin-bottom: 8px;
}

.Contact_form input[type="submit"] {
    float: right;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    background-color: #101010;
    border: none;
    width: 160px;
}

.Contact_form .errors li {
    text-transform: none;
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}

#Response {
    color: #D61414;
}

.submit[disabled] {
    background-color: #FFC0CB;
}

.Contact_form .errors {
    margin-bottom: 1em;
}


/*.......................contact form.......................*/

.col-group>div {
    padding: 0.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 44em) {
    .col-group {
        overflow: hidden;
    }
    .col-group>div {
        float: left;
        width: 50%;
    }
    .col-group>div:nth-child(odd) {
        clear: left;
    }
}

@media screen and (min-width: 64em) {
    .col-group>div {
        width: 25%;
    }
    .col-group>div:nth-child(odd) {
        clear: none;
    }
}


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

.col_red {
    display: block;
    float: left;
    margin: 1% 0 1% 0%;
}

.col_red:first-child {
    margin-left: 0;
}

.col_nb {
    display: block;
    float: left;
    margin: 1% 0 1% 1.5%;
}

.col_nb:first-child {
    margin-left: 0;
}

.col_fiche {
    display: block;
    float: left;
    margin: 1% 0 1% 1%;
}

.col_fiche:first-child {
    margin-left: 0;
}


/*  COLUMN SETUP  */

.col_cb {
    display: block;
    float: left;
    margin: 1% 0 1% 2%;
}

.Invert.col_cb {
    float: right;
}

.col_cb:first-child {
    margin-left: 0;
}


/*  COLUMN SETUP  */

.col_con {
    display: block;
    float: left;
    margin: 1% 0 1% 3%;
}

.col_con:first-child {
    margin-left: 0;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWO  */

.span_1_of_2_con {
    width: 48.5%;
    font-size: 0.8em;
    line-height: 2em;
    padding-bottom: 40px;
}

.span_1_of_2_con h2 {
    font-size: 1.2em;
    font-style: oblique;
    font-weight: bold;
    line-height: 2em;
    margin: 20px 0 20px 0;
}


/*  GRID OF TWO  */

.span_1_of_2_red {
    width: 50%;
}

.span_1_of_2_foot {
    width: 50%;
}

.span_1_of_2_footcon {
    width: 50%;
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
    line-height: 1.2em;
}


/*  GRID CB  */

.span_1_of_2_cb {
    width: 49%;
}

.span_1_of_2_cb:nth-child(2n+1) {
    margin-left: 0px;
}


/*  GRID NB */

.span_1_of_2_nb {
    width: 49.25%;
}

.span_2_of_3_nb {
    width: 66.16%;
}

.span_1_of_3_nb {
    width: 32.33%;
}

.span_1_of_2_fiche {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FFF;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.span_1_of_2_fiche a {
    color: #FFF;
}

.span_1_of_2_fiche.Spec.Vhidden {
    visibility: hidden;
}

#vid {
    background: #000000;
    height: 445px;
    text-align: center;
}


/*  GRID OF THREE  */

.span_1_of_3_fiche {
    width: 32.66%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FFF;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.span_1_of_3_fiche a {
    color: #FFF;
    display: block;
    padding: 5px;
}

.span_1_of_3_fiche.Vr {
    color: #FFF;
    display: block;
    padding: 0px;
}

.span_1_of_3_fiche:nth-child(3n+1) {
    margin-left: 0px;
}

.span_1_of_3_fiche.Specialleft {
    margin-left: 1%;
}


/* GDPR */

#PL_privacy {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.privcnt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 20px;
}

.privcnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.privcnt a {
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: black;
    font-weight: 700;
    color: #DE0B19;
    position: relative;
    z-index: 10;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
}

.privcnt:hover input~.checkmark {
    background-color: #ccc;
}

.privcnt input:checked~.checkmark {
    background-color: #DE0B19;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.privcnt input:checked~.checkmark:after {
    display: block;
}

.privcnt .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#content-container h2 {
    color: #D30920;
    font-size: 1.6em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}

#content-container h3 {
    color: #000;
    border: 2px solid #e4e4e4;
    font-size: 1.2em;
    font-weight: 200;
    padding: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
    transition: all .3s;
}

#content-container h3:hover {
    background-color: #e4e4e4;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 180%;
    color: #616161;
    font-size: 1.2em;
    font-weight: 200;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #D3191C;
    font-weight: 400;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #98272B;
    color: white;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}


/* Einde GDPR */


/* Webshop */

.webshop {
    display: flex;
    justify-content: space-between;
}

.webshop aside {
    width: 400px;
    border-right: 2px solid #F5F5F5;
}

.webshop aside>h2 {
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #D00028;
    padding: 15px;
    border-bottom: 2px solid #F5F5F5;
    font-size: 1.3em;
}

.webshop aside select {
    width: 100%;
    padding: 7px;
    color: #353535;
    border: 2px solid #F5F5F5;
    font-size: 1em;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    background-image: url('/images/select.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
    background-color: white;
}

.webshop_filters h2 i {
    display: none;
}

.filter {
    padding: 25px 10px;
    margin: 10px;
    border-bottom: 2px solid #F5F5F5;
}

.filter h3 {
    font-weight: 700;
    color: #353535;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}

.filter h3 i {
    font-size: 1.2em;
}

.filter h3:not(:last-child) {
    margin-bottom: 5px;
}

.filter h3 .checked {
    display: none;
}

.filter h3.active .not_checked {
    display: none;
}

.filter h3.active .checked {
    display: block;
}

.webshop_cat:not(:last-child) {
    margin-bottom: 15px;
}

.filter ul {
    list-style-type: none !important;
}

.filter ul li {
    margin-bottom: 10px;
}

.filter ul li a {
    display: flex;
    flex-direction: row;
    color: #000;
    font-weight: 400;
    align-items: center;
    -ms-align-items: center;
}

.filter ul li div {
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #e4e4e4;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.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;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    color: #737373;
    font-size: 1em;
}

.check:not(:first-child) {
    margin-top: 10px;
}

.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;
}

.filter ul li i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.2em;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.checkbox:hover input~.checkmark,
.filter ul li:hover div {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark,
.filter ul li a.active div i {
    background-color: #000;
    color: white;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.2em;
}

.checkbox input:checked~.checkmark i {
    display: block;
}

.filter ul li a.active i {
    display: flex;
}

.checkbox .checkmark i {
    left: 2px;
    top: 2px;
    color: white;
}

.webshop_content {
    background-color: #FCFCFC;
    padding: 50px;
    width: 100%;
}

.merk_webshop h1 {
    font-weight: 400;
    font-size: 1.4em;
    color: #353535;
}

.merk_webshop .c {
    line-height: 160%;
}

.webshop_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.header_split {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.webshop_header h2 {
    font-weight: 400;
    font-size: 1.3em;
    color: #353535;
}

.webshop_header select {
    padding: 7px;
    width: 200px;
    padding-right: 40px;
    color: #353535;
    border: 2px solid #F5F5F5;
    font-size: 1em;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    background-image: url(/images/select.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
}

.webshop_header input[type=search] {
    padding: 7px;
    width: 300px;
    margin-left: 5px;
    color: #353535;
    border: 2px solid #F5F5F5;
    font-size: 1em;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}

.search_prod_holder {
    position: relative;
}

.search_prod_holder button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    background-color: #F5F5F5;
    color: #353535;
    width: 40px;
}

.noprods {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 50px 0;
    font-size: 1.2em;
    font-weight: 200;
    color: #353535;
}

.noprods div {
    flex: 1;
    margin: 0 15px;
    height: 2px;
    background-color: #e9e9e9;
}

.webshop_products {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
}

.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;
}

.webshop_products article {
    width: 23%;
    margin-right: 2.60%;
    margin-bottom: 3%;
    transition: all .8s;
}

.webshop_products article:nth-child(4n) {
    margin-right: 0;
}

.webshop_products article>div {
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.webshop_products article>div a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.webshop_products article img {
    width: 100%;
    position: relative;
    z-index: 0;
    transition: all 1s;
}

.webshop_products article:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
}

.webshop_products article:hover img {
    transform: scale(1.05);
}

.webshop_products article h2 {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    background-color: white;
}

.webshop_price {
    width: 100%;
    font-weight: 700;
    text-align: center;
}


/* Einde Webshop */


/* Product Pagina */

.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>a {
    font-weight: 200;
    font-size: 1.2em;
    color: #CD002E;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

.product_header_image>a i {
    transition: all .3s;
    padding-left: 5px;
}

.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;
    color: #000;
    text-align: center;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.product_header_content .aantal input[type=number]::-webkit-inner-spin-button,
.product_header_content .aantal input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product_header_content .aantal input[type=number] {
    -moz-appearance: textfield;
    vertical-align: middle;
}

.product_header_content .aantal input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.product_header_content .aantal i {
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product_header_image>a:hover i {
    padding-left: 0 !important;
    padding-right: 5px;
}

.product_header_image img {
    width: 100%;
    max-width: 500px;
    transition: all .2s;
}

.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 h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: -5px;
    margin-top: 10px;
    color: #b8b8b8;
    font-weight: 700;
}

.product_header_content h1 {
    color: #D00028;
    font-weight: 700;
    line-height: 130%;
    font-size: 2.3em;
    margin-bottom: 15px;
}

.product_header_content h2 {
    color: #353535;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.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: 1.2em;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 10px;
}

.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_prijs article h2 {
    font-size: 1.3em;
    color: #353535;
    margin-bottom: 5px;
    font-weight: 200;
}

.product_prijs article p {
    font-size: 1.5em;
    font-weight: 700;
    color: #353535;
}

.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 button {
    padding: 10px 30px;
    background-color: #CD002E;
    color: white;
    font-weight: 700;
    border: none;
    font-family: effra, sans-serif;
}

.product_varianten {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.product_varianten>label {
    position: relative;
    margin-bottom: 10px;
}

.product_varianten>label div {
    padding: 10px;
    height: 2pc;
    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;
    font-size: 1em;
    font-weight: 200;
}

.product_varianten>label input {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.product_varianten>label input:checked+div {
    border: 2px solid red !important;
}

.maat_select {
    width: 100%;
    padding: 10px;
    font-family: effra, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    background-color: #F5F5F5;
    border: none;
    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: effra, sans-serif;
}

.product_sfeerfoto>img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .7;
}

.amount_select {
    width: 200px;
    padding: 10px;
    font-family: effra, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    background-color: #F5F5F5;
    border: none;
}

.product_meerinfo {
    width: 100%;
    background-color: #eff6f7;
    padding: 50px 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product_meerinfo>div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1400px;
}

.product_meerinfo h2 {
    font-weight: 700;
    font-size: 1.3em;
    color: #D00028;
    margin-bottom: 10px;
}

.meerinfo_content>div {
    width: 48%;
    margin: 1%;
}

.meerinfo_content {
    font-size: 1.2em;
    font-weight: 200;
    line-height: 150%;
    color: #7c7c7c;
}

.meerinfo_content>div div ul {
    color: #7c7c7c;
    padding-left: 20px;
    list-style-type: disc;
}

.meerinfo_content>div div a {
    color: #7c7c7c;
}


/* Einde Product Pagina */

.Limit_Widht {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
}

#loctek-lightbox-close {
    color: #FFFFFF !important;
    border-color: #D61414 !important;
}

.loctek-lightbox {
    border-color: #FFFFFF !important;
}

#errors {
    margin-bottom: 1em;
}

.error {
    border-color: red !important;
}


/* Responsive */

@media screen and (max-width: 1500px) {
    .navigation nav a {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1500px) {
    .ak h2 {
        font-size: 1.35em;
        line-height: 1.47em;
    }
}

@media screen and (max-width: 1350px) {
    .webshop_products article {
        width: 31.33%;
        margin-right: 3%;
    }
    .webshop_products article:nth-child(4n) {
        margin-right: 3%;
    }
    .webshop_products article:nth-child(3n) {
        margin-right: 0%;
    }
}

@media screen and (max-width: 1300px) {
    .navigation nav {
        display: none;
    }
    .menubtn {
        display: block;
    }

    .divRedstroke{
        display: flex;
        flex-direction: column;
        margin-bottom: 3%;
    }
    .leftRedStroke, .tickerHome{
        width: 100%;
        height: 300px;
    }

    .rightRedStroke{
        width:100%;
        height:700px;
        margin-top:3%;
    }


}

@media only screen and (max-width: 1200px) {
    .ak h2 {
        font-size: 1.28em;
        line-height: 1.52em;
    }
    .span_1_of_2_red {
        width: 100%;
    }
    .col_red {
        margin: 1% 0 1% 0%;
    }
    .redstroke {
        background-image: none !important;
        width: 100%;
        text-align: center;
    }
    .redstroke h1 {
        text-align: center;
    }
    .promo_holder {
        max-width: 600px;
        margin: auto;
    }
    #headerwrap {
        text-align: center;
        height: 120px;
    }
    #nav {
        position: relative;
        top: 90px;
        text-align: justify;
    }
    #nav:after {
        content: "";
        display: inline-block;
        width: 100%;
    }
    #nav a {
        float: none;
        margin-left: auto
    }
    .Prlijst>div {
        width: 31.33%;
        padding: 1%;
    }
    .NBWrap .promo {
        text-align: center;
    }
    .Btn_wrap_RNB {
        text-align: left;
    }
}

@media only screen and (max-width: 1150px) {
    .webshop_content {
        padding: 20px;
    }
    .items_ov article {
        width: 33.33%;
    }
    .other_items article {
        width: 24%;
    }
}

@media only screen and (max-width: 1020px) {
    .span_1_of_2_cb.CB_FORM,
    .span_1_of_2_cb.Specialeke {
        width: 100%;
        float: none;
    }
    .ak h2 {
        font-size: 1.35em;
        line-height: 1.47em;
    }
    .footer_links .link_list li {
        width: 48.5%;
        margin-right: 3%;
    }
    .footer_links .link_list li:nth-child(2n) {
        margin-right: 0;
        border-right: none;
    }
    .footer_links .link_list li.Empty_link {
        display: none;
    }
    .foot_bor_mid {
        border: none;
    }
    #nav a {
        font-size: 0.875em;
    }
}

.Btn_wrap_RNB {
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .webshop {
        flex-wrap: wrap;
    }
    .webshop aside {
        width: 100%;
    }
    .webshop aside .filter {
        display: none;
    }
    .webshop aside.active .filter {
        display: block;
    }
    .webshop_filters h2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        cursor: pointer;
        user-select: none;
    }
    .webshop_filters h2 span {
        display: block;
        line-height: 31px;
    }
    .webshop_filters h2 i {
        font-size: 1.5em;
    }
    .webshop_filters:not(.active) h2 .filter_hidden {
        display: block;
    }
    .webshop_filters.active h2 .filter_shown {
        display: block;
    }
    .product_meerinfo>div {
        flex-wrap: wrap;
    }
    .meerinfo_content>div {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 950px) {
    .power_titel {
        font-size: 2em;
    }
    .shopping_cart article:first-of-type {
        display: none;
    }
    .shopping_cart article {
        flex-wrap: wrap;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .shopping_cart article h2 {
        text-align: center;
    }
    .shopping_cart article h3 {
        text-align: center;
    }
    .shopping_cart article .main {
        width: 100%;
    }
    .shopping_cart .sub_article {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .sub_article .aantal {
        padding: 20px 0;
    }
    .sub_article .price {
        padding: 20px 0;
    }
    .sub_article .actions {
        border-left: none;
        padding-left: 0;
    }
    .product_header {
        flex-wrap: wrap;
    }
    .product_header_image {
        width: 100%;
    }
    .product_header_content {
        width: 100%;
    }
}

@media screen and (max-width: 880px) {
    .Prlijst>div {
        width: 46%;
        padding: 1% 2%;
    }
    .banner {
        display: none;
    }
    .page_header {
        padding-bottom: 30px;
    }
    .page_header>div:first-of-type {
        margin-bottom: 20px;
    }
    .page_header>h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .page_header_tekst {
        font-size: 18px;
    }
    .page_header>h2 {
        font-size: .9em;
        margin-bottom: 10px;
    }
    .items_ov article {
        width: 50%;
    }
    .items_ov article h2 {
        font-size: 1.1em;
    }
    .other_items article {
        width: 32.33%;
    }
}

@media screen and (max-width: 800px) {
    .brand_products article {
        width: 49%;
    }
}

.Btn_wrap_RNB {
    text-align: left;
}

@media only screen and (max-width: 750px) {
    .ticker_txt {
        font-size: 1.5em;
    }
    .ticker_txt span {
        font-size: 1em;
    }
    .ticker_txt_home {
        font-size: 1.5em;
    }
    .ticker_txt_home span {
        font-size: 1em;
    }
    #headerwrap {
        height: 100px;
    }
    #nav {
        display: none;
        position: absolute;
        top: 87px;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #FFFFFF;
        z-index: 1000;
        padding-top: 50px;
        text-align: center;
    }
    #nav .footinfo {
        display: block;
    }
    #nav a {
        display: block;
        width: 100%;
        padding: 12px;
        border-bottom: 2px solid transparent;
        box-sizing: border-box;
        -Moz-box-sizing: border-box;
        -Webkit-box-sizing: border-box;
        font-size: 1.5em;
    }
    #header {
        position: static;
    }
    .Hidden_M {
        display: inline-block;
    }
    .span_1_of_2_foot {
        width: 100%;
    }
    .col_cb {
        margin: 1% 0 1% 0%;
    }
    .span_1_of_2_cb {
        width: 100%;
    }
    .AFooter_Cont {
        padding-bottom: 150px;
    }
    .Btn_wrap_RNB {
        text-align: left;
    }
    .product_header_content h1 {
        font-size: 1.5em;
    }
    .product_actions button {
        width: 100%;
    }
    .product_actions {
        width: 100%;
    }
    .product_header_content .aantal {
        width: 100%;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
    }
}

@media only screen and (max-width: 750px) {
    .navigation .logo {
        width: 80px;
    }
}

@media only screen and (max-width: 705px) {
    .foot_bor {
        border: none;
    }
    .col_fiche {
        margin: 1% 0 1% 0%;
    }
    .span_1_of_3_fiche.Specialleft {
        margin: 1% 0 1% 0;
    }
    .span_1_of_2_fiche.Spec.col_fiche {
        width: 100%;
    }
    .span_1_of_3_fiche {
        width: 100%;
    }
    .bericht {
        height: auto
    }
    .Btn_wrap_RNB {
        text-align: left;
    }
    .webshop_header h2 {
        display: none;
    }
    .header_split {
        width: 100%;
        flex-wrap: wrap;
    }
    .rightRedStroke2{
		background-size: cover;
        width: 100%;
        display:block;
        height:400px;
        background-repeat: no-repeat;
    }
    .rightRedStroke{
       display:none;
    }
}

@media screen and (max-width: 650px) {
    .webshop_products article {
        width: 49%;
        margin-right: 2% !important;
    }
    .webshop_products article:nth-child(2n) {
        margin-right: 0% !important;
    }
    .webshop_products article h2 {
        font-size: 16px;
    }
    .webshop_price {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    #NaamInput {
        width: 100%;
        margin-bottom: 10px;
    }
    #EmailInput {
        margin-top: 0;
    }
    #PL_privacy {
        flex-direction: column;
    }
    .nieuwsbrief_form input[type=submit] {
        display: block !important;
        margin-top: 40px;
    }
    .privcnt {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        line-height: 140% !important;
        margin-bottom: 50px;
    }
    .privcnt a {
        align-items: flex-start !important;
    }
    .footer_links .link_list li {
        width: 100%;
        margin-right: 0;
        float: none;
        border: none;
    }
    .ar_l {
        left: 10px;
    }
    .ar_r {
        right: 10px;
    }
    .Btn_wrap_RNB a {
        font-size: 0.875em;
    }
    .Btn_wrap_RNB {
        text-align: left;
    }
    .PL_Wrapper {
        right: 10px;
    }
    .other_items article {
        width: 49%;
    }
    .webshop_header select {
        width: 100%;
        margin-bottom: 10px;
    }
    .webshop_header input[type=search],
    .search_prod_holder {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 500px) {
    .Submenu_detailF {
        right: 0px;
    }
    .Submenu_detailF li a {
        margin: 5px 0px 5px 5px;
    }
    .Contact_form * {
        box-sizing: border-box;
        -Moz-box-sizing: border-box;
        -Webkit-box-sizing: border-box;
    }
    .Contact_form input[type="text"] {
        width: 100%;
        float: none;
        margin-right: 0%;
    }
    .Contact_form input[type="text"].In_Sh_nr {
        width: 100%;
        margin-right: 0;
    }
    .Contact_form input[type="text"].In_NR {
        width: 100%;
    }
    .Contact_form input[type="submit"] {
        float: none;
        width: 100%;
    }
    .Prlijst>div {
        width: 96%;
        padding: 1% 2%;
    }
    .NBWrap .promo a {
        width: 98%;
    }
    .Btn_wrap_RNB a {
        width: 98%;
        font-size: 1em;
    }
    .Btn_wrap_RNB {
        text-align: left;
    }
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .col_nb {
        margin: 1% 0 1% 0%;
    }
    .AFooter_Cont {
        padding-bottom: 270px;
    }
    .span_2_of_2,
    .span_1_of_2 {
        width: 100%;
    }
    .span_1_of_2_nb {
        width: 100%;
    }
    .span_2_of_3_nb,
    .span_1_of_3_nb {
        width: 100%;
    }
    .col_red.span_1_of_2_footcon {
        width: 100%;
        float: none;
        margin: 0;
        padding: 3% 0;
    }
    .Btn_wrap_RNB {
        text-align: left;
    }
}

@media screen and (max-width: 350px) {
    .brand_products article {
        width: 100%;
    }
}