﻿/************************************************* General ******************************************/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1;
}

html,
body {
  max-width: 100vw;
  max-height: 100vh;
}

*:focus,
*:active,
*:hover,
*:visited {
  outline: none !important;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.img-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: white;
}

h2 {
  font-family: 'Varela Round', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 60px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-family: 'Varela Round', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 48px;
}

h4 {
  font-family: 'Varela Round', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 35px;
}

h5 {
  font-family: 'Varela Round', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 25px;
}

h6 {
  font-family: 'Varela Round', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

p,
li,
a {
  font-family: 'Varela Round', sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 1.5;
}

  a:hover {
    cursor: pointer;
  }

  p strong,
  p b {
    font-family: 'Varela Round', sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
  }
/************************************************* Buttons ******************************************/
button {
  border: none;
}

.btn-flat {
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Varela Round', sans-serif;
  margin: 0px;
  border-radius: 20px;
}

  .btn-flat:hover {
    text-decoration: none;
  }

  .btn-flat:active,
  .btn-flat:focus {
    text-decoration: none;
  }

.btn-green {
  background-color: #4a9c1e;
  border: 1px solid #4a9c1e;
  color: #ffffff;
}

  .btn-green:hover {
    background-color: #ffffff;
    color: #4a9c1e;
  }

  .btn-green:active,
  .btn-green:focus {
    background-color: #ffffff;
    color: #4a9c1e;
  }

.btn-transp-green {
  background-color: transparent;
  color: #4a9c1e;
  border: 1px solid #4a9c1e;
}

  .btn-transp-green:hover {
    background-color: #4a9c1e;
    color: #ffffff;
    border: 1px solid #4a9c1e;
  }

  .btn-transp-green:active,
  .btn-transp-green:focus {
    background-color: #4a9c1e;
    color: #ffffff;
    border: 1px solid #4a9c1e;
  }

.btn-transp-black {
  background-color: transparent;
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
}

  .btn-transp-black:hover {
    background-color: #3c3c3c;
    color: #ffffff;
    border: 1px solid #3c3c3c;
  }

  .btn-transp-black:active,
  .btn-transp-black:focus {
    background-color: #3c3c3c;
    color: #ffffff;
    border: 1px solid #3c3c3c;
  }

.btn-transp-white {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

  .btn-transp-white:hover {
    background-color: #ffffff;
    color: #4a9c1e;
    border: 1px solid #ffffff;
  }

  .btn-transp-white:active,
  .btn-transp-white:focus {
    background-color: #ffffff;
    color: #4a9c1e;
    border: 1px solid #ffffff;
  }
/************************************************* Taskbar + navigation ******************************************/
.navbar.navbar-default {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 0px;
  height: 80px;
  margin-bottom: 0px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  /*********************************************** Responsive navigation ******************************************/
}

  .navbar.navbar-default .navbar-header {
    display: none;
  }

@media (max-width: 767px) {
  .navbar.navbar-default {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: none;
    border-radius: 0px;
    height: auto;
    width: 100%;
    margin-bottom: 0px;
  }

    .navbar.navbar-default .navbar-header {
      display: inline-block;
      width: 100%;
      padding: 10px 20px;
      box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
    }

      .navbar.navbar-default .navbar-header .navbar-toggle {
        border-radius: 0px;
        text-align: right;
        height: 20px;
        width: 20px;
        border: none;
        margin: 0px;
        padding: 16px 0px 0px 0px;
        font-size: 1.5em;
        background-color: transparent;
        position: relative;
        float: right;
      }

        .navbar.navbar-default .navbar-header .navbar-toggle:hover,
        .navbar.navbar-default .navbar-header .navbar-toggle:active,
        .navbar.navbar-default .navbar-header .navbar-toggle:focus {
          background-color: transparent;
        }

        .navbar.navbar-default .navbar-header .navbar-toggle i {
          line-height: 25px;
          color: #3c3c3c;
        }

      .navbar.navbar-default .navbar-header .navbar-brand {
        display: inline-block;
        width: 160px;
        height: 60px;
        float: left;
        background-position: left center;
      }

    .navbar.navbar-default .navbar-collapse {
      padding: 0px 0px;
      width: 100%;
      text-align: center;
    }

      .navbar.navbar-default .navbar-collapse .navbar-brand {
        display: none;
      }

      .navbar.navbar-default .navbar-collapse .navbar-nav {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center !important;
        margin: 0px;
      }

        .navbar.navbar-default .navbar-collapse .navbar-nav li {
          display: inline-block;
          padding: 0px 0px;
          float: none;
          vertical-align: top;
          width: 100%;
        }

          .navbar.navbar-default .navbar-collapse .navbar-nav li a {
            padding: 0px 0px 0px 0px;
            margin-right: 0px;
            text-transform: none;
            color: #3c3c3c;
            font-family: 'Varela Round', sans-serif;
            font-size: 16px;
            display: inline-block;
            width: 100%;
            line-height: 250%;
          }

            .navbar.navbar-default .navbar-collapse .navbar-nav li a.btn-flat {
              display: inline-block;
              font-size: 16px;
              font-weight: 300;
              font-family: 'Varela Round', sans-serif;
              border-radius: 0px;
              text-transform: none;
              background-color: #4a9c1e;
              color: #ffffff;
              line-height: 250%;
              border: none;
            }

          .navbar.navbar-default .navbar-collapse .navbar-nav li.active a {
            background-color: #4a9c1e;
            color: #ffffff;
          }

          .navbar.navbar-default .navbar-collapse .navbar-nav li:hover a {
            background-color: #4a9c1e;
            color: #ffffff;
          }

          .navbar.navbar-default .navbar-collapse .navbar-nav li:last-child a {
            margin-right: 0px;
          }
}

@media (max-width: 767px) and (max-width: 767px) {
  .navbar.navbar-default .navbar-header .navbar-toggle {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse {
    padding: 0px 10px 0px 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

    .navbar.navbar-default .navbar-collapse .navbar-brand {
      display: inline-block;
      width: 100px;
      height: 80px;
      background-color: transparent;
      margin: 0px;
      padding: 5px 0px;
      float: left;
    }

      .navbar.navbar-default .navbar-collapse .navbar-brand .img {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-position: left center;
      }

    .navbar.navbar-default .navbar-collapse ul.navbar-nav {
      display: table;
      height: 80px;
      float: right;
      text-align: right;
      padding-top: 0px;
    }

      .navbar.navbar-default .navbar-collapse ul.navbar-nav li {
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
        margin-right: 0px;
        float: none;
      }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-of-type {
          margin-right: 0px;
        }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li.active a {
          background-color: transparent;
          color: #4a9c1e;
        }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li a {
          padding: 0px 0px 0px 0px;
          margin-right: 20px;
          color: #000000;
          font-family: 'Varela Round', sans-serif;
          text-transform: capitalize;
          font-size: 16px;
          font-weight: 300;
          display: inline-block;
        }

          .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green {
            margin-top: -5px;
            padding: 10px 15px;
            display: inline-block;
            font-size: 16px;
            font-weight: 300;
            font-family: 'Varela Round', sans-serif;
            border-radius: 20px;
            text-transform: none;
            background-color: transparent;
            color: #4a9c1e;
            border: 1px solid #4a9c1e;
            line-height: 100%;
          }

            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:hover {
              background-color: #4a9c1e;
              border: 1px solid #4a9c1e;
              color: #ffffff;
            }

            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:active,
            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:focus {
              background-color: #4a9c1e;
              border: 1px solid #4a9c1e;
              color: #ffffff;
            }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-child a {
          margin-right: 0px;
        }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-collapse {
    padding: 0px 50px 0px 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

    .navbar.navbar-default .navbar-collapse .navbar-brand {
      display: inline-block;
      width: 100px;
      height: 80px;
      background-color: transparent;
      margin: 0px;
      padding: 5px 0px;
      float: left;
    }

      .navbar.navbar-default .navbar-collapse .navbar-brand .img {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-position: left center;
      }

    .navbar.navbar-default .navbar-collapse ul.navbar-nav {
      display: table;
      height: 80px;
      float: right;
      text-align: right;
      padding-top: 0px;
    }

      .navbar.navbar-default .navbar-collapse ul.navbar-nav li {
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
        margin-right: 0px;
        float: none;
      }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-of-type {
          margin-right: 0px;
        }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li.active a {
          background-color: transparent;
          color: #4a9c1e;
        }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li a {
          padding: 0px 0px 0px 0px;
          margin-right: 30px;
          color: #000000;
          font-family: 'Varela Round', sans-serif;
          text-transform: capitalize;
          font-size: 16px;
          font-weight: 300;
          display: inline-block;
        }

          .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green {
            margin-top: -5px;
            padding: 10px 15px;
            display: inline-block;
            font-size: 16px;
            font-weight: 300;
            font-family: 'Varela Round', sans-serif;
            border-radius: 20px;
            text-transform: none;
            background-color: transparent;
            color: #4a9c1e;
            border: 1px solid #4a9c1e;
            line-height: 100%;
          }

            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:hover {
              background-color: #4a9c1e;
              border: 1px solid #4a9c1e;
              color: #ffffff;
            }

            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:active,
            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:focus {
              background-color: #4a9c1e;
              border: 1px solid #4a9c1e;
              color: #ffffff;
            }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-child a {
          margin-right: 0px;
        }
}

@media (min-width: 1201px) {
  .navbar.navbar-default .navbar-collapse {
    padding: 0px 90px 0px 90px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

    .navbar.navbar-default .navbar-collapse .navbar-brand {
      display: inline-block;
      width: 100px;
      height: 80px;
      background-color: transparent;
      margin: 0px;
      padding: 5px 0px;
      float: left;
    }

      .navbar.navbar-default .navbar-collapse .navbar-brand .img {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-position: left center;
      }

    .navbar.navbar-default .navbar-collapse ul.navbar-nav {
      display: table;
      height: 80px;
      float: right;
      text-align: right;
      padding-top: 0px;
    }

      .navbar.navbar-default .navbar-collapse ul.navbar-nav li {
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
        margin-right: 0px;
        float: none;
      }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-of-type {
          margin-right: 0px;
        }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li.active a {
          background-color: transparent;
          color: #4a9c1e;
        }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li a {
          padding: 0px 0px 0px 0px;
          margin-right: 40px;
          color: #000000;
          font-family: 'Varela Round', sans-serif;
          text-transform: capitalize;
          font-size: 16px;
          font-weight: 300;
          display: inline-block;
        }

          .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green {
            margin-top: -5px;
            padding: 10px 15px;
            display: inline-block;
            font-size: 16px;
            font-weight: 300;
            font-family: 'Varela Round', sans-serif;
            border-radius: 20px;
            text-transform: none;
            background-color: transparent;
            color: #4a9c1e;
            border: 1px solid #4a9c1e;
            line-height: 100%;
          }

            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:hover {
              background-color: #4a9c1e;
              border: 1px solid #4a9c1e;
              color: #ffffff;
            }

            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:active,
            .navbar.navbar-default .navbar-collapse ul.navbar-nav li a.btn-transp-green:focus {
              background-color: #4a9c1e;
              border: 1px solid #4a9c1e;
              color: #ffffff;
            }

        .navbar.navbar-default .navbar-collapse ul.navbar-nav li:last-child a {
          margin-right: 0px;
        }
}
/************************************************* footer ******************************************/
.footer {
  display: inline-block;
  width: 100%;
  padding: 100px 90px;
  background-color: #3c3c3c;
  position: relative;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .footer {
    padding: 50px 20px;
  }
}

.footer h4 {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-transform: none;
}

@media (max-width: 767px) {
  .footer h4 {
    margin-top: 45px;
  }
}

.footer p {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  line-height: 150%;
  font-size: 14px;
}

  .footer p b {
    font-size: 15px;
    margin-bottom: 20px;
    color: #4a9c1e;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
  }

.footer a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  line-height: 150%;
  font-size: 14px;
}

.footer .logo {
  display: inline-block;
  width: 75%;
  height: 145px;
  background-color: transparent;
  background-position: left center;
}

@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 20px;
    height: 70px;
    width: 100%;
  }
}

.copyright {
  display: inline-block;
  width: 100%;
  padding: 15px 90px;
  margin-top: -5px;
  margin-bottom: -5px;
  background-color: #000000;
}

@media (max-width: 992px) {
  .copyright {
    padding: 15px 20px;
  }
}

.copyright p {
  color: #ffffff;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
}

.copyright a {
  color: #ffffff;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
}

.copyright .owner {
  display: inline-block;
  float: left;
}

.copyright .created {
  display: inline-block;
  float: right;
}

.container-fluid {
  display: inline-block;
  width: 100%;
  padding: 44px 0px 0px 0px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 138px 0px 0px 0px;
  }
}

.container-content {
  display: inline-block;
  width: 100%;
  padding: 80px 0px 0px 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .container-content {
    padding: 82px 0px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .container-content {
    padding: 80px 0px 0px 0px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .container-content {
    padding: 0px 0px 0px 0px;
  }
}

.container-content.grey {
  background-color: #f5f5f5;
}

.padding-content {
  display: inline-block;
  width: 100%;
  padding: 70px 90px;
}

@media (max-width: 767px) {
  .padding-content {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .padding-content {
    padding: 50px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .padding-content {
    padding: 70px 50px;
  }
}

@media (min-width: 1201px) {
  .padding-content {
    padding: 70px 90px;
  }
}

.padding-streep {
  display: inline-block;
  width: 100%;
  padding: 0px 90px;
}

  .padding-streep .streep {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
  }

@media (max-width: 767px) {
  .padding-streep {
    padding: 0px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .padding-streep {
    padding: 0px 20px;
  }
}

.margin-button-top {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .margin-button-top {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .margin-button-top {
    margin-top: 50px;
  }
}

.yellow {
  background-color: #ffff00;
}

text-right {
  text-align: right;
}

.jquery-blok .afbeelding {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .jquery-blok .afbeelding {
    height: 250px;
  }
}

.jquery-blok .tekst {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .jquery-blok .tekst .padding-tekst {
    padding: 40px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .jquery-blok .tekst .padding-tekst {
    padding: 40px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .jquery-blok .tekst .padding-tekst {
    padding: 40px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  .jquery-blok .tekst .padding-tekst {
    padding: 40px 90px 40px 90px;
  }
}

.jquery-blok .tekst .padding-tekst h3,
.jquery-blok .tekst .padding-tekst h6 {
  margin-bottom: 20px;
}

.jquery-blok .tekst .padding-tekst p {
  line-height: 150%;
}

.jquery-blok .tekst .padding-tekst .btn-green,
.jquery-blok .tekst .padding-tekst .btn-transp-green {
  margin-top: 20px;
}

.margin-top {
  display: inline-block;
  width: 100%;
  margin-top: 80px;
}

.margin-btm {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.padding-extra-content {
  display: inline-block;
  width: 100%;
  padding: 0px 200px;
}

@media (max-width: 767px) {
  .padding-extra-content {
    padding: 0px 20px;
  }
}

.background-grey {
  background-color: #f5f5f5;
}

.single-item .slick-prev {
  left: 50px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 767px) {
  .single-item .slick-prev {
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .single-item .slick-prev {
    left: 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .single-item .slick-prev {
    left: 50px;
  }
}

@media (min-width: 1201px) {
  .single-item .slick-prev {
    left: 90px;
  }
}

.single-item .slick-prev:hover {
  background-color: transparent;
}

.single-item .slick-next {
  right: 50px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 767px) {
  .single-item .slick-next {
    right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .single-item .slick-next {
    right: 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .single-item .slick-next {
    right: 50px;
  }
}

@media (min-width: 1201px) {
  .single-item .slick-next {
    right: 90px;
  }
}

.single-item .slick-next:hover {
  background-color: transparent;
}

.single-item .slick-prev:before {
  color: white;
  content: '\f104';
  font-family: FontAwesome;
  font-size: 40px;
  opacity: 1;
  line-height: 30px;
}

.single-item .slick-next:before {
  color: white;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 40px;
  opacity: 1;
  line-height: 30px;
}

.single-item-klanten .slick-prev {
  left: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 767px) {
  .single-item-klanten .slick-prev {
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .single-item-klanten .slick-prev {
    left: 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .single-item-klanten .slick-prev {
    left: 50px;
  }
}

@media (min-width: 1201px) {
  .single-item-klanten .slick-prev {
    left: 90px;
  }
}

.single-item-klanten .slick-prev:hover {
  background-color: transparent;
}

.single-item-klanten .slick-next {
  right: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 767px) {
  .single-item-klanten .slick-next {
    right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .single-item-klanten .slick-next {
    right: 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .single-item-klanten .slick-next {
    right: 50px;
  }
}

@media (min-width: 1201px) {
  .single-item-klanten .slick-next {
    right: 90px;
  }
}

.single-item-klanten .slick-next:hover {
  background-color: transparent;
}

.single-item-klanten .slick-prev:before {
  color: #c8c8c8;
  content: '\f137';
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  line-height: 30px;
}

.single-item-klanten .slick-next:before {
  color: #c8c8c8;
  content: '\f138';
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  line-height: 30px;
}

.nieuws-slider {
  position: relative;
}

  .nieuws-slider .slick-next {
    position: absolute;
    top: 50% !important;
    right: 30px !important;
    margin: 0;
  }

@media (max-width: 768px) {
  .nieuws-slider .slick-next {
    right: 10px !important;
  }
}

.nieuws-slider .slick-next:before {
  color: #c8c8c8;
  content: '\f138';
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  line-height: 30px;
  z-index: 10;
}

.nieuws-slider .slick-prev {
  top: 50% !important;
  left: 30px !important;
  margin: 0;
}

@media (max-width: 768px) {
  .nieuws-slider .slick-prev {
    left: 10px !important;
  }
}

.nieuws-slider .slick-prev:before {
  color: #c8c8c8;
  content: '\f137';
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  line-height: 30px;
  z-index: 10;
}
/************************************************* formulier contactpagina ******************************************/
#contact form {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  border-top: none;
}

#contact label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
  color: #3c3c3c;
}

#contact input,
#contact textarea {
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  padding: 10px 10px;
  margin-bottom: 20px;
  color: #3c3c3c;
  border: none;
  background-color: #f5f5f5;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  resize: none;
}

#contact .btn-green {
  border-radius: 0px;
  padding: 15px 40px;
}

#home {
  display: inline-block;
  width: 100%;
}

  #home .top-img {
    display: inline-block;
    width: 100%;
    height: 500px;
    position: relative;
  }

@media (max-width: 767px) {
  #home .top-img {
    height: 350px;
  }
}

#home .top-img .single-item {
  display: inline-block;
  height: 500px;
  width: 100%;
}

@media (max-width: 767px) {
  #home .top-img .single-item {
    height: 350px;
  }
}

#home .top-img .single-item .item {
  display: table;
  height: 500px;
}

@media (max-width: 767px) {
  #home .top-img .single-item .item {
    height: 350px;
  }
}

#home .top-img .content-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
}

  #home .top-img .content-holder .content {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 200px;
    background-color: rgba(0, 0, 0, 0.3);
  }

@media (max-width: 767px) {
  #home .top-img .content-holder .content {
    padding: 0px 40px;
  }
}

#home .top-img .content-holder .content h2,
#home .top-img .content-holder .content h4 {
  color: #ffffff;
}

#home .top-img .content-holder .content .knoppen {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

  #home .top-img .content-holder .content .knoppen a {
    display: inline-block;
    margin-right: 15px;
  }

@media (max-width: 767px) {
  #home .top-img .content-holder .content .knoppen a {
    margin-bottom: 15px;
    margin-right: 0px;
  }

    #home .top-img .content-holder .content .knoppen a:last-of-type {
      margin-bottom: 0px;
    }
}

#home .top-img .content-holder .content .knoppen a:last-of-type {
  margin-right: 0px;
}

#home .blog {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #3c3c3c;
  margin-top: -2px;
  margin-bottom: -2px;
}

