@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-1/css/all.min.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}

p, li {
  line-height: 20px;
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 6px;
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

h3 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#firstElement {
  margin-top: 109px;
}

.anchor {
  display: block;
  padding-top: 109px;
  margin-top: -109px;
}

.navbar {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
  padding-top: 3px;
  min-height: 109px;
}

.navbar__container {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  margin: 0 auto;
}

.navbar__hamburger {
  display: none;
}

.navbar__box-logo {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
}

.navbar__link {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7c7da0;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar__link:hover {
  color: #f2982b;
}

.navbar__link-active {
  color: #f2982b;
}

@media screen and (max-width: 1140px) {
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 100%;
    background: white;
    overflow: hidden;
    text-align: center;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 25px;
  }
  .navbar__list li:first-child {
    margin-top: 15px;
  }
  .navbar .top-mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar__list {
    height: 0px;
  }
  .navbar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar__hamburger {
    display: block;
    color: #7c7da0;
    font-size: 2.5rem;
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1140px) and (max-width: 595px) {
  #firstElement {
    margin-top: 113px;
  }
  .anchor {
    display: block;
    padding-top: 113px;
    margin-top: -113px;
  }
  .navbar {
    min-height: 113px;
    padding-top: 2px;
  }
  .navbar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .navbar__logo {
    margin: 0px;
    max-width: 350px;
  }
  .navbar__hamburger {
    margin: 0;
    font-size: 2rem;
    margin-top: 12px;
  }
  .navbar .top-mobile-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Backgorund Images */
.slide:first-child {
  background-color: #6c6c6c;
  background-image: url("../images/hero-slider/map1/1-full.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide:nth-child(2) {
  background-color: #6c6c6c;
  background-image: url("../images/hero-slider/map2/2-full.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide:nth-child(3) {
  background-color: #6c6c6c;
  background-image: url("../images/hero-slider//map3/3-full.jpg");
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide:nth-child(4) {
  background-color: #6c6c6c;
  background-image: url("../images/hero-slider/map4/4-full.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide:nth-child(5) {
  background-color: #6c6c6c;
  background-image: url("../images/hero-slider/map5/5-full.jpg");
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide:nth-child(6) {
  background-color: #6c6c6c;
  background-image: url("../images/hero-slider/map6/6-full.jpg");
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .slide:first-child {
    background-image: url("../images/hero-slider/map1/1-800.jpg");
  }
  .slide:nth-child(2) {
    background-image: url("../images/hero-slider/map2/2-800.jpg");
  }
  .slide:nth-child(3) {
    background-image: url("../images/hero-slider/map3/3-800.jpg");
  }
  .slide:nth-child(4) {
    background-image: url("../images/hero-slider/map4/4-800.jpg");
  }
  .slide:nth-child(5) {
    background-image: url("../images/hero-slider/map5/5-800.jpg");
  }
  .slide:nth-child(6) {
    background-image: url("../images/hero-slider/map6/6-800.jpg");
  }
}

.slider {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 100px);
  width: 100%;
}

@media screen and (max-width: 565px) {
  .slider {
    height: calc(100vh - 113px);
  }
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.slide.current {
  opacity: 1;
}

.slide .content {
  width: 100%;
  max-width: 1920px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  bottom: 0px;
  opacity: 0;
  color: #7c7da0;
  height: 220px;
  font-size: 44px;
  letter-spacing: 2px;
}

.slide .content .klein {
  bottom: 80px;
  left: -580px;
  opacity: 0;
  letter-spacing: 3px;
  color: white;
  background-color: #7c7da0;
  opacity: 0;
}

.slide .content span {
  display: inline-block;
  padding: 0.5% 1%;
  margin-left: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slide .content .groot {
  margin-bottom: 0px;
  background-color: white;
}

.slide.current .content {
  opacity: 1;
  -webkit-transform: translateX(px);
          transform: translateX(px);
  -webkit-transition: all 0.7s ease-in-out 0.3s;
  transition: all 0.7s ease-in-out 0.3s;
}

.slide.current .content .klein {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.7s ease-in-out 1.5s;
  transition: opacity 0.7s ease-in-out 1.5s;
}

.buttons div#next {
  position: absolute;
  top: 50%;
  right: 30px;
}

.buttons div#prev {
  position: absolute;
  top: 50%;
  left: 30px;
}

.buttons div {
  border: none;
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 13px 15px;
  border-radius: 50%;
  outline: none;
  background-color: white;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buttons div:hover {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .slide .content {
    bottom: -250px;
    left: 0;
    width: 100%;
    padding-left: 0;
    height: 250px;
    text-align: center;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .slide.current .content {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .slide.current .content .klein {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .slide.current .content .groot {
    margin: 0 auto;
  }
  .buttons div#prev {
    left: 10px;
  }
  .buttons div#next {
    right: 10px;
  }
}

@media only screen and (min-width: 551px) and (max-width: 650px) {
  .slide .content {
    font-size: 35px;
  }
}

@media screen and (max-width: 500px) {
  .slide .content {
    height: 200px;
    font-size: 18px;
  }
  .slide .content .groot {
    margin: 0 auto;
  }
  .slide .content .klein {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 400px) and (max-width: 550px) {
  .slide .content {
    font-size: 24px;
  }
}

section#firstElement.hero-slider {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}

main#hoofdpagina .aanbod__cart-header .cart-header__icoon {
  display: block;
}

.aanbod {
  text-align: center;
  background-color: #f6f6f6;
  height: auto;
}

.aanbod a.btn-groot:hover {
  background-color: #80972b;
}

.aanbod .title {
  margin-bottom: 40px;
}

.aanbod__container {
  max-width: 1920px;
  margin: auto auto;
}

.aanbod .cart-header-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aanbod__cart-container {
  padding: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aanbod__cart {
  background-color: white;
  max-width: 600px;
  margin: 40px auto 0;
}

.aanbod__cart-header {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 0;
}

.aanbod__cart-header .cart-header__icoon.cart-header-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aanbod__cart-header .cart-header__icoon.cart-header-office svg {
  margin: 0 auto;
}

.aanbod__cart-header h3 {
  color: white;
}

.cart-header__icoon {
  font-size: 4rem;
}

.padding-cart-header-office {
  padding-bottom: 14px;
}

.box-btn {
  border-top: solid 1px #b3b1b1;
}

.cart-opleiding {
  padding: 13px 0;
}

.cart-opleiding:nth-child(2n) {
  background-color: #f0f0f0;
}

.box-btn a.btn-artikel {
  margin: 10px 0;
}

.btn-web:hover {
  background-color: #a3c42b;
}

.btn-print:hover {
  background-color: #7c7da0;
}

.btn-office:hover {
  background-color: #f2982b;
}

.btn-andere:hover {
  background-color: #b3b1b1;
}

@media screen and (min-width: 536px) {
  .aanbod__cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 525px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .aanbod__cart {
    width: 200px;
    -webkit-box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
  }
}

@media screen and (min-width: 994px) {
  .aanbod__cart-container {
    width: 950px;
  }
}

.nieuws {
  text-align: center;
  background-color: #444444;
  color: white;
}

.nieuws article {
  max-width: 300px;
  margin: 60px  auto;
  height: 270px;
  position: relative;
}

.nieuws h3 {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 400;
  width: 90%;
  padding: 10px 15px;
  margin: 0 auto 20px;
  width: 100%;
}

.nieuws .location-date {
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}

.nieuws p {
  padding: 0 10px;
  text-align: left;
}

.nieuws .btn-artikel {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nieuws .btn-artikel:hover {
  background-color: #c07922;
}

.nieuws a.btn-groot:hover {
  background-color: #80972b;
}

@media screen and (min-width: 991px) {
  .nieuws ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nieuws ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .nieuws article {
    margin: 0px  auto;
  }
}

.kalender .btn-groot {
  background-color: #a3c42b;
}

.kalender .btn-groot:hover {
  background-color: #80972b;
}

.troeven {
  text-align: center;
  background-color: #444444;
  color: white;
}

.troeven .troef-box {
  width: 250px;
  margin: 30px;
  line-height: 23px;
}

.troeven .troeven-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.troeven i.troef-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .troeven .title {
    margin-bottom: 30px;
  }
}

.testimonials {
  text-align: center;
}

.testimonials .slider-silgle {
  position: relative;
}

.testimonials .company-logo-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  -webkit-box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.4);
}

.testimonials span.title-course, .testimonials span.docent {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.testimonials .docent {
  color: white;
}

.testimonials .student {
  width: 80%;
  color: white;
  text-align: right;
  font-weight: 700;
  position: absolute;
  bottom: 40px;
  right: 55px;
}

.testimonials span.function {
  margin-top: 0px;
}

.testimonials h3.title-course {
  margin-top: 20px;
  font-size: 25px;
}

.testimonials p {
  width: 80%;
  text-align: left;
  position: absolute;
  top: 56%;
  left: 55px;
}

.testimonials .slider-single-content {
  padding-top: 40px;
}

@media screen and (max-width: 859px) {
  .testimonials article {
    margin: 0;
  }
  .testimonials .slider-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonials .slider-left, .testimonials .slider-right {
    display: none;
  }
  .testimonials .slider-single-content {
    padding: 30px 20px;
    margin-bottom: 10px;
  }
  .testimonials .company-logo-box {
    width: 75px;
    height: 75px;
  }
  .testimonials span.docent {
    margin-top: 0px;
  }
  .testimonials p {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    position: static;
  }
  .testimonials .student {
    width: 100%;
    position: static;
    margin-top: 15px;
  }
}

@media screen and (min-width: 860px) {
  @-webkit-keyframes heartbeat {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    25% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    75% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes heartbeat {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    25% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    75% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .slider-container {
    position: relative;
    margin: 0 auto;
    max-width: 550px;
    height: 500px;
  }
  .slider-container .slider-content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 550px;
    height: 100%;
    -webkit-transition: z-index 0ms 250ms;
    transition: z-index 0ms 250ms;
  }
  .slider-container .slider-content .slider-single .slider-single-content {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-download {
    position: absolute;
    display: block;
    right: -22px;
    bottom: 12px;
    padding: 15px;
    color: #333333;
    background-color: #fdc84b;
    font-size: 18px;
    font-weight: 600;
    font-family: "karla";
    border-radius: 5px;
    -webkit-box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-download:hover, .slider-container .slider-content .slider-single .slider-single-download:focus {
    outline: none;
    text-decoration: none;
  }
  .slider-container .slider-content .slider-single .slider-single-title {
    display: block;
    float: left;
    margin: 16px 0 0 20px;
    font-size: 20px;
    font-family: "karla";
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-likes {
    display: block;
    float: right;
    margin: 16px 20px 0 0;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-likes i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff6060;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .slider-container .slider-content .slider-single .slider-single-likes p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #ffffff;
  }
  .slider-container .slider-content .slider-single .slider-single-likes:hover, .slider-container .slider-content .slider-single .slider-single-likes:focus {
    outline: none;
    text-decoration: none;
  }
  .slider-container .slider-content .slider-single.preactivede .slider-single-content {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  .slider-container .slider-content .slider-single.preactive {
    z-index: 1;
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-content {
    opacity: 0.3;
    -webkit-transform: translateX(-25%) scale(0.8);
            transform: translateX(-25%) scale(0.8);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-download {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-title {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-likes {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.proactive {
    z-index: 1;
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-content {
    opacity: 0.3;
    -webkit-transform: translateX(25%) scale(0.8);
            transform: translateX(25%) scale(0.8);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-download {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-title {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-likes {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactivede .slider-single-content {
    -webkit-transform: translateX(50%) scale(0);
            transform: translateX(50%) scale(0);
  }
  .slider-container .slider-content .slider-single.active {
    z-index: 2;
  }
  .slider-container .slider-content .slider-single.active .slider-single-content {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  .slider-container .slider-content .slider-single.active .slider-single-download {
    opacity: 1;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-title {
    opacity: 1;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-likes {
    opacity: 1;
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-likes i {
    -webkit-animation-name: heartbeat;
            animation-name: heartbeat;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
    animation-interation: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .slider-container .slider-left {
    position: absolute;
    z-index: 3;
    display: block;
    right: 92%;
    top: 50%;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: -2px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    color: black;
    background-color: white;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .slider-container .slider-right {
    position: absolute;
    z-index: 3;
    display: block;
    left: 92%;
    top: 50%;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -2px;
    width: 40px;
    height: 40px;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: white;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .slider-container .slider-left:hover,
  .slider-container .slider-right:hover {
    opacity: 1;
  }
  .slider-container .not-visible {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .slider-container .slider-content .slider-single.proactive .slider-single-content {
    -webkit-transform: translateX(50%) scale(0.8);
            transform: translateX(50%) scale(0.8);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-content {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
}

.prijzen {
  text-align: center;
  background-color: #444444;
  color: white;
}

.prijzen a {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prijzen a:hover {
  color: #f2982b;
}

.prijzen .prijs-box {
  width: 250px;
  margin: 15px 30px;
  margin-bottom: 60px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prijzen .prijzen-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.prijzen i.prijs-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 15px;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.kalender a {
  background-color: #f2982b;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.kalender a:hover {
  background-color: #c07922;
}

.kalender h1 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 700;
}

.kalender, .tab-content {
  text-align: center;
}

.kalender .table-box, .tab-content .table-box {
  margin: 0 auto;
}

.kalender table, .tab-content table {
  width: 100%;
  border: solid 10px white;
  font-size: 14px;
}

.kalender tbody, .tab-content tbody {
  background-color: white;
}

.kalender th, .tab-content th {
  font-weight: 700;
  vertical-align: middle;
  border: 10px solid white;
  padding: 10px 10px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

.kalender th[scope=col], .tab-content th[scope=col] {
  font-size: 16px;
}

.kalender td, .tab-content td {
  text-transform: capitalize;
  vertical-align: middle;
}

.kalender tr:nth-child(2n), .tab-content tr:nth-child(2n) {
  background-color: #f0f0f0;
}

.kalender p, .tab-content p {
  text-align: left;
  margin: 40px 40px 0;
}

.kalender p a, .tab-content p a {
  background-color: initial;
  color: #f2982b;
  padding: 0;
}

.kalender p a:hover, .tab-content p a:hover {
  background-color: initial;
  color: #c07922;
}

.kalender table {
  -webkit-box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
  box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
}

.kalender .table-box {
  padding: 0 20px;
  max-width: 1200px;
}

.kalender th {
  background-color: #7c7da0;
}

.kalender th[scope=col] {
  background-color: #a3c42b;
}

.tab-content li {
  list-style: none;
  margin-bottom: 60px;
}

.tab-content #andere {
  margin-bottom: 0;
}

.tab-content table {
  -webkit-box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
  box-shadow: 0px 22px 34px -11px rgba(0, 0, 0, 0.67);
}

.tab-content .table-box {
  width: 100%;
}

.tab-content p {
  margin: 10px 40px;
}

.tab-content .tabel-web th {
  background-color: #a3c42b;
}

.tab-content .tabel-web th[scope=col] {
  background-color: #80972b;
}

.tab-content .tabel-web .btn-tabel {
  background-color: #a3c42b;
}

.tab-content .tabel-web .btn-tabel:hover {
  background-color: #80972b;
}

.tab-content .tabel-print th {
  background-color: #7c7da0;
}

.tab-content .tabel-print th[scope=col] {
  background-color: #545576;
}

.tab-content .tabel-print .btn-tabel {
  background-color: #7c7da0;
}

.tab-content .tabel-print .btn-tabel:hover {
  background-color: #545576;
}

.tab-content .tabel-office th {
  background-color: #f2982b;
}

.tab-content .tabel-office th[scope=col] {
  background-color: #c07922;
}

.tab-content .tabel-office .btn-tabel {
  background-color: #f2982b;
}

.tab-content .tabel-office .btn-tabel:hover {
  background-color: #c07922;
}

.tab-content .tabel-andere th {
  background-color: #b3b1b1;
}

.tab-content .tabel-andere th[scope=col] {
  background-color: #6c6c6c;
}

.tab-content .tabel-andere .btn-tabel {
  background-color: #b3b1b1;
}

.tab-content .tabel-andere .btn-tabel:hover {
  background-color: #6c6c6c;
}

@media screen and (max-width: 865px) {
  .kalender h1, .tab-content h1 {
    font-size: 25px;
  }
  .kalender table, .tab-content table {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .kalender tr th[scope=col], .tab-content tr th[scope=col] {
    display: none;
  }
  .kalender tr th[scope=row], .tab-content tr th[scope=row] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kalender th, .tab-content th {
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  .kalender tr, .tab-content tr {
    border-bottom: 40px solid #f6f6f6;
  }
  .kalender td, .tab-content td {
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kalender tr:nth-child(2n), .tab-content tr:nth-child(2n) {
    background-color: white;
  }
  .kalender td:nth-child(2n), .tab-content td:nth-child(2n) {
    background-color: #f0f0f0;
  }
  .kalender p, .tab-content p {
    margin: 0;
  }
  .tab-content tr {
    border-bottom: none;
  }
}

@-moz-document url-prefix() {
  .tab-content table {
    border-collapse: separate;
  }
}

footer {
  color: white;
  background-color: #0a0a0a;
}

footer h5 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}

footer .footer-links ul li {
  margin-bottom: 5px;
}

footer .links-box {
  margin-bottom: 40px;
}

footer .footer-links a, footer .smedia-icons a {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .footer-links a:hover {
  color: #f2982b;
}

footer .smedia-icons {
  margin-bottom: 60px;
}

footer .smedia-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .smedia-icons li a {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .smedia-icons li a:hover {
  color: #f2982b;
  border-color: #f2982b;
}

footer hr {
  width: 90%;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #444444;
}

footer .logo-tinctuur-box {
  width: 100px;
  margin: 30px auto 0;
}

@media screen and (min-width: 620px) {
  footer .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f6f6f6;
  overflow-x: hidden;
}

@media screen and (min-width: 980px) and (max-width: 1015px) {
  body {
    overflow-x: hidden;
  }
}

.mw-1920px {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.mw-990px {
  max-width: 990px;
  margin: 0 auto;
}

.responsive {
  width: 100%;
  display: block;
  height: auto;
}

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

.d-grid {
  display: -ms-grid;
  display: grid;
}

.relative {
  position: relative;
}

#hoofdpagina li, footer li, nav li {
  list-style: none;
}

a {
  text-decoration: none;
}

section {
  padding: 70px 0px;
}

footer {
  padding: 70px 0 35px 0px;
}

.hidden {
  position: absolute;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  height: 0px;
  width: 0px;
}

.title {
  margin-bottom: 65px;
  text-align: center;
  display: block;
  padding: 0 20px;
}

.title .title-line {
  width: 50px;
  height: 4px;
  border: none;
  margin: 10px auto 0;
}

.btn-groot {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 90px;
}

.btn-nieuws {
  margin-top: 65px;
}

.btn-artikel {
  display: inline-block;
  padding: 8px 20px;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1.5px;
  transition: 0.3s;
}

.btn-tabel {
  display: inline-block;
  padding: 8px 20px;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1.5px;
  transition: 0.3s;
}

@media screen and (max-width: 500px) {
  section {
    padding: 40px 10px;
  }
  .btn-groot {
    margin-top: 30px;
    width: 250px;
  }
  .title {
    margin-bottom: 20px;
  }
  .title .title-line {
    width: 30px;
    height: 3px;
    margin: 5px auto 0;
  }
}

.bg--green {
  background-color: #a3c42b;
}

.--green {
  color: #a3c42b;
}

.bg--dark-green {
  background-color: #80972b;
}

.--dark-green {
  color: #80972b;
}

.bg--orange {
  background-color: #f2982b;
}

.--orange {
  color: #f2982b;
}

.bg--dark-orange {
  background-color: #c07922;
}

.--dark-orange {
  color: #c07922;
}

.--purple {
  color: #7c7da0;
}

.bg--purple {
  background-color: #7c7da0;
}

.--dark-purple {
  color: #545576;
}

.bg--dark-purple {
  background-color: #545576;
}

.--grey {
  color: #b3b1b1;
}

.bg--grey {
  background-color: #b3b1b1;
}

.--dark-grey {
  color: #6c6c6c;
}

.bg--dark-grey {
  background-color: #6c6c6c;
}

.--white {
  color: white;
}

.bg--white {
  background-color: white;
}
/*# sourceMappingURL=hoofdpagina.css.map */