* {
    -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: 'adobe-devanagari', sans-serif;
}

.gohome {
    font-size: 21px;
    color: #E9C1A4;
}

.gowebshop {
    background-color: #FAE3CE;
    color: #252525;
    padding: 12px 30px;
    margin-right: 20px;
    border-radius: 200px;
}

.fc button {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 50px !important;
}

body.modal-open {
    overflow: visible;
}

.content {
    width: 96%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


/*Kalender*/

.fc-header-toolbar {
    padding: 10px 0;
}

.fc-toolbar * {
    font-family: adobe-devanagari, sans-serif;
}

.fc-header-toolbar h2 {
    font-weight: bold;
    line-height: 33.6px;
    color: #38251F;
    font-size: 1.4em;
    margin-top: 10px;
}

.fc-past.fc-day-top {
    opacity: .3;
}

.fc-day-top .fc-day-number {
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 2px;
    margin-top: 2px;
}

.fc-day-top.status-1 .fc-day-number {
    background-color: #C0EEC2;
    color: #2B2B2B;
    padding: 5px;
    font-weight: 700;
}

.fc-day-top.status-2 .fc-day-number {
    background: #e67e22;
    padding: 5px;
    color: #2B2B2B;
    font-weight: 700;
}

.fc-day-top.status-3 .fc-day-number {
    background: #e74c3c;
    padding: 5px;
    color: #fff;
    font-weight: 700;
}

.fc-scroller {
    overflow-x: visible !important;
}

.fc-toolbar button {
    border: 0;
    font-weight: 200;
    padding: 5px 15px !important;
    letter-spacing: .5px;
    border-radius: 0 !important;
}

.fc-day:hover {
    background: rgba(188, 232, 241, 0.3);
    cursor: pointer;
}

.fc-other-month.mondayFriday {
    opacity: 0.5;
}

.fc-left {
    padding: 5px;
}

.fc-right {
    padding: 5px;
    border-radius: 3px;
    border: none;
}

body .fc-state-default {
    background-color: rgb(50, 50, 50);
    color: #fff;
    text-shadow: none;
    background-image: none;
}

body .fc-state-active,
.fc-state-down {
    box-shadow: none;
}

body .fc-state-active,
body .fc-state-disabled,
body .fc-state-down,
body .fc-state-hover {
    color: #fff;
    background-color: #e9c2a4;
    border-radius: 0;
}

body .fc-state-hover {
    color: auto;
    text-decoration: none;
    background-position: center;
    -webkit-transition: background-position .0s linear;
    -moz-transition: background-position .0s linear;
    -o-transition: background-position .0s linear;
    transition: background-position .0s linear
}

.fc-header-toolbar h2 {
    line-height: 43.6px;
}

.mondayFriday {
    position: relative;
}

.mondayFriday:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.mondayFriday:after {
    padding: 9.375px 5px;
    content: "\f52b";
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    font-size: 35px;
    color: #353538;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
    border: 2px solid rgb(233, 194, 164);
}

.mondayFriday.selected:after {
    background-color: #f1c40f;
    color: #fff;
}

.legend {
    font-size: 1em;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #f5f5f5;
}

.legend_step {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 30px;
    margin: 10px 0;
    color: #919191;
    border-right: #fff 1px solid;
}

.legend_step:last-child {
    border-right: none;
}

.legend_step div {
    min-width: 20px;
    min-height: 20px;
    margin-right: 10px;
    border-radius: 200px;
}

.fc-icon-left-single-arrow:after {
    content: '\2190' !important;
    top: initial;
}

.fc-icon-right-single-arrow:after {
    content: '\2192' !important;
    top: initial;
}

.fc button .fc-icon {
    top: initial !important;
}

.buttons-hold {
    display: flex;
    justify-content: space-between !important;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}


/* Einde Kalender */


/* Reservatie */

.step form .field {
    width: 49%;
}

.postcodeField {
    width: 19% !important;
}

.woonplaatsField {
    width: 28% !important;
}

.step select {
    width: 100%;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #F4F4F4;
    padding: 10px 10px;
    color: #A8A8A8;
    margin-bottom: 20px;
    font-family: adobe-devanagari, serif;
}

.step .field.full {
    width: 100%;
}

.step textarea {
    height: 125px;
}

.buttons-hold {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.buttons-hold button {
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    border: 0;
}

.buttons-hold button.back {
    background-color: rgb(220, 220, 220);
    border-radius: 0;
    font-family: 'adobe-devanagari', sans-serif;
}

.buttons-hold button.submit {
    border-radius: 0;
    color: white;
    font-family: adobe-devanagari, sans-serif;
    background-color: #e9c2a4;
}

.step-2>h2 {
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    font-weight: 200;
}

.step-2>h2 span {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
}

.reserverenform {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px;
    background-color: #fbfbfb;
}

.reserverenform h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: #353535;
    border-top: 2px solid white;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.reserverenform h3:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.reserverenform .field label {
    font-size: 1.2em;
    font-weight: 200;
    display: inline-block;
    margin-bottom: 8px;
}

.reserverenform .field label span {
    font-size: .6em;
}

.reserverenform input[type=text],
.reserverenform input[type=email],
.reserverenform select {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 10px;
    color: #353535;
    font-size: 1.1em;
    font-weight: 200;
    margin-bottom: 25px;
    font-family: adobe-devanagari, sans-serif;
}

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


/* Einde Reservatie */


/* 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;
    text-align: center;
}

.bevestiging i {
    font-size: 2em;
    color: rgb(233, 194, 164);
}

.bevestiging h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(233, 194, 164);
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 700;
    font-size: 1.7em;
    text-align: center;
    color: rgb(233, 194, 164);
    margin-bottom: 10px;
    width: 100%;
}

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

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: rgb(233, 194, 164);
    font-weight: 200;
    color: white;
    margin-top: 20px;
    border: 1px solid rgb(233, 194, 164);
}

.bevestiging a:hover {
    background-color: transparent;
    color: rgb(233, 194, 164);
}


/* Einde Bevestiging*/

/* Vragen */

.vragensplit {
  padding: 0px 10px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
}

.vragen {
  width: 100%;
}

.vragen article {
  background-color: white;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.vragen article h2 {
  align-items: center;
  line-height: 170%;
  cursor: pointer;
  border-bottom: #f6f6f6 2px solid;
  width: 100%;
  padding: 12px 0;
  transition: all .3s;
  color: #4C4C4C;
  font-weight: 700;
  font-size:30px;
  text-transform: initial;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
}

.vragen article > i {
  font-size: 20px;
  color: #4C4C4C;
  margin-top: 25px;
  margin-right: 25px;
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.fa-minus {
  transform: rotate(180deg);
}

.vragen article > div {
  width: 100%;
}

.vragen article > div div {
  margin-top: 20px;
  color: #353535;
  line-height: 180%;
  font-size: 22px;
  font-weight: 200;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f6f6f6 2px solid;
}

.vragen article > div div p {
  margin-bottom: 20px;
}

.vragen article > div div ul {
  list-style-type: disc;
  padding-left: 20px;
}

.vragen article > div div a {
  color: #5C9090;
  font-weight: 600;
}

/* Einde Vragen */

/* 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);
    font-family: adobe-devanagari, sans-serif;
}

.PL_Wrapper h2 {
    color: rgb(233, 194, 164);
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

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

.PL_Buttons a {
    padding: 15px;
    background-color: transparent;
    border: 1px solid rgb(233, 194, 164);
    color: rgb(233, 194, 164);
    width: 48%;
    font-size: 1.2em;
    font-weight: 200;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: rgb(233, 194, 164);
    color: #fff;
}


/* Einde Cookie Melding */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
    padding: 4px 15px;
    color: rgb(233, 194, 164);
    font-size: 25px;
    animation: wiggle 3s;
}

.curtain-click.title {
    cursor: pointer;
    font-size: 15px !important;
}

.curtain-click.icon {
    display: none;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(25deg);
    }
    80% {
        transform: rotate(-25deg);
    }
    85% {
        transform: rotate(20deg);
    }
    95% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.curtaindrop {
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.curtaindrop>video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-color: rgba(58, 58, 58, .67);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 1000px;
    color: #fff;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.curtaindrop .button {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    font-size: 20px;
    color: #4c4c4c;
    background: -webkit-linear-gradient(-20deg, #fadac1 30%, #ebd5ce 100%);
    transition: all 0.8s ease;
}

.curtaindrop .button:hover {
    transform: scale(1.1);
}

.curtaindrop p {
    font-size: 1.6em;
    line-height: 1.6em;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: bold;
    font-size: 50px;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #92C020;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #92c020;
    width: 300px;
    overflow: hidden;
    top: -34px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.curtaindrop>span:before {
    position: absolute;
    top: -38px;
    cursor: pointer;
    left: -17px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 36px;
    display: block;
    text-align: center;
    content: '!';
}

.curtain-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 5;
}


/* Einde Curtaindrop */


/* Navigatie */

.topper {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F6F9FE;
    padding: 10px;
}

.topper.mobile {
    display: none !important;
}

.topper a {
    margin: 15px;
    color: #5c5c5c;
    font-weight: 700;
}

.navigatie {
    width: 100%;
    position: relative;
    padding: 30px 10px;
    z-index: 10;
    background-color: #fff;
}

.navigatie_top {
    width: 100%;
    background-color: rgb(233, 194, 164);
    padding: 6px;
}

.navigatie_top>div {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
}

.navigatie_top a {
    color: white;
    margin-right: 30px;
}

.header_baseline {
    color: rgb(233, 194, 164);
    font-size: 2em;
    letter-spacing: 1px;
    padding-left: 20px;
}

.header_baseline>div {
    height: 4px;
    width: 25px;
    background-color: rgb(233, 194, 164);
}

.header_baseline img {
    width: 70px;
}

.navigatie_top select {
    text-transform: uppercase;
    padding-right: 20px;
    border: none;
    background-color: transparent;
    color: white;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    background-image: url(/images/select_white.png);
}

.inner_navigatie {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.inner_navigatie>a {
    flex: 1 1 10%;
}

.inner_navigatie nav {
    flex: 1 1 20%;
}

.inner_navigatie>div {
    flex: 1 1 80%;
}

.inner_navigatie .logo {
    width: 130px;
}

.inner_navigatie .lang {
    color: #BBBABA;
    padding: 10px;
}

.inner_navigatie .activelang {
    color: #707070 !important;
}

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

.inner_navigatie nav>ul {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 20px;
}

.inner_navigatie nav>ul>li {
    margin: 0;
    padding: 10px 30px;
}

.inner_navigatie nav>ul a {
    color: rgb(233, 194, 164);
    font-size: 18px;
    font-weight: 200;
}

.inner_navigatie nav>ul>li:last-of-type {
    margin-right: 0;
}

.inner_navigatie .maincat {
    padding: 31px 0;
    font-size: 1.6rem;
    color: #003366;
}

.inner_navigatie nav .active {
    border-bottom: 1px solid #191D34;
}

.navigatie .subnav {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: 50px 0;
    top: 100%;
    min-height: 50vh;
    z-index: 100;
    display: none;
}

.navigatie .mainnav:hover .maincat {
    color: rgb(233, 194, 164);
    border-bottom: 2px solid rgb(233, 194, 164);
}

.navigatie .mainnav:hover .subnav {
    display: block !important;
}

.navigatie .subnav .innersubnav {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 60vh;
}

.navigatie .subnav .innersubnav>div {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.navigatie .subnav .subcat {
    font-size: 13px;
    color: #585858;
    font-weight: 600;
    margin-bottom: 5px;
}

.navigatie .subnav .subsubcat {
    font-size: 13px;
    color: #958373;
    padding-bottom: 10px;
}

.navigatie .subnav .innersubnav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    list-style-type: disc;
    padding-left: 10px;
}

.navigatie .subnav .innersubnav ul li {
    padding: 5px 0;
    line-height: 120%;
}

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

.res-nav {
    width: 100%;
    max-width: 700px;
    height: 100%;
    position: fixed;
    right: -700px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .6s;
    background-color: #fff;
    padding-bottom: 100px;
    background-image: url(/images/navbg.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 60%;
}

.menubtn {
    width: 35px;
    cursor: pointer;
    margin-left: 20px;
    transition: all .3s;
}

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

.nav_top {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 30px;
}

.nav_top>.logo_nav {
    width: 120px;
    display: none;
}

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

.menu-block {
    overflow: hidden;
}

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

.res-nav nav {
    padding-top: 150px;
    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: 20px 50px;
}

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

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

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

.navitem a {
    text-align: left;
    display: inline-block;
    color: rgba(0, 0, 0, 0.74);
    font-size: 30px;
    font-weight: 600;
    position: relative;
    font-family: adobe-devanagari, sans-serif;
}

.navitem a,
.navitem a:after,
.navitem a:before {
    transition: all .5s;
}

.navitem a:hover {
    color: rgb(233, 194, 164);
}

.navitem a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: rgb(233, 194, 164);
    height: 2px;
}

.navitem a:hover:after {
    width: 100%;
}

.navitem i {
    font-size: 25px;
    transition: all .3s;
}

.navitem .rotate {
    transform: rotate(90deg);
}

.activelink {
    color: rgb(233, 194, 164) !important;
}

.navitem ul {
    display: none;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}

.navitem ul li {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 15px;
    border-left: 2px solid #eeeeee;
}

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

.navitem ul a {
    font-size: 1.2em;
    color: #949494;
    padding: 7px 0;
    padding-left: 0;
}

.navi_footer>div {
    color: black;
    font-family: adobe-devanagari, sans-serif;
}

.navi_footer img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.navi_footer img.logo {
    position: absolute;
    top: 30px;
    width: 100px;
    right: 30px;
}

.navi_footer>div {
    position: absolute;
    bottom: 10px;
    font-size: .9em;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.navi_footer>div div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.navi_footer>div p {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 7px;
    color: black;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
    z-index: 100;
}

.navi_footer span {
    margin: 0 10px;
}

.navi_footer a {
    color: black;
    font-size: .9em;
}


/* Einde Navigatie */


/* Footer */

footer {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.slogan {
    width: 100%;
    margin: auto;
    text-align: center;
    border-bottom: 2px solid rgb(233, 194, 164)56;
    padding: 50px;
}

.slogan p {
    color: rgb(233, 194, 164);
    font-size: 70px;
    width: 80%;
    margin: auto;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 1.5s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }
    .come-in-left:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }
    .come-in-right:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}

.socials {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
}

.socials>a img {
    width: 70px;
}

.disclaimer {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    color: #b4b4b4;
    padding: 10px;
    padding-top: 0;
    font-weight: 200;
    font-size: .9em;
}

.disclaimer span {
    margin: 0 10px;
}

.disclaimer a {
    color: #b4b4b4;
}

.disclaimer a:last-of-type,
.navi_footer a:last-of-type {
    display: flex;
    flex-direction: row;
}

.disclaimer a:last-of-type i.show,
.navi_footer a:last-of-type i.show {
    display: inline-block;
}

.disclaimer a:last-of-type i.hidden,
.navi_footer a:last-of-type i.hidden {
    display: none;
    color: #8bcf97;
}

.disclaimer a:last-of-type:hover i.show,
.navi_footer a:last-of-type:hover i.show {
    display: none !important;
}

.disclaimer a:last-of-type:hover i.hidden,
.navi_footer a:last-of-type:hover i.hidden {
    display: inline-block !important;
}

.gegevens {
    width: 100%;
    max-width: 1000px;
    padding: 60px 10px;
    display: flex;
    justify-content: space-evenly;
    -ms-align-items: center;
    align-items: center;
    border-bottom: .5px solid #cccccc;
}

.gegevens h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: #3F2923;
    margin-bottom: 10px;
}

.gegevens>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    color: #686868;
    font-size: 1.2em;
    font-weight: 200;
    line-height: 150%;
}

.gegevens>div a {
    color: #686868;
}

.gegevens .logo {
    width: 100px;
}


/* Einde Footer */


/* Content */

.main_content {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 10px;
}

.main_content article {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.main_content article>h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: rgb(233, 194, 164);
    margin: 1%;
}

.main_content_tekst {
    width: 100%;
    line-height: 180%;
    color: #828282;
    font-size: 1.2em;
    margin: 1%;
}

.main_content_split h2,
.main_content_tekst h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: #E64B2B;
}

.filmpje {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.filmpje iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

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

.main_content_split img {
    width: 50%;
}

.main_content_split div {
    width: 50%;
    padding: 20px;
    line-height: 180%;
    color: #828282;
    font-size: 1.2em;
}

.main_content_afbeelding {
    width: 100%;
}

.main_content_tweeafbeelding {
    width: 48%;
    margin: 1%;
}

.main_content_drieafbeelding {
    width: 31.33%;
    margin: 1%;
}


/* Einde Content */


/* Tussenelementen */

.square {
    margin-bottom: 2.5em;
}

.home_header {
    margin-bottom: 3em;
}

.line_tussen>div,
.circle_tussen>div {
    height: 25px;
    width: 1px;
    background-color: black;
    margin-bottom: 10px;
}

.circle_tussen>div,
.beeld_tussenelement>div {
    background-color: rgb(233, 194, 164);
}

.line_tussen>div:nth-of-type(2),
.circle_tussen>div {
    margin-top: 10px;
}

.main_content .square {
    margin-top: 1.5em;
}

.square img {
    max-width: 100%;
    width: 40px;
}


/* Einde tussenelementen */


/* Home */

.home_banner .slick-arrow,
.blokken_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #ebd5ce;
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.home_banner .slick-next,
.blokken_slider .slick-next {
    right: 10px;
    left: initial;
}

.home_banner article {
    position: relative;
}

.home_banner article img {
    width: 100%;
}

.home_banner article>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 140px);
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.home_banner article>div div {
    max-width: 800px;
}

.home_banner article h2,
.blokken_slider article h2 {
    font-weight: 700;
    font-size: 3.1em;
    color: #4c4c4c;
}

.home_banner article h2 {
    color: #fff;
}

.home_banner article h3,
.blokken_slider article h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    color: #4c4c4c;
}

.home_banner article h3 {
    color: #fff;
}

.home_banner article a {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 -ms-align-items: center;
 width: fit-content;
 padding: 15px 40px;
 background-color: transparent;
 cursor: pointer;
 font-weight: 700;
 border-radius: 4px;
 font-size: 18px;
 color: #4C4C4C !important;
 background: -webkit-linear-gradient(-20deg, #fadac1 30%, #fadac1 100%);
 transition: all 0.8s ease;
 margin-top: 1em; 
}

.home_banner article > a,
.blokken_slider article > a,
.blokken_content > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    width: fit-content;
    padding: 15px 40px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    font-size: 18px;
    color: #4C4C4C !important;
    background: -webkit-linear-gradient(-20deg, #fadac1 30%, #fadac1 100%);
    transition: all 0.8s ease;
    margin-top: 1em;
}

.home_banner article i,
.blokken_slider article i,
.blokken_content i {
    margin-left: 10px;
}

.home_banner article > a:hover,
.blokken_slider article > a:hover,
.blokken_content a:hover {
    transform: scale(1.1);
}


/* Einde Home */


/* Page Header */

.header_img img {
    width: 100%;
}

.page_header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    padding-bottom: 50px;
}

.page_header>div:first-of-type {
    height: 55px;
    width: 1px;
    background-color: rgb(233, 194, 164);
    margin-bottom: 30px;
}

.page_header>h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.page_header>h1 {
    color: rgb(233, 194, 164);
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    max-width: 1400px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: initial;
}

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

.page_header_tekst p {
    padding-left: 20px;
    padding-right: 20px;
}


/* Einde Page Header */


/* Page Header 2 */

.page_header_twee {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.page_header_twee img {
    width: 100%;
}

.page_header_twee>div {
    padding: 50px 10px;
}

.page_header_twee h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
    width: 100%;
}

.page_header_twee h1 {
    color: rgb(233, 194, 164);
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}


/* Einde Page Header 2 */


/* Content */

.main_content {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 10px;
}

.main_content article {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.main_content article>h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: #353535;
}

.main_content_tekst {
    width: 100%;
    line-height: 180%;
    color: #4C4C4C;
    font-size: 1.4em;
    font-weight: 200;
}

.main_content_split h2,
.main_content_tekst h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: #E64B2B;
}