@media (max-width: 767px) {
  #home .blog {
    border-bottom: none;
  }
}

#home .blog .blog-blok {
  border-right: 1px solid #3c3c3c;
}

@media (max-width: 767px) {
  #home .blog .blog-blok {
    border-bottom: 1px solid #3c3c3c;
    border-right: none;
  }
}

#home .blog .blog-blok:last-of-type {
  border-right: none;
}

#home .blog .blog-blok.active {
  position: relative;
}

  #home .blog .blog-blok.active .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  #home .blog .blog-blok.active .blog-item {
    display: inline-block;
    width: 100%;
    padding: 50px;
    position: relative;
  }

    #home .blog .blog-blok.active .blog-item .datum h5 {
      color: #4a9c1e;
      display: inline-block;
      width: 100%;
    }

    #home .blog .blog-blok.active .blog-item .titel h5 {
      color: #ffffff;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
    }

    #home .blog .blog-blok.active .blog-item .auteur {
      font-size: 13px;
      color: #ffffff;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
    }

    #home .blog .blog-blok.active .blog-item .tekst p {
      line-height: 150%;
      color: #ffffff;
    }

#home .blog .blog-blok .blog-item {
  display: inline-block;
  width: 100%;
  padding: 50px;
}

  #home .blog .blog-blok .blog-item .datum h5 {
    color: #4a9c1e;
    display: inline-block;
    width: 100%;
  }

  #home .blog .blog-blok .blog-item .titel h5 {
    color: #3c3c3c;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }

  #home .blog .blog-blok .blog-item .auteur {
    font-size: 13px;
    color: #787878;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }

  #home .blog .blog-blok .blog-item .tekst p {
    line-height: 150%;
    color: #3c3c3c;
  }

#home .wat-is p a {
  color: #4a9c1e;
}

#home .simulatie {
  display: inline-block;
  width: 100%;
  padding: 50px 0px;
  text-align: center;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}

  #home .simulatie .btn-flat {
    margin-top: 40px;
  }

#home .usp {
  display: inline-block;
  width: 100%;
  padding: 50px 0px;
  background-color: #4a9c1e;
  text-align: center;
  position: relative;
}

  #home .usp h4 {
    color: #ffffff;
  }

  #home .usp .driehoek {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 10;
    text-align: center;
  }

    #home .usp .driehoek .icon {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 30px 0 30px;
      border-color: #4a9c1e transparent transparent transparent;
    }

#home .tevreden-klanten {
  display: inline-block;
}

@media (max-width: 767px) {
  #home .tevreden-klanten {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#home .tevreden-klanten h3 {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #home .tevreden-klanten h3 {
    margin-bottom: 30px;
  }
}

#home .tevreden-klanten .single-item-klanten .item {
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  #home .tevreden-klanten .single-item-klanten .item {
    padding: 0px 40px;
  }
}

#home .tevreden-klanten .single-item-klanten .item .logo {
  display: inline-block;
  height: 100px;
  width: 300px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #home .tevreden-klanten .single-item-klanten .item .logo {
    width: 200px;
    margin-bottom: 20px;
  }
}

#home .tevreden-klanten .single-item-klanten .item p {
  color: #3c3c3c;
}

#home .tevreden-klanten .single-item-klanten .item .auteur p {
  color: #4a9c1e;
  margin-top: 30px;
}

@media (max-width: 767px) {
  #home .tevreden-klanten .single-item-klanten .item .auteur p {
    margin-top: 15px;
  }
}

#home .tevreden-klanten .btn-green {
  margin-top: 60px;
}

@media (max-width: 767px) {
  #home .tevreden-klanten .btn-green {
    margin-top: 30px;
  }
}

#over .titel {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #over .titel {
    padding: 20px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #over .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #over .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  #over .titel {
    padding: 20px 90px 40px 90px;
  }
}

#over .blok .tekst h5 {
  margin-bottom: 15px;
}

#over .blok .tekst p {
  margin-bottom: 15px;
}

  #over .blok .tekst p a {
    color: #4a9c1e;
  }

  #over .blok .tekst p:last-of-type {
    margin-bottom: 0px;
  }

#praktisch .titel {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #praktisch .titel {
    padding: 20px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #praktisch .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #praktisch .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  #praktisch .titel {
    padding: 20px 90px 40px 90px;
  }
}

#praktisch .blok .tekst h5 {
  margin-bottom: 15px;
}

#praktisch .blok .tekst .list-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

  #praktisch .blok .tekst .list-item:last-of-type {
    margin-bottom: 0px;
  }

  #praktisch .blok .tekst .list-item .icon {
    display: inline-block;
  }

    #praktisch .blok .tekst .list-item .icon i {
      color: #4a9c1e;
    }

  #praktisch .blok .tekst .list-item .uitleg {
    display: inline-block;
  }

    #praktisch .blok .tekst .list-item .uitleg p {
      display: inline-block;
    }

      #praktisch .blok .tekst .list-item .uitleg p:first-of-type {
        color: #4a9c1e;
      }

      #praktisch .blok .tekst .list-item .uitleg p b {
        color: #4a9c1e;
        font-size: 16px;
      }

#praktisch .intro h5 {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

#praktisch .intro p {
  line-height: 150%;
}

#praktisch .usp {
  display: inline-block;
  width: 100%;
  position: relative;
}

#praktisch .anker {
  position: absolute;
  top: -80px;
  left: 0px;
  width: 100%;
  height: 120px;
}

#praktisch .usp .row :nth-child(2) .blok {
  background-color: #ededed;
}

#praktisch .usp .blok {
  display: inline-block;
  width: 100%;
  padding: 40px 60px;
  background-color: #f5f5f5;
}

  #praktisch .usp .blok .icoon {
    display: inline-block;
    width: 100%;
    height: 100px;
    text-align: center;
    margin-bottom: 30px;
  }

    #praktisch .usp .blok .icoon .afbeelding {
      display: inline-block;
      width: 100px;
      height: 100px;
    }

  #praktisch .usp .blok .tekst h5 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  #praktisch .usp .blok .tekst p {
    line-height: 150%;
    margin-bottom: 20px;
  }

    #praktisch .usp .blok .tekst p:last-of-type {
      margin-bottom: 0px;
    }

  #praktisch .usp .blok .tekst ul {
    list-style-image: url('../img/checkmark.png');
  }

  #praktisch .usp .blok .tekst li {
    line-height: 150%;
  }

#praktisch .software ul {
  margin-left: 15px;
}

#praktisch .software li {
  line-height: 150%;
}

#simulatie .titel {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #simulatie .titel {
    padding: 20px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #simulatie .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #simulatie .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  #simulatie .titel {
    padding: 20px 90px 40px 90px;
  }
}

#simulatie .blok .tekst h5 {
  margin-bottom: 15px;
}

#simulatie .tabel h5 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
}

#simulatie .tabel .omzet table {
  border: none;
  display: inline-block;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}

  #simulatie .tabel .omzet table thead {
    background-color: #4a9c1e;
    color: white;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    font-family: 'Varela Round', sans-serif;
    margin: 0px;
    font-size: 20px;
    text-align: center;
  }

    #simulatie .tabel .omzet table thead tr {
      display: inline-block;
    }

      #simulatie .tabel .omzet table thead tr th {
        border: none;
      }

  #simulatie .tabel .omzet table tbody tr {
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    color: #3c3c3c;
    font-family: 'Varela Round', sans-serif;
    margin: 0px;
    font-size: 16px;
    background-color: #ffffff;
  }

    #simulatie .tabel .omzet table tbody tr td {
      display: inline-block;
      width: 32%;
      border: none;
    }

@media (max-width: 767px) {
  #simulatie .tabel .omzet table tbody tr td {
    font-size: 12px;
  }
}

#simulatie .tabel .omzet table tbody tr:nth-child(even) {
  background-color: #e5e5e5;
}

#simulatie .tabel .kosten table {
  display: inline-block;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  border: none;
}

  #simulatie .tabel .kosten table thead {
    background-color: #4a9c1e;
    color: white;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    font-family: 'Varela Round', sans-serif;
    margin: 0px;
    font-size: 20px;
    text-align: center;
  }

    #simulatie .tabel .kosten table thead tr {
      display: inline-block;
    }

      #simulatie .tabel .kosten table thead tr th {
        border: none;
      }

  #simulatie .tabel .kosten table tbody tr {
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    color: #3c3c3c;
    font-family: 'Varela Round', sans-serif;
    margin: 0px;
    font-size: 16px;
    background-color: #ffffff;
  }

    #simulatie .tabel .kosten table tbody tr td {
      display: inline-block;
      width: 24%;
      border: none;
    }

@media (max-width: 767px) {
  #simulatie .tabel .kosten table tbody tr td {
    width: 22%;
    font-size: 12px;
  }
}

#simulatie .tabel .kosten table tbody tr:nth-child(even) {
  background-color: #e5e5e5;
}

#simulatie h4 {
  margin-bottom: 10px;
}

#simulatie .tabellen {
}

  #simulatie .tabellen .tabel-container {
    display: block;
    margin: 50px 1px;
    min-width: 500px;
  }

    #simulatie .tabellen .tabel-container table {
      margin-bottom: 20px;
    }

      #simulatie .tabellen .tabel-container table tbody tr {
        color: #3c3c3c;
        font-size: 16px;
        background-color: #ffffff;
      }

        #simulatie .tabellen .tabel-container table tbody tr:nth-child(odd) {
          background-color: #eeeeee;
        }

      #simulatie .tabellen .tabel-container table tr td,
      #simulatie .tabellen .tabel-container table tr th {
        padding: 5px 10px;
        font-family: 'Varela Round', sans-serif;
        font-size: 20px;
        text-align: right;
      }

      #simulatie .tabellen .tabel-container table thead tr {
        background-color: #4a9c1e;
        color: white;
        font-family: 'Varela Round', sans-serif;
        font-size: 20px;
      }

#referenties .titel {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #referenties .titel {
    padding: 20px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #referenties .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #referenties .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  #referenties .titel {
    padding: 20px 90px 40px 90px;
  }
}

#referenties .referenties {
  display: inline-block;
  width: 100%;
  margin-top: -2px;
  margin-bottom: -2px;
  line-height: 0;
}

@media (max-width: 767px) {
  #referenties .referenties {
    border-bottom: none;
  }
}

#referenties .referenties .rij-referenties {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #3c3c3c;
}

  #referenties .referenties .rij-referenties:first-of-type {
    border-top: 1px solid #3c3c3c;
  }

  #referenties .referenties .rij-referenties:last-of-type {
    border-bottom: none;
  }

  #referenties .referenties .rij-referenties .referentie-blok {
    border-right: 1px solid #3c3c3c;
  }

@media (max-width: 767px) {
  #referenties .referenties .rij-referenties .referentie-blok {
    border-bottom: 1px solid #3c3c3c;
    border-right: none;
  }
}

#referenties .referenties .rij-referenties .referentie-blok.no-border {
  border-right: none;
}

#referenties .referenties .rij-referenties .referentie-blok .referentie-item {
  display: inline-block;
  width: 100%;
  padding: 50px;
}

  #referenties .referenties .rij-referenties .referentie-blok .referentie-item .titel {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }

    #referenties .referenties .rij-referenties .referentie-blok .referentie-item .titel h5 {
      color: #4a9c1e;
      display: inline-block;
      width: 100%;
      margin-bottom: 10px;
    }

@media (min-width: 768px) {
  #referenties .referenties .rij-referenties .referentie-blok .referentie-item .titel h5 {
    height: 54px;
  }
}

#referenties .referenties .rij-referenties .referentie-blok .referentie-item .titel h6 {
  color: #3c3c3c;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

#referenties .referenties .rij-referenties .referentie-blok .referentie-item .tekst {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #referenties .referenties .rij-referenties .referentie-blok .referentie-item .tekst {
    height: 48px;
  }
}

#referenties .referenties .rij-referenties .referentie-blok .referentie-item .tekst p {
  line-height: 150%;
  color: #3c3c3c;
}

#referenties .referenties .rij-referenties .referentie-blok .referentie-item .knoppen {
  display: inline-block;
  width: 100%;
}

  #referenties .referenties .rij-referenties .referentie-blok .referentie-item .knoppen a {
    margin-right: 15px;
  }

    #referenties .referenties .rij-referenties .referentie-blok .referentie-item .knoppen a:last-of-type {
      margin-right: 0px;
    }

#testimonial {
}

  #testimonial .content {
    padding: 5px 10px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

    #testimonial .content h4 {
      margin-top: 30px;
      margin-bottom: 30px;
    }

    #testimonial .content p {
      margin-top: 15px;
      margin-bottom: 20px;
    }

      #testimonial .content p:first-of-type {
        font-weight: bold;
      }

@media (min-width: 768px) and (max-width: 992px) {
  #testimonial .content {
    padding: 0px 50px 50px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #testimonial .content {
    padding: 0px 50px 50px 50px;
  }
}

@media (min-width: 1201px) {
  #testimonial .content {
    padding: 20px 90px;
  }
}

#blog .titel {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #blog .titel {
    padding: 20px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #blog .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #blog .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  #blog .titel {
    padding: 20px 90px 40px 90px;
  }
}

#blog .blog {
  display: inline-block;
  width: 100%;
  margin-top: -2px;
  margin-bottom: -2px;
}

@media (max-width: 767px) {
  #blog .blog {
    border-bottom: none;
  }
}

#blog .blog .rij-blog {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #3c3c3c;
}

  #blog .blog .rij-blog:first-of-type {
    border-top: 1px solid #3c3c3c;
  }

  #blog .blog .rij-blog .blog-blok {
    border-right: 1px solid #3c3c3c;
  }

@media (max-width: 767px) {
  #blog .blog .rij-blog .blog-blok {
    border-bottom: 1px solid #3c3c3c;
    border-right: none;
  }
}

#blog .blog .rij-blog .blog-blok:last-of-type {
  border-right: none;
}

#blog .blog .rij-blog .blog-blok.active {
  position: relative;
}

  #blog .blog .rij-blog .blog-blok.active .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  #blog .blog .rij-blog .blog-blok.active .blog-item {
    display: inline-block;
    width: 100%;
    padding: 50px;
    position: relative;
  }

    #blog .blog .rij-blog .blog-blok.active .blog-item .datum h5 {
      color: #4a9c1e;
      display: inline-block;
      width: 100%;
    }

    #blog .blog .rij-blog .blog-blok.active .blog-item .titel h5 {
      color: #ffffff;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
    }

    #blog .blog .rij-blog .blog-blok.active .blog-item .auteur {
      font-size: 13px;
      color: #ffffff;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
    }

    #blog .blog .rij-blog .blog-blok.active .blog-item .tekst p {
      line-height: 150%;
      color: #ffffff;
    }

#blog .blog .rij-blog .blog-blok .blog-item {
  display: inline-block;
  width: 100%;
  padding: 50px;
}

  #blog .blog .rij-blog .blog-blok .blog-item .datum h5 {
    color: #4a9c1e;
    display: inline-block;
    width: 100%;
  }

  #blog .blog .rij-blog .blog-blok .blog-item .titel {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }

    #blog .blog .rij-blog .blog-blok .blog-item .titel h5 {
      color: #3c3c3c;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
    }

  #blog .blog .rij-blog .blog-blok .blog-item .auteur {
    font-size: 13px;
    color: #787878;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }

  #blog .blog .rij-blog .blog-blok .blog-item .tekst p {
    line-height: 150%;
    color: #3c3c3c;
  }

#blog .pagination {
  display: inline-block;
  width: 100%;
  padding: 40px 0px;
  text-align: center;
}

  #blog .pagination ul li {
    display: inline-block;
  }

    #blog .pagination ul li.active a {
      color: #4a9c1e;
      pointer-events: none;
      cursor: default;
    }

    #blog .pagination ul li a {
      color: #3c3c3c;
      margin: 0px 5px;
    }

#blog .blog-detail {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #blog .blog-detail {
    padding: 0px 20px 20px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #blog .blog-detail {
    padding: 0px 50px 50px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #blog .blog-detail {
    padding: 0px 50px 50px 50px;
  }
}

@media (min-width: 1201px) {
  #blog .blog-detail {
    padding: 0px 90px 90px 90px;
  }
}

#blog .blog-detail .titel {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 0px;
}

  #blog .blog-detail .titel h3 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

#blog .blog-detail .details {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

  #blog .blog-detail .details .datum {
    display: inline-block;
    margin-right: 30px;
  }

    #blog .blog-detail .details .datum p {
      display: inline-block;
    }

      #blog .blog-detail .details .datum p:before {
        content: '\f073';
        font-family: FontAwesome;
        color: #4a9c1e;
        margin-right: 10px;
      }

  #blog .blog-detail .details .auteur {
    display: inline-block;
  }

    #blog .blog-detail .details .auteur p {
      display: inline-block;
    }

      #blog .blog-detail .details .auteur p:before {
        content: '\f040';
        font-family: FontAwesome;
        color: #4a9c1e;
        margin-right: 10px;
      }

#blog .blog-detail .afbeelding {
  display: inline-block;
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  position: relative;
}

  #blog .blog-detail .afbeelding .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2);
  }

#blog .blog-detail .tekst {
  display: inline-block;
  width: 100%;
}

  #blog .blog-detail .tekst .blog-tekst {
    display: inline-block;
    width: 100%;
  }

@media (min-width: 768px) {
  #blog .blog-detail .tekst .blog-tekst {
    padding-right: 50px;
  }
}

#blog .blog-detail .tekst .blog-tekst h6 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 700;
}

#blog .blog-detail .tekst .blog-tekst p {
  display: inline-block;
  width: 100%;
  line-height: 150%;
  margin-bottom: 20px;
}

  #blog .blog-detail .tekst .blog-tekst p:last-of-type {
    margin-bottom: 0px;
  }

#blog .blog-detail .tekst .gerelateerd h5 {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #blog .blog-detail .tekst .gerelateerd h5 {
    margin-top: 60px;
  }
}

#blog .blog-detail .tekst .gerelateerd ul {
  list-style: none;
}

  #blog .blog-detail .tekst .gerelateerd ul li a {
    color: #4a9c1e;
    line-height: 200%;
  }

#blog .blog-detail .tekst .categorieen h5 {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

#blog .blog-detail .tekst .categorieen ul {
  margin-left: 15px;
  list-style-image: url('../img/liststyle-categorie.png');
}

  #blog .blog-detail .tekst .categorieen ul li a {
    color: #4a9c1e;
    line-height: 200%;
  }

#faq .titel {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #faq .titel {
    padding: 20px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #faq .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #faq .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  #faq .titel {
    padding: 20px 90px 40px 90px;
  }
}

#faq .vraag-blok .vraag {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #faq .vraag-blok .vraag {
    padding: 30px 20px 30px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #faq .vraag-blok .vraag {
    padding: 30px 50px 30px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #faq .vraag-blok .vraag {
    padding: 30px 50px 30px 50px;
  }
}

@media (min-width: 1201px) {
  #faq .vraag-blok .vraag {
    padding: 30px 90px 30px 90px;
  }
}

#faq .vraag-blok .vraag i {
  font-size: 30px;
  color: #4a9c1e;
}

#faq .vraag-blok .antwoord {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #faq .vraag-blok .antwoord {
    padding: 20px 20px 20px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #faq .vraag-blok .antwoord {
    padding: 20px 50px 20px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #faq .vraag-blok .antwoord {
    padding: 20px 50px 20px 50px;
  }
}

@media (min-width: 1201px) {
  #faq .vraag-blok .antwoord {
    padding: 20px 90px 20px 90px;
  }
}

#faq .vraag-blok .antwoord p {
  line-height: 150%;
}

#faq .vragen {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 20px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

  #faq .vragen .tekst {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 10;
  }

@media (max-width: 767px) {
  #faq .vragen .tekst {
    padding: 50px 20px 50px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #faq .vragen .tekst {
    padding: 50px 50px 50px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #faq .vragen .tekst {
    padding: 50px 50px 50px 50px;
  }
}

@media (min-width: 1201px) {
  #faq .vragen .tekst {
    padding: 70px 90px 50px 70px;
  }
}

#faq .vragen .tekst h4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  color: #ffffff;
}

#faq .vragen .tekst p {
  line-height: 150%;
  color: #ffffff;
}

#faq .vragen .tekst .btn-green {
  margin-top: 50px;
}

#faq .vragen .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

#contact .titel {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #contact .titel {
    padding: 20px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #contact .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #contact .titel {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  #contact .titel {
    padding: 20px 90px 40px 90px;
  }
}

#contact .contact {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #contact .contact {
    padding: 20px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #contact .contact {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  #contact .contact {
    padding: 20px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  #contact .contact {
    padding: 20px 90px 40px 90px;
  }
}

#contact .contact .contactgegevens {
  display: inline-block;
}

@media (min-width: 768px) {
  #contact .contact .contactgegevens {
    padding-right: 30px;
  }
}

#contact .contact .contactgegevens .rij-gegevens {
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}

#contact .contact .contactgegevens .afbeelding {
  display: inline-block;
  width: 100%;
  height: 250px;
}

@media (max-width: 767px) {
  #contact .contact .contactgegevens .afbeelding {
    margin-bottom: 40px;
  }
}

#contact .contact .contactgegevens i {
  font-size: 20px;
  color: #4a9c1e;
}

#contact .contact .contactgegevens p {
  line-height: 150%;
}

#contact .contact .contactgegevens a {
  line-height: 150%;
  color: #3c3c3c;
}

#contact #map {
  display: inline-block;
  width: 100%;
  height: 350px;
}

.blok {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

  .blok.knop-blok {
    background-color: #f5f5f5;
  }

@media (max-width: 767px) {
  .blok.knop-blok {
    padding: 40px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .blok.knop-blok {
    padding: 40px 50px 40px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blok.knop-blok {
    padding: 40px 50px 40px 50px;
  }
}

@media (min-width: 1201px) {
  .blok.knop-blok {
    padding: 40px 90px 40px 90px;
  }
}

.blok.knop-blok .knoppen-list {
  margin: 75px 0;
}

  .blok.knop-blok .knoppen-list .knop {
    background-color: #4a9c1e;
    color: white;
    display: inline-block;
    margin: 0 35px 10px 35px;
    width: 28% !important;
    text-decoration: none !important;
  }

@media (min-width: 993px) and (max-width: 1200px) {
  .blok.knop-blok .knoppen-list .knop {
    width: 26% !important;
    margin: 0 30px 10px 30px;
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .blok.knop-blok .knoppen-list .knop {
    width: 26% !important;
    margin: 0 20px 10px 20px;
  }
}

@media (max-width: 767px) {
  .blok.knop-blok .knoppen-list .knop {
    width: 300px !important;
    margin: 0 0 10px 0;
  }
}

.blok.knop-blok .knoppen-list .knop.left {
  margin-left: 0 !important;
}

.blok.knop-blok .knoppen-list .knop.right {
  margin-right: 0 !important;
}

.blok.knop-blok .knoppen-list .knop .knop-container {
  display: table;
  width: 100%;
  height: 100%;
}

  .blok.knop-blok .knoppen-list .knop .knop-container .knop-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    min-height: 200px;
  }

    .blok.knop-blok .knoppen-list .knop .knop-container .knop-content .knop-logo {
      margin-top: 20px;
      width: 100%;
      height: 150px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
    }

.breadcrumbs {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .breadcrumbs {
    padding: 20px 50px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .breadcrumbs {
    padding: 20px 50px;
  }
}

@media (min-width: 1201px) {
  .breadcrumbs {
    padding: 20px 90px;
  }
}

.breadcrumbs a {
  display: inline-block;
  color: #3c3c3c;
}

  .breadcrumbs a:after {
    content: '\f054';
    font-size: 10px;
    font-family: FontAwesome;
    margin: 0px 10px;
  }

.breadcrumbs p {
  color: #4a9c1e;
  display: inline-block;
}

.space-p-tag p {
  margin-bottom: 20px;
}

  .space-p-tag p:last-of-type {
    margin-bottom: 0px;
  }

.checkmark-green ul {
  list-style-image: url('../img/checkmark-green.png');
}

@media (max-width: 767px) {
  .no-col-padding-small {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.alert-danger ul {
  list-style-type: none;
}

.nieuws-slider .nieuws-slider-item {
  display: table;
  min-height: 300px;
  padding: 60px 200px;
  width: 100%;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nieuws-slider .nieuws-slider-item {
    padding: 60px 140px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .nieuws-slider .nieuws-slider-item {
    padding: 60px 80px;
  }
}

@media (max-width: 768px) {
  .nieuws-slider .nieuws-slider-item {
    padding: 60px 20px;
  }
}

.nieuws-slider .nieuws-slider-item .nieuws-slider-item-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

  .nieuws-slider .nieuws-slider-item .nieuws-slider-item-content h3 {
    margin-bottom: 30px;
  }

@media (max-width: 767px) {
  .nieuws-slider .nieuws-slider-item .nieuws-slider-item-content h3 {
    font-size: 20px;
  }
}

.nieuws-slider .nieuws-slider-item .nieuws-slider-item-content p.author {
  color: #4a9c1e;
  margin-top: 15px;
}

.remodal {
  text-align: left !important;
}

  .remodal h5 {
    margin-bottom: 40px;
  }

  .remodal form label {
    display: inline-block;
    width: 100%;
    font-family: 'Varela Round', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
  }

  .remodal form input,
  .remodal form textarea {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    padding: 0px 10px;
    color: #3c3c3c;
    border: none;
    background-color: #f5f5f5;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    resize: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  .remodal form button {
    margin-top: 20px;
  }

.row {
  line-height: 0 !important;
}

.webshop {
  display: inline-block;
  width: 100%;
  padding: 0px 90px 50px 90px;
}

@media (max-width: 992px) {
  .webshop {
    padding: 0px 20px 50px 20px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .webshop {
    padding: 0px 100px 50px 100px !important;
  }
}

.webshop.no-padding {
  padding: 0px;
}

@media (max-width: 767px) {
  .webshop .product-overzicht .filters {
    display: inline-block;
    padding: 0px 30px;
  }
}

.webshop .product-overzicht .filters .accordion input {
  display: none;
}

.webshop .product-overzicht .producten .top {
  display: inline-block;
  margin-bottom: 35px;
}

  .webshop .product-overzicht .producten .top select {
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 200px;
    line-height: 35px;
    border: 1px solid #3c3c3c;
    border-radius: 0px;
    padding: 0px 15px;
    height: 35px;
    background-color: transparent;
    color: #3c3c3c;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    background-image: url('../img/dropdown.html');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 3.5%;
  }

@media (max-width: 767px) {
  .webshop .product-overzicht .producten .top select {
    width: 100%;
    margin-bottom: 10px;
  }
}

.webshop .product-overzicht .producten .top p {
  display: inline-block;
  float: right;
  line-height: 35px;
}

.webshop .product-overzicht .producten .box-producten {
  display: inline-block;
  width: 100%;
}

  .webshop .product-overzicht .producten .box-producten .item {
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
  }

    .webshop .product-overzicht .producten .box-producten .item .stof-foto {
      display: inline-block;
      width: 100%;
      height: 220px;
      margin-bottom: 20px;
      position: relative;
    }

      .webshop .product-overzicht .producten .box-producten .item .stof-foto .filter {
        display: none;
      }

      .webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: table;
        background-color: rgba(0, 0, 0, 0.4);
      }

        .webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content {
          display: table-cell;
          vertical-align: middle;
        }

          .webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a {
            display: inline-block;
            width: 40px;
            height: 40px;
            border: 2px solid white;
            border-radius: 50%;
            text-align: center;
          }

            .webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a:hover {
              background-color: white;
            }

              .webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a:hover i {
                color: #0000ff;
              }

            .webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a i {
              line-height: 35px;
              color: white;
              font-size: 16px;
            }

            .webshop .product-overzicht .producten .box-producten .item .stof-foto:hover .filter .content a:first-of-type {
              margin-right: 10px;
            }

@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .stof-foto {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-overzicht .producten .box-producten .item .stof-foto {
    height: 175px;
  }
}

.webshop .product-overzicht .producten .box-producten .item .stof-foto p {
  display: none;
}

.webshop .product-overzicht .producten .box-producten .item .stof-foto.nieuw p {
  color: white;
  background-color: #0000ff;
  padding: 16px 13px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.webshop .product-overzicht .producten .box-producten .item .stof-foto.actie p {
  color: white;
  background-color: #ffa500;
  padding: 16px 13px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.webshop .product-overzicht .producten .box-producten .item .beschrijving {
  display: inline-block;
  width: 100%;
}

  .webshop .product-overzicht .producten .box-producten .item .beschrijving h4 {
    line-height: 140%;
    color: #000000;
  }

.webshop .product-overzicht .producten .box-producten .item p {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
  color: #808080;
}

.webshop .product-overzicht .producten .paginatie {
  display: inline-block;
  padding: 50px 15px;
}

  .webshop .product-overzicht .producten .paginatie p {
    display: inline-block;
    float: left;
    line-height: 29px;
  }

  .webshop .product-overzicht .producten .paginatie .pagination {
    display: inline-block;
    float: right;
    margin: 0px;
  }

    .webshop .product-overzicht .producten .paginatie .pagination li {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 1px solid #000000;
      text-align: center;
      border-radius: 0px;
      margin-right: -5px;
    }

      .webshop .product-overzicht .producten .paginatie .pagination li.active {
        background-color: #f5f5f5;
      }

      .webshop .product-overzicht .producten .paginatie .pagination li:hover {
        background-color: #f5f5f5;
      }

      .webshop .product-overzicht .producten .paginatie .pagination li a {
        display: inline-block;
        padding: 0px;
        line-height: 25px;
        float: none;
        background-color: transparent;
        color: #000000;
        border: none;
        font-size: 11px;
      }

        .webshop .product-overzicht .producten .paginatie .pagination li a i {
          font-size: 10px;
        }

.webshop .product-detail {
  display: inline-block;
  width: 100%;
}

  .webshop .product-detail .breadcrumbs {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }

    .webshop .product-detail .breadcrumbs a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      padding: 0px;
      margin: 0px;
      display: inline-block;
      font-size: 14px;
      color: #808080;
      text-transform: capitalize;
    }

      .webshop .product-detail .breadcrumbs a:after {
        display: inline-block;
        content: '|';
        margin: 0px 7px;
      }

  .webshop .product-detail .slider {
    display: inline-block;
    width: 100%;
  }

    .webshop .product-detail .slider .slider-for {
      display: inline-block;
      width: 100%;
    }

      .webshop .product-detail .slider .slider-for div {
        display: inline-block;
        margin-bottom: 20px;
        width: 100%;
      }

@media (max-width: 767px) {
  .webshop .product-detail .slider .slider-for div {
    height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-detail .slider .slider-for div {
    height: 300px;
  }
}

@media (min-width: 993px) {
  .webshop .product-detail .slider .slider-for div {
    max-height: 450px;
  }
}

.webshop .product-detail .slider .slider-nav {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .webshop .product-detail .slider .slider-nav {
    margin-bottom: 30px;
  }
}

.webshop .product-detail .slider .slider-nav div {
  display: inline-block;
  height: 150px;
  width: 100%;
}

@media (max-width: 767px) {
  .webshop .product-detail .slider .slider-nav div {
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-detail .slider .slider-nav div {
    height: 120px;
  }
}

.webshop .product-detail .top {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #808080;
  padding-bottom: 20px;
}

  .webshop .product-detail .top h4 {
    display: inline-block;
    width: 100%;
    line-height: 180%;
  }

  .webshop .product-detail .top p {
    display: inline-block;
    width: 100%;
    line-height: 180%;
  }

  .webshop .product-detail .top .social {
    display: inline-block;
    text-align: right;
  }

    .webshop .product-detail .top .social a {
      display: inline-block;
      margin-right: 10px;
    }

      .webshop .product-detail .top .social a:last-of-type {
        margin-right: 0px;
      }

      .webshop .product-detail .top .social a i {
        color: #808080;
        font-size: 16px;
      }

        .webshop .product-detail .top .social a i.fa-pinterest:hover {
          color: #bd081c;
        }

        .webshop .product-detail .top .social a i.fa-facebook:hover {
          color: #3b5998;
        }

        .webshop .product-detail .top .social a i.fa-twitter:hover {
          color: #1da1f2;
        }

        .webshop .product-detail .top .social a i.fa-instagram:hover {
          color: #5851db;
        }

.webshop .product-detail .midden {
  display: inline-block;
  width: 100%;
  padding-bottom: 45px;
  padding-top: 45px;
  border-bottom: 1px solid #808080;
  /* Override browser form filling */
}

  .webshop .product-detail .midden input[type="number"] {
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 6px 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 90px;
  }

    .webshop .product-detail .midden input[type="number"].mod::-webkit-outer-spin-button,
    .webshop .product-detail .midden input[type="number"].mod::-webkit-inner-spin-button {
      -webkit-appearance: none;
      background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
      width: 1em;
      border-left: 1px solid #BBB;
      opacity: .5;
      /* shows Spin Buttons per default (Chrome >= 39) */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
    }

  .webshop .product-detail .midden input:-webkit-autofill {
    background: black;
    color: red;
  }

  .webshop .product-detail .midden .btn-flat:hover {
    cursor: pointer;
  }

.webshop .product-detail .onder {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

  .webshop .product-detail .onder p {
    line-height: 180%;
  }

.webshop .product-detail .gerelateerd {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #808080;
  padding: 40px 0px 20px 0px;
}

  .webshop .product-detail .gerelateerd p {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 20px 15px;
  }

  .webshop .product-detail .gerelateerd .item {
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
  }

    .webshop .product-detail .gerelateerd .item .stof-foto {
      display: inline-block;
      width: 100%;
      height: 220px;
      margin-bottom: 20px;
      position: relative;
    }

      .webshop .product-detail .gerelateerd .item .stof-foto .filter {
        display: none;
      }

      .webshop .product-detail .gerelateerd .item .stof-foto:hover .filter {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: table;
        background-color: rgba(0, 0, 0, 0.4);
      }

        .webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content {
          display: table-cell;
          vertical-align: middle;
        }

          .webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a {
            display: inline-block;
            width: 40px;
            height: 40px;
            border: 2px solid white;
            border-radius: 50%;
            text-align: center;
          }

            .webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a:hover {
              background-color: white;
            }

              .webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a:hover i {
                color: #0000ff;
              }

            .webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a i {
              line-height: 35px;
              color: white;
              font-size: 16px;
            }

            .webshop .product-detail .gerelateerd .item .stof-foto:hover .filter .content a:first-of-type {
              margin-right: 10px;
            }

@media (max-width: 767px) {
  .webshop .product-detail .gerelateerd .item .stof-foto {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-detail .gerelateerd .item .stof-foto {
    height: 175px;
  }
}

.webshop .product-detail .gerelateerd .item .stof-foto p {
  display: none;
}

.webshop .product-detail .gerelateerd .item .stof-foto.nieuw p {
  color: white;
  background-color: #0000ff;
  padding: 16px 13px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.webshop .product-detail .gerelateerd .item .stof-foto.actie p {
  color: white;
  background-color: #ffa500;
  padding: 16px 13px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.webshop .product-detail .gerelateerd .item .beschrijving {
  display: inline-block;
  width: 100%;
}

  .webshop .product-detail .gerelateerd .item .beschrijving h4 {
    line-height: 140%;
    color: #000000;
  }

.webshop .product-detail .gerelateerd .item p {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
  color: #808080;
}

.webshop .winkelmandje .product {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #f5f5f5;
}

  .webshop .winkelmandje .product:last-of-type {
    border-bottom: none;
  }

  .webshop .winkelmandje .product .foto {
    display: table;
    height: 100px;
    text-align: left;
  }

    .webshop .winkelmandje .product .foto .content {
      display: table-cell;
      width: 100px;
      height: 100px;
      vertical-align: middle;
    }

  .webshop .winkelmandje .product .beschrijving {
    display: table;
    height: 100px;
    text-align: left;
  }

    .webshop .winkelmandje .product .beschrijving .content {
      display: table-cell;
      vertical-align: middle;
    }

      .webshop .winkelmandje .product .beschrijving .content h4 {
        text-transform: none;
        line-height: 180%;
        width: 100%;
      }

      .webshop .winkelmandje .product .beschrijving .content p {
        line-height: 180%;
        width: 100%;
      }

  .webshop .winkelmandje .product .aantal {
    display: table;
    height: 100px;
    text-align: left;
  }

    .webshop .winkelmandje .product .aantal .content {
      display: table-cell;
      vertical-align: middle;
      /* Override browser form filling */
    }

      .webshop .winkelmandje .product .aantal .content input[type="number"] {
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 6px 5px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        width: 100%;
      }

        .webshop .winkelmandje .product .aantal .content input[type="number"].mod::-webkit-outer-spin-button,
        .webshop .winkelmandje .product .aantal .content input[type="number"].mod::-webkit-inner-spin-button {
          -webkit-appearance: none;
          background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
          width: 1em;
          border-left: 1px solid #BBB;
          opacity: .5;
          /* shows Spin Buttons per default (Chrome >= 39) */
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
        }

      .webshop .winkelmandje .product .aantal .content input:-webkit-autofill {
        background: black;
        color: red;
      }

  .webshop .winkelmandje .product .sluiten {
    display: table;
    height: 100px;
    text-align: right;
    width: 100%;
  }

    .webshop .winkelmandje .product .sluiten .content {
      display: table-cell;
      vertical-align: middle;
    }

      .webshop .winkelmandje .product .sluiten .content a {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #808080;
        text-align: center;
      }

        .webshop .winkelmandje .product .sluiten .content a:hover {
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
        }

        .webshop .winkelmandje .product .sluiten .content a i {
          color: white;
          font-size: 11px;
          line-height: 19px;
        }

.webshop .winkelmandje .overzicht {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  background-color: #808080;
  border: 1px solid #808080;
}

  .webshop .winkelmandje .overzicht h5 {
    border-bottom: 1px solid #808080;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .webshop .winkelmandje .overzicht p {
    line-height: 150%;
  }

  .webshop .winkelmandje .overzicht .totaal {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #808080;
    padding: 20px 0px 0px 0px;
    margin-top: 20px;
  }

    .webshop .winkelmandje .overzicht .totaal p bold {
      text-transform: none;
    }

    .webshop .winkelmandje .overzicht .totaal p i {
      font-size: 12px;
    }

    .webshop .winkelmandje .overzicht .totaal .btn-flat {
      margin-top: 15px;
      border-radius: 5px;
      font-size: 13px;
      padding: 15px 0px;
      text-align: center;
      width: 100%;
      line-height: 110%;
    }

    .webshop .winkelmandje .overzicht .totaal .btn-continue {
      color: #0000ff;
      margin-top: 15px;
      margin-left: 0px;
    }

.webshop .winkelmandje .korting {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  background-color: #808080;
  border: 1px solid #808080;
  margin-top: 10px;
}

  .webshop .winkelmandje .korting h5 {
    border-bottom: 1px solid #808080;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .webshop .winkelmandje .korting input {
    display: inline-block;
    width: 100%;
    border: 1px solid #808080;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0px;
    font-size: 14px;
    color: #808080;
  }

  .webshop .winkelmandje .korting .btn-continue {
    color: #0000ff;
    margin-top: 15px;
    margin-left: 0px;
  }

.webshop.gegevens {
  display: inline-block;
  width: 100%;
  padding: 50px 300px 65px 300px;
}

@media (max-width: 992px) {
  .webshop.gegevens {
    padding: 50px 20px;
  }
}

.webshop.gegevens .stappen {
  display: inline-block;
  width: 100%;
  text-align: center;
}

  .webshop.gegevens .stappen .stap {
    display: inline-block;
    height: 50px;
    vertical-align: top;
  }

    .webshop.gegevens .stappen .stap .nummer {
      display: inline-block;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: #808080;
      color: #ffffff;
      text-align: center;
      margin-bottom: 10px;
    }

      .webshop.gegevens .stappen .stap .nummer p {
        line-height: 25px;
        font-weight: 700;
        color: #ffffff;
      }

    .webshop.gegevens .stappen .stap p {
      display: inline-block;
      color: #808080;
    }

    .webshop.gegevens .stappen .stap.active .nummer {
      background-color: #0000ff;
      color: #ffffff;
    }

      .webshop.gegevens .stappen .stap.active .nummer p {
        color: #ffffff;
      }

    .webshop.gegevens .stappen .stap.active p {
      color: #0000ff;
    }

  .webshop.gegevens .stappen .lijn {
    display: inline-block;
    width: 78px;
    height: 1px;
    background-color: #808080;
    margin-top: 12px;
  }

@media (max-width: 992px) {
  .webshop.gegevens .stappen .lijn {
    width: 30px;
    margin-top: 13px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .webshop.gegevens .stappen .lijn {
    margin-top: 13px;
  }
}

.webshop.gegevens .factuurgegevens {
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  padding: 40px 20px;
  width: 100%;
  border-radius: 0px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .webshop.gegevens .factuurgegevens {
    margin-top: 10px;
    padding: 40px 0px;
  }
}

.webshop.gegevens .factuurgegevens h5 {
  margin: 0px 0px 5px 0px;
  padding: 0px 15px;
}

.webshop.gegevens .factuurgegevens .adres {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  padding-top: 20px;
  margin-top: 50px;
}

.webshop.gegevens .verzendmethode .logo-verzendmethode {
  display: inline-block;
  width: 100%;
  height: 70px;
  background-position: top left;
  background-size: 70%;
}

.webshop.gegevens .verzendmethode .check {
  padding-top: 0px;
}

.webshop.gegevens .verzendmethode .leveradres {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
}

  .webshop.gegevens .verzendmethode .leveradres p {
    display: inline-block;
    width: 100%;
    line-height: 130%;
  }

.webshop.gegevens .verzendmethode label bold {
  font-weight: 400;
}

.webshop.gegevens .verzendmethode .afhaal {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  margin-top: 20px;
  padding-top: 20px;
}

.webshop.gegevens .verzendmethode .btn-continue {
  color: #0000ff;
  margin-left: 0px;
}

.webshop.gegevens .verzendmethode .btn-flat {
  margin-top: 35px;
}

.webshop.gegevens .betalingsinfo .check {
  padding: 0px;
}

  .webshop.gegevens .betalingsinfo .check .checkbox {
    margin: 0px;
  }

    .webshop.gegevens .betalingsinfo .check .checkbox label {
      margin: 0px;
    }

.webshop.gegevens .betalingsinfo .col-md-4 {
  text-align: right;
}

.webshop.gegevens .betalingsinfo .logo-verzendmethode {
  display: inline-block;
  width: 35px;
  height: 20px;
  background-position: top left;
  margin-right: 5px;
}

  .webshop.gegevens .betalingsinfo .logo-verzendmethode:last-of-type {
    margin-right: 0px;
  }

.webshop.gegevens .betalingsinfo .btn-flat {
  margin-top: 35px;
}

.webshop.gegevens .betalingsinfo .streep {
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
  height: 1px;
  background-color: #808080;
}

.webshop.gegevens .overzicht {
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  padding: 40px 20px;
  width: 100%;
  border-radius: 0px;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1200px) {
  .webshop.gegevens .overzicht {
    margin-top: 10px;
    padding: 40px 0px;
  }
}

.webshop.gegevens .overzicht h5 {
  margin: 0px;
  padding: 0px;
}

.webshop.gegevens .overzicht i {
  color: #0000ff;
  margin: 35px 0px 25px 0px;
  font-size: 70px;
}

.webshop.gegevens .overzicht p {
  line-height: 180%;
}

.webshop ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.webshop ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.webshop :-ms-input-placeholder {
  /* IE 10+ */
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.webshop :-moz-placeholder {
  /* Firefox 18- */
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.account {
  display: inline-block;
  width: 100%;
  padding: 0px 90px 50px 90px;
}

@media (max-width: 992px) {
  .account {
    padding: 0px 20px 50px 20px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .account {
    padding: 0px 100px 50px 100px !important;
  }
}

.account .check.no-padding-top {
  padding-top: 0px;
}

.account .margin-btm {
  margin-bottom: 20px;
}

.account .margin-top {
  margin-top: 20px;
}

.account .padding {
  display: inline-block;
  width: 100%;
  height: 50px;
}

.account h4 {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
}

.account h5 {
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}

.account p {
  display: inline-block;
  width: 100%;
  line-height: 180%;
}

.account ul {
  display: inline-block;
  width: 100%;
  padding: 0px;
}

@media (max-width: 767px) {
  .account ul {
    margin-top: 30px;
  }
}

.account ul p {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background-color: #808080;
  color: #808080;
}

.account ul li {
  display: inline-block;
  width: 100%;
}

  .account ul li:last-of-type a {
    border-bottom: none;
  }

  .account ul li a {
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    background-color: #808080;
    border-bottom: 1px solid #808080;
    color: #808080;
  }

    .account ul li a:hover {
      text-decoration: none;
      background-color: #f3f3f3;
    }

    .account ul li a:focus,
    .account ul li a.active,
    .account ul li a.visited {
      text-decoration: none;
    }

    .account ul li a.active {
      color: #808080;
    }

.account .streep {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #808080;
  margin: 20px 0px;
}

.account .tabel table {
  border-collapse: collapse;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
}

  .account .tabel table i {
    color: black;
  }

  .account .tabel table thead {
    display: table-header-group;
    vertical-align: middle;
    background-color: #f6f6f6;
    padding: 20px 0px;
    font-weight: 600;
  }

    .account .tabel table thead tr th {
      white-space: nowrap;
      padding: 20px 8px;
      font-weight: 400 !important;
    }

      .account .tabel table thead tr th:first-child {
        border-bottom-left-radius: 7px;
        border-top-left-radius: 7px;
      }

      .account .tabel table thead tr th:last-child {
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
      }

  .account .tabel table tbody tr {
    border-bottom: 1px solid #808080;
  }

    .account .tabel table tbody tr td {
      padding: 20px 8px;
      vertical-align: middle;
    }

.account.gegevens {
  display: inline-block;
  width: 100%;
  padding: 50px 300px 65px 300px;
}

@media (max-width: 992px) {
  .account.gegevens {
    padding: 50px 20px;
  }
}

.account.gegevens .stappen {
  display: inline-block;
  width: 100%;
  text-align: center;
}

  .account.gegevens .stappen .stap {
    display: inline-block;
    height: 50px;
    vertical-align: top;
  }

    .account.gegevens .stappen .stap .nummer {
      display: inline-block;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: #808080;
      color: #ffffff;
      text-align: center;
      margin-bottom: 10px;
    }

      .account.gegevens .stappen .stap .nummer p {
        line-height: 25px;
        font-weight: 700;
        color: #ffffff;
      }

    .account.gegevens .stappen .stap p {
      display: inline-block;
      color: #808080;
    }

    .account.gegevens .stappen .stap.active .nummer {
      background-color: #0000ff;
      color: #ffffff;
    }

      .account.gegevens .stappen .stap.active .nummer p {
        color: #ffffff;
      }

    .account.gegevens .stappen .stap.active p {
      color: #0000ff;
    }

  .account.gegevens .stappen .lijn {
    display: inline-block;
    width: 78px;
    height: 1px;
    background-color: #808080;
    margin-top: 12px;
  }

@media (max-width: 992px) {
  .account.gegevens .stappen .lijn {
    width: 30px;
    margin-top: 13px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .account.gegevens .stappen .lijn {
    margin-top: 13px;
  }
}

.account.gegevens .factuurgegevens {
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  padding: 40px 20px;
  width: 100%;
  border-radius: 0px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .account.gegevens .factuurgegevens {
    margin-top: 10px;
    padding: 40px 0px;
  }
}

.account.gegevens .factuurgegevens h5 {
  margin: 0px 0px 5px 0px;
  padding: 0px 15px;
}

.account.gegevens .factuurgegevens .adres {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  padding-top: 20px;
  margin-top: 50px;
}

.account.gegevens .verzendmethode .logo-verzendmethode {
  display: inline-block;
  width: 100%;
  height: 70px;
  background-position: top left;
  background-size: 70%;
}

.account.gegevens .verzendmethode .check {
  padding-top: 0px;
}

.account.gegevens .verzendmethode .leveradres {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
}

  .account.gegevens .verzendmethode .leveradres p {
    display: inline-block;
    width: 100%;
    line-height: 130%;
  }

.account.gegevens .verzendmethode label bold {
  font-weight: 400;
}

.account.gegevens .verzendmethode .afhaal {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #808080;
  margin-top: 20px;
  padding-top: 20px;
}

.account.gegevens .verzendmethode .btn-continue {
  color: #0000ff;
  margin-left: 0px;
}

.account.gegevens .verzendmethode .btn-flat {
  margin-top: 35px;
}

.account.gegevens .betalingsinfo .check {
  padding: 0px;
}

  .account.gegevens .betalingsinfo .check .checkbox {
    margin: 0px;
  }

    .account.gegevens .betalingsinfo .check .checkbox label {
      margin: 0px;
    }

.account.gegevens .betalingsinfo .col-md-4 {
  text-align: right;
}

.account.gegevens .betalingsinfo .logo-verzendmethode {
  display: inline-block;
  width: 35px;
  height: 20px;
  background-position: top left;
  margin-right: 5px;
}

  .account.gegevens .betalingsinfo .logo-verzendmethode:last-of-type {
    margin-right: 0px;
  }

.account.gegevens .betalingsinfo .btn-flat {
  margin-top: 35px;
}

.account.gegevens .betalingsinfo .streep {
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
  height: 1px;
  background-color: #808080;
}

.account.gegevens .overzicht {
  display: inline-block;
  background-color: #808080;
  border: 1px solid #808080;
  padding: 40px 20px;
  width: 100%;
  border-radius: 0px;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1200px) {
  .account.gegevens .overzicht {
    margin-top: 10px;
    padding: 40px 0px;
  }
}

.account.gegevens .overzicht h5 {
  margin: 0px;
  padding: 0px;
}

.account.gegevens .overzicht i {
  color: #0000ff;
  margin: 35px 0px 25px 0px;
  font-size: 70px;
}

.account.gegevens .overzicht p {
  line-height: 180%;
}

.account .adres {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  margin-bottom: 15px;
}

  .account .adres p {
    line-height: 140%;
  }

    .account .adres p bold {
      display: inline-block;
      margin: 0px 0px 20px 0px;
      padding: 0px;
      line-height: 100%;
      text-transform: none;
    }

.inloggen {
  display: inline-block;
  width: 100%;
  padding: 0px 200px 50px 200px;
  text-align: center;
}

@media (max-width: 767px) {
  .inloggen {
    padding: 0px 20px;
  }
}

.inloggen .kader {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #808080;
  background-color: #808080;
  text-align: left;
}

  .inloggen .kader h5 {
    border-bottom: 1px solid #808080;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .inloggen .kader .btn-continue {
    margin-top: 20px;
    line-height: 34px;
  }

.product-toegevoegd {
  display: inline-block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

  .product-toegevoegd .filter {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
  }

    .product-toegevoegd .filter .content {
      display: table-cell;
      vertical-align: middle;
      padding: 0px;
    }

      .product-toegevoegd .filter .content .box {
        display: inline-block;
        background-color: #ffffff;
        border-radius: 5px;
        padding: 50px;
        position: relative;
        text-align: left;
      }

        .product-toegevoegd .filter .content .box .sluiten {
          display: inline-block;
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-color: #808080;
          position: absolute;
          top: 10px;
          right: 10px;
          text-align: center;
        }

          .product-toegevoegd .filter .content .box .sluiten:hover {
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
            cursor: pointer;
          }

          .product-toegevoegd .filter .content .box .sluiten i {
            color: white;
            line-height: 20px;
          }

        .product-toegevoegd .filter .content .box .product {
          display: block;
          float: left;
        }

          .product-toegevoegd .filter .content .box .product .foto {
            display: inline-block;
            width: 100px;
            height: 100px;
            float: left;
            margin-right: 25px;
          }

          .product-toegevoegd .filter .content .box .product .clearfix {
            display: block;
            width: 100%;
            height: 1px;
          }

          .product-toegevoegd .filter .content .box .product .beschrijving {
            display: block;
            float: left;
          }

            .product-toegevoegd .filter .content .box .product .beschrijving h4 {
              display: block;
              line-height: 180%;
              text-transform: none;
              font-weight: 700;
              font-size: 14px;
            }

            .product-toegevoegd .filter .content .box .product .beschrijving p {
              display: block;
              line-height: 180%;
            }

        .product-toegevoegd .filter .content .box .keuze {
          display: block;
          float: left;
          margin-top: 20px;
        }

          .product-toegevoegd .filter .content .box .keuze p.btn-continue:hover {
            cursor: pointer;
          }

.accordion label {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  color: #ffffff;
  background-color: #0000ff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-bottom: 13px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

  .accordion label:hover,
  .accordion label:focus {
    color: white;
    background: #0000ff;
    cursor: pointer;
    text-decoration: none;
  }

.accordion li {
  display: inline-block;
  width: 100%;
}

.accordion .group-list {
  display: none;
}

  .accordion .group-list.open {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 15px 15px 35px 15px;
    border: 1px solid black;
  }

  .accordion .group-list li {
    display: inline-block;
    width: 100%;
  }

  .accordion .group-list .sub-group-label {
    display: inline-block;
    padding: 15px 5px;
    width: 100%;
    color: #000000;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    margin-bottom: 0px;
    text-transform: none;
    background-color: transparent;
    border-bottom: 1px solid #000000;
  }

    .accordion .group-list .sub-group-label:hover,
    .accordion .group-list .sub-group-label:focus {
      color: #000000;
      background-color: #fafafa;
      cursor: pointer;
      text-decoration: none;
    }

  .accordion .group-list .sub-group-list {
    display: none;
  }

    .accordion .group-list .sub-group-list.open {
      display: inline-block;
      padding: 15px 0px 0px 0px;
    }

      .accordion .group-list .sub-group-list.open li {
        display: inline-block;
      }

        .accordion .group-list .sub-group-list.open li a {
          padding: 5px 15px 5px 0px;
          margin-left: 15px;
          background: transparent;
          color: #000000;
          text-transform: none;
        }

          .accordion .group-list .sub-group-list.open li a.active {
            color: #0000ff;
          }

          .accordion .group-list .sub-group-list.open li a:hover {
            text-decoration: none;
            color: #0000ff;
          }

        .accordion .group-list .sub-group-list.open li label {
          padding: 5px 5px 5px 15px;
          background: transparent;
          color: #000000;
          text-transform: none;
          font-weight: 300;
        }

          .accordion .group-list .sub-group-list.open li label:hover {
            color: #0000ff;
          }

        .accordion .group-list .sub-group-list.open li .sub-sub-group-label {
          padding: 5px 5px 5px 0px;
          margin-left: 15px;
          background: transparent;
          color: #000000 !important;
          border-bottom: 1px solid #000000 !important;
          text-transform: none;
          font-weight: 300;
          width: 90%;
        }

          .accordion .group-list .sub-group-list.open li .sub-sub-group-label:hover {
            color: #0000ff;
          }

        .accordion .group-list .sub-group-list.open li .sub-sub-group-list {
          display: none;
        }

          .accordion .group-list .sub-group-list.open li .sub-sub-group-list.open {
            display: inline-block;
            padding: 0px 0px 10px 15px;
          }

            .accordion .group-list .sub-group-list.open li .sub-sub-group-list.open li a {
              color: black;
            }

              .accordion .group-list .sub-group-list.open li .sub-sub-group-list.open li a.active {
                color: #0000ff;
              }

.accordion .group-list,
.accordion .sub-group-list,
.accordion .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.accordion .nav__list input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

.accordion label > span {
  float: right;
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: transform .65s ease;
}

.accordion .nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.highlight {
  color: #4a9c1e;
}