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

.articles-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section#soorten-opleidingen .list,
section#locaties .list,
section#lokalen-huren .list,
section#computers-huren .list,
section#aanbod-multimediaopleidingen .list,
section#prijzen .list,
main#nieuws .list,
main#contactgegevens .list,
main#overons .list {
  margin-left: 16px;
}

section#soorten-opleidingen .list li,
section#locaties .list li,
section#lokalen-huren .list li,
section#computers-huren .list li,
section#aanbod-multimediaopleidingen .list li,
section#prijzen .list li,
main#nieuws .list li,
main#contactgegevens .list li,
main#overons .list li {
  list-style-type: disc;
}

section#soorten-opleidingen .u-list,
section#locaties .u-list,
section#lokalen-huren .u-list,
section#computers-huren .u-list,
section#aanbod-multimediaopleidingen .u-list,
section#prijzen .u-list,
main#nieuws .u-list,
main#contactgegevens .u-list,
main#overons .u-list {
  margin-left: 16px;
  margin-top: 10px;
}

section#soorten-opleidingen .u-list li,
section#locaties .u-list li,
section#lokalen-huren .u-list li,
section#computers-huren .u-list li,
section#aanbod-multimediaopleidingen .u-list li,
section#prijzen .u-list li,
main#nieuws .u-list li,
main#contactgegevens .u-list li,
main#overons .u-list li {
  list-style-type: disc;
  margin-top: 20px;
}

section#soorten-opleidingen .list-intro,
section#locaties .list-intro,
section#lokalen-huren .list-intro,
section#computers-huren .list-intro,
section#aanbod-multimediaopleidingen .list-intro,
section#prijzen .list-intro,
main#nieuws .list-intro,
main#contactgegevens .list-intro,
main#overons .list-intro {
  margin-bottom: 60px;
}

section#soorten-opleidingen .list-intro li,
section#locaties .list-intro li,
section#lokalen-huren .list-intro li,
section#computers-huren .list-intro li,
section#aanbod-multimediaopleidingen .list-intro li,
section#prijzen .list-intro li,
main#nieuws .list-intro li,
main#contactgegevens .list-intro li,
main#overons .list-intro li {
  margin: 0;
}

section#soorten-opleidingen p,
section#locaties p,
section#lokalen-huren p,
section#computers-huren p,
section#aanbod-multimediaopleidingen p,
section#prijzen p,
main#nieuws p,
main#contactgegevens p,
main#overons p {
  margin-bottom: 20px;
  margin-top: 0px;
}

section#soorten-opleidingen h3,
section#locaties h3,
section#lokalen-huren h3,
section#computers-huren h3,
section#aanbod-multimediaopleidingen h3,
section#prijzen h3,
main#nieuws h3,
main#contactgegevens h3,
main#overons h3 {
  color: #a3c42b;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

section#soorten-opleidingen .sub-u-list li,
section#locaties .sub-u-list li,
section#lokalen-huren .sub-u-list li,
section#computers-huren .sub-u-list li,
section#aanbod-multimediaopleidingen .sub-u-list li,
section#prijzen .sub-u-list li,
main#nieuws .sub-u-list li,
main#contactgegevens .sub-u-list li,
main#overons .sub-u-list li {
  margin-top: 0px;
  list-style-type: circle;
}

section#soorten-opleidingen a,
section#locaties a,
section#lokalen-huren a,
section#computers-huren a,
section#aanbod-multimediaopleidingen a,
section#prijzen a,
main#nieuws a,
main#contactgegevens a,
main#overons a {
  color: #f2982b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section#soorten-opleidingen a:hover,
section#locaties a:hover,
section#lokalen-huren a:hover,
section#computers-huren a:hover,
section#aanbod-multimediaopleidingen a:hover,
section#prijzen a:hover,
main#nieuws a:hover,
main#contactgegevens a:hover,
main#overons a:hover {
  color: #c07922;
}