.filmpje {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.filmpje iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

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

.main_content_split img {
    width: 50%;
}

.main_content_split div {
    width: 50%;
    padding: 20px;
    line-height: 180%;
    color: #828282;
    font-size: 1.2em;
}

.main_content_afbeelding {
    width: 100%;
}

.main_content_tweeafbeelding {
    width: 48%;
    margin: 1%;
}

.main_content_drieafbeelding {
    width: 31.33%;
    margin: 1%;
}


/* Einde Content */


/* In Beeld */

.in_beeld {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.in_beeld article {
    width: 24%;
    margin: .5%;
    cursor: pointer;
    overflow: hidden;
}

.in_beeld article .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    opacity: 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 2em;
    transition: all .3s;
    z-index: 2;
}

.in_beeld article:hover .overlay {
    opacity: 1;
}

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

.in_beeld article img {
    width: 100%;
    transition: all .5s;
}


/* Einde In Beeld */


/* Home Split */

.home_split {
    width: 100%;
    background-color: #f4f9fa;
    padding: 15px 0;
}

.home_split>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.home_split article {
    width: 29.33%;
    margin: 2%;
    position: relative;
}

.home_split article img {
    width: 100%;
}

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

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

.home_split article:hover .overlayer {
    opacity: 0;
}

.home_split article h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 1.2em;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 30px;
    font-weight: 700;
    color: #fff;
}


/* Einde Home Split */


/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1600px;
    padding: 30px 20px;
    margin: 0 auto;
    width: 100%;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 70px;
    width: 100%;
}

.blokken_slider {
    width: 60%;
}

.blokken article:last-of-type {
    padding-bottom: 0;
}

.blokken_slider img {
    width: 100%;
}

.blokken_content {
    width: 40%;
    padding: 30px;
}

.blokken_titel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.blokken_titel>div:first-of-type {
    height: 1px;
    width: 52px;
    background-color: rgb(233, 194, 164);
}

.blokken_titel h2 {
    color: rgb(233, 194, 164);
    line-height: 120%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 2em;
    padding-left: 10px;
}

.blokken_tekst {
    line-height: 180%;
    font-weight: 200;
    max-width: 850px;
    color: rgb(110, 110, 110);
    font-size: 1.3em;
    margin-bottom: 20px;
}

.blokken_tekst p>a {
    color: rgb(233, 194, 164);
}

.blokken_content>a:hover i {
    margin-left: 10px;
}

.blokken article:nth-child(odd) img {
    order: 3;
}


/* Einde Blokken */


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    margin-bottom: 2.5em;
    padding: 0;
    cursor: pointer;
    color: black;
}

.slick-dots li button {
    font-size: 22px;
    line-height: 5em;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: '';
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    padding: 0;
    opacity: .25;
    background-color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: rgb(233, 194, 164);
}


/* Links */

.links {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.links a {
    width: 48%;
    margin: 1%;
    display: inline-block;
    padding: 15px;
    background-color: white;
    border: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.links a img {
    max-width: 100%;
    width: 25%;
    border: 1px solid #f1f1f1;
}

.links a>div {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #B29352;
    color: white;
    border-radius: 200px;
    font-size: 1.5em;
}

.links a>h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #B29352;
    width: 70%;
}


/* Einde Links */


/* Garanties */

.ak {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background-color: #f4f9fa;
    outline: 1px solid white;
    outline-offset: -5px;
}

.ak h2 {
    color: rgb(233, 194, 164);
    font-size: 2.5em;
    max-width: 600px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.ak h3 {
    font-weight: 700;
    font-size: 2.3em;
    line-height: 150%;
    color: #d8d8d8;
    padding: 10px 0;
}

.ak h3 i {
    font-size: 1.2em;
    margin-right: 10px;
    color: #F1A78F;
}

.ak>div {
    width: 50%;
}

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

.ak_tekst {
    font-size: 1.2em;
    font-weight: 200;
    color: #6b6b6b;
    line-height: 180%;
}

.ak_tekst ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-top: 10px;
}

.ak_buttons a:first-of-type {
    border: 2px solid rgb(233, 194, 164);
    color: rgb(233, 194, 164);
    text-align: center;
    padding: 15px 35px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    margin-right: 15px;
    min-width: 250px;
    transition: all .5s;
}

.ak_buttons a:last-of-type {
    background-color: rgb(233, 194, 164);
    border: 2px solid rgb(233, 194, 164);
    color: #fff;
    padding: 15px 35px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    min-width: 250px;
    transition: all .5s;
}

.ak_buttons a:first-of-type:hover {
    transform: scale(1.05);
}

.ak_buttons a:last-of-type:hover {
    transform: scale(1.05);
}

.ak>div:first-child {
    padding: 50px;
}

.ak_image {
    background-position: center;
    background-size: cover;
}


/* Einde Garanties */


/* Contact */

.team {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.team article {
    width: 18%;
    margin: 1%;
    padding: 10px;
    background-color: white;
}

.team article img {
    width: 100%;
    margin-bottom: 10px;
}

.team article h2 {
    width: 100%;
    font-size: .9em;
    text-align: center;
    background-color: white;
    padding: 5px;
}

.radio_container {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
}

.radio_container input {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.radio_container input:checked+.radio_checker {
    background-color: #94C11E;
    color: white;
}

.radio_container input:checked+.radio_checker i {
    display: block;
}

.radio_checker:hover {
    background-color: #94C11E;
    color: white;
}

.radio_checker {
    cursor: pointer;
    transition: all .3s;
    padding: 15px 30px;
    border-radius: 200px;
    font-size: .8em;
    font-weight: 700;
    background-color: #e4e4e4;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.form_changer {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.radio_checker i {
    display: none;
    margin-right: 10px;
}

.contact_info {
    display: flex;
    justify-content: space-around;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 60px 10px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    flex-wrap: wrap;
    transform: translateY(-20%);
    max-width: 1400px;
    border: 2px solid #eeeeee;
}

.contact_info h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(233, 194, 164);
}

.contact_info p {
    color: #4B4B4B;
    font-size: 1.2em;
    text-align: left;
    margin-top: 15px;
    font-weight: 200;
}

.contact_info a {
    padding-left: 30px;
    position: relative;
}

.contact_info a {
    color: #4B4B4B;
}

.contact_info a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact_content {
    width: 100%;
    padding-bottom: 60px;
}

.contact_info_2 {
    width: 30%;
}

.contact_content .kleiner-scherm {
    display: none;
}

.contact_content .groter-scherm {
    display: block;
}

.contact_content .rounded {
    border-radius: 50%;
    max-width: 100%;
    width: 100px;
}

.contact {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    min-height: 100px;
    flex-wrap: wrap;
    border: 2px solid #eeeeee;
}

.contact_gegevens {
    width: 28%;
    margin-left: 2%;
    background-color: white;
}

.contact_gegevens img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.contact_gegevens>div {
    padding: 25px;
}

.contact_gegevens div h2 {
    color: rgb(233, 194, 164);
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.contact_gegevens div div {
    font-size: .85em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    color: #4B4B4B;
    line-height: 200%;
}

.contact_gegevens div div p {
    width: inherit;
}

.contact_form_holder {
    width: 100%;
    padding: 35px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_form_holder>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.contactslider {
    width: 100%;
}

.contactslider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.contactslider .slick-next {
    right: 10px;
    left: initial;
}

#dasmap {
    width: 50%;
    height: 587px;
}

.contact_form,
.complaint_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 48%;
}

.contact_form_holder>div>div {
    width: 30%;
}

.contact_form_holder>div>div h2 {
    font-weight: 700;
    font-size: 1.3em;
    color: #42AC6F;
    margin-bottom: 10px;
}

.contact_form_holder>div>div img {
    width: 100%;
}

.hideField {
    display: block;
}

.complaint_form {
    display: none;
}

#NaamInput {
    width: 48%;
}

#EmailInput {
    width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form select,
.complaint_form input[type=text],
.complaint_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #F4F4F4;
    padding: 10px;
    color: #353535;
    font-size: 1.2em;
    font-weight: 200;
    margin-bottom: 20px;
    font-family: adobe-devanagari, sans-serif;
}

.contact_form select {
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    border: 2px solid #F4F4F4;
    cursor: pointer;
    background-image: url(/images/select.png);
}

.contact_form textarea {
    width: 100%;
    border: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 10px 10px;
    color: #A8A8A8;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 1.2em;
    font-family: adobe-devanagari, sans-serif;
    height: 300px;
}

.contact_form input[type=submit] {
    border-radius: 200px;
    padding: 10px 40px;
    background-color: transparent;
    border: 2px solid rgb(233, 194, 164);
    font-weight: 200;
    color: rgb(233, 194, 164);
    font-size: 1.2em;
    font-weight: 200;
    font-family: adobe-devanagari, sans-serif;
    transition: all .3s;
}

.contact_form input[type=submit]:disabled,
.complaint_form input[type=submit]:disabled {
    background-color: #e8e8e8;
    border: 2px solid #e8e8e8;
    color: #909090;
}

.contact_form input[type=submit]:disabled:hover,
.complaint_form input[type=submit]:disabled:hover {
    background-color: #e8e8e8;
    border: 2px solid #e8e8e8;
    color: #909090;
}

.contact_form input[type=submit]:hover,
.complaint_form input[type=submit]:hover {
    background-color: rgb(233, 194, 164);
    color: #fff;
}

#VoornaamCnt,
#NaamCnt {
    width: 49%;
    margin-bottom: 2%;
}

#EmailCnt {
    width: 100%;
    margin-bottom: 2%;
}

#StraatCnt,
#GemeenteCnt {
    width: 69%;
    margin-bottom: 2%;
}

#BusCnt,
#PostcodeCnt {
    width: 29%;
    margin-bottom: 2%;
}

.contact_aandachtskader {
    width: 1200px;
    border: 2px solid #42AC6F;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    margin-bottom: 5rem;
    position: relative;
}

.contact_aandachtskader h2 {
    color: #42AC6F;
    position: absolute;
    top: -1.7rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    background-color: white;
    padding: 1rem;
}

.contact_aandachtskader p {
    color: #ababab;
    text-align: center;
    font-size: 1.2em;
    line-height: 170%;
}


/* Einde Contact */


/* Blog*/

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blogsplit {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blogsplit > aside {
    width: 300px;
    margin-left: 50px;
    height: 100px;
    margin-top: 80px;
}

.blogsplit > aside article {
    width: 100%;
    border: 2px solid #F5F5F5;
    padding: 15px;
}

.blogsplit > aside article img {
    width: 100%;
}


.blogsplit > aside article h2 {
    font-size: 20px;
    color: rgb(233, 194, 164);
    font-weight: 300;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 50px;
    padding: 10px 0;
    font-size: 1.6em;
    border-top: 2px solid #eeeeee;
}

.blogsplit > aside article div {
    margin-bottom: 10px;
    line-height: 180%;
    color: #6e6e6e;
    font-size: 1.2em;
}

.blogsplit > aside article a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 18px;
    color: #4c4c4c;
    background-color: #fadac1;
    border-radius: 4px;
    border: none;
    font-family: adobe-devanagari, sans-serif !important;
}


.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.blogsplit > .blog-content {
    width: calc(100% - 350px) !important;
}


.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

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

.blog-rows {
    margin-top: 1%;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block;
    border: 2px solid #e9c2a4;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    color: white;
    background-color: #e9c2a4;
    transition: all 0.8s ease;
}

.button-hold a:hover {
    background-color: transparent;
    color: #e9c2a4;
}


/**
 * Blog detail
 **/

.blog-holder {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    border: 2px solid #F5F5F5;
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    padding: 0;
    line-height: 180%;
    font-weight: 200;
    color: #6e6e6e;
    font-size: 1.3em;
}

.blog-main .c a {
    color: #6e6e6e;
    text-decoration: underline;
    font-weight: 700;
}

.blog-item .c {
    font-size: 1.3em;
    color: #6e6e6e;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #e9c2a4;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #e9c2a4;
    font-family: adobe-devanagari, sans-serif;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #e9c2a4;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #e9c2a4;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.3em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #E9C2A4;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #6e6e6e;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: bold;
    color: #e9c2a4;
}

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

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e9c2a4;
    font-weight: 200;
    border: 2px solid #e9c2a4;
    color: #fff;
    font-size: 1.2em;
    transition: all 0.5s ease;
    border-radius: 200px;
}

.blog-overzicht .btn-hold a:hover {
    background-color: transparent;
    color: #e9c2a4;
}

.blog-overzicht h2 {
    font-size: 1.7em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #E9C2A4;
    font-weight: 700;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 2%;
    border: 2px solid #F5F5F5;
    transition: all 1s;
}


.blog_slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: white;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: none;
  background-color: rgba(0, 0, 0, .6);
}

.blog_slider .slick-next {
  right: 10px;
  left: initial;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-family: adobe-devanagari, sans-serif;
    font-size: 1.6em;
    line-height: 150%;
    color: #dbbfa6;
    font-weight: 700;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* GDPR */

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

h1#content-container {
    color: #858282 !important;
}

#content-container h2 {
    color: #858282;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background: rgb(233, 194, 164);
    color: #fff;
    font-weight: 200;
    font-size: 1.2em;
    padding: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

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

#content-container p {
    padding: 20px 0;
    font-size: 1.1em;
    font-weight: 200;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    font-size: 1.1em;
    font-weight: 200;
    line-height: 170%;
    color: #7e7e7e;
}

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

#content-container a {
    color: #D3191C;
}

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

#content-container thead {
    background-color: #B29352;
}

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


/* Afhaalpunten */

.store_banner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.store_banner img {
    width: 100%;
}

.store_banner_content {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .7);
    padding: 35px;
    display: flex;
    max-width: 600px;
    flex-direction: column;
}

.store_banner_content h1 {
    font-size: 1.8em;
    font-family: adobe-devanagari, sans-serif;
    color: rgb(233, 194, 164);
}

.store_banner_content div {
    font-size: 1.3em;
    line-height: 150%;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #6d6d6d;
}

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

.stores article {
    width: 31.33%;
    margin: 20px 1%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #e2e2e2;
    position: relative;
}

.stores article img {
    width: 45%;
    display: inline-block;
}

.stores article>div {
    width: 55%;
    padding: 0 15px;
}

.store_content {
    display: flex;
    flex-direction: column;
}

.store_content p {
    margin-bottom: 5px;
    line-height: 150%;
    font-size: .9em;
}

.store_content h2 {
    font-size: 1.2em;
    font-family: adobe-devanagari, sans-serif;
    color: rgb(233, 194, 164);
    margin-bottom: 15px;
}

.stores article a {
    position: absolute;
    right: -6px;
    bottom: -6px;
    background-color: #fff;
    padding: 12px 25px;
    color: #4C4C4C;
    font-family: adobe-devanagari, sans-serif;
    font-size: .9em;
    transition: all .3s;
    border: 1px solid #e2e2e2;
}

.stores article a:hover {
    background-color: rgb(233, 194, 164);
}

.stores-holder-afrekenen {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    justify-content: space-between;
}

.stores-holder-afrekenen .stores {
    order: 1;
    width: 66%;
    padding-bottom: 0;
    margin: 0;
}

.stores-holder-afrekenen .stores article {
    width: 48%;
}

.stores-holder-afrekenen #map_canvas {
    order: 2;
    width: 32%;
}

.searchstorebox {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: #fff;
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

.searchstore {
    width: 100%;
    border: none;
    padding: 10px;
    font-family: adobe-devanagari, sans-serif;
    text-align: center;
    background-color: #F4F4F4;
}

.searchbutton {
    background-color: #F1A78F;
    color: #fff;
    width: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
    border: none;
    transition: all .3s;
    cursor: pointer;
}

.searchbutton:hover {
    font-size: 1.2em;
}

.searchstorebox h2 {
    font-family: adobe-devanagari, sans-serif;
    color: rgb(233, 194, 164);
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.spinnerbox {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    height: 50px;
}

.spinner {
    display: none;
    max-height: 70px;
}

.storebanner {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.storedetail {
    width: 90%;
    max-width: 1100px;
    background-color: white;
    padding: 35px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    -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);
}

#storemap {
    width: 100%;
    height: 500px;
}

.storedetail>img {
    width: 40%;
}

.storedetail_content {
    width: 50%;
    padding: 35px;
    position: relative;
}

.storedetail_content h1 {
    font-family: adobe-devanagari, sans-serif;
    color: rgb(233, 194, 164);
    font-size: 1.8em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.storedetail_content p {
    padding-left: 45px;
    position: relative;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #4C4C4C;
}

.storedetail_content p a {
    color: #4C4C4C;
}

.storedetail_content p span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.storedetail_links {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.storedetail_links a {
    background-color: rgb(233, 194, 164);
    padding: 12px 25px;
    color: #4C4C4C;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    min-width: 100%;
    text-align: center;
    border: 1px solid rgb(233, 194, 164);
}

.storedetail_links a:hover {
    background-color: transparent;
    padding: 12px 25px;
    color: rgb(233, 194, 164) !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    min-width: 100%;
    text-align: center;
}

.storedetail_links a i {
    margin-right: 10px;
}


/* Einde Afhaalpunten */


/* Login */

.login {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.loginpart {
    width: 100%;
    max-width: 500px;
    background-color: white;
    border-right: 2px solid #F5F5F5;
    z-index: 1;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.loginpart img {
    width: 100%;
    max-width: 175px;
}

.loginpart form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 90%;
}

.loginpart form h2 {
    font-size: 20px;
    color: #D37119;
    font-weight: 700;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.loginpart form h3 {
    color: #8f8f8f;
    line-height: 150%;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.spcc {
    color: #8f8f8f;
    line-height: 150%;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.loginpart form input[type=email],
.loginpart form input[type=password] {
    width: 100%;
    background-color: white;
    color: #333333;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 16px;
    height: initial;
    font-family: 'adobe-devanagari', sans-serif;
    margin-bottom: 20px;
}

.loginpart form input[type=submit] {
    background-color: #ffe4cf;
    border-radius: 4px;
    border: 2px solid #ffe4cf;
    font-family: 'adobe-devanagari', sans-serif;
    font-weight: 200;
    padding: 10px 30px;
    color: black;
    font-size: 20px;
    transition: all .3s;
    margin: 0 !important;
    height: initial !important;
    display: inline-block;
    line-height: initial !important;
}

.loginpart form input[type=submit]:hover {
    background-color: #fff;
    color: #f8d2b4;
}

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

.loginpart form div a {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.loginpart form div.link-options {
    display: block;
}

.loginpart form div.link-options a:not(:last-child) {
    display: block;
    margin-bottom: 10px;
}

.logincontent {
    width: 100%;
    background-color: white;
    background-image: url('/images/login.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.forgot_pass {
    color: #7d7d7d;
    font-weight: 700;
    font-size: .9em;
    cursor: pointer;
}


/* Einde Login */


/* Registreren */

.register_page {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ececec;
}

.register_page::after {
    width: 65%;
    background-image: url('/images/login.jpg');
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.register_holder {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.register_form {
    max-width: 600px;
    padding: 100px 10px 100px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: #E1E1E1 1px solid;
    background-color: #fff;
}

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

.register_form_uitleg h1 {
    font-size: 28px;
    font-weight: 700;
    text-align-last: left;
    color: rgb(233, 194, 164);
    margin-bottom: 15px;
    width: 100%;
}

.register_form_devid {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.register_form_devid a {
    color: #9f9f9f;
    font-size: 17px;
    font-weight: 200;
}

.register_form_devid input[type=submit] {
    padding: 8px 40px;
    height: initial !important;
    margin: 0 !important;
    background-color: rgb(233, 194, 164);
    border-radius: 4px;
    color: white;
    font-family: 'Poppins', serif;
    border: none;
    font-size: 18px;
    font-weight: 200;
    width: 200px;
}

.register_form_uitleg p {
    text-align: center;
    max-width: 200px;
    font-size: 16px;
    color: #252525;
    line-height: 150%;
    margin-bottom: 25px;
}

.register_form .field {
    position: relative;
    margin-bottom: 15px;
}

.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=password] {
    width: 100%;
    background-color: white;
    color: #333333;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 16px;
    height: initial;
    font-family: 'adobe-devanagari', sans-serif;
}

.register_form .field label {
    position: absolute;
    left: 13px;
    top: 19px;
    font-size: 14px;
    transition: all .2s;
}

.register_form .floatlabel input,
.register_form .floatlabel select,
.register_form .floatlabel textarea {
    padding-top: 20px;
    padding-bottom: 6px;
}

.register_form .floatlabel label {
    top: 8px;
    font-size: 10px;
    color: #737373;
    font-weight: 700;
}

.register_form input[type=text]:focus,
.register_form input[type=email]:focus,
.register_form input[type=password]:focus {
    border: rgb(233, 194, 164) 1px solid;
}

.full_width_input {
    width: 100%;
}

.half_width_input {
    width: 49%;
}

.third_width_input {
    width: 32.33%;
}

.two_thirds_width_input {
    width: 65.66%;
}


/* Einde Registreren */


/* Contact */

.split_footer {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 100px 0;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

.split_footer>div {
    width: 35%;
    margin-right: 80px;
}

.split_footer>div h2 {
    color: #65809e;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
}

.split_footer>div div {
    color: #272727;
    line-height: 170%;
    font-weight: 200;
    font-size: 1.2em;
}

.split_footer form {
    width: 60%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.split_footer form #NaamInput {
    width: 60%;
    margin-bottom: 30px;
}

.split_footer form #PostInput {
    width: 38%;
    margin-bottom: 30px;
}

.split_footer form input[type=text],
.split_footer form input[type=email] {
    width: 100%;
    border: none;
    padding: 5px;
    color: #585858;
    background-color: #f2f2f28f;
    margin-top: 0.5em;
}

.split_footer select {
    width: 100%;
    border: none;
    padding: 5px;
    color: #585858;
    background-color: #f2f2f28f;
    margin-top: 0.5em;
}

.TaInput {
    margin-bottom: 30px;
    width: 100%;
}

.split_footer form input[type=submit] {
    display: inline-block;
    padding: 5px 40px;
    padding-top: 7px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    font-size: 20px;
    color: #4C4C4C !important;
    background-color: rgb(233, 194, 164);
    transition: all 0.8s ease;
    margin-top: 1em;
    border: none;
    font-family: adobe-devanagari, sans-serif !important;
    letter-spacing: 1px;
}

.split_footer form input[type=submit]:disabled {
    opacity: 0.5;
}

.split_footer form input[type=submit]:enabled:hover {
    color: white;
}

.split_footer form textarea {
    width: 100%;
    border: none;
    padding: 5px;
    color: #272727;
    background-color: #f2f2f28f;
    min-height: 120px;
}

.split_footer .privholder {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.split_footer .labelform {
    color: #272727;
    padding-bottom: 0.5em;
}


/* Einde contact */


/* Webshop */


/* Filter */

.aanbod_filter .checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    transition: all .3s;
}

.aanbod_filter .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.aanbod_filter .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #E4E4E4;
}

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

.aanbod_filter .checkbox input:checked~.checkmark {
    background-color: #000 !important;
}

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

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

.aanbod_filter .checkmark i {
    left: 4px;
    top: 4px;
    color: white;
}


/* Gegevens */

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    transition: all .3s;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #E4E4E4;
}

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

.checkbox input:checked~.checkmark {
    background-color: #000;
}

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

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

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

.checkbox a {
    font-weight: 700;
    color: #000;
}

.webshop-form .leveringChecked {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.controle_split {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.controle_part:first-of-type {
    width: 30%;
}

.controle_part:last-of-type {
    width: 68%;
    padding: 20px;
}

.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: 16px;
    display: inline-block;
    font-weight: 400;
    color: #1C1B1B;
    margin-bottom: 5px;
}

.webshop-form .field input,
.webshop-form .field select,
#kaartopties {
    width: 100%;
    padding: 10px;
    color: #1C1B1B;
    border: none;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 400;
}

.webshop-form .field textarea {
    width: 100%;
    padding: 10px;
    color: #1C1B1B;
    border: none;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 400;
    height: 150px;
}

.webshop-form .field select,
#kaartopties {
    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: #314983;
    font-weight: 200;
    color: white;
    border-radius: 200px;
}

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

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

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

.levering i {
    color: #1C1B1B;
    font-size: 16px;
    background-color: #f4f4f4;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.levering p {
    font-weight: 200;
    margin-top: 15px;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    -ms-align-items: center;
    text-align: right;
}

.checkboxField label {
    width: initial !important;
    margin-right: 10px;
}

.checkboxField {
    color: #000;
}

.checkboxField input {
    width: 20px !important;
}

.webshop-form h2 {
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.gegevens_input {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
}

.gegevens_input label a {
    color: #000;
    font-weight: 700;
}

.gegevens_controleren {
    display: none;
}

.webshop_Adres,
.webshop_Factuur_Adres,
.webshop_Factuur_Land {
    width: 100% !important;
}

.webshop_Postcode,
.webshop_Postcode {
    width: 31.33% !important;
}

.webshop_Gemeente,
.webshop_Gemeente {
    width: 66.66% !important;
}

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

.input_gegevens p {
    font-size: 16px;
    font-weight: 200;
    color: #353535;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.input_gegevens div {
    width: 100%;
    padding: 10px;
    margin: 15px 0 10px 0;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    background-color: #fadac1;
    padding: 10px;
}

.input_gegevens div:first-of-type {
    margin-top: 0;
}

.input_gegevens p span {
    font-weight: 700;
}

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

.input_producten article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 2px dashed #f7f7f7;
    margin-bottom: 5px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 700;
}

.input_producten article>div:first-of-type {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.input_producten article img {
    width: 70px;
    margin-right: 20px;
}

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

.big {
    font-size: 16px;
    font-weight: 700;
    color: #1C1B1B;
}

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

.input_producten article div:last-of-type {
    font-size: 16px;
    color: #1C1B1B;
    font-weight: 700;
}

.input_producten article div:last-of-type span {
    margin-left: 20px;
}

.controle_part .financial {
    width: 100%;
}

.factuurfields {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}


/* Einde Gegevens */


/* Dashboard */

#infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#infos>div:nth-of-type(2),
#infos>div:nth-of-type(3) {
    width: 30%;
}

#infos>div:nth-of-type(1),
#infos>div:nth-of-type(4) {
    width: 68%;
}

#infos>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2%;
}

#infos>div input {
    width: 100%;
    border: 2px solid #EEEEEE;
    font-family: 'Nanum Myeongjo', serif;
    padding: 10px;
    color: #252525;
}

.switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
}

.switch h2 {
    font-weight: 200;
    font-size: 16px;
}

.dashboardholder {
    background-color: #F9F9F9;
}

.dashboard {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dashboard_bestellingen {
    width: calc(100% - 450px);
    margin-left: 50px;
}

.dashboard_bestellingen article {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
}

.lessinfo,
.moreinfo {
    cursor: pointer;
}

.dashboard_bestellingen article h3 {
    font-size: 16px;
    font-weight: 200;
    margin-top: 3px;
    color: #888888;
}

.dashboard_bestellingen article table {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ececec;
}

.dashboard_bestellingen article table thead {
    background-color: #ececec;
    padding: 10px;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
}

.dashboard_bestellingen article table thead th {
    padding: 10px;
    text-align: left;
}

.dashboard_bestellingen article table tbody td {
    padding: 10px;
    font-weight: 200;
    font-size: 16px;
}

.dashboard_bestellingen article .betaling {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dashboard_bestellingen article .methode {
    width: 50%;
    padding-top: 15px;
}

.dashboard_bestellingen article .methode h3 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #616161;
    margin-bottom: 15px;
}

.dashboard_bestellingen article .methode h3 div {
    font-weight: 700;
    width: 180px;
}

.dashboard_bestellingen article .financial {
    width: 50%;
}

.dashboard_bestellingen>h2 {
    font-size: 20px;
    font-weight: 700;
    color: #6E4E7C;
    margin-bottom: 20px;
}

.dashboard aside {
    width: 400px;
    padding: 15px;
    padding-bottom: 25px;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
    background-color: white;
}

.dashboard aside h2 {
    font-size: 25px;
    font-weight: 700;
    color: #462F2C;
    padding: 20px 20px;
    padding-bottom: 5px;
}

.dashboard aside h3 {
    font-size: 14px;
    font-weight: 200;
    color: #252525;
    padding: 0;
    padding-bottom: 10px;
    margin: 0 20px;
    margin-bottom: 20px;
    border-bottom: #e8e8e8 1px solid;
}

.dashboard .menuitem {
    border-left: 3px solid white;
    padding: 5px 15px;
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    color: #252525;
    cursor: pointer;
}

.dashboard .menuitem i {
    width: 30px;
}

.dashboard .menuitem.active {
    border-left: 3px solid #5C445B;
}

.form_holder_edit,
.password_holder,
.tegoeden_holder {
    width: calc(100% - 450px);
    margin-left: 50px;
}

.form_holder_edit>h2,
.password_holder>h2,
.tegoeden_holder>h2 {
    font-size: 25px;
    font-weight: 700;
    color: #6E4E7C;
    margin-bottom: 20px;
}

.dashboard aside div>a {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #f1f8fd;
    padding: 15px;
    color: #252525;
    border-radius: 4px;
}

.dashboard aside .full_width_input label,
.dashboard aside .half_width_input label,
.dashboard aside .two_thirds_width_input label,
.dashboard aside .third_width_input label {
    margin-bottom: 5px;
    font-weight: 200;
    display: inline-block;
    color: #717171;
}


/* Einde Dashboard */


/* 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: 600px;
    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: 50px;
    color: #191D34;
}

.bestelling_geplaatst>div h1 {
    color: #191D34;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.bestelling_geplaatst>div h2 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #353535;
    margin-top: 15px;
}

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

.bestelling_geplaatst>div a.bestelling_geplaatst_button {
    padding: 15px 30px;
    background-color: rgb(233, 194, 164);
    color: white;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid rgb(233, 194, 164);
    margin-top: 20px;
    transition: all .3s;
}

.bestelling_geplaatst>div a:hover {
    background-color: transparent;
    color: rgb(233, 194, 164);
}


/* Einde Bevestiging */


/* Producten overzicht */

.product_page {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_page>aside {
    width: 350px;
    padding: 15px;
    border: #f1f1f1 2px solid;
}

.product_page aside>h2 {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    color: rgb(233, 194, 164);
    border-bottom: 2px solid #F5F5F5;
}

.product_page aside>h2 span {
    display: none;
}

.product_page aside>h2 span i {
    transition: all .5s;
}

.product_page aside h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #353535;
    padding: 10px 0;
    padding-bottom: 5px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.product_page aside h3 i {
    font-size: 1.2em;
    transition: all .3s;
}

.activeCat i:not(.fa-check) {
    transform: rotate(180deg);
}

.products_ov {
    width: calc(100% - 400px);
    margin: 0 auto;
}

.products {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.products article {
    width: 32.33%;
    border-radius: 4px;
    overflow: hidden;
    margin: .5%;
    margin-top: 0;
    margin-bottom: 1%;
    border: 2px solid #eeeeee;
    position: relative;
}

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

.products article img {
    width: 100%;
}

.products article h2 {
    font-size: 20px;
    color: rgb(233, 194, 164);
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 50px;
    padding: 0 10px;
    border-top: 2px solid #eeeeee;
}

.products article>div {
    line-height: 150%;
    color: #5a5a5a;
    padding: 0 10px;
    font-size: 20px;
    margin: 15px 0 0 0;
}

.products article>div span {
    font-size: 13px;
}

.products article>button {
    width: calc(100% - 20px);
    margin: 10px;
    text-align: center;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 18px;
    color: #4c4c4c;
    background-color: #fadac1;
    border-radius: 4px;
    border: none;
    font-family: adobe-devanagari, sans-serif !important;
}

.noprods {
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.3em;
    font-weight: 200;
    width: 100%;
    padding: 30px;
    color: #353535;
    flex-direction: column;
    line-height: 150%;
}

.noprods div {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: rgb(233, 194, 164);
    color: white;
}

.clearfilters {
    font-size: .95em;
    color: #98272B;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #f7f7f7;
}

.clearfilters i {
    margin-right: 10px;
}

.range-slider {
    margin-top: 10px;
}

.hiddenarticles {
    opacity: 0;
    transition: all .3s;
    transform: translateY(70px);
}

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

.spinnerbox img {
    width: 100px;
}


/* Einde Webshop */


/* Product Pagina */

.product_topper {
    width: 100%;
    background-color: #FAFAFA;
}

.product_topper>div {
    width: 100%;
    max-width: 1400px;
    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;
    cursor: pointer;
}

.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: 45%;
    margin-left: 5%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.more_images {
    width: 100%;
}

.more_images article {
    padding: 10px;
}

.more_images article img {
    width: 100%;
    cursor: zoom-in;
}

.more_images .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    z-index: 2;
    font-size: 18px;
    border-radius: 200px;
}

.more_images .slick-next {
    right: 0;
    left: initial;
}

.more_images .slick-dots {
    bottom: -20px;
}

.more_images .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.more_images .slick-dots li button {
    width: 8px;
    height: 8px;
}

.more_images .slick-dots li button:before {
    width: 10px;
    height: 10px;
}



.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: 100%;
    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 {
    line-height: 120%;
    color: rgb(233, 194, 164);
    width: 100%;
    font-size: 2.2rem;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
    color: #353535;
    font-weight: 400;
    font-size: 18px;
    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;
    font-size: 16px;
    text-align: center;
    background-color: transparent;
}

.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: 200;
    font-size: 1.1em;
    color: #1C1B1B;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.product_lever {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product_lever i {
    font-size: 18px;
    margin-right: 10px;
    color: rgb(233, 194, 164);
}

.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: #353535;
    font-weight: 400;
    font-size: 1em;
    margin-top: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 10px;
}

.product_prijs article p {
    font-size: 20px;
    font-weight: 200;
    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,
.product_actions a {
    padding: 15px 30px;
    background-color: transparent;
    color: rgb(233, 194, 164);
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    border: none;
    font-size: 16px;
    width: 100%;
    border: 2px solid rgb(233, 194, 164);
    transition: all .3s;
}

.product_actions button:hover {
    background-color: #fadac1;
    color: #4c4c4c;
    border: 2px solid #fadac1;
}

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

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

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

.labelProd {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    font-weight: 700;
    background-color: #FADAC1;
    color: #252525;
}

.label_Sale {
    font-size: 26px;
}

.label_bestsel {
    font-size: 16px;
}

.label_nieuw {
    font-size: 16px;
}

/* Einde Product Pagina */


/* Winkelwagen */

.emptycart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1em;
    padding: 100px;
    flex-direction: column;
}

.emptycart p {
    font-size: 1.3em;
    font-weight: 200;
    margin-bottom: 10px;
}

.emptycart a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #000;
    color: white;
    margin-top: 10px;
    border: 1px solid #000;
}

.emptycart a:hover {
    background-color: transparent;
    color: #000;
}

.winkelwagen_pagina,
.gegevens_pagina {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 30px 0 80px 0;
    max-width: 1600px;
}

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

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

.main img {
    width: 70px;
    margin-right: 20px;
}

.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;
    padding: 0 15px;
}

.shopping_cart article:first-of-type .title {
    color: #1C1B1B;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.shopping_cart article:first-of-type .aantal {
    min-width: 150px;
    color: #1C1B1B;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.controle_part article .title {
    color: #1C1B1B;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.controle_part article .aantal {
    min-width: 150px;
    color: #1C1B1B;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.shopping_cart article:first-of-type .actions {
    visibility: hidden;
    min-width: 40px;
}

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

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

.shopping_cart article h2 {
    font-weight: 700;
    font-style: normal;
    color: #191D34;
    transition: color 0.2s ease-in-out;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.shopping_cart article p {
    color: #191D34;
}

.shopping_cart article h3 {
    width: 100%;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: #6a6a6a;
    font-size: 16px;
}

.shopping_cart .sub_article .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.sub_article .aantal .diff {
    white-space: wrap !important;
}

.controle_split .input_producten .sub_article .aantal {
    border: none;
}

.sub_article .aantal input {
    border: none;
    width: 50px;
    font-size: 16px;
    text-align: center;
    background-color: transparent;
}

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

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

.sub_article .aantal input[type=number] {
    -moz-appearance: textfield;
}

.sub_article .price {
    min-width: 200px;
    font-weight: 400;
    color: #1C1B1B;
    font-size: 16px;
    text-align: center;
}

.sub_article .actions {
    background-color: #fff;
    color: #E53323;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
    transition: all .5s;
}

.sub_article .actions:hover i {
    transform: scale(1.4);
}

#personalisatie {
    width: 100%;
}

#personalisatie textarea {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 5em;
    padding: 7px;
}

#personalisatie p {
    color: #353535;
    font-weight: 400;
    font-size: 18px;
}

.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: 16px;
    font-weight: 400;
    color: #1C1B1B;
}

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

.financial dl>div:nth-of-type(4) {
    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:nth-of-type(1) dt,
.financial dl>div:nth-of-type(1) dd {
    color: #1C1B1B;
    font-weight: 700;
}

.financial dd {
    min-width: 150px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1B;
}

.goto_prev {
    font-size: 16px;
    color: #1C1B1B;
}

#methode,
#kaartopties {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 2em .5em .8em;
    width: fit-content;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}

#methode::-ms-expand,
#kaartopties::-ms-expand {
    display: none;
}

#methode:hover,
#kaartopties:hover {
    border-color: #888;
}

#methode:focus,
#kaartopties:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgb(233, 194, 164);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

#methode option,
#kaartopties option {
    font-weight: normal;
}

.goto_next {
    padding: 15px 30px;
    color: rgb(233, 194, 164);
    background-color: transparent;
    font-weight: 700;
    border: none;
    font-size: 1.1em;
    border: 2px solid rgb(233, 194, 164);
    transition: all .3s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.goto_next:hover {
    background-color: #fadac1;
    color: #4c4c4c;
    border: 2px solid #fadac1;
}

#pay {
    padding: 15px 30px;
    color: rgb(233, 194, 164);
    background-color: transparent;
    font-weight: 700;
    border: none;
    font-size: 16px;
    border: 2px solid rgb(233, 194, 164);
    transition: all .3s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

#pay:hover {
    background-color: #fadac1;
    color: #4c4c4c;
    border: 2px solid #fadac1;
}

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

.buttons a:first-of-type {
    padding: 15px 30px;
    color: rgb(233, 194, 164);
    background-color: transparent;
    font-weight: 700;
    border: none;
    font-size: 1.1em;
    border: 2px solid rgb(233, 194, 164);
    transition: all .3s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.buttons a:first-of-type:hover {
    background-color: #fadac1;
    color: #4c4c4c;
    border: 2px solid #fadac1;
}

#add_display {
    width: 100%;
    font-size: 1.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 20px;
    position: relative;
}

#add_display i {
    margin-right: 10px;
}

#add_display a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


/* Einde Winkelwagen */


/* Media Query's */

@media screen and (max-width: 1500px) {
    .stores article {
        width: 48%;
    }
}

@media screen and (max-width: 1300px) {
    .blog-overzicht .blog-item {
        width: 98%;
    }
    .contact_form,
    .complaint_form {
        width: 100%;
    }
    #dasmap {
        width: 100%;
        margin-top: 20px;
    }
    .contact_info p {
        font-size: 17px;
    }
    .contact_content .rounded {
        width: 80px;
        margin: 0 auto;
        display: none;
    }
    .page_header>h2 {
        font-size: 14px;
        max-width: 600px;
    }
}

@media screen and (max-width: 1250px) {
    .storedetail {
        width: 100%;
        margin-top: 0;
        box-shadow: none;
    }
    .store_banner_content {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .blog-overzicht .blog-item:nth-child(n+6) h2 {
        font-size: 1.6em;
    }
    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }
    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }
    .home_banner article h2 {
        font-size: 1.8em;
    }
    .home_banner article h3 {
        font-size: 1em;
    }
    .home_banner article a {
        font-size: 1em;
    }
    .contact_content .rounded {
        width: 80px;
        margin: 0 auto;
    }
    .contact_content .kleiner-scherm {
        display: none;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .page_header>h2 {
        font-size: 14px;
        max-width: 600px;
    }
    .split_footer {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .split_footer>div {
        width: 40%;
    }
    .split_footer>div h2 {
        font-size: 45px;
    }
    .split_footer>div div {
        font-size: 1.1em;
    }
    .product_page {
        flex-wrap: wrap;
    }
    .product_page aside {
        width: 100%;
        max-width: 100%;
    }
    .product_page aside>div {
        display: none;
    }
    .product_page aside>h2 {
        cursor: pointer;
        border-bottom: none;
        background-color: rgb(233, 194, 164);
        color: white;
    }
    .products_ov {
        width: 100%;
        margin-top: 20px;
    }
    .product_page aside>h2 span {
        display: inline-block;
    }
    .product_page aside>div {
        width: 98%;
        margin: auto;
    }
    .dashboard aside {
        width: 100%;
    }
    .form_holder_edit,
    .password_holder,
    .tegoeden_holder,
    .dashboard_bestellingen {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .blogsplit > aside {
        display: none;
    }
    .blogsplit > .blog-content {
        width: 100% !important;
    }
}

@media screen and (max-width: 1150px) {
    .ak_buttons a:last-of-type,
    .ak_buttons a:first-of-type {
        max-width: 100%;
        width: 100%;
        min-width: initial;
        margin-right: 0;
    }
    .ak_buttons {
        flex-wrap: wrap;
    }
    .contact_content .kleiner-scherm {
        display: none;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .page_header>h2 {
        font-size: 14px;
        max-width: 600px;
    }
}

@media screen and (max-width: 1150px) {
    .navigatie ul a {
        font-size: 1em;
    }
    .logo {
        width: 130px;
    }
    .page_header>h1 {
        font-size: 2em;
    }
    .page_header>h2 {
        font-size: 1.4em;
    }
    .page_header_tekst {
        font-size: 1.2em;
    }
    .blokken article {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .blokken_slider {
        width: 90%;
    }
    .blokken article>img {
        width: 100%;
        order: 1 !important;
        margin: auto;
    }
    .blokken_tekst {
        width: 80%;
        max-width: 80%;
        font-size: 1.3em;
        margin: auto;
    }
    .page_header>h2 {
        font-size: 15px;
        max-width: 600px;
    }
    .blokken_content {
        width: 100%;
        max-width: 100%;
        order: 2 !important;
        padding: 20px 0;
        text-align: center;
    }
    .blokken_titel {
        display: block;
    }
    .blokken_titel h2 {
        font-size: 30px;
        position: relative;
    }
    .blokken_titel>div:first-of-type {
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main_content_tekst {
        font-size: 1.1em;
    }
    .main_content article>h2 {
        font-size: 1.3em;
    }
    .contact_content .kleiner-scherm {
        display: none;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .slogan {
        padding: 30px 15px;
    }
    .slogan p {
        font-size: 60px;
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .blokken_content a {
        font-size: 17px;
        padding: 10px 30px;
    }
    .storedetail_content {
        width: 100%;
        padding: 0;
    }
    .storedetail>img {
        display: none;
    }
    #storemap {
        width: 100%;
    }
    .stores-holder-afrekenen #map_canvas {
        order: 1;
        width: 100%;
        margin-bottom: 25px;
        height: 300px;
    }
    .stores-holder-afrekenen .stores {
        order: 2;
        width: 100%;
    }
    .stores-holder-afrekenen .stores article a {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 1060px) {
    .controle_split {
        display: block;
    }
    .controle_part,
    .controle_part:first-of-type {
        width: 99%;
        margin: auto;
    }
    .controle_part:last-of-type {
        width: 100% !important;
        padding: 20px 0;
    }
    .controle_part .input_producten,
    .controle_part .financial {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .navigatie ul a {
        margin: 0 10px;
    }
    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .blog-aside {
        order: 2;
        width: 100%;
        margin-right: 0;
    }
    .blog-main {
        width: 100%;
        padding: 10px;
    }
    .row-block .extra {
        padding: 10px;
    }
    .blog-main .title-hold,
    .blog-main .blog-overzicht {
        display: none;
    }
    .blog-aside h3 {
        width: 100%;
    }
    .blog-recent {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .blog-recent .blog-item {
        width: 45%;
    }
    .contact_content .kleiner-scherm {
        display: none;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .stores {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .stores article {
        width: 80%;
    }
}

@media screen and (max-width: 950px) {
    .curtain-click.title {
        display: none;
    }
    .curtain-click.icon {
        display: block;
    }
    .topper span:first-of-type {
        display: none;
    }
    .header_baseline {
        font-size: 1.7em;
        padding-left: 20px;
    }
    .in_beeld article {
        width: 32.33%;
    }
    .contact_content .kleiner-scherm {
        display: none;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .curtaindrop h2 {
        font-size: 40px;
    }
    .curtaindrop p {
        font-size: 1.4em;
    }
    .product_header_image {
        width: 100%;
        margin-bottom: 30px;
        max-width: 700px;
    }
    .product_header_content {
        width: 100%;
        max-width: 100%;
    }
    .product_header {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .product_header_image {
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .blog-main .c {
        font-size: 1em;
    }
    .main_content_split div {
        width: 100%;
        padding: 20px 0;
    }
    .main_content_split img {
        width: 100%;
    }
    .legend_step {
        width: 100%;
    }
    .legend {
        flex-wrap: wrap;
    }
    .contact_content .kleiner-scherm {
        display: none;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .slogan p {
        font-size: 50px;
    }
}

@media screen and (max-width: 850px) {
    .navigatie ul {
        display: none;
    }
    .menubtn {
        display: block;
    }
    .ak>div:first-child {
        padding: 20px;
    }
    .ak>div {
        width: 100%;
    }
    .ak_image {
        display: none;
    }
    .contact_form_holder {
        padding: 0;
    }
    .reserverenform {
        padding: 20px;
    }
}

@media screen and (max-width: 800px) {
    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6em;
    }
    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }
    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }
    .links a {
        width: 100%;
        text-align: center;
    }
    .links .groter-scherm {
        display: none;
    }
    .links a img {
        width: 50%;
        margin: 0 auto;
    }
    .stores-holder-afrekenen .stores article {
        width: 98%;
    }
    .split_footer {
        flex-wrap: wrap;
        padding-top: 0;
    }
    .split_footer>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .split_footer>div h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .page_header {
        padding-bottom: 20px;
    }
    .split_footer form {
        width: 100%;
    }
    .shopping_cart article {
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        display: flex;
        border: 2px dashed #e8e8e8;
    }
    .shopping_cart article:last-of-type {
        border-bottom: 2px dashed #e8e8e8;
    }
    .winkelwagen_pagina>h1,
    .gegevens_pagina h1 {
        text-align: center;
        margin-bottom: 10px;
    }
    .shopping_cart article h3,
    .shopping_cart article h2 {
        text-align: center;
    }
    .shopping_cart article .main {
        margin-bottom: 20px;
    }
    .shopping_cart article:first-of-type {
        display: none;
    }
    .winkelwagen_pagina {
        padding: 0 15px;
    }
    .financial dt {
        font-weight: 400;
    }
    .financial dd {
        min-width: 0;
        margin-left: 15px;
    }
    .webshop-form .textField,
    .webshop-form .emailField {
        width: 100%;
    }
    .input_producten article,
    .input_producten article div:last-of-type,
    .big {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 750px) {
    .header_baseline {
        font-size: 1.5em;
    }
    .product_header_content h1 {
        font-size: 23px;
    }
    .page_header>h1 {
        font-size: 35px;
        line-height: 150%;
    }
    .page_header>h2 {
        font-size: 17px;
        line-height: 150%;
    }
    .page_header_tekst {
        font-size: 1.1em;
    }
    .ak h2 {
        font-size: 1.4em;
    }
    .ak_tekst {
        font-size: 1em;
    }
    .blog-recent .blog-item {
        width: 100%;
    }
    .main_content_split div {
        font-size: 1em;
    }
    .slogan p {
        font-size: 40px;
    }
    .blokken_tekst {
        width: 95%;
        max-width: 95%;
    }
    .curtaindrop h2 {
        font-size: 30px;
    }
    .curtaindrop p {
        font-size: 1.2em;
    }
    .curtaindrop .button {
        padding: 10px 30px;
        font-size: 18px;
    }
    .curtain-close {
        font-size: 50px;
    }
    .products article {
        width: 48%;
        margin: 1%;
    }
    .products article h2 {
        font-size: 15px;
    }
    .products article>button {
        font-size: 15px;
    }
    .product_header_content h1 {
        font-size: 23px;
    }

    .labelProd {
        width: 50px;
        height: 50px;
    }

    .label_Sale {
        font-size: 18px;
    }

    .label_bestsel {
        font-size: 12px;
    }

    .label_nieuw {
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    .header_baseline {
        display: none;
    }
    .curtain-click {
        padding: 0;
    }
    .inner_navigatie .logo {
        width: 70px;
    }
    .inner_navigatie>a {
        flex: 0;
    }
    .navitem {
        padding-left: 3em;
    }
    .topper {
        display: none !important;
    }
    .navigatie {
        padding: 12px 10px;
    }
    .topper.mobile {
        display: block !important;
        background-color: transparent;
        position: relative;
        padding-top: 17px;
    }
    .topper.mobile a {
        color: rgb(233, 194, 164);
        font-size: 23px;
        margin: 0px;
        margin-right: 10px;
    }
    .page_header>h2 {
        padding-left: 2em;
        padding-right: 2em;
    }
    .page_header>h1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_content article p {
        font-size: 15px;
    }
    .main_content_split div {
        margin: 0;
        padding: 1em 12px;
    }
    .contact_content {
        margin: 0;
        padding: 0;
    }
    .gegevens {
        flex-wrap: wrap;
        padding: 30px 20px;
    }
    .gegevens>div {
        width: 100%;
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }
    .home_banner article>div {
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: inline-block;
    }
    .home_banner article>div div {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .home_banner article h2 {
        font-style: 1.5em;
        ;
        margin-top: 0.1em;
    }
    .home_banner article a {
        font-size: .9em;
        padding: 10px 25px;
        text-align: center;
        width: fit-content;
        margin: auto;
        margin-top: 0.2em;
    }
    .contact_info {
        padding: 30px 10px;
        flex-wrap: wrap;
    }
    .contactslider {
        margin-bottom: 4em;
    }
    .contact_info div {
        width: 100%;
        padding-bottom: 20px;
    }
    .contact_info h2 {
        text-align: center;
    }
    .contact_info p {
        text-align: center;
    }
    .contact {
        border: none;
    }
    .contact_form,
    .complaint_form {
        margin-right: 0;
    }
    .contact_form_holder {
        padding: 20px;
    }
    .contact_content .rounded {
        display: block;
    }
    .contact_content {
        position: relative;
        top: 10%;
    }
    .step form .field {
        width: 100%;
    }
    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }
    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }
    .blog-row {
        margin-bottom: 0;
    }
    .navi_footer p {
        font-size: 17px;
    }
    .split_footer {
        padding-top: 0;
    }
    .split_footer>div h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 25px;
    }
    .split_footer>div div {
        text-align: center;
    }
    .sub_article .price {
        min-width: 120px;
    }
    .shopping_cart .sub_article .price:first-of-type {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .contact_content .rounded {
        border-radius: 50%;
        max-width: 100%;
        width: 80px;
        margin: 0 auto;
    }
    .contact_content .kleiner-scherm {
        display: block;
    }
    .contact_content .groter-scherm {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .blog-img .h1 {
        position: static;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.4em;
    }
    .contact_content .kleiner-scherm {
        display: block;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .split_contact form #NaamInput,
    .split_footer form #PostInput {
        width: 100%;
    }
    .split_contact form #PostInput,
    .split_footer form #NaamInput {
        width: 100%;
    }
    .split_footer {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 650px) {
    .page_header>h1,
    .blokken_titel h2,
    .blokken_titel>div:first-of-type,
    .slogan p,
    .products article h2,
    .product_header_content h1 {
        color: #fadac1 !important;
    }
    .storedetail_links a {
        background-color: #fadac1;
        border: 1px solid #fadac1;
    }
    .split_footer form input[type=submit] {
        background-color: #fadac1;
    }
    .home_split>div {
        flex-wrap: wrap;
    }
    .home_split article {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact_content .kleiner-scherm {
        display: block;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .slogan p {
        font-size: 30px;
    }
    .blokken_titel h2 {
        font-size: 25px;
    }
    .blokken_tekst {
        font-size: 1.1em;
    }
    .gegevens>div {
        font-size: 1em;
    }
    .page_header>h1 {
        font-size: 30px;
    }
    .page_header>h2 {
        font-size: 15px;
    }
    .blokken_slider {
        width: 100%;
    }
    .blokken_content a {
        font-size: 16px;
        padding: 10px 25px;
    }
    .page_header>h2 {
        max-width: 95%;
        width: 95%;
    }
    .curtaindrop h2 {
        font-size: 25px;
    }
    .curtaindrop p {
        font-size: 1.1em;
    }
    .curtain-close {
        font-size: 40px;
    }
    .navi_footer img.logo {
        width: 80px;
    }
    .navitem a {
        font-size: 25px;
    }
    .input_producten article img {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .PL_Wrapper {
        right: 10px;
    }
    .controle_part,
    .controle_part:first-of-type,
    .controle_part:last-of-type {
        width: 100%;
        min-width: 100%;
    }
    .gegevens_controleren {
        width: 99%;
        margin: auto;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .blog-more-nav {
        display: none;
    }
    .contact_form select {
        font-size: 1em;
    }
    .contact_content .kleiner-scherm {
        display: block;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .stores article {
        width: 95%;
    }
    .navi_footer p {
        font-size: 16px;
        padding-bottom: 0;
    }
    .buttons {
        margin-top: 2em;
    }
    .buttons a:first-of-type,
    .goto_next,
    #pay {
        color: #1C1B1B;
        transition: transform 0.8s ease;
        display: block;
        border: none;
        font-size: 1em;
        padding: 0;
    }
    .buttons a:first-of-type:hover {
        transform: translateX(-10px) scale(1.1);
        background-color: transparent;
        border: none;
    }
    .goto_next:hover,
    #pay:hover {
        transform: translateX(10px) scale(1.1);
        background-color: transparent;
        border: none;
    }
}

@media screen and (max-width: 550px) {
    #NaamInput {
        width: 100%;
    }
    .contact_content .kleiner-scherm {
        display: block;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .navi_footer p {
        display: none;
    }
    .split_contact form #NaamInput,
    .split_footer form #PostInput {
        width: 100%;
    }
    .split_contact form #PostInput,
    .split_footer form #NaamInput {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .contact_form input[type=submit] {
        width: 100%;
    }
    .contact_content .kleiner-scherm {
        display: block;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
    .line_tussen>div,
    .circle_tussen>div {
        height: 15px;
    }
    .square img {
        max-width: 100%;
        width: 20px;
    }
    .slogan p {
        font-size: 25px;
    }
    .disclaimer {
        flex-direction: column;
        line-height: 160%;
    }
    .disclaimer span {
        display: none;
    }
    .stores article {
        flex-wrap: wrap;
    }
    .stores article>div {
        width: 100%;
        padding: 15px 0;
    }
    .stores article a {
        bottom: -20px;
    }
    .stores article img {
        width: 100%;
    }
    .bestelling_geplaatst>div {
        padding: 20px;
    }
    .bestelling_geplaatst>div h1 {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .row-block.extra {
        display: none;
    }
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
    .contact_content .kleiner-scherm {
        display: block;
    }
    .contact_content .groter-scherm {
        display: none;
    }
    .slogan p {
        font-size: 20px;
    }
    .home_banner article>div {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .goto_next {
        text-align: right;
        font-size: 0.8em;
    }
    .buttons a:first-of-type {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 300px) {
    .curtain-click {
        display: none;
    }
}