.flexbox-menu-1 {
  position: relative;
  z-index: 1000;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.navbar-menu-1 {
  background-color: transparent;
}

.menu-div-1200px {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-menu1-dropdown {
  /* margin-top: 10px; */
  background-attachment: scroll !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Oswald, sans-serif;
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-menu-1 {
  margin-top: 10px;
  background-attachment: scroll !important;
  padding-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Oswald, sans-serif;
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-menu-1:hover {
  border-bottom: 6px solid #c7d301;
  color: #000;
}

.nav-link-menu-1.w--current {
  border-bottom: 6px solid #c7d301;
  color: #000;
}

.topstrip {
  position: relative;
  z-index: 5000;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.socialmedia {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  float: right;
  /* background-image: url("../images/facebook-zwart.svg"); */
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.socialmedia:hover {
  opacity: 1;
}

.socialmedia._2 {
  background-image: url("../images/instagram-zwart.svg");
  background-size: 20px 20px;
}

.socialmedia._3 {
  background-image: url("../images/linkedin-zwart.svg");
  background-size: 20px 20px;
}

.socialmedia._4 {
  background-image: url("../images/pinterest-zwart.svg");
  background-size: 20px 20px;
}

.socialmedia._5 {
  background-image: url("../images/twitter-zwart.svg");
  background-size: 20px 20px;
}

.socialmedia._6 {
  background-image: url("../images/whatsapp-zwart.svg");
  background-size: 20px 20px;
}

.socialmedia._7 {
  background-image: url("../images/youtube-zwart.svg");
  background-size: 20px 20px;
}

.socialmedia._8 {
  background-image: url("../images/vimeo-zwart.svg");
  background-size: 20px 20px;
}

.socialmedia._9 {
  background-image: url("../images/google-plus-zwart.svg");
  background-size: 75px 20px;
}

.zoek-linkblock {
  width: 24px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border-left: 1px solid #000;
  background-image: url("../images/icon_zoek.svg");
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.zoek-linkblock:hover {
  opacity: 1;
}

.strip-contact {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  float: right;
  background-image: url("../images/icon_bellen.svg");
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.strip-contact:hover {
  opacity: 1;
}

.strip-contact._2 {
  width: 30px;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 0px;
  border-right: 1px solid #000;
  background-image: url("../images/icon_mail.svg");
  background-position: 0px 50%;
  background-size: 20px;
}

.menu-1-logo {
  height: 100px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.menu-1-logo:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.slide-home-1 {
  height: 550px;
}

.home-1---slide {
  background-image: url("../images/home1-slide_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-1---slide._2 {
  background-image: url("../images/home1-slide_2.jpg");
}

.home-1---slide._3 {
  background-image: url("../images/home1-slide_3.jpg");
}

.home-1---slide-icon {
  border-radius: 4px;
  opacity: 0.5;
}

.home-1---slide-icon:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
  opacity: 1;
}

.slide-content-div {
  display: block;
  width: 100%;
  max-width: 1200px;
  /* margin-top: 120px; */
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.home1-slide-txtblock {
  width: 650px;
  margin-left: 60px;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.h1 {
  margin-top: 0px;
  font-family: "Droid Sans", sans-serif;
  color: #c7d301;
  font-size: 42px;
  line-height: 46px;
}

.h2 {
  margin-top: 0px;
  font-family: "Droid Sans", sans-serif;
  color: #1a7db4;
  font-size: 36px;
  line-height: 40px;
}

.h2.slide-home1 {
  margin-top: 0px;
  font-size: 42px;
  line-height: 50px;
}

.h2.cta {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #c7d301;
  font-size: 62px;
  line-height: 62px;
  text-transform: uppercase;
}

.h3 {
  margin-top: 0px;
  font-family: "Droid Sans", sans-serif;
  color: #01456b;
  font-size: 28px;
  line-height: 32px;
}

.h3.slide-home1 {
  color: #01456b;
}

.h3.cta {
  color: #fff;
}

.h3.wit {
  color: #fff;
}

.home1-slidetxt {
  font-family: "Droid Sans", sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

.home1-buttonblock {
  padding-top: 40px;
}

.button-square {
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 4px solid #c7d301;
  background-color: #c7d301;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.button-square:hover {
  border-color: #01456b;
  background-color: #01456b;
  color: #fff;
}

.button-square.w--current {
  margin-right: 20px;
}

.button-square.outline {
  border: 4px solid #000;
  background-color: #fff;
  color: #000;
}

.button-square.outline:hover {
  border-color: #fff;
  background-color: #c7d301;
}

.button-square.outline.small.opwit:hover {
  border-color: #1a7db4;
}

.button-square.outline.small.news {
  margin-right: 0px;
}

.button-square.outline.opwit:hover {
  border-color: #1a7db4;
}

.button-square.outline.opwit.ww {
  margin-right: 0px;
}

.button-square.small {
  padding: 10px;
  font-size: 12px;
}

.button-square.small.shop {
  margin-right: 0px;
  padding: 7px 7px 6px;
  font-size: 11px;
}

.home1-blokken-div {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ddeefa;
}

.flexbox-1200px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flexbox-1200px.verticaal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexitem-homeblok {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home1-image-linkblock {
  display: block;
  overflow: hidden;
  height: 250px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.paragraph {
  font-family: "Droid Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.paragraph.kolomslide {
  color: hsla(0, 0%, 100%, 0.7);
}

.paragraph.wit {
  color: #fff;
}

.home1-image {
  height: 100%;
  background-image: url("../images/home1_blok-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.home1-image._2 {
  background-image: url("../images/home1_blok-2.jpg");
  background-position: 50% 50%;
}

.home1-image._3 {
  background-image: url("../images/home1_blok-3.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.foto-overlay {
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.foto-overlay:hover {
  opacity: 0.3;
}

.home1_paralax-div {
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/home1_CTA.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/home1_CTA.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.home1_paralax-div.boxed {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/home1_CTA.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/home1_CTA.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.home1-cta-contentblock {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.home1-cta-contentblock.boxed {
  padding-left: 100px;
}

.home1-content-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

._2-kol-row {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-left {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
}

.column-left.overzicht {
  padding-right: 60px;
}

.column-right {
  padding-right: 0px;
}

.column-right.overzicht {
  padding-left: 60px;
}

.menu1-dropdownlink {
  height: 45px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #000;
  font-weight: 400;
}

.menu1-dropdownlink:hover {
  background-color: #136f63;
  color: #fff;
}

.menu1-dropdownlink.w--current {
  background-color: #136f63;
  color: #fff;
}

.menu1-dropdown-icon {
  top: 10px;
}

.menu1-dropdown-list.w--open {
  top: 66px;
  background-color: #c7d301;
}

.taal-navbar {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  color: transparent;
}

.taal-dropdown-toggle {
  margin-left: 10px;
  padding: 0px 20px 0px 0px;
}

.taal-nav-image {
  width: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.taal-nav-image:hover {
  opacity: 0.7;
}

.taal-dropdown-icon {
  left: 0px;
  right: -20px;
  color: #888;
}

.taal-dropdown-icon:hover {
  color: #000;
}

.taal-div-block {
  display: inline-block;
  float: right;
}

.taal-dropdown-list.w--open {
  right: 0px;
  margin-top: 11px;
}

.taal-dropdown-linkblock {
  width: 70px;
  padding: 10px 0px 10px 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.taal-dropdown-linkblock:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.taal-dropdown-txt {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  float: right;
  font-family: "Droid Sans", sans-serif;
  color: #000;
  font-size: 13px;
}

.home1-nieuwsbrief-div {
  height: 450px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ddeefa;
}

.nieuwsbrief-image {
  height: 410px;
  float: right;
}

.nieuwsbrief-div {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.nieuwsbrief-contentblock {
  width: 60%;
  padding-top: 60px;
}

.nieuwsbrief-wrapper {
  margin-top: 40px;
}

.nieuwsbrief-form {
  height: 80px;
}

.succes-message {
  background-color: #bcffd2;
}

.succes-txt-block {
  font-family: "Droid Sans", sans-serif;
}

.error-message {
  padding: 20px;
}

.error-txt-block {
  font-family: "Droid Sans", sans-serif;
}

.nb-txt-field {
  display: inline-block;
  width: 85%;
  height: 60px;
  float: left;
}

.nb-submit {
  width: 15%;
  height: 60px;
  float: right;
  background-color: #01456b;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
}

.nb-submit:hover {
  background-color: #1a7db4;
}

.footer-div {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.flex-item-footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-icon-linkblock {
  width: 50px;
  height: 50px;
  background-image: url("../images/footer-tel-icon.svg");
  background-position: 50% 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.footer-icon-linkblock:hover {
  opacity: 1;
}

.footer-icon-linkblock.mail {
  background-image: url("../images/footer-mail-icon.svg");
  background-size: 35px 35px;
}

.footer-icon-linkblock.locatie {
  background-image: url("../images/footer-locatie-icon.svg");
  background-size: 35px 35px;
}

.footer-heading {
  display: block;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
  font-family: "Droid Sans", sans-serif;
  color: #888;
}

.footer-txt-link {
  display: block;
  width: 80%;
  float: right;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #888;
  font-weight: 700;
  text-decoration: none;
}

.footer-txt-link:hover {
  color: #000;
}

.bottom-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #01456b;
}

.bottom-txt {
  display: inline-block;
  margin-right: 3px;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
}

.bottom-div {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.bottom-txt-ontwikkelaar {
  margin-right: 10px;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  text-decoration: none;
}

.bottom-txt-link {
  margin-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  font-family: "Droid Sans", sans-serif;
  color: #c7d301;
  text-decoration: none;
}

.footer {
  width: 100%;
}

.content-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flexbox-content-boxed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spacer-lijn {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.h4 {
  font-family: "Droid Sans", sans-serif;
  color: #136f63;
  font-size: 22px;
  line-height: 26px;
}

.h4.wit {
  color: #fff;
  font-weight: 400;
}

.h5 {
  margin-top: 0px;
  font-family: "Droid Sans", sans-serif;
  color: #888;
  font-size: 18px;
  line-height: 22px;
}

.h5.bijschrift {
  font-size: 15px;
  text-align: center;
}

.h5.filters {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.h6 {
  margin-top: 0px;
  font-family: "Droid Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.h6.prod-slide {
  color: #97a005;
}

.button-div-voorbeeld {
  margin-bottom: 20px;
}

.button-div-voorbeeld.vulling {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #888;
}

.button-rounded {
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 4px solid #c7d301;
  border-radius: 6px;
  background-color: #c7d301;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.button-rounded:hover {
  border-color: #01456b;
  background-color: #01456b;
  color: #fff;
}

.button-rounded.w--current {
  margin-right: 20px;
}

.button-rounded.small {
  padding: 10px;
  font-size: 12px;
}

.button-rounded.small.wide {
  width: 100%;
  margin-right: 0px;
}

.button-rounded.outline-rounded {
  border: 4px solid #000;
  background-color: #fff;
  color: #000;
}

.button-rounded.outline-rounded:hover {
  border-color: #fff;
  background-color: #c7d301;
}

.button-rounded.outline-rounded.small.opwit:hover {
  border-color: #1a7db4;
}

.button-rounded.outline-rounded.opwit:hover {
  border-color: #1a7db4;
}

.button-rond {
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 4px solid #c7d301;
  border-radius: 40px;
  background-color: #c7d301;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.button-rond:hover {
  border-color: #01456b;
  background-color: #01456b;
  color: #fff;
}

.button-rond.w--current {
  margin-right: 20px;
}

.button-rond.outline {
  border: 4px solid #000;
  background-color: #fff;
  color: #000;
}

.button-rond.outline:hover {
  border-color: #fff;
  background-color: #c7d301;
}

.button-rond.outline.small.opwit:hover {
  border-color: #1a7db4;
}

.button-rond.outline.opwit:hover {
  border-color: #1a7db4;
}

.button-rond.small {
  padding: 10px;
  font-size: 12px;
}

.paragraph-txt-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #97a005;
  text-decoration: underline;
}

.paragraph-txt-link:hover {
  color: #1a7db4;
}

.paragraph-txt-link.w--current {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #97a005;
  text-decoration: underline;
}

.paragraph-txt-link.w--current:hover {
  color: #1a7db4;
}

.txtlink-block {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.txtlink-block.kleur {
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ddeefa;
}

.tekst-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #97a005;
}

.tekst-link:hover {
  color: #1a7db4;
}

.tekst-link.bold {
  font-weight: 700;
}

.tekst-link.kapitaal {
  text-transform: uppercase;
}

.parallax-1-div {
  height: 500px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/home1-slide_1.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/home1-slide_1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.parallax-1-div.boxed {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/home1-slide_1.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/home1-slide_1.jpg");
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
}

.parallax-txt-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 170px;
}

.parallax-txt-div.z-inex {
  position: relative;
  z-index: 50;
}

.parallax-heading {
  display: block;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.parallax-subheading {
  display: block;
  margin-bottom: 10px;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  text-transform: none;
}

.menu1-dropdown-sublink {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu1-dropdown-sublink:hover {
  background-color: #136f63;
  color: #fff;
}

.menu1-drobdown-sublist.w--open {
  left: 140px;
  top: 6px;
  background-color: #97a005;
}

.menu1-drop-sublink {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
}

.menu1-drop-sublink:hover {
  background-color: #136f63;
  color: #fff;
}

.menu1-drop-sublink.w--current {
  background-color: #136f63;
  color: #fff;
}

.home1-drop-subicon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.parallax-2-div {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-2-beeld {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 630px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/parallax-up-image.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/parallax-up-image.jpg");
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: scale3d(1, 0.8, 1);
  transform: scale3d(1, 0.8, 1);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.parallax-2-beeld.boxed {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/parallax-up-image.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/parallax-up-image.jpg");
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
}

.parallax-3-div {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-3-beeld {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 630px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/parallax-down-imageLR.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/parallax-down-imageLR.jpg");
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.parallax-3-beeld.boxed {
  display: block;
  width: 1200px;
  height: 500px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/parallax-down-imageLR.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/parallax-down-imageLR.jpg");
  background-size: auto, 1200px;
}

.content-boxed {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.content-boxed._800 {
  max-width: 680px;
  text-align: center;
}

.accordeon-head {
  display: block;
  margin-bottom: 20px;
  padding: 10px 5px;
  background-color: #ddeefa;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.accordeon-head:hover {
  background-color: #adcce2;
}

.accordeon-head.focused {
  margin-bottom: 0px;
  background-color: #dfe758;
}

.accordeon-head.focused:hover {
  background-color: #c7d301;
}

.accordeon-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.accordeon-txt-heading {
  display: inline-block;
  font-family: "Droid Sans", sans-serif;
  color: #000;
  font-weight: 700;
}

.accordeon-content {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

._3-kol-row {
  margin-bottom: 20px;
}

._3-kol-column {
  padding-right: 0px;
  padding-left: 0px;
}

._3-kol-column.middel {
  padding-right: 10px;
  padding-left: 10px;
}

.list-1 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "Droid Sans", sans-serif;
  color: #333;
}

.list-item-1 {
  margin-bottom: 10px;
}

.list-2 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
}

.list-item-2 {
  margin-bottom: 10px;
  font-weight: 400;
}

.list-3 {
  margin-bottom: 20px;
}

.list-item-3 {
  margin-bottom: 10px;
}

.list-icon-1 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #1a7db4;
}

.list-txt {
  display: inline-block;
  font-family: "Droid Sans", sans-serif;
}

.list-icon-2 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #14bd21;
}

.list-icon-3 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: red;
}

.list-icon-4 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #1a7db4;
}

.list-icon-5 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #c7d301;
}

.list-icon-6 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #78cfff;
}

.list-icon-7 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #949494;
}

.list-icon-8 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #0077e6;
}

.list-icon-9 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #ff800a;
}

.list-icon-10 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #c9c9c9;
}

.list-icon-11 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #888;
}

.list-icon-12 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: red;
}

.list-icon-13 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #a219e2;
}

.list-icon-14 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #1a7db4;
}

.list-icon-15 {
  display: inline-block;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #1aa593;
}

.list-4 {
  margin-bottom: 20px;
}

.list-txtlink {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #1a7db4;
  text-decoration: none;
}

.list-txtlink:hover {
  color: #a332ee;
}

.list-uitleg-div {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

.list-back-1 {
  margin-bottom: 10px;
  padding: 20px 10px 1px 20px;
  background-color: #eaf6ff;
}

.list-back-2 {
  margin-bottom: 10px;
  padding: 20px 10px 1px 20px;
  background-color: #f2f3dc;
}

.list-back-3 {
  margin-bottom: 10px;
  padding: 20px 10px 1px 20px;
  background-color: #f3dcdc;
}

.singel-image.kader-1 {
  width: 100%;
  border: 8px solid #d8d8d8;
}

.singel-image.kader-2 {
  border: 8px solid #c7d301;
}

.singel-image.kader-3 {
  border: 8px solid #000;
}

.singel-image.shade-1 {
  border: 4px solid #fff;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
}

.singel-image.shade-2 {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
}

.singel-image.shade-3 {
  border: 8px solid #fff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
}

.singel-image.rondhoek-1 {
  border-radius: 8px;
}

.singel-image.rondhoek-2 {
  border-radius: 20px;
}

.singel-image.rondhoek-3 {
  border-radius: 30px;
}

.image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.flexitem-afbeeldingen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-image-rond {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: url("../images/single-image-7.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-image-rond._2 {
  background-image: url("../images/single-image-8.jpg");
}

.single-image-rond._3 {
  background-image: url("../images/single-image-9.jpg");
}

.single-image-rond._4 {
  background-image: url("../images/single-image-10.jpg");
}

.menu1-dropdown {
  width: 100%;
}

.img-hover-link {
  overflow: hidden;
  height: 250px;
}

.image-hover {
  height: 100%;
}

.image-hover.no-effect {
  background-image: url("../images/single-image-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-hover.fade-in {
  background-image: url("../images/single-image-2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-hover.fade-out {
  background-image: url("../images/single-image-3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-hover.zoom-in {
  background-image: url("../images/single-image-4.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-hover.zoom-in:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-hover.vaag-normaal {
  background-image: url("../images/single-image-6.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-hover.vaag-normaal:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.image-hover.normaal-vaag {
  background-image: url("../images/single-image-5.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-hover.normaal-vaag:hover {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.image-hover.grijs-kleur {
  background-image: url("../images/single-image-7.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-hover.grijs-kleur:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.image-hover.kleur-grijs {
  background-image: url("../images/single-image-8.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-hover.kleur-grijs:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-hover.sepia-kleur {
  background-image: url("../images/single-image-9.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-hover.sepia-kleur:hover {
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
}

.image-hover.kleur-sepia {
  background-image: url("../images/single-image-12.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-hover.kleur-sepia:hover {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.image-hover.link-icon {
  background-image: url("../images/single-image-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-hover.link-icon._2 {
  background-image: url("../images/single-image-2.jpg");
}

.image-hover.link-icon._3 {
  background-image: url("../images/single-image-5.jpg");
}

.overlay-fade-in {
  height: 100%;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.overlay-fade-in:hover {
  opacity: 0;
}

.overlay-fade-out {
  height: 100%;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.overlay-fade-out:hover {
  opacity: 1;
}

.overlay-link-icon {
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.overlay-link-icon:hover {
  opacity: 1;
}

.link-icon-overlay {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.icon-overlay {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.full-width-slider-div {
  margin-bottom: 20px;
}

.boxed-slider-div {
  margin-bottom: 20px;
}

.kolom-slider {
  height: 350px;
}

.kolom-left-arrow {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
}

.kolom-right-arrow {
  left: 530px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
}

.kolom-slide-arrow {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 2px;
  background-color: #c7d301;
  opacity: 0.1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 28px;
}

.kolom-slide-arrow:hover {
  opacity: 1;
}

.kolom-slide {
  background-image: url("../images/kolom-slide-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kolom-slide._2 {
  background-image: url("../images/kolom-slide-2.jpg");
  background-size: cover;
}

.kolom-slide._3 {
  background-image: url("../images/kolom-slide-3.jpg");
}

.kolom-slide-content-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 40%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.lolom-slide-heading {
  margin-bottom: 10px;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.product-slider-div {
  padding-bottom: 40px;
  text-align: center;
}

.product-slide {
  display: inline-block;
  width: 195px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.product-slide-image {
  overflow: hidden;
  width: 180px;
  height: 200px;
}

.product-slide-button {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #1a7db4;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

.product-slide-button:hover {
  background-color: #01456b;
}

.product-image-hover {
  height: 100%;
  background-image: url("../images/single-image-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-image-hover:hover {
  -webkit-transform: translate(0px, -3px) scale(0.98);
  -ms-transform: translate(0px, -3px) scale(0.98);
  transform: translate(0px, -3px) scale(0.98);
}

.product-image-hover._2 {
  background-image: url("../images/single-image-2.jpg");
}

.product-image-hover._3 {
  background-image: url("../images/single-image-3.jpg");
}

.product-image-hover._4 {
  background-image: url("../images/single-image-5.jpg");
}

.product-image-hover._5 {
  background-image: url("../images/single-image-9.jpg");
}

.product-image-hover._6 {
  background-image: url("../images/single-image-13.jpg");
}

.product-slide-select-div {
  margin-top: 5px;
  padding-top: 0px;
}

.carrousel-pijl-right {
  width: 40px;
  height: 40px;
  float: right;
  background-image: url("../images/icon-pijl-right.svg");
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.carrousel-pijl-right:hover {
  opacity: 1;
}

.carrousel-pijl-left {
  width: 40px;
  height: 40px;
  float: right;
  background-image: url("../images/icon-pijl-left.svg");
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.carrousel-pijl-left:hover {
  opacity: 1;
}

.go-to-top-div {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.to-top-link {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  margin-right: 40px;
  margin-bottom: 5%;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.to-top-link:hover {
  background-color: #1a7db4;
  opacity: 1;
}

.pijl-image {
  opacity: 0.4;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.pijl-image:hover {
  opacity: 1;
}

.nieuws-row {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.nieuws-left-column {
  padding-left: 0px;
}

.nieuws-right-column {
  padding-right: 0px;
}

.nieuws-linkblock {
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}

.nieuws-image {
  height: 100%;
  background-image: url("../images/nieuws_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.nieuws-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nieuws-image._2 {
  background-image: url("../images/nieuws_2.jpg");
}

.nieuws-image._3 {
  background-image: url("../images/nieuws_3.jpg");
}

.nieuws-image._4 {
  background-image: url("../images/nieuws_4.jpg");
}

.nieuws-image._5 {
  background-image: url("../images/nieuws_5.jpg");
}

.nieuws-overlay {
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.nieuws-overlay:hover {
  opacity: 0.3;
}

.nieuws-buttonblock {
  margin-top: 20px;
}

.nieuws-txtliink {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #1a7db4;
  font-weight: 400;
  text-decoration: none;
}

.nieuws-txtliink:hover {
  color: #c7d301;
}

.nieuws-txtliink.diap {
  color: #fff;
}

.nieuws-txtliink.diap:hover {
  color: #ddeefa;
}

.paginering {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.paginering.webshop {
  padding-right: 10px;
  padding-left: 10px;
}

.paginering-linkblock {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 10px 5px 5px;
  background-color: #ececec;
  text-align: center;
  text-decoration: none;
}

.paginering-linkblock:hover {
  background-color: #ddeefa;
}

.paginering-linkblock.w--current {
  background-color: #dfe758;
  color: #000;
}

.paginering-txt {
  font-family: "Droid Sans", sans-serif;
  color: #888;
  text-decoration: none;
}

.bericht-div {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.nieuws-image-single {
  width: 100%;
  margin-bottom: 20px;
}

.button-left-column {
  padding-left: 0px;
}

.button-right-column {
  padding-right: 0px;
  text-align: right;
}

.testimonial-div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.testimonial-column-left {
  padding-right: 10px;
  padding-left: 0px;
}

.testimonial-right {
  padding-right: 0px;
  padding-left: 10px;
}

.testimonial-txtblock {
  padding: 10px;
  background-color: #eaf6ff;
}

.klant-div {
  padding-top: 10px;
}

.klant-image {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 100%;
}

.klant-naam {
  display: block;
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
}

.klant-bedrijf-link {
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #888;
  text-decoration: none;
}

.klant-bedrijf-link:hover {
  color: #1a7db4;
}

.klant-txt-column {
  padding-top: 10px;
}

.block-quote {
  border-left-color: #adcce2;
  font-family: "Droid Sans", sans-serif;
}

.team-carrousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.team-intro {
  display: inline-block;
  width: 280px;
  height: 400px;
  padding-top: 70px;
  padding-right: 10px;
  padding-left: 30px;
  float: left;
  background-color: #dfe758;
}

.team-intro-txt {
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 48px;
  text-align: left;
}

.team-carrousel-slide {
  display: inline-block;
  width: 900px;
  height: 400px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.teamlid-carrousel {
  display: inline-block;
  width: 300px;
  height: 400px;
  text-decoration: none;
}

.teamlid-image {
  height: 100%;
  background-image: url("../images/team_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teamlid-image._2 {
  background-image: url("../images/team_2.jpg");
}

.teamlid-image._3 {
  background-image: url("../images/team_3.jpg");
}

.teamlid-overlay {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.teamlid-overlay:hover {
  opacity: 1;
}

.team-naam {
  margin-bottom: 10px;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  font-weight: 700;
}

.team-lid-spacer {
  display: block;
  width: 60%;
  height: 4px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #fff;
}

.team-functie {
  font-family: "Droid Sans", sans-serif;
  color: #fff;
}

.team-naam-div {
  margin-bottom: 130px;
}

.team-naam-div.blok {
  margin-bottom: 110px;
}

.team-contact-div {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.team-icon-tel {
  width: 20px;
  margin-right: 20px;
}

.team-link-txt {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  text-decoration: none;
}

.team-link-txt:hover {
  opacity: 0.8;
}

.team-icon-mail {
  width: 30px;
  margin-right: 20px;
  text-align: center;
}

.team-icon-div {
  display: inline-block;
  width: 50px;
  text-align: center;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-flexbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-item {
  display: inline-block;
  overflow: hidden;
  width: 225px;
  height: 340px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  background-color: #e7f5ff;
}

.team-foto {
  height: 100%;
  background-image: url("../images/team_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-foto._2 {
  background-image: url("../images/team_2.jpg");
}

.team-foto._3 {
  background-image: url("../images/team_3.jpg");
}

.team-blok-overlay {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(1, 69, 107, 0.8);
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  text-align: center;
}

.team-blok-overlay:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.categorie-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("../images/single-image-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.categorie-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.categorie-image._2 {
  background-image: url("../images/single-image-2.jpg");
}

.categorie-image._3 {
  background-image: url("../images/single-image-3.jpg");
}

.categorie-image._4 {
  background-image: url("../images/single-image-4.jpg");
}

.categorie-image._5 {
  background-image: url("../images/single-image-5.jpg");
}

.categorie-image._6 {
  background-image: url("../images/single-image-9.jpg");
}

.categorie-image._7 {
  background-image: url("../images/single-image-6.jpg");
}

.categorie-image._8 {
  background-image: url("../images/single-image-7.jpg");
}

.categorie-image._9 {
  background-image: url("../images/single-image-8.jpg");
}

.categorie-image._10 {
  background-image: url("../images/single-image-10.jpg");
}

.categorie-image._11 {
  background-image: url("../images/single-image-11.jpg");
}

.categorie-image._12 {
  background-image: url("../images/single-image-12.jpg");
}

.categorie-overlay {
  overflow: hidden;
  height: 100%;
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.categorie-overlay:hover {
  opacity: 1;
}

.categorie-overlay.optie2 {
  padding-top: 70px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.categorie-overlay.optie2:hover {
  opacity: 0;
}

.categorie-txt {
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.categorie-image-full {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url("../images/single-image-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.categorie-image-full:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.categorie-image-full._2 {
  background-image: url("../images/single-image-2.jpg");
}

.categorie-image-full._3 {
  background-image: url("../images/single-image-3.jpg");
}

.categorie-image-full._4 {
  background-image: url("../images/single-image-4.jpg");
}

.categorie-image-full._5 {
  background-image: url("../images/single-image-5.jpg");
}

.categorie-overlay-full {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.categorie-overlay-full:hover {
  opacity: 1;
}

.categorie-overlay-full.optie2 {
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.categorie-overlay-full.optie2:hover {
  opacity: 0;
}

.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexitem-categorie-row {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexrow-categorie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexitem-categorie {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexitem-categorie.boxed {
  max-height: 200px;
  min-height: 200px;
}

.album-div {
  margin-bottom: 20px;
}

.album-left-column {
  padding-left: 0px;
}

.album-right-column {
  padding-right: 0px;
}

.main-foto {
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.main-foto:hover {
  opacity: 0.7;
}

.thumb-image {
  width: 120px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.album-image-overlay {
  overflow: hidden;
  margin-bottom: 5px;
}

.album-overlay {
  display: inline-block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.album-overlay:hover {
  opacity: 0.7;
}

.google-map-full {
  height: 500px;
  margin-bottom: 40px;
}

.contact1-left-column {
  padding-left: 0px;
}

.contact1-right-column {
  padding-right: 0px;
}

.contact-bedrijf-image {
  width: 50%;
  margin-bottom: 20px;
}

.form-wrapper {
  text-align: left;
}

.form {
  padding: 20px;
  background-color: #f0f5f8;
}

.form.transparant {
  padding: 0px;
  background-color: transparent;
}

.form.webshop {
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

.field-label {
  font-family: "Droid Sans", sans-serif;
  color: #1a7db4;
}

.field-label.center {
  text-align: center;
}

.form-field {
  height: 50px;
  border: 1px solid #93c4df;
  border-radius: 6px;
  font-family: "Droid Sans", sans-serif;
  color: #888;
}

.form-field:hover {
  border-color: #1a7db4;
}

.form-field:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.form-field::-webkit-input-placeholder {
  color: #888;
}

.form-field:-ms-input-placeholder {
  color: #888;
}

.form-field::placeholder {
  color: #888;
}

.form-field.select {
  color: #888;
}

.form-field.input {
  height: 140px;
}

.form-field.input.xl {
  height: 290px;
}

.radio-button-div.center {
  text-align: center;
}

.radio-button-field {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 10px;
}

.radio-button-field.center {
  margin-right: 10px;
  margin-left: 10px;
}

.radio-button-field.betaal {
  display: block;
  margin-right: 0px;
  padding-bottom: 20px;
}

.form-button-block {
  margin-top: 30px;
}

.form-button-block.center {
  text-align: center;
}

.checkbox-div.center {
  display: block;
  max-width: 105px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.checkbox-field {
  margin-bottom: 10px;
  text-align: left;
}

.checkbox-field.adres {
  margin-top: 30px;
}

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

.contact2-parralax-div {
  height: 200px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/home1-slide_1.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/home1-slide_1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.headerblock-contact2 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  text-align: center;
}

.contact2-row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.contact2-left-column {
  padding-left: 0px;
}

.contact2-right-column {
  padding-right: 0px;
}

.content-full {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e4e4e4;
  text-align: left;
}

.content-full.wit {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #fff;
}

.google-map-column {
  height: 500px;
  margin-bottom: 0px;
}

.google-map-column.kader {
  border: 6px solid #fff;
}

.contact3-row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.contact3-left-column {
  padding-left: 0px;
}

.contact3-right-column {
  padding-right: 0px;
}

.contact-boxed-1200 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.video-left-column {
  padding-left: 0px;
}

.video-right-column {
  padding-right: 0px;
}

.video-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.video-div.kleur {
  background-color: #1a7db4;
}

.cart_div {
  display: inline-block;
  float: right;
  text-align: center;
  text-decoration: none;
}

.cart-image {
  width: 40px;
  padding-top: 16px;
}

.cart-counter {
  position: relative;
  left: 35px;
  top: -1px;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding-top: 2px;
  border-radius: 100%;
  background-color: #ff000a;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.cart-inhoud-wrapper {
  position: absolute;
  top: 80px;
  right: 0px;
  z-index: 500;
  display: inline-block;
  width: 300px;
  height: 0px;
  float: right;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.3);
}

.cart-toevoeg-balk {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #c7d301;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
}

.cart-vink {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.cart-toevoeg-txt {
  display: inline-block;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
}

.cart-product {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
}

.cart-prod-thumb {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  float: left;
}

.cart-product-naam {
  position: absolute;
  left: 0px;
  top: 60px;
  display: inline-block;
  width: 192.9375px;
  margin-left: 90px;
  float: right;
  font-family: "Droid Sans", sans-serif;
  color: #000;
}

.cart-product-prijs {
  position: absolute;
  left: 0px;
  top: 100px;
  display: inline-block;
  width: 192.9375px;
  margin-left: 90px;
  float: right;
  font-family: "Droid Sans", sans-serif;
  color: #000;
  font-weight: 700;
  text-align: right;
}

.cart-button {
  width: 100%;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 15px;
  background-color: #97a005;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.cart-button:hover {
  background-color: #b8c300;
  color: #fff;
}

.cart-button._2 {
  background-color: #1a7db4;
}

.cart-button._2:hover {
  background-color: #01456b;
}

.cart-inhoud-div {
  padding: 15px;
}

.overzicht-row {
  margin-bottom: 20px;
}

.overzicht-column {
  padding-right: 20px;
  padding-left: 0px;
}

.overzicht-column.right {
  padding-right: 0px;
  padding-left: 20px;
}

.overzicht-block {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #d8d8d8;
  background-color: #f3f8fc;
}

.overzicht-link-image {
  overflow: hidden;
  width: 90%;
  height: 145px;
  background-color: #fff;
}

.overzicht-content-column-left {
  padding-right: 10px;
}

.overzicht-image {
  height: 100%;
  background-image: url("../images/overzicht-typografie.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.overzicht-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.overzicht-image._2 {
  background-image: url("../images/overzicht-parallax-full.jpg");
}

.overzicht-image._3 {
  background-image: url("../images/overzicht-parallax-boxed.jpg");
}

.overzicht-image._4 {
  background-image: url("../images/overzicht-accordeon.jpg");
}

.overzicht-image._5 {
  background-image: url("../images/overzicht-list.jpg");
}

.overzicht-image._6 {
  background-image: url("../images/overzicht-afb-stijl.jpg");
}

.overzicht-image._7 {
  background-image: url("../images/overzicht-afb-hover.jpg");
}

.overzicht-image._8 {
  background-image: url("../images/overzicht-sliders.jpg");
}

.overzicht-image._9 {
  background-image: url("../images/overzicht-video.jpg");
}

.overzicht-image._10 {
  background-image: url("../images/overzicht-fotoalbum.jpg");
}

.overzicht-image._11 {
  background-image: url("../images/overzicht-fotoalbum-single.jpg");
}

.overzicht-image._12 {
  background-image: url("../images/overzicht-nieuws.jpg");
}

.overzicht-image._13 {
  background-image: url("../images/overzicht-portfolio.jpg");
}

.overzicht-image._14 {
  background-image: url("../images/overzicht-team.jpg");
}

.overzicht-image._15 {
  background-image: url("../images/overzicht-testimonials.jpg");
}

.overzicht-image._16 {
  background-image: url("../images/overzicht-contact.jpg");
}

.overzicht-fade {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.overzicht-fade:hover {
  opacity: 1;
}

.categorie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.categorie-link-block {
  display: inline-block;
  overflow: hidden;
  width: 250px;
  height: 250px;
  min-width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d8d8d8;
  text-decoration: none;
}

.gategorie-div {
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
}

.categorie-flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.categorie-afbeelding {
  height: 210px;
  background-image: url("../images/webshop-categorieën-kaas.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.categorie-afbeelding:hover {
  /*-webkit-transform: scale(1.03);*/
  /*-ms-transform: scale(1.03);*/
  /*transform: scale(1.03);*/
}

.categorie-afbeelding._2 {
  background-image: url("../images/webshop-categorieën-melk.jpg");
}

.categorie-afbeelding._3 {
  background-image: url("../images/webshop-categorieën-vlees.jpg");
}

.categorie-afbeelding._4 {
  background-image: url("../images/webshop-categorieën-zeep.jpg");
}

.categorie-afbeelding._5 {
  background-image: url("../images/webshop-categorieën-wol.jpg");
}

.categorie-afbeelding._6 {
  background-image: url("../images/webshop-categorieën-leer.jpg");
}

.categorie-afbeelding._7 {
  background-image: url("../images/webshop-categorieën-skull.jpg");
}

.categorie-afbeelding._8 {
  background-image: url("../images/webshop-categorieën-kunst.jpg");
}

.categorie-afbeelding._9 {
  height: 210px;
}

.cat-heading {
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.cat-overlay {
  height: 100%;
  padding-top: 95px;
  border: 4px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  /*-webkit-transition: all 500ms ease;*/
  /*transition: all 500ms ease;*/
}

/*.cat-overlay:hover {*/
/*box-shadow: 0 0 6px 4px rgba(0, 0, 0, .3);*/
/*opacity: 1;*/
/*}*/

.weergave-div {
  margin-top: 10px;
}

.weergave-txt {
  display: inline-block;
  margin-right: 10px;
  font-family: "Droid Sans", sans-serif;
  color: #333;
}

.weergave-image {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("../images/webshop-blok-weergave.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.weergave-image:hover {
  background-image: url("../images/webshop-blok-weergave-hover.svg");
}

.weergave-image._2 {
  background-image: url("../images/webshop-lijst-weergave.svg");
  opacity: 0.6;
}

.weergave-image._2:hover {
  background-image: url("../images/webshop-lijst-weergave-hover.svg");
  opacity: 1;
}

.weergave-image._2.w--current {
  opacity: 1;
}

.weergave-image.listweergave {
  opacity: 0.5;
}

.product-block {
  display: inline-block;
  width: 200px;
  height: 410px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

.product-block-link-image {
  overflow: hidden;
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
}

.product-block-div {
  height: 100%;
  background-image: url("../images/kaas_01.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block-div:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.product-block-div._2 {
  background-image: url("../images/kaas_02.jpg");
}

.product-block-div._3 {
  background-image: url("../images/kaas_03.jpg");
}

.product-block-div._4 {
  background-image: url("../images/kaas_04.jpg");
}

.product-block-div._5 {
  background-image: url("../images/kaas_05.jpg");
}

.product-block-div._6 {
  background-image: url("../images/kaas_06.jpg");
}

.product-block-div._7 {
  background-image: url("../images/kaas_07.jpg");
}

.product-block-div._8 {
  background-image: url("../images/kaas_08.jpg");
}

.product-block-div._9 {
  background-image: url("../images/kaas_09.jpg");
}

.product-block-div._10 {
  background-image: url("../images/kaas_10.jpg");
}

.prod-block-titel {
  height: 70px;
  margin-bottom: 10px;
}

.prod-block-omschrijving {
  height: 80px;
}

.prod-block-button {
  position: relative;
  top: 10px;
}

.prod-block-prijs {
  height: 20px;
}

.prod-prijs {
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.prod-prijs.list {
  text-align: right;
}

.prod-list-div {
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-list {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

.product-list-link-image {
  overflow: hidden;
  width: 95%;
  height: 170px;
  border: 1px solid #d8d8d8;
}

.prod-list-button-block {
  margin-top: 10px;
  text-align: right;
}

.prod-list-titel {
  height: 40px;
}

.prod-list-omschrijving {
  height: 60px;
}

.prod-list-prijs {
  height: 20px;
}

.single-prod-wrpper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #d8d8d8;
}

.sp-main-lb {
  border: 1px solid #d8d8d8;
}

.sp-thumb-div {
  margin-top: 10px;
}

.sp-thumb-link {
  width: 80px;
  margin-right: 10px;
  border: 1px solid #d8d8d8;
}

.sp-prijs-div {
  margin-top: 40px;
  margin-bottom: 30px;
  text-decoration: none;
}

.sp-van-prijs {
  display: inline-block;
  margin-right: 20px;
  font-family: "Droid Sans", sans-serif;
  color: #ff0303;
  text-decoration: line-through;
}

.sp-voor-prijs {
  display: inline-block;
  font-family: "Droid Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.sp-voor-prijs.ww {
  font-size: 22px;
}

.succes-bericht {
  background-color: #eaecbe;
}

.text-block {
  font-family: "Droid Sans", sans-serif;
}

.winkelwagen-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #d8d8d8;
}

.ww-product-div {
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  border: 1px solid #d8d8d8;
}

.ww-prod-image-link {
  width: 100%;
  height: 120px;
  margin-bottom: 0px;
  border: 1px solid #d8d8d8;
  background-image: url("../images/kaas_01.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ww-left-column {
  padding-right: 0px;
  padding-left: 0px;
}

.ww-prijs-cancel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ww-prijs-block {
  text-align: right;
}

.ww-optie-block {
  padding-top: 20px;
}

.ww-optie-txt {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d8d8d8;
  font-family: "Droid Sans", sans-serif;
}

.ww-delete-link {
  overflow: hidden;
  margin-top: 20px;
  float: right;
  border: 1px solid #d8d8d8;
}

.div-block {
  width: 60px;
  height: 60px;
  background-image: url("../images/trash-aap.svg");
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.ww-trash-overlay {
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.ww-trash-overlay:hover {
  background-color: rgba(255, 3, 3, 0.2);
}

.ww-totaal-block {
  margin-bottom: 20px;
  padding: 20px 10px 10px;
  background-color: #eaf6ff;
}

.ww-totaal-row {
  margin-bottom: 10px;
}

.ww-totaal-verzend {
  margin-bottom: 10px;
  font-family: "Droid Sans", sans-serif;
}

.ww-totaal-right-column {
  text-align: right;
}

.ww-totaal-artikel {
  font-size: 16px;
  font-weight: 700;
}

.ww-button-block {
  margin-bottom: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-image {
  margin-bottom: 40px;
}

.afreken-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 0px 10px;
  border: 1px none #d8d8d8;
}

.login-div {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

.gegevens-left-col {
  padding-left: 0px;
}

.betaal-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d0dccb;
}

.betaal-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
}

.betaal-flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.betaal-logo-div {
  display: inline-block;
  width: 60px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.betaal-logo-div.liggend {
  width: 150px;
}

.gegevens-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 20px 10px;
  border: 1px solid #d8d8d8;
}

.overzicht-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 20px 10px;
  border: 1px solid #d8d8d8;
}

.bestelling-row.totaal {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d0dccb;
}

.overzicht-prijs {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  text-align: right;
}

._2-kol-row-overzicht {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-wrapper {
  width: 250px;
  padding: 20px 20px 10px;
  background-color: hsla(0, 0%, 85%, 0.7);
}

.filter-button {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #1a7db4;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Droid Sans", sans-serif;
  color: #333;
}

.filter-button:hover {
  background-color: #1a7db4;
  color: #fff;
}

.filtergroep {
  margin-bottom: 30px;
}

.checkbox-field-filter {
  text-align: left;
}

.checkbox-filter-label {
  text-align: left;
}

.galery-icon {
  display: block;
  width: 24px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

html.w-mod-js *[data-ix="home1-hero-action"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="home1-subheroaction"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="home1-herotekst-action"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="home1-buttonblock"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="cart-status"] {
  opacity: 0;
  height: 0px;
}

@media (max-width: 991px) {
  .nav-link-menu-1.w--current {
    background-color: #fff;
  }

  .nav-menu-menu-1 {
    top: 96px;
    margin-right: -10px;
    margin-left: -10px;
    background-color: #f3f5d7;
  }

  .slide-home-1 {
    height: 500px;
  }

  .slide-content-div {
    margin-top: 90px;
  }

  .home1-slide-txtblock {
    width: 580px;
    margin-left: 0px;
  }

  .h1 {
    font-size: 38px;
    line-height: 42px;
  }

  .h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .h2.cta {
    font-size: 54px;
  }

  .h3 {
    opacity: 1;
    font-size: 24px;
    line-height: 30px;
  }

  .home1-image-linkblock {
    height: 180px;
  }

  .home1-content-div {
    padding-bottom: 30px;
  }

  .column-left.overzicht {
    padding-right: 40px;
  }

  .column-right.overzicht {
    padding-left: 40px;
  }

  .home1-nieuwsbrief-div {
    height: 350px;
    padding-top: 10px;
  }

  .nieuwsbrief-image {
    position: relative;
    top: 110px;
    height: 230px;
  }

  .nieuwsbrief-contentblock {
    width: 70%;
    padding-top: 30px;
  }

  .nieuwsbrief-form {
    height: 70px;
  }

  .nb-txt-field {
    width: 80%;
  }

  .nb-submit {
    width: 20%;
  }

  .footer-icon-linkblock {
    width: 40px;
    height: 40px;
  }

  .parallax-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .parallax-subheading {
    font-size: 30px;
    line-height: 40px;
  }

  .single-image-rond {
    width: 140px;
    height: 140px;
  }

  .img-hover-link {
    height: 150px;
  }

  .menu1-hamburger {
    padding: 10px;
    background-color: #c7d301;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
  }

  .menu1-hamburger:hover {
    background-color: #1a7db4;
  }

  .menu1-hamburger.w--open {
    background-color: #1a7db4;
  }

  .menu1-burger-icon {
    font-size: 54px;
  }

  .overlay-link-icon {
    padding-top: 55px;
  }

  .link-icon-overlay {
    width: 40px;
    height: 40px;
  }

  .icon-overlay {
    width: 40px;
    height: 40px;
  }

  .testimonial-column-left {
    padding-right: 5px;
  }

  .testimonial-right {
    padding-left: 5px;
  }

  .klant-naam {
    padding-left: 20px;
  }

  .klant-bedrijf-link {
    padding-left: 20px;
  }

  .team-carrousel {
    margin-bottom: 0px;
  }

  .team-intro {
    width: 140px;
    height: 286px;
    padding-top: 50px;
    padding-left: 10px;
  }

  .team-intro-txt {
    font-size: 20px;
  }

  .team-carrousel-slide {
    height: 286px;
  }

  .teamlid-carrousel {
    width: 200px;
    height: 286px;
  }

  .teamlid-overlay {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .team-naam-div {
    margin-bottom: 70px;
  }

  .team-link-txt {
    padding-left: 10px;
  }

  .team-icon-div {
    width: 20px;
  }

  .categorie-overlay {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .categorie-overlay-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .album-left-column {
    padding-right: 0px;
  }

  .album-right-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .thumb-image {
    width: 119px;
  }

  .contact2-parralax-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-full {
    margin-top: 20px;
    padding: 30px 10px;
  }

  .google-map-column {
    height: 430px;
  }

  .video-left-column {
    margin-bottom: 20px;
  }

  .cart_div {
    margin-top: 4px;
  }

  .overzicht-row {
    margin-bottom: 10px;
  }

  .overzicht-column {
    padding-right: 10px;
  }

  .overzicht-column.right {
    padding-left: 10px;
  }

  .overzicht-block {
    height: 195px;
    margin-bottom: 10px;
  }

  .overzicht-link-image {
    height: 95px;
  }

  .categorie-link-block {
    width: 230px;
    height: 230px;
    min-width: 230px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .categorie-afbeelding {
    height: 190px;
  }

  .cat-overlay {
    padding-top: 85px;
  }

  .afreken-wrapper {
    padding: 10px 10px 0px;
  }

  .login-div {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 10px;
  }

  .gegevens-wrapper {
    padding: 10px 10px 0px;
  }

  .overzicht-wrapper {
    padding: 10px 10px 0px;
  }
}

@media (max-width: 767px) {
  .menu-div-1200px {
    padding-right: 20px;
  }

  .slide-home-1 {
    height: 350px;
  }

  .slide-content-div {
    margin-top: 60px;
  }

  .home1-slide-txtblock {
    width: 100%;
  }

  .h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .home1-buttonblock {
    padding-top: 20px;
  }

  .home1-blokken-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home1-image-linkblock {
    height: 140px;
  }

  .home1_paralax-div {
    height: 350px;
  }

  .home1-cta-contentblock {
    padding-top: 0px;
  }

  .home1-content-div {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .image {
    width: 100%;
  }

  .column-left {
    padding-right: 0px;
  }

  .column-left.overzicht {
    padding-right: 0px;
  }

  .column-right {
    padding-left: 0px;
  }

  .column-right.overzicht {
    padding-left: 0px;
  }

  .home1-nieuwsbrief-div {
    height: 250px;
  }

  .nieuwsbrief-image {
    top: 90px;
    height: 150px;
  }

  .nieuwsbrief-contentblock {
    padding-top: 20px;
  }

  .content-div {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .parallax-1-div {
    height: 350px;
  }

  .parallax-txt-div {
    padding-top: 140px;
  }

  .parallax-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .parallax-subheading {
    font-size: 24px;
    line-height: 28px;
  }

  .parallax-2-div {
    height: 350px;
  }

  .parallax-2-beeld {
    height: 540px;
  }

  .parallax-3-div {
    height: 350px;
  }

  .parallax-3-beeld {
    height: 400px;
  }

  ._3-kol-column.middel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flexitem-afbeeldingen {
    padding-right: 10px;
    padding-left: 10px;
  }

  .single-image-rond {
    width: 120px;
    height: 120px;
  }

  .to-top-link {
    margin-right: 20px;
  }

  .nieuws-left-column {
    padding-right: 0px;
  }

  .nieuws-right-column {
    padding-left: 0px;
  }

  .nieuws-image-single {
    height: 350px;
  }

  .testimonial-column-left {
    padding-right: 0px;
  }

  .testimonial-right {
    padding-left: 0px;
  }

  .klant-naam {
    padding-left: 0px;
  }

  .klant-bedrijf-link {
    padding-left: 0px;
  }

  .team-intro {
    width: 100px;
    height: 257px;
  }

  .team-carrousel-slide {
    height: 257px;
  }

  .teamlid-carrousel {
    width: 180px;
    height: 257px;
  }

  .team-naam-div.blok {
    margin-bottom: 90px;
  }

  .team-item {
    width: 200px;
    height: 302px;
  }

  .team-blok-overlay {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .categorie-image {
    min-height: 200px;
  }

  .categorie-overlay {
    min-height: 200px;
    padding-top: 90px;
  }

  .categorie-overlay-full {
    min-height: 250px;
    padding-top: 110px;
  }

  .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flexitem-categorie-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flexrow-categorie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flexitem-categorie.boxed {
    max-height: auto;
  }

  .thumb-image {
    width: 102px;
  }

  .album-image-overlay {
    height: 350px;
  }

  .google-map-full {
    height: 350px;
  }

  .contact1-left-column {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .contact1-right-column {
    padding-left: 0px;
  }

  .contact2-left-column {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .contact2-right-column {
    padding-left: 0px;
  }

  .google-map-column {
    height: 350px;
  }

  .contact3-left-column {
    padding-right: 0px;
  }

  .contact3-right-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .overzicht-column {
    padding-right: 0px;
  }

  .overzicht-column.right {
    padding-left: 0px;
  }

  .overzicht-block {
    height: 320px;
    text-align: center;
  }

  .overzicht-link-image {
    display: block;
    width: 60%;
    height: 195px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .categorie-link-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .sp-left-column {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sp-right-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .login-div {
    margin-bottom: 20px;
  }

  .gegevens-left-col {
    padding-right: 0px;
  }
}

@media (max-width: 479px) {
  /* .flexbox-menu-1 {
    height: 135px;
  } */

  .topstrip {
    padding-right: 10px;
    padding-left: 10px;
  }

  .socialmedia {
    margin-left: 4px;
  }

  .zoek-linkblock {
    margin-left: 5px;
    padding-left: 5px;
  }

  .strip-contact {
    margin-left: 0px;
  }

  .strip-contact._2 {
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 4px;
  }

  .menu-1-logo {
    height: 100px;
  }

  .slide-content-div {
    margin-top: 50px;
  }

  .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .h2.slide-home1 {
    font-size: 36px;
  }

  .h2.cta {
    font-size: 42px;
    line-height: 46px;
  }

  .home1-buttonblock {
    padding-top: 10px;
  }

  .button-square {
    margin-right: 10px;
    padding: 12px;
    font-size: 13px;
  }

  .button-square.outline.small.news {
    margin-top: 10px;
  }

  .flexbox-1200px {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flexitem-homeblok {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home1-image-linkblock {
    height: 160px;
  }

  .home1-content-div {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .home1-nieuwsbrief-div {
    height: 230px;
  }

  .nieuwsbrief-contentblock {
    width: 100%;
  }

  .nb-txt-field {
    width: 70%;
  }

  .nb-submit {
    width: 30%;
  }

  .footer-div {
    padding-bottom: 20px;
  }

  .flex-item-footer {
    margin-bottom: 10px;
  }

  .footer-icon-linkblock {
    width: 50px;
    height: 50px;
  }

  .bottom-div {
    text-align: center;
  }

  .spacer-lijn {
    margin-bottom: 10px;
  }

  .parallax-txt-div {
    padding-top: 110px;
  }

  .parallax-subheading {
    font-size: 20px;
    line-height: 24px;
  }

  .singel-image.shade-1 {
    margin-bottom: 10px;
  }

  .singel-image.shade-2 {
    margin-bottom: 10px;
  }

  .singel-image.shade-3 {
    margin-bottom: 10px;
  }

  .image-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-box.rond {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .flexitem-afbeeldingen {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .single-image-rond {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }

  /* .to-top-link {
    margin-right: 10px;
    margin-bottom: 210px;
  } */

  .nieuws-image-single {
    height: auto;
  }

  .button-left-column {
    padding-right: 0px;
  }

  .button-right-column {
    padding-left: 0px;
    text-align: left;
  }

  .klant-naam {
    padding-left: 20px;
  }

  .klant-bedrijf-link {
    padding-left: 20px;
  }

  .team-intro {
    width: 180px;
  }

  .team-naam {
    font-size: 13px;
  }

  .team-functie {
    font-size: 13px;
  }

  .team-naam-div.blok {
    margin-bottom: 40px;
  }

  .team-contact-div {
    margin-bottom: 10px;
    text-align: center;
  }

  .team-icon-tel {
    display: block;
    width: 15px;
  }

  .team-link-txt {
    display: block;
    padding-left: 0px;
    font-size: 13px;
  }

  .team-icon-mail {
    display: block;
    width: 20px;
  }

  .team-item {
    width: 160px;
    height: 242px;
  }

  .team-blok-overlay {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .thumb-image {
    width: 80px;
  }

  .album-image-overlay {
    height: 250px;
  }

  .form {
    padding: 10px;
  }

  .content-full {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart_div {
    position: absolute;
    top: 70px;
    right: 15px;
    bottom: 0px;
  }

  .cart-inhoud-wrapper {
    top: 136px;
    right: 10px;
  }

  .overzicht-column {
    padding-right: 0px;
  }

  .overzicht-column.right {
    padding-left: 0px;
  }

  .overzicht-block {
    height: 270px;
  }

  .overzicht-link-image {
    height: 105px;
  }

  .categorie-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-block {
    width: 300px;
  }

  .ww-center-column {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .afreken-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .filter-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: "Fa 400";
  src: url("../fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fa brands 400";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fa solid 900";
  src: url("../fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