section#soorten-opleidingen .margin-b-60,
section#locaties .margin-b-60,
section#lokalen-huren .margin-b-60,
section#computers-huren .margin-b-60,
section#aanbod-multimediaopleidingen .margin-b-60,
section#prijzen .margin-b-60,
main#nieuws .margin-b-60,
main#contactgegevens .margin-b-60,
main#overons .margin-b-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 500px) {
  section#soorten-opleidingen .list-intro,
  section#locaties .list-intro,
  section#lokalen-huren .list-intro,
  section#computers-huren .list-intro,
  section#aanbod-multimediaopleidingen .list-intro,
  section#prijzen .list-intro,
  main#nieuws .list-intro,
  main#contactgegevens .list-intro,
  main#overons .list-intro {
    margin-bottom: 60px;
  }
  section#soorten-opleidingen .margin-b-60,
  section#locaties .margin-b-60,
  section#lokalen-huren .margin-b-60,
  section#computers-huren .margin-b-60,
  section#aanbod-multimediaopleidingen .margin-b-60,
  section#prijzen .margin-b-60,
  main#nieuws .margin-b-60,
  main#contactgegevens .margin-b-60,
  main#overons .margin-b-60 {
    margin-bottom: 50px;
  }
  section#soorten-opleidingen article,
  section#locaties article,
  section#lokalen-huren article,
  section#computers-huren article,
  section#aanbod-multimediaopleidingen article,
  section#prijzen article,
  main#nieuws article,
  main#contactgegevens article,
  main#overons article {
    margin-bottom: 50px;
  }
}

section#soorten-opleidingen .margin-b-30,
section#locaties .margin-b-30,
section#lokalen-huren .margin-b-30,
section#computers-huren .margin-b-30,
section#aanbod-multimediaopleidingen .margin-b-30,
section#prijzen .margin-b-30,
main#nieuws .margin-b-30,
main#contactgegevens .margin-b-30,
main#overons .margin-b-30 {
  margin-bottom: 30px;
}

section#soorten-opleidingen .margin-b-0,
section#locaties .margin-b-0,
section#lokalen-huren .margin-b-0,
section#computers-huren .margin-b-0,
section#aanbod-multimediaopleidingen .margin-b-0,
section#prijzen .margin-b-0,
main#nieuws .margin-b-0,
main#contactgegevens .margin-b-0,
main#overons .margin-b-0 {
  margin-bottom: 0px;
}

article {
  margin-bottom: 60px;
}

span.date {
  color: white;
  display: inline-block;
  font-weight: 700;
  color: #7c7da0;
}

section#lokalen-huren, section#prijzen, section#aanbod-multimediaopleidingen, section#onze-opleidingen {
  background-color: white;
}

main#prijzen strong {
  display: block;
}

main#prijzen p.voorwaarden {
  font-style: italic;
  margin-top: 50px;
}

main#prijzen strong.btw {
  margin-top: 0px;
}

body#body-overons {
  background-color: white;
}

section#referenties .bg-box-bedrijf {
  border: #ddd 1px solid;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section#referenties .bg-box-bedrijf img {
  width: 100px;
  height: 84px;
}

section#referenties .bg-box-bedrijf .box-bedrijf {
  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;
  vertical-align: middle;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  background-color: white;
}

section#referenties .bg-box-bedrijf:hover {
  background-color: #f2982b;
  border-color: #f2982b;
}

section#referenties .box-bedrijf:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

section#soorten-opleidingen,
main#nieuws section,
section#locaties,
section#lokalen-huren,
section#computers-huren,
section#aanbod-multimediaopleidingen,
section#prijzen,
section#overons-prijzen,
section.referenties,
section#vacatures {
  padding-left: 0;
  padding-right: 0;
}

section#soorten-opleidingen .art-tekst,
main#nieuws section .art-tekst,
section#locaties .art-tekst,
section#lokalen-huren .art-tekst,
section#computers-huren .art-tekst,
section#aanbod-multimediaopleidingen .art-tekst,
section#prijzen .art-tekst,
section#overons-prijzen .art-tekst,
section.referenties .art-tekst,
section#vacatures .art-tekst {
  padding-left: 20px;
  padding-right: 20px;
}

section#soorten-opleidingen h3,
main#nieuws section h3,
section#locaties h3,
section#lokalen-huren h3,
section#computers-huren h3,
section#aanbod-multimediaopleidingen h3,
section#prijzen h3,
section#overons-prijzen h3,
section.referenties h3,
section#vacatures h3 {
  color: #a3c42b;
  font-size: 20px;
  font-weight: 700;
}

main#nieuws section,
section#voorstelling,
section#vacatures,
section#referenties {
  background-color: white;
  padding: 0;
}

main#nieuws section span.title,
section#voorstelling span.title,
section#vacatures span.title,
section#referenties span.title {
  margin-bottom: 20px;
}

main#nieuws section article,
section#voorstelling article,
section#vacatures article,
section#referenties article {
  margin: 0;
  background-color: white;
}

main#nieuws section article div.art-tekst,
section#voorstelling article div.art-tekst,
section#vacatures article div.art-tekst,
section#referenties article div.art-tekst {
  padding: 30px;
  max-width: 530px;
  margin: auto;
}

main#nieuws section article div.art-tekst span.date,
section#voorstelling article div.art-tekst span.date,
section#vacatures article div.art-tekst span.date,
section#referenties article div.art-tekst span.date {
  display: block;
  text-align: center;
}

main#nieuws section article div.art-tekst h3,
section#voorstelling article div.art-tekst h3,
section#vacatures article div.art-tekst h3,
section#referenties article div.art-tekst h3 {
  text-align: center;
}

section#vacatures span.free-lance {
  color: #7c7da0;
  font-weight: 700;
  display: inline-block;
}

section#vacatures ul li p {
  margin-bottom: 20px;
}

section#vacatures a {
  color: #f2982b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section#vacatures a:hover {
  color: #c07922;
}

p.intro {
  margin-bottom: 30px;
}

div.bedrijven {
  max-width: 1300px;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: (minmax(120px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

div.bedrijven img {
  margin: 10px;
}

main#nieuws section {
  margin-bottom: 0;
}

main#nieuws article {
  text-align: center;
}

main#nieuws article p {
  text-align: left;
  margin-bottom: 0;
}

main#nieuws .img-svg {
  background-color: #f6f6f6;
  height: 200px;
  position: relative;
}

main#nieuws .img-svg svg {
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main#nieuws .svg-blender svg {
  max-width: 300px;
}

main#nieuws a.btn-artikel {
  margin-top: 20px;
  color: white;
}

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

main#nieuws h3 {
  margin-bottom: 0;
}

main#nieuws span.date {
  margin-bottom: 20px;
}

@media screen and (min-width: 1070px) {
  main#nieuws article {
    height: 400px;
  }
  section#voorstelling article, section#vacatures article, section#referenties article, main#nieuws article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  section#voorstelling article figure,
  section#voorstelling article div.box-art-tekst,
  section#voorstelling article .img-svg, section#vacatures article figure,
  section#vacatures article div.box-art-tekst,
  section#vacatures article .img-svg, section#referenties article figure,
  section#referenties article div.box-art-tekst,
  section#referenties article .img-svg, main#nieuws article figure,
  main#nieuws article div.box-art-tekst,
  main#nieuws article .img-svg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section#voorstelling article .img-svg, section#vacatures article .img-svg, section#referenties article .img-svg, main#nieuws article .img-svg {
    height: 400px;
  }
  section#voorstelling article .img-svg svg, section#vacatures article .img-svg svg, section#referenties article .img-svg svg, main#nieuws article .img-svg svg {
    max-width: 200px;
  }
  section#voorstelling article .svg-blender svg, section#vacatures article .svg-blender svg, section#referenties article .svg-blender svg, main#nieuws article .svg-blender svg {
    max-width: 300px;
  }
  section#voorstelling li:nth-child(2n) article, section#vacatures li:nth-child(2n) article, section#referenties li:nth-child(2n) article, main#nieuws li:nth-child(2n) article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section#voorstelling div.box-art-tekst, section#vacatures div.box-art-tekst, section#referenties div.box-art-tekst, main#nieuws div.box-art-tekst {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#voorstelling div.box-art-tekst div.art-tekst span.date, section#vacatures div.box-art-tekst div.art-tekst span.date, section#referenties div.box-art-tekst div.art-tekst span.date, main#nieuws div.box-art-tekst div.art-tekst span.date {
    text-align: left;
  }
  section#voorstelling div.box-art-tekst div.art-tekst h3, section#vacatures div.box-art-tekst div.art-tekst h3, section#referenties div.box-art-tekst div.art-tekst h3, main#nieuws div.box-art-tekst div.art-tekst h3 {
    text-align: left;
  }
  section#referenties article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section#locaties h3,
  section#lokalen-huren h3,
  section#computers-huren h3,
  section#aanbod-multimediaopleidingen h3,
  section#prijzen h3,
  section#vacatures h3 {
    text-align: left;
  }
}

main#contactgegevens section {
  padding-left: 10px;
  padding-right: 10px;
}

main#contactgegevens .address-box {
  background-color: white;
  text-align: center;
  margin-bottom: 10px;
  padding: 30px 0px;
}

main#contactgegevens .address-box address {
  font-style: initial;
  line-height: 20px;
}

main#contactgegevens .address-box address a {
  color: #f2982b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main#contactgegevens .address-box address a:hover {
  color: #c07922;
}

@media screen and (min-width: 900px) {
  main#contactgegevens main#contactgegevens section {
    padding-right: 0px;
    padding-left: 0px;
  }
  main#contactgegevens article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  main#contactgegevens article svg {
    width: 100%;
  }
  main#contactgegevens article .address-box {
    width: 500px;
    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;
    margin-bottom: 0;
    margin-left: 10px;
  }
  main#contactgegevens article .address-box address {
    text-align: left;
  }
  main#contactgegevens article iframe {
    margin-left: 20px;
    margin-right: 10px;
  }
}

section#onze-opleidingen {
  padding-left: 20px;
  padding-right: 20px;
}

section#onze-opleidingen .table-header {
  color: white;
  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;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: flex;
  padding: 0 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100px;
  -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);
}

section#onze-opleidingen table {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

section#onze-opleidingen .web {
  background-color: #a3c42b;
}

section#onze-opleidingen .web i {
  color: #80972b;
}

section#onze-opleidingen .print {
  background-color: #7c7da0;
}

section#onze-opleidingen .print i {
  color: #545576;
}

section#onze-opleidingen .office {
  background-color: #f2982b;
}

section#onze-opleidingen .andere {
  background-color: #b3b1b1;
}

section#onze-opleidingen .andere i {
  color: #6c6c6c;
}

section#onze-opleidingen .title-multimediaopleidingen {
  display: none;
}

section#soorten-opleidingen .soorten-opl article {
  padding: 0;
}

section#aanbod-multimediaopleidingen .accordion {
  display: none;
}

section#aanbod-multimediaopleidingen ul.carabas {
  padding: 0 20px;
  color: #7c7da0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

section#aanbod-multimediaopleidingen ul.carabas h3 {
  color: white;
  font-size: 35px;
  margin-bottom: 0;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-office .aanbod__cart-header {
  padding-bottom: 7px;
}

section#aanbod-multimediaopleidingen ul.carabas .aanbod__cart-header {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-web a .aanbod__cart-header {
  background-color: #a3c42b;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-web a .aanbod__cart-header .cart-header__icoon {
  color: #80972b;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-print a .aanbod__cart-header {
  background-color: #7c7da0;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-print a .aanbod__cart-header .cart-header__icoon {
  color: #545576;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-office a .aanbod__cart-header {
  background-color: #f2982b;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-office a .aanbod__cart-header .cart-header__icoon {
  color: #c07922;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-andere a .aanbod__cart-header {
  background-color: #b3b1b1;
}

section#aanbod-multimediaopleidingen ul.carabas .tab-andere a .aanbod__cart-header .cart-header__icoon {
  color: #6c6c6c;
}

section#aanbod-multimediaopleidingen ul.carabas li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section#aanbod-multimediaopleidingen ul.carabas li a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 865px) {
  main#opleidingen .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#aanbod-multimediaopleidingen {
    display: none;
  }
  section#onze-opleidingen {
    padding-bottom: 0px;
  }
  section#onze-opleidingen .anchor {
    display: none;
  }
  section#onze-opleidingen .title-opleidingen {
    display: none;
  }
  section#onze-opleidingen .title-multimediaopleidingen {
    display: block;
  }
  section#onze-opleidingen .cart-header__icoon, section#onze-opleidingen svg {
    display: none;
  }
  section#onze-opleidingen .table-header {
    margin-bottom: 0px;
    margin-top: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section#aanbod-multimediaopleidingen,
  section#onze-opleidingen {
    padding-left: 0;
    padding-right: 0;
  }
  section#aanbod-multimediaopleidingen .accordion,
  section#onze-opleidingen .accordion {
    display: block;
    width: 100%;
  }
  section#aanbod-multimediaopleidingen ul.carabas,
  section#onze-opleidingen ul.carabas {
    display: none;
  }
  section#aanbod-multimediaopleidingen ul.tab-content,
  section#onze-opleidingen ul.tab-content {
    list-style: none;
  }
  section#aanbod-multimediaopleidingen ul.tab-content .accordion,
  section#onze-opleidingen ul.tab-content .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
    height: 53px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#aanbod-multimediaopleidingen ul.tab-content .accordion.table-header.web.active,
  section#onze-opleidingen ul.tab-content .accordion.table-header.web.active {
    background-color: #80972b;
  }
  section#aanbod-multimediaopleidingen ul.tab-content .accordion.table-header.print.active,
  section#onze-opleidingen ul.tab-content .accordion.table-header.print.active {
    background-color: #545576;
  }
  section#aanbod-multimediaopleidingen ul.tab-content .accordion.table-header.office.active,
  section#onze-opleidingen ul.tab-content .accordion.table-header.office.active {
    background-color: #c07922;
  }
  section#aanbod-multimediaopleidingen ul.tab-content .accordion.table-header.andere.active,
  section#onze-opleidingen ul.tab-content .accordion.table-header.andere.active {
    background-color: #6c6c6c;
  }
  section#aanbod-multimediaopleidingen ul.tab-content .accordion:after,
  section#onze-opleidingen ul.tab-content .accordion:after {
    content: '\002B';
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
  }
  section#aanbod-multimediaopleidingen ul.tab-content .active:after,
  section#onze-opleidingen ul.tab-content .active:after {
    content: "\2212";
  }
  section#aanbod-multimediaopleidingen ul.tab-content .panel,
  section#onze-opleidingen ul.tab-content .panel {
    display: block;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    margin-bottom: 0;
  }
}

body#opleidingsfiche {
  background-color: #f6f6f6;
}

body#opleidingsfiche .layout-lijst {
  text-align: left;
}

body#opleidingsfiche article.mw-1920px {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

body#opleidingsfiche section {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0px;
}

body#opleidingsfiche .header {
  background-color: #f6f6f6;
  height: 100%;
  padding-top: 25px;
  -webkit-box-shadow: inset 0px -8px 12px -15px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0px -8px 12px -15px rgba(0, 0, 0, 0.75);
}

body#opleidingsfiche .header .svg-box {
  position: relative;
  height: 190px;
}

body#opleidingsfiche .header .svg-box i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #7c7da0;
  font-size: 130px;
}

body#opleidingsfiche .header .svg-box img {
  position: absolute;
  height: 130px;
  max-width: 200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body#opleidingsfiche .terug-btn-box {
  background-color: #6c6c6c;
  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;
  height: 60px;
}

body#opleidingsfiche .terug-btn {
  background-color: #f2982b;
  display: inline-block;
  color: white;
  padding: 7px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body#opleidingsfiche .terug-btn:hover {
  background-color: #c07922;
}

body#opleidingsfiche h1.title {
  color: #7c7da0;
  font-size: 22px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
}

body#opleidingsfiche h1.title .level {
  font-weight: 400;
  letter-spacing: 6px;
}

body#opleidingsfiche h2 {
  color: #a3c42b;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

body#opleidingsfiche .hoofdlijst {
  list-style: none;
}

body#opleidingsfiche .hoofdlijst li:last-child {
  margin-bottom: 0px;
}

body#opleidingsfiche .hoofdlijst .hoofdpunt {
  padding: 30px 20px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#opleidingsfiche .hoofdlijst .situering p {
  margin-bottom: 20px;
}

body#opleidingsfiche .hoofdlijst .situering p:last-child {
  margin-bottom: 0;
}

body#opleidingsfiche .hoofdlijst .hoofdpunt:nth-child(even) {
  background-color: white;
}

body#opleidingsfiche .lijst-dagen {
  list-style: none;
}

body#opleidingsfiche .lijst-dagen .dag {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
}

body#opleidingsfiche .lijst-dagen li {
  margin-bottom: 0px;
}

body#opleidingsfiche .inspring-lijst {
  margin-bottom: 20px;
  padding-left: 16px;
  list-style: disc;
}

body#opleidingsfiche .sublijst {
  padding-left: 16px;
  list-style-type: circle;
}

body#opleidingsfiche .sub-sublijst {
  list-style: inside;
  padding-left: 16px;
}

@media screen and (min-width: 850px) {
  body#opleidingsfiche {
    background-color: #f6f6f6;
  }
  body#opleidingsfiche article {
    -webkit-box-shadow: 1px 1px 11px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 11px 2px rgba(0, 0, 0, 0.25);
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body#opleidingsfiche .situering {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: situering;
  }
  body#opleidingsfiche .doelpubliek {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: doelpubleik;
  }
  body#opleidingsfiche .doelstellingen {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: doelstellingen;
  }
  body#opleidingsfiche .voorkennis {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: voorkennis;
  }
  body#opleidingsfiche .opleidingsduur {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: opleidingsduur;
  }
  body#opleidingsfiche .programma-inhoud {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 2;
    grid-area: programma;
  }
  body#opleidingsfiche .tekst {
    padding-left: 50px;
    padding-right: 50px;
  }
  body#opleidingsfiche .terug-btn {
    margin-bottom: 0;
  }
  body#opleidingsfiche .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 250px;
    padding-top: 0;
  }
  body#opleidingsfiche .header .title-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body#opleidingsfiche .header .title-box h1 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 70px;
  }
  body#opleidingsfiche .header .svg-box {
    position: static;
    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;
    font-size: 175px;
    height: 100%;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: white;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body#opleidingsfiche .header .svg-box i {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  body#opleidingsfiche .header .svg-box img {
    position: static;
    height: 175px;
    -webkit-transform: none;
            transform: none;
  }
  body#opleidingsfiche .hoofdlijst .hoofdpunt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: white;
    min-height: 100px;
  }
  body#opleidingsfiche .layout-lijst {
    margin-top: calc(2*20px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[4];
        grid-template-rows: repeat(4, auto);
    padding-bottom: 70px;
        grid-template-areas: "situering programma"
 "doelpubleik programma"
 "doelstellingen programma"
 "voorkennis programma"
 "opleidingsduur programma";
  }
}

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

@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: 5px;
  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=styles.css.map */