@font-face {
  font-family: '../fonts/Hogfish/hogfish_demoregular';
  src: url('../fonts/Hogfish/fonts/Hogfish/hogfish_demo-webfont.woff2') format('woff2'), url('../fonts/Hogfish/hogfish_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.kerst-font {
  font-family: 'hogfish_demoregular';
}
.blockdisplay {
  display: block;
}
.source-sans {
  font-family: 'Source Sans Pro', sans-serif;
}
.mont-serrat {
  font-family: 'Montserrat', sans-serif;
}
.none-appearance {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.text-uppercase {
  text-transform: uppercase;
}
.no-decoration {
  text-decoration: none;
}
.ease {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.slow-ease {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.fast-ease {
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.circle-border-radius {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.text-center {
  text-align: center;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../include/boxsizing.htc);
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #96989a;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
}
.full-wrapper {
  position: relative;
  z-index: 1;
}
.push {
  height: 1px;
}
h1,
.meer-over h2 {
  color: #515151;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
h1.dark-heading {
  text-transform: none;
  letter-spacing: 0;
}
h1.dark-heading.left-align {
  text-align: left;
}
@media only screen and (max-width: 500px) {
  h1,
  .meer-over h2 {
    font-size: 26px;
  }
}
h1.carosello {
  font-family: 'Carosello';
  font-size: 149px;
  font-weight: 400;
  text-transform: none;
}
@media only screen and (max-width: 500px) {
  h1.carosello {
    font-size: 90px;
  }
}
h2,
h1.dark-heading {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 30px;
  color: #515151;
  font-size: 57px;
  line-height: 60px;
  font-weight: 200;
  text-align: center;
  color: #353535;
}
@media only screen and (max-width: 500px) {
  h2,
  h1.dark-heading {
    font-size: 45px;
  }
}
h2.red-title {
  font-family: 'Montserrat', sans-serif;
  color: #e9394e;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
h3 {
  margin-bottom: 35px;
}
h3 {
  color: #000;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
.bordered {
  position: relative;
}
.bordered:after {
  content: '';
  height: 2px;
  background-color: #e9394e;
  width: 50px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
}
h2 a:hover,
h3 a:hover {
  text-decoration: underline;
}
h2 a:hover {
  text-decoration: none !important;
}
.subtitle {
  color: #e9394e;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 25px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  background: url('../images/subtitle-border.jpg') no-repeat top center;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
/*====================================================
STRUCTUUR
=====================================================*/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.span30 {
  width: 33%;
}
.span50 {
  width: 48%;
}
.span70 {
  width: 60%;
}
.container {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
.container.small {
  width: 880px;
}
.container.large {
  width: 1460px;
}
@media screen and (max-width: 1480px) {
  .container.large {
    width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 95%;
  }
}
/*====================================================
BUTTON
=====================================================*/
.btn,
.btn-white,
.btn-white2,
.btn-lined,
.btn-empty,
.btn-full {
  background: #e9394e;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 20px 40px;
  margin: 10px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  border: 2px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn:hover {
  text-decoration: none;
  background: #ee6777;
}
.btn-white {
  background: #fff;
  border: 2px solid #e9394e;
  color: #e9394e;
}
.btn-white:hover {
  background: #e9394e;
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}
.btn-white2 {
  background: #fff;
  border: 2px solid #e9394e;
  color: #e9394e;
}
.btn-white2:hover {
  background: #ee6777;
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}
.btn-lined {
  background: none;
  border: 1px solid #baac69;
  color: #baac69;
}
.btn-lined:hover {
  background: #baac69;
  color: #fff;
}
.btn-empty {
  margin-left: 0 !important;
  border-color: transparent;
  background: none !important;
}
.btn-empty:hover {
  color: #d0c590;
}
.btn-full {
  width: 100%;
}
.btn-group {
  display: inline-block;
}
.btn-group .btn {
  margin-left: 20px;
}
.btn-group .btn:first-child {
  margin-left: 0;
}
.btn-wrapper {
  text-align: center;
}
.btn-wrapper span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  margin: 0 10px;
}
@media only screen and (max-width: 570px) {
  .btn-wrapper span {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
}
/*====================================================
ICONS
=====================================================*/
.icon {
  display: inline-block;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.icon.icon-omnichannel {
  background-image: url("../images/icons/omnichannel.png");
  width: 46px;
  height: 44px;
}
.icon.icon-omnichannel.small {
  background-image: url("../images/icons/omnichannel-small.png");
  width: 28px;
  height: 27px;
}
.icon.icon-omnichannel.small.white {
  background-image: url("../images/icons/omnichannel-small-white.png");
  width: 16px;
  height: 15px;
}
.icon.icon-wind {
  background: url('../images/icons/wind.png');
  width: 23px;
  height: 24px;
}
.icon.icon-play {
  background-image: url('../images/icons/play.png');
  width: 31px;
  height: 35px;
  margin-left: 4px;
}
.icon.icon-play.small {
  background-image: url('../images/icons/play-small.png');
  width: 21px;
  height: 24px;
}
.icon.icon-quote {
  background-image: url('../images/icons/quote.png');
  width: 16px;
  height: 14px;
}
/*====================================================
ANIMATION
=====================================================*/
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/*====================================================
COOKIE BANNER
=====================================================*/
.cookie-banner {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.cookie-banner .text {
  float: left;
  color: #fff;
  font-size: 13px;
  padding-top: 9px;
}
.cookie-banner .btn {
  float: right;
  padding: 10px;
  font-size: 9px;
  margin: 0;
}
@media only screen and (max-width: 670px) {
  .cookie-banner {
    text-align: center;
  }
  .cookie-banner .text,
  .cookie-banner .btn {
    float: none;
  }
  .cookie-banner .text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .cookie-banner .btn {
    padding: 5px 10px;
  }
}
/*====================================================
RESPONSIVE MENU
=====================================================*/
.responsive-overlay {
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,258dc8+100&amp;0.4+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(37, 141, 200, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(37, 141, 200, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(37, 141, 200, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(37, 141, 200, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(37, 141, 200, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(37, 141, 200, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00258dc8', GradientType=1);
  /* IE6-9 */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 1200px) {
  .responsive-overlay.open {
    display: block;
    z-index: 998;
  }
}
.responsive-wrapper {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  max-height: 100%;
  width: 250px;
  z-index: 999;
  background: #E93C4F;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.responsive-wrapper ul {
  position: absolute;
  left: 30px;
  top: -100%;
  list-style: none;
  margin: 0;
  width: 190px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.responsive-wrapper ul.open {
  top: 30px;
}
.responsive-wrapper ul .jobcount {
  display: none;
}
.responsive-wrapper ul li a {
  display: block;
  color: #fff;
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.responsive-wrapper ul li a i {
  display: inline-block;
}
.responsive-wrapper ul li a:hover {
  text-decoration: none;
}
.responsive-wrapper ul li:last-of-type a {
  border-bottom: 0;
}
.responsive-wrapper ul li ul {
  position: relative;
  left: 10px;
  display: none;
  width: 180px;
}
.responsive-wrapper ul li ul li:last-of-type a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1200px) {
  .responsive-wrapper.open {
    left: 0;
  }
  .responsive-wrapper ul.open {
    top: 30px;
  }
}
/*====================================================
HEADER
=====================================================*/
.banner-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  overflow: hidden;
}
.banner-wrapper.home {
  background-image: url('../images/banner-bg.jpg');
}
.banner-wrapper.kerst {
  background-color: #21344b;
}
.banner-wrapper.contentpage {
  /*        height: auto;*/
}
.banner-wrapper.contentpage #muteBtn {
  right: 5%;
  bottom: 5%;
  color: #fff;
  font-size: 25px;
  position: absolute;
  z-index: 999;
}
.banner-wrapper.contentpage video {
  /*            position: relative;
                        width: 100%;*/
}
.banner-wrapper.contentpage .banner-overlay {
  display: none;
}
.banner-wrapper.support .banner-overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.banner-wrapper .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.banner-wrapper .header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
}
.banner-wrapper .header .container {
  width: 1180px;
}
.banner-wrapper .header .logo {
  display: block;
  float: left;
  max-width: 200px;
  margin-right: 70px;
  padding: 40px 0 38px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .header .logo img {
  display: block;
  width: 100%;
}
.banner-wrapper .header .showResponsiveMenu {
  display: none;
  float: right;
  margin-left: 40px;
  text-transform: uppercase;
  color: #A4A4A4;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 17px;
  border: 1px solid #C3C3C3;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.banner-wrapper .header .showResponsiveMenu:hover {
  text-decoration: none;
  color: #e9394e;
}
.banner-wrapper .header .languageSelector {
  float: right;
  display: inline-block;
  margin-left: 55px;
  padding: 55px 0 55px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .header .languageSelector a {
  background: url('../images/dropdown-arrow.png') no-repeat right center;
  text-transform: uppercase;
  padding-right: 15px;
}
.banner-wrapper .header .languageSelector a:hover {
  text-decoration: none;
  color: #e9394e;
}
.banner-wrapper .header .languageSelector ul {
  display: none;
  position: absolute;
  bottom: -102px;
  right: 0;
  background: #fff;
  padding: 5px 20px;
  list-style: none;
  border-top: 1px solid #e2e2e2;
  width: 54px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .header .languageSelector ul li {
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #e2e2e2;
}
.banner-wrapper .header .languageSelector ul li:last-of-type {
  border-bottom: none;
}
.banner-wrapper .header .languageSelector ul li a {
  padding: 15px 0;
  font-size: 12px;
  color: #5d5d5d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background: none;
}
.banner-wrapper .header .languageSelector ul li a i {
  font-size: 20px;
  color: #b2b2b2;
}
.banner-wrapper .header .shopping-basket {
  display: block;
  background: #e9394e;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  color: #fff;
  float: right;
  font-size: 17px;
  margin: 50px auto 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .header .shopping-basket .dropdown {
  position: absolute;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #000;
  width: 130px;
  left: 50%;
  margin-left: -65px;
  bottom: -38px;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .header .shopping-basket:hover {
  color: #fff !important;
}
.banner-wrapper .header .shopping-basket:hover .dropdown {
  opacity: 1;
}
.banner-wrapper .header a {
  color: #979797;
}
.banner-wrapper .header .menu {
  list-style: none;
}
.banner-wrapper .header .menu li {
  float: left;
  margin-right: 25px;
  position: relative;
}
.banner-wrapper .header .menu li.li-products {
  margin-right: 0;
  padding-left: 35px;
  background: url("../images/menu-divider.png") no-repeat left 57px;
  background-size: 1px 20px;
}
.banner-wrapper .header .menu li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #979797;
  text-transform: uppercase;
  padding: 57px 0 51px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .header .menu li a.active,
.banner-wrapper .header .menu li a:hover {
  color: #000000;
  border-bottom-color: #e9394e;
  text-decoration: none;
}
.banner-wrapper .header .menu li a .jobcount {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -18px;
  top: 40px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #e9394e;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
}
.banner-wrapper .header .menu li a .jobcount i {
  display: block;
  margin-left: -1px;
}
.banner-wrapper .header .menu li a i {
  display: none;
}
.banner-wrapper .header .menu li a .icon-omnichannel {
  width: 21px;
  height: 20px;
}
.banner-wrapper .header .menu li ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px 30px;
  list-style: none;
  border: 1px solid #e2e2e2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .header .menu li ul.fr {
  width: 380px;
}
.banner-wrapper .header .menu li ul.en {
  width: 300px;
}
.banner-wrapper .header .menu li ul li {
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #e2e2e2;
}
.banner-wrapper .header .menu li ul li:last-of-type {
  border-bottom: none;
}
.banner-wrapper .header .menu li ul li a {
  padding: 25px 0;
  font-size: 12px;
  color: #5d5d5d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.banner-wrapper .header .menu li ul li a i {
  font-size: 20px;
  display: inline-block;
  color: #b2b2b2;
}
.banner-wrapper .header .menu li ul li a:hover {
  border-bottom-color: transparent;
}
.banner-wrapper .header .menu li:hover > a {
  border-bottom-color: #e9394e;
}
.banner-wrapper .header .menu li:hover ul {
  display: block;
}
.banner-wrapper .header.small {
  border-bottom: 1px solid #e7ecef;
}
.banner-wrapper .header.small .logo {
  max-width: 150px;
  margin-right: 120px;
  padding: 20px 0;
}
.banner-wrapper .header.small .shopping-basket {
  margin-top: 25px;
}
.banner-wrapper .header.small .shopping-basket:hover .dropdown {
  display: none;
}
.banner-wrapper .header.small .languageSelector {
  padding: 29px 0;
}
.banner-wrapper .header.small .languageSelector ul {
  bottom: -107px;
  border: 1px solid #e7ecef;
}
.banner-wrapper .header.small .menu li ul {
  border: 1px solid #e7ecef;
}
.banner-wrapper .header.small .menu li.li-products {
  background-position-y: 31px;
}
.banner-wrapper .header.small .menu li.li-products:hover {
  border-bottom-color: transparent;
}
.banner-wrapper .header.small .menu li a {
  padding: 30px 0;
}
.banner-wrapper .header.small .menu li a.active,
.banner-wrapper .header.small .menu li a:hover {
  border-bottom-color: transparent;
  border-top-color: #e9394e;
}
.banner-wrapper .header.small .menu li a .jobcount {
  display: none;
}
.banner-wrapper .header.small .menu li ul li a:hover {
  border-top-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .banner-wrapper .header {
    padding: 30px 0;
  }
  .banner-wrapper .header .container {
    width: 95%;
  }
  .banner-wrapper .header .logo {
    padding: 0;
  }
  .banner-wrapper .header .languageSelector {
    padding: 20px;
    margin-left: 25px;
  }
  .banner-wrapper .header .languageSelector ul {
    bottom: -132px;
  }
  .banner-wrapper .header .shopping-basket {
    padding: 15px;
  }
  .banner-wrapper .header .logo {
    margin-right: 15px;
  }
  .banner-wrapper .header .showResponsiveMenu {
    display: block;
    padding: 5px;
  }
  .banner-wrapper .header.small {
    padding: 15px;
  }
  .banner-wrapper .header.small .logo {
    margin-right: 50px;
  }
  .banner-wrapper .header.small .languageSelector {
    padding: 29px 0;
  }
  .banner-wrapper .header.small .showResponsiveMenu {
    margin-top: 25px;
  }
  .banner-wrapper .header.small .languageSelector ul {
    bottom: -104px;
  }
  .banner-wrapper .header .menu-wrapper {
    display: none;
  }
  .banner-wrapper .header .menu {
    clear: both;
    width: 100%;
  }
  .banner-wrapper .header .menu li {
    margin-right: 0;
    width: 14.28%;
    text-align: center;
    position: relative;
  }
  .banner-wrapper .header .menu li a {
    display: inline-block;
    padding: 30px 0;
  }
  .banner-wrapper .header .menu li a .jobcount {
    top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .banner-wrapper .header {
    padding: 30px 0 10px;
  }
  .banner-wrapper .header .logo {
    padding-top: 5px;
  }
  .banner-wrapper .header .showResponsiveMenu {
    margin-left: 0;
    margin-top: 0;
  }
  .banner-wrapper .header .languageSelector {
    text-align: center;
    clear: right;
    margin-left: 0;
    padding: 15px;
  }
  .banner-wrapper .header .languageSelector ul {
    right: 50%;
    margin-right: -27px;
    bottom: -112px;
  }
  .banner-wrapper .header .shopping-basket {
    width: 50%;
    text-align: center;
  }
  .banner-wrapper .header .shopping-basket:hover .dropdown {
    display: none;
  }
  .banner-wrapper .header.small .logo {
    margin-right: 20px;
    width: 120px;
  }
  .banner-wrapper .header.small .showResponsiveMenu {
    margin-left: 20px;
  }
  .banner-wrapper .header.small .languageSelector {
    margin-left: 0;
    clear: none;
    width: auto;
    padding: 29px 0 0 0;
  }
  .banner-wrapper .header.small .shopping-basket {
    width: auto;
  }
}
.banner-wrapper video {
  position: absolute;
  min-width: 100%;
  top: 50px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .banner-wrapper video {
    display: none;
  }
}
.banner-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.banner-wrapper .play-button {
  height: 114px;
  width: 114px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border: 1px dashed #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 60px auto;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .play-button:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1050px) {
  .banner-wrapper .play-button {
    display: none;
  }
}
.banner-wrapper .play-button.play-red {
  border: 0;
  background-color: #E93C4F;
  display: flex !important;
}
.banner-wrapper .play-button.play-red:hover {
  background: #ac1324;
  text-decoration: none;
}
.banner-wrapper .play-button.play-red .fa-play {
  color: #fff;
  font-size: 40px;
  font-size: 63px;
  margin-left: 10px;
}
@media only screen and (max-width: 1050px) {
  .banner-wrapper .play-button.play-red.tablet-hide {
    display: none !important;
  }
}
.banner-wrapper .play-button.play-red.tablet-show {
  display: none !important;
}
@media only screen and (max-width: 1050px) {
  .banner-wrapper .play-button.play-red.tablet-show {
    display: flex !important;
  }
}
.banner-wrapper .banner-content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 100%;
  z-index: 10;
}
.banner-wrapper .banner-content.home {
  top: 40%;
  margin-top: 0;
}
.banner-wrapper .banner-content.top55 {
  top: 56%;
}
.banner-wrapper .banner-content.klanten {
  top: 65%;
}
@media only screen and (max-width: 1200px) {
  .banner-wrapper .banner-content.klanten {
    top: 55%;
  }
}
.banner-wrapper .banner-content .inner-content {
  width: 70%;
  margin: 0 auto 65px auto;
  text-align: center;
  font-size: 16px;
}
.banner-wrapper .banner-content .inner-content p {
  margin-bottom: 65px;
}
.banner-wrapper .banner-content h1 {
  color: #ffffff;
}
@media only screen and (max-width: 390px) {
  .banner-wrapper .banner-content h1 {
    word-break: break-all;
  }
}
.banner-wrapper .banner-content .diensten {
  margin-left: -2.5%;
}
.banner-wrapper .banner-content .diensten .dienst {
  display: block;
  float: left;
  width: 22.5%;
  margin-left: 2.5%;
  color: #ffffff;
  text-align: center;
}
.banner-wrapper .banner-content .diensten .dienst .diensticon {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
.banner-wrapper .banner-content .diensten .dienst .diensticon .inner-icon {
  height: 76px;
  width: 76px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  border: 1px dashed rgba(255, 255, 255, 0.57);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 25px;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .banner-content .diensten .dienst .diensticon .inner-icon .icon {
  margin-right: 0;
}
.banner-wrapper .banner-content .diensten .dienst .diensticon .line {
  display: block;
  width: 64%;
  left: 74%;
  height: 1px;
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  top: 50%;
  margin-top: -0.5px;
  z-index: 998;
}
.banner-wrapper .banner-content .diensten .dienst .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.banner-wrapper .banner-content .diensten .dienst:hover {
  text-decoration: none;
}
.banner-wrapper .banner-content .diensten .dienst:hover .inner-icon {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.3);
}
.banner-wrapper .banner-content .phonenumber {
  font-weight: 200;
  font-size: 30px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.banner-wrapper .banner-content .phonenumber:hover {
  text-decoration: none;
}
.banner-wrapper .banner-content .phonenumber i {
  font-size: 35px;
}
@media screen and (max-width: 1400px) {
  .banner-wrapper .banner-content {
    top: 45%;
  }
  .banner-wrapper .banner-content.home {
    top: 30%;
  }
}
@media only screen and (max-width: 1050px) {
  .banner-wrapper .banner-content.home {
    top: 27%;
  }
}
@media screen and (max-width: 950px) {
  .banner-wrapper .banner-content .inner-content {
    width: 100%;
  }
  .banner-wrapper .banner-content .span50 {
    float: none;
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .banner-wrapper .banner-content {
    margin-top: 0;
    top: 30%;
  }
  .banner-wrapper .banner-content .inner-content p {
    display: none;
  }
  .banner-wrapper .banner-content .diensten {
    margin-left: -5%;
  }
  .banner-wrapper .banner-content .diensten .dienst {
    width: 45%;
    margin-left: 5%;
    margin-bottom: 25px;
  }
  .banner-wrapper .banner-content .diensten .dienst .diensticon {
    margin-bottom: 10px;
  }
  .banner-wrapper .banner-content .diensten .dienst .diensticon .inner-icon {
    width: 50px;
    height: 50px;
  }
  .banner-wrapper .banner-content .diensten .dienst .diensticon .inner-icon .icon.icon-omnichannel {
    width: 30px;
    height: 28px;
  }
  .banner-wrapper .banner-content .diensten .dienst .diensticon .line {
    display: none;
  }
}
.banner-wrapper .scrolldown {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  font-size: 25px;
  left: 50%;
  margin-left: -31px;
  z-index: 10;
}
.banner-wrapper .scrolldown .icon {
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-wrapper .scrolldown .title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
}
.banner-wrapper .scrolldown:hover {
  text-decoration: none;
}
.banner-wrapper .scrolldown:hover .icon {
  color: #e9394e;
}
.banner-wrapper .scrolldown.more-margin {
  margin-left: -133px;
}
@media only screen and (max-width: 670px) {
  .banner-wrapper .scrolldown {
    display: none;
  }
}
.banner-wrapper.low {
  height: auto;
  background: none;
  min-height: 121px;
}
.banner-wrapper.low .header {
  border-bottom: 1px solid #dfdfdf;
}
.banner-wrapper.low .banner-overlay {
  display: none;
}
.banner-wrapper.jobs {
  background-image: url('../images/banner-jobs.jpg');
}
.banner-wrapper.half {
  height: 50%;
  background: url('../images/over-ons.jpg') no-repeat top center;
  background-size: cover;
}
.banner-wrapper.half .banner-content {
  top: 60%;
}
.banner-wrapper.half .banner-content .inner-content {
  margin-bottom: 0;
}
@media only screen and (max-width: 450px) {
  .banner-wrapper.half .banner-content {
    top: 60%;
  }
}
.banner-wrapper.contact {
  background-image: url('../images/contact-banner-bg.jpg');
  background-position: center center;
}
.banner-wrapper.support {
  background: url("../images/banner-support.jpg") no-repeat bottom center;
  background-size: cover;
}
/*====================================================
MAIN-WRAPPER
=====================================================*/
.main-wrapper {
  padding: 90px 0;
  position: relative;
  clear: both;
}
.main-wrapper .coffeecup {
  position: absolute;
  width: 500px;
  height: 562px;
  right: 50px;
  top: 0;
}
.main-wrapper .coffeecup video {
  width: 100%;
}
.main-wrapper .penholder {
  position: absolute;
  width: 284px;
  height: 365px;
  background-size: cover;
  right: -40px;
  background: url('../images/penholder.png') no-repeat center center;
}
.main-wrapper.bottom {
  overflow: hidden;
}
.main-wrapper.bottom h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 57px;
  font-weight: 200;
}
.main-wrapper.lowpadding {
  padding-top: 0;
}
.main-wrapper .intro {
  width: 70%;
  margin: 0 auto 75px auto;
  text-align: center;
}
.main-wrapper .intro.no-margin {
  margin-bottom: 0;
}
.main-wrapper .intro.low-margin {
  margin-bottom: 20px;
}
.main-wrapper .reference-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .reference-link .pull-left {
  margin-right: 100px;
}
.main-wrapper .reference-link h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 25px;
}
.main-wrapper .dark-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  padding-top: 30px;
  text-transform: uppercase;
}
.main-wrapper.topborder {
  padding: 70px 0;
  border-top: 1px solid #e7ecef;
}
.main-wrapper.low {
  padding: 40px 0;
}
.main-wrapper.bottomborder {
  border-bottom: 1px solid #e7ecef;
}
.main-wrapper .paginablok {
  margin-bottom: 50px;
  height: 350px;
}
.main-wrapper .paginablok:last-of-type {
  margin-bottom: 0;
}
.main-wrapper .paginablok h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.main-wrapper .paginablok .subtitle {
  border-bottom: 0;
  padding-top: 0;
  text-align: left;
  margin-bottom: 20px;
  background: none;
  width: 100%;
}
.main-wrapper .paginablok .content {
  float: left;
  width: 47.5%;
  height: 350px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media only screen and (max-width: 570px) {
  .main-wrapper .paginablok .content {
    height: auto;
  }
}
.main-wrapper .paginablok .content.right {
  float: right;
}
.main-wrapper .paginablok .content.full {
  width: 100%;
}
.main-wrapper .paginablok p {
  width: 100%;
}
.main-wrapper .paginablok .image {
  float: right;
  width: 47.5%;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 570px) {
  .main-wrapper .paginablok .image {
    height: auto;
  }
}
.main-wrapper .paginablok .image.left {
  float: left;
}
.main-wrapper .paginablok .image img {
  display: block;
  max-width: 100%;
}
.main-wrapper .paginablok .image video {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.main-wrapper .paginablok .image .play-button {
  position: absolute;
  height: 50px;
  width: 50px;
  color: #fff;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  font-size: 49px;
}
.main-wrapper .paginablok .image .play-button.hide {
  display: none;
}
@media only screen and (max-width: 670px) {
  .main-wrapper .paginablok {
    margin-bottom: 50px;
    height: auto;
  }
  .main-wrapper .paginablok .content,
  .main-wrapper .paginablok .image {
    height: auto;
    float: none;
    width: 100%;
  }
  .main-wrapper .paginablok .image {
    margin-bottom: 30px;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
@media only screen and (max-width: 1400px) {
  .main-wrapper .coffeecup {
    right: -10%;
  }
}
@media only screen and (max-width: 1200px) {
  .main-wrapper .penholder {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .main-wrapper .coffeecup {
    right: -230px;
  }
}
@media only screen and (max-width: 880px) {
  .main-wrapper .coffeecup {
    display: none;
  }
  .main-wrapper .reference-link {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .main-wrapper .reference-link .pull-left,
  .main-wrapper .reference-link .pull-right {
    float: none;
    margin: 0 auto;
  }
  .main-wrapper .reference-link .pull-left {
    width: 100%;
  }
  .main-wrapper .reference-link .pull-left h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .main-wrapper .intro {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .main-wrapper.tekening {
    display: none;
  }
}
.partners {
  margin-left: -2.5%;
}
.partners .partner {
  float: left;
  height: 100px;
  margin-left: 2.5%;
  width: 22.5%;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.partners .partner:nth-child(n+9) {
  margin-bottom: 0;
}
@media only screen and (max-width: 880px) {
  .partners {
    margin-left: -3.33%;
  }
  .partners .partner {
    width: 30%;
    margin-left: 3.33%;
    margin-bottom: 50px;
  }
  .partners .partner:nth-child(n+5) {
    margin-bottom: 50px;
  }
  .partners .partner:nth-child(n+7) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 670px) {
  .partners {
    margin-left: -5%;
  }
  .partners .partner {
    width: 45%;
    margin-left: 5%;
  }
  .partners .partner:nth-child(n+7) {
    margin-bottom: 0;
  }
}
.over-ons-slider {
  max-height: 500px;
  width: 100%;
  position: relative;
}
.over-ons-slider .slide img {
  width: 100%;
  display: block;
  max-height: 500px;
}
.arrow {
  width: 24px;
  height: 63px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  background: no-repeat center center;
  background-size: cover;
}
.arrow.arrowPrev {
  background-image: url('../images/arrowPrev.png');
  left: 50px;
}
.arrow.arrowNext {
  background-image: url('../images/arrowNext.png');
  right: 50px;
}
@media only screen and (max-width: 1200px) {
  .arrow.arrowPrev {
    left: 25px;
  }
  .arrow.arrowNext {
    right: 25px;
  }
}
/*====================================================
IMAGE-BREAK
=====================================================*/
.image-break {
  width: 100%;
  height: 625px;
  background: no-repeat center center;
  background-size: cover;
}
/*====================================================
TESTIMONIAL SLIDER
=====================================================*/
.testimonials {
  margin: 75px 0 115px;
}
.testimonials .container {
  width: 960px;
}
.testimonials .image {
  position: relative;
  float: left;
  width: 20%;
}
.testimonials .image .quote {
  position: absolute;
  height: 56px;
  width: 56px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  top: 0;
  right: 10px;
  background: rgba(233, 57, 78, 0.8);
  font-size: 50px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.testimonials .image img {
  display: block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  max-width: 100%;
}
.testimonials .content {
  float: right;
  width: 75%;
  font-family: Georgia;
}
.testimonials .content p {
  font-size: 22px;
  font-style: italic;
  color: #393939;
  line-height: 33px;
  margin-bottom: 40px;
}
.testimonials .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #393939;
  margin-bottom: 10px;
}
.testimonials .content .function {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
}
.testimonials .content.full {
  width: 100%;
  float: none;
}
.testimonials .slick-dots {
  right: 0;
  width: 100%;
  text-align: center;
  bottom: -80px;
}
.testimonials.klant {
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .testimonials .container {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials .image,
  .testimonials .content {
    float: none;
    width: 100%;
  }
  .testimonials .image {
    text-align: center;
    margin-bottom: 30px;
  }
  .testimonials .image img {
    display: inline-block;
  }
  .testimonials .image .quote {
    right: 50%;
    margin-right: -90px;
  }
  .testimonials .image.no-image .quote {
    margin-right: -28px;
    top: -56px;
  }
  .testimonials .content .title,
  .testimonials .content .function {
    text-align: center;
  }
}
/*====================================================
WAT WE DOEN
=====================================================*/
.page-items {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.page-items .page-item {
  padding: 75px 0;
  position: relative;
}
.page-items .page-item .content {
  float: left;
  width: 45%;
  padding-left: 5%;
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-items .page-item .content h3,
.page-items .page-item .content p {
  width: 100%;
}
.page-items .page-item .content.right {
  float: right;
  padding-left: 0;
  padding-right: 5%;
}
.page-items .page-item .image-wrapper {
  float: right;
  width: 45%;
  height: 400px;
}
.page-items .page-item .image-wrapper .images {
  padding: 10px 0 10px 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.17);
}
.page-items .page-item .image-wrapper .images .slide {
  position: relative;
  display: block;
  height: 380px;
  width: 100%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-size: cover;
  background: #000000 no-repeat center center;
}
.page-items .page-item .image-wrapper .images .slide .play-button {
  height: 54px;
  width: 54px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  background: #384049;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-items .page-item .image-wrapper .images .slide .btn-white {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 10px 15px;
  color: #000;
  border-color: #fff;
  margin: 0;
}
.page-items .page-item .image-wrapper .images .slide .btn-white.right {
  left: auto;
  right: 10px;
}
.page-items .page-item .image-wrapper .images .slide .btn-white:hover {
  color: #fff;
  background: transparent;
}
.page-items .page-item .image-wrapper.left {
  float: left;
}
.page-items .page-item .image-wrapper.left .images {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 10px 10px 0;
}
.page-items .page-item .image-wrapper.left .images .slide {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-items .page-item .page-icon {
  position: absolute;
  height: 82px;
  width: 82px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background: #e9394e;
  color: #fff;
  font-size: 25px;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
  border: 10px solid #fff;
}
.page-items .breakline {
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  background: url('/images/dotted-border.png') repeat-y center center;
}
.page-items .breakline .point {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -4px;
  background: #fff;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #e9394e;
}
.page-items .breakline .point.end {
  top: 100%;
}
@media only screen and (max-width: 1350px) {
  .page-items .page-item .content {
    height: 350px;
    width: 43%;
  }
  .page-items .page-item .image-wrapper {
    height: 350px;
    width: 43%;
  }
  .page-items .page-item .image-wrapper .images .slide {
    height: 310px;
  }
}
@media only screen and (max-width: 1050px) {
  .page-items {
    margin-bottom: 0;
  }
  .page-items .page-item .content,
  .page-items .page-item .image-wrapper {
    width: 48%;
  }
  .page-items .page-item .page-icon {
    display: none;
  }
  .page-items .breakline {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-items {
    width: 95%;
    margin: 0 auto 100px auto;
    padding-bottom: 0;
  }
  .page-items .page-item {
    padding: 0;
    margin-bottom: 75px;
  }
  .page-items .page-item .content,
  .page-items .page-item .image-wrapper {
    float: none;
    width: 100%;
  }
  .page-items .page-item .content {
    padding: 0;
  }
  .page-items .page-item .content.right {
    float: none;
  }
  .page-items .page-item .image-wrapper {
    padding: 0px;
  }
  .page-items .page-item .image-wrapper .images {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
  }
  .page-items .page-item .image-wrapper .images .slide {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .page-items .page-item .image-wrapper .images .slick-dots {
    right: 0;
  }
  .page-items .page-item .image-wrapper .images .slick-dots li {
    margin: 0 10px;
  }
  .page-items .page-item .image-wrapper .images .slick-dots li:last-of-type {
    margin-right: 0;
  }
  .page-items .page-item .image-wrapper.left {
    float: none;
    padding: 0px;
  }
  .page-items .page-item .image-wrapper.left .images {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .page-items .page-item .image-wrapper.left .images .slide {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 570px) {
  .page-items .page-item {
    height: auto;
  }
  .page-items .page-item .content {
    height: auto;
  }
  .page-items .page-item .image-wrapper {
    height: auto;
  }
}
.drawing {
  height: 759px;
  width: 1200px;
  margin: 0 auto 20px auto;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.drawing .point {
  position: absolute;
  max-width: 230px;
}
.drawing .point .bullet {
  height: 28px;
  width: 28px;
  background: #e9394e;
  border: 7px solid #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
}
.drawing .point .content {
  display: none;
  max-width: 270px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  margin-left: -121px;
  margin-bottom: 20px;
  padding: 25px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 4px solid #fff;
}
.drawing .point .content.open {
  display: block;
  z-index: 800;
}
.drawing .point .content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -14px;
  bottom: -24px;
  left: 50%;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.drawing .point .content .title {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.drawing .point .content p {
  margin-bottom: 0;
}
.drawing .point .content .closeContent {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  font-size: 15px;
  color: #D2D2D2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .drawing {
    width: 100%;
    background-size: 100%;
  }
  .drawing .point {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .drawing {
    height: 600px;
  }
}
@media only screen and (max-width: 880px) {
  .drawing {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .drawing {
    height: 400px;
  }
}
@media only screen and (max-width: 570px) {
  .drawing {
    height: 350px;
  }
}
@media only screen and (max-width: 450px) {
  .drawing {
    display: none;
  }
}
/*====================================================
KLANTEN
=====================================================*/
.detail-item {
  background: #f1f1f1;
  display: block;
}
.detail-item .content {
  float: left;
  width: 45%;
  height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  padding: 30px 80px;
  font-size: 14px;
}
.detail-item .content .subtitle,
.detail-item .content h2 {
  background-position: top left;
  text-align: left;
  width: 100%;
}
.detail-item .content p {
  width: 100%;
}
.detail-item .content.right {
  float: right;
}
.detail-item .content.full {
  float: none;
  width: 100%;
  padding: 30px 5%;
  margin: 0 auto;
  height: auto;
  background: #fff;
}
.detail-item .image {
  float: right;
  width: 55%;
  display: block;
  height: 500px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.detail-item .image.left {
  float: left;
}
.detail-item .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(85, 85, 85, 0.6);
}
.detail-item .image .overlay .play-button {
  font-size: 30px;
  height: 72px;
  width: 72px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed #fff;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.detail-item .image .overlay .play-button:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.3);
}
.detail-item .image:hover .overlay .play-button {
  background: rgba(0, 0, 0, 0.8);
  border-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .detail-item .image,
  .detail-item .content {
    height: 500px;
    width: 50%;
  }
  .detail-item .content {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 880px) {
  .detail-item .image,
  .detail-item .content {
    float: none;
    width: 100%;
  }
  .detail-item .content {
    height: auto;
    padding: 50px 40px;
  }
  .detail-item .content p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .detail-item .image {
    height: 300px;
  }
}
/*====================================================
JOBS
=====================================================*/
.vacature-wrapper {
  margin-left: -2.5%;
}
.vacature-wrapper .vacature {
  display: block;
  float: left;
  width: 47.5%;
  margin-left: 2.5%;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 50px;
  position: relative;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  height: 150px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.vacature-wrapper .vacature .inner-vacature {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.vacature-wrapper .vacature .inner-vacature:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e9394e;
}
.vacature-wrapper .vacature .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.vacature-wrapper .vacature p {
  color: #7b7e80;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.vacature-wrapper .vacature .more-info {
  position: absolute;
  left: 20px;
  opacity: 0;
  bottom: 10px;
  color: #e9394e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
.vacature-wrapper .vacature.low {
  height: 100px;
}
.vacature-wrapper .vacature.low:hover {
  height: 130px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.vacature-wrapper .vacature:hover {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 190px;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 8px 6px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 6px rgba(0, 0, 0, 0.17);
}
.vacature-wrapper .vacature:hover p {
  margin-bottom: 10px;
}
.vacature-wrapper .vacature:hover .more-info {
  opacity: 1;
  bottom: 0;
}
.vacature-wrapper .vacature:nth-child(2n+1) {
  clear: left;
}
.vacature-wrapper.center {
  margin-left: 0;
  text-align: center;
}
.vacature-wrapper.center .vacature {
  float: none;
  display: inline-block;
}
.vacature-wrapper.center .vacature .more-info {
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 880px) {
  .vacature-wrapper {
    margin-left: 0;
  }
  .vacature-wrapper .vacature {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .vacature-wrapper .vacature .more-info {
    left: 20px;
  }
  .vacature-wrapper.center .vacature .more-info {
    left: 40%;
  }
}
.geen-vacature {
  display: block;
  width: 580px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 60px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
}
@media only screen and (max-width: 670px) {
  .geen-vacature {
    width: 100%;
  }
}
.geen-vacature .icon {
  font-size: 30px;
  color: #e9394e;
  margin-bottom: 40px;
}
.geen-vacature .title {
  color: #000000;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.geen-vacature .title:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 30%;
  left: 35%;
  bottom: 0;
  background: #e9394e;
}
.vacatureblokken {
  margin-left: -5%;
  position: relative;
  margin-bottom: 75px;
}
.vacatureblokken .vacatureblok {
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-bottom: 75px;
}
.vacatureblokken .vacatureblok.big {
  width: 60%;
}
.vacatureblokken .dark-title {
  margin-bottom: 25px;
}
.vacatureblokken ul {
  list-style: none;
}
.vacatureblokken ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.vacatureblokken ul li:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/list-icon.png') no-repeat center center;
  background-size: cover;
  left: 0;
}
.vacatureblokken .penholder {
  bottom: -100px;
}
@media only screen and (max-width: 670px) {
  .vacatureblokken {
    margin-left: 0;
  }
  .vacatureblokken .vacatureblok {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .vacatureblokken .vacatureblok.big {
    width: 100%;
  }
  .vacatureblokken .penholder {
    display: none;
  }
}
/*====================================================
CASE-GRID
=====================================================*/
.case-grid {
  position: relative;
}
.case-grid.active:before {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  top: -65px;
  background: url("../images/pijl_nieuw.png") no-repeat center center;
  width: 110px;
  height: 50px;
}
.case-grid.active.fr:before {
  background-image: url("../images/pijl_nieuw_fr.png");
}
.case-grid.active.en:before {
  background-image: url("../images/pijl_nieuw_en.png");
}
.case-grid .grid-item {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  overflow: hidden;
  float: left;
  width: 33.33%;
  position: relative;
  height: 380px;
  background: no-repeat center center;
  background-size: cover;
  background-color: #000;
}
@media only screen and (max-width: 570px) {
  .case-grid .grid-item.blog {
    height: 280px;
    width: 100% !important;
  }
  .case-grid .grid-item.blog p {
    margin-bottom: 6px !important;
  }
}
.case-grid .grid-item.first {
  width: 66.66%;
}
.case-grid .grid-item.first.right {
  float: right;
}
.case-grid .grid-item .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 890;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.case-grid .grid-item .content {
  position: absolute;
  opacity: 0;
  top: 380px;
  left: 40px;
  z-index: 890;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
}
.case-grid .grid-item .content .description {
  max-width: 75%;
}
.case-grid .grid-item .content .btn-white {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.case-grid .grid-item .overlay {
  width: 100%;
  height: 380px;
  opacity: 0.7;
  position: absolute;
  z-index: 880;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.case-grid .grid-item .hoveroverlay {
  width: 100%;
  height: 380px;
  position: absolute;
  z-index: 885;
  padding: 175px 40px 70px 40px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.case-grid .grid-item:hover .title,
.case-grid .grid-item:focus .title {
  bottom: 275px;
}
.case-grid .grid-item:hover .content,
.case-grid .grid-item:focus .content {
  opacity: 1;
  top: 35%;
  bottom: auto;
}
.case-grid .grid-item:hover .hoveroverlay,
.case-grid .grid-item:focus .hoveroverlay {
  opacity: 0.7;
}
.case-grid .grid-item:hover .hoveroverlay .title,
.case-grid .grid-item:focus .hoveroverlay .title,
.case-grid .grid-item:hover .hoveroverlay .btn-white,
.case-grid .grid-item:focus .hoveroverlay .btn-white {
  opacity: 1;
}
.case-grid .grid-item:hover .btn-white:hover,
.case-grid .grid-item:focus .btn-white:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .case-grid .grid-item:hover .title,
  .case-grid .grid-item:focus .title {
    bottom: 300px;
  }
  .case-grid .grid-item:hover .content,
  .case-grid .grid-item:focus .content {
    top: 25%;
  }
}
.case-grid .grid-item.blog {
  width: 32.33%;
  margin: 0.5%;
}
.case-grid .grid-item.blog.first {
  width: 65.66%;
}
.case-grid .grid-item.blog .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(255, 255, 255, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.case-grid .grid-item.blog .blogtitel {
  color: #353535;
  font-size: 25px;
}
.case-grid .grid-item.blog p {
  color: #353535;
}
@media only screen and (max-width: 1200px) {
  .case-grid .grid-item .title,
  .case-grid .grid-item .content {
    left: 20px;
    padding-right: 20px;
  }
  .case-grid .grid-item .content .description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .case-grid .grid-item {
    width: 50%;
  }
  .case-grid .grid-item.first {
    width: 100%;
  }
  .case-grid .grid-item .content .description {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .case-grid .description {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .case-grid .grid-item {
    float: none;
    width: 100%;
  }
  .case-grid .description {
    display: block;
  }
}
@media only screen and (max-width: 390px) {
  .case-grid .grid-item .title {
    font-size: 26px;
  }
}
.work-grid {
  position: relative;
  margin: auto;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .work-grid {
    width: 100%;
  }
}
.work-grid .overlay-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 982;
  display: none;
  padding: 25px;
}
.work-grid .overlay-wrapper.show {
  display: block;
}
.work-grid .overlay-wrapper p {
  width: 60%;
}
@media only screen and (max-width: 570px) {
  .work-grid .overlay-wrapper p {
    width: 100%;
  }
}
.work-grid .overlay-wrapper.content-right .overlay-content {
  float: right;
  width: 75%;
}
@media only screen and (max-width: 570px) {
  .work-grid .overlay-wrapper.content-right .overlay-content {
    width: 100%;
  }
}
.work-grid .overlay-wrapper.content-right .video-wrapper {
  float: left;
  width: 22%;
}
@media only screen and (max-width: 570px) {
  .work-grid .overlay-wrapper.content-right .video-wrapper {
    width: 60%;
  }
}
.work-grid .overlay-wrapper.content-right .video-wrapper .video {
  width: 100%;
}
.work-grid .overlay-wrapper.content-right .video-wrapper .video video {
  width: 100%;
}
.work-grid .overlay-wrapper #closeOverlay {
  position: absolute;
  color: #e9394e;
  top: 15px;
  right: 15px;
  font-size: 22px;
  z-index: 1;
}
.work-grid .overlay-wrapper .work-title {
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.work-grid .overlay-wrapper .work-company {
  color: #353535;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}
.work-grid .overlay-wrapper .work-company:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 1px;
  background-color: #353535;
  width: 15px;
}
.work-grid .overlay-wrapper .work-inhoud {
  color: #353535;
}
.work-grid .overlay-wrapper .video-wrapper {
  display: inline-block;
  background: none;
  border: 0;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.work-grid .overlay-wrapper .video-wrapper::before,
.work-grid .overlay-wrapper .video-wrapper::after {
  bottom: 1px;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: center;
}
.work-grid .overlay-wrapper .video-wrapper::before {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  transform: scale3d(0, 1, 1);
}
.work-grid .overlay-wrapper .video-wrapper::after {
  border-left: 2px solid #353535;
  border-right: 2px solid #353535;
  transform: scale3d(1, 0, 1);
}
.work-grid .overlay-wrapper .video-wrapper.animate-border:before,
.work-grid .overlay-wrapper .video-wrapper.animate-border:after {
  transform: scale3d(1, 1, 1);
  transition: transform 1.2s;
}
.work-grid .overlay-wrapper .video-wrapper::before,
.work-grid .overlay-wrapper .video-wrapper::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.work-grid .overlay-wrapper .video-wrapper .video {
  display: inline-block;
}
.work-grid .overlay-wrapper .video-wrapper .video video {
  display: block;
  max-width: 700px;
  max-height: 500px;
}
@media only screen and (max-width: 768px) {
  .work-grid .overlay-wrapper .video-wrapper .video video {
    max-width: 100%;
  }
}
.work-grid .grid-sizer {
  width: 33.33%;
}
.work-grid .grid-sizer {
  width: 40% !important;
}
.work-grid .grid-item {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  overflow: hidden;
  width: 40% !important;
  position: relative;
  height: 240px;
  background: no-repeat center center;
  background-size: cover;
  background-color: #000;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .work-grid .grid-item {
    height: 180px;
    width: 50% !important;
  }
}
.work-grid .grid-item.right {
  height: 360px;
  margin-left: -1px;
  width: 19.9% !important;
}
@media only screen and (max-width: 768px) {
  .work-grid .grid-item.right {
    height: 200px;
    width: 49% !important;
    margin-left: 0;
  }
}
.work-grid .grid-item.small {
  height: 360px;
  width: 20% !important;
}
@media only screen and (max-width: 768px) {
  .work-grid .grid-item.small {
    width: 25% !important;
  }
}
@media only screen and (max-width: 570px) {
  .work-grid .grid-item.small {
    height: 180px;
    width: 50% !important;
  }
}
.work-grid .grid-item .content {
  opacity: 0;
  z-index: 890;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 22px;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 570px) {
  .work-grid .grid-item .content {
    left: 0 !important;
    padding-right: 0 !important;
  }
}
.work-grid .grid-item .content .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  z-index: 890;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 10px;
}
@media only screen and (max-width: 570px) {
  .work-grid .grid-item .content .title {
    left: 0 !important;
    font-size: 18px;
    padding-right: 0 !important;
  }
}
.work-grid .grid-item .content .line {
  width: 0;
  height: 1px;
  background: #fff;
  margin: 5px auto;
}
@media only screen and (max-width: 570px) {
  .work-grid .grid-item .content .description {
    width: 100% !important;
  }
}
.work-grid .grid-item .overlay {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  z-index: 880;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.work-grid .grid-item .hoveroverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 885;
  padding: 175px 40px 70px 40px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.work-grid .grid-item:hover,
.work-grid .grid-item:focus {
  text-decoration: none;
}
.work-grid .grid-item:hover .content,
.work-grid .grid-item:focus .content {
  opacity: 1;
  margin-top: 0;
}
.work-grid .grid-item:hover .content .line,
.work-grid .grid-item:focus .content .line {
  width: 35px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.work-grid .grid-item:hover .hoveroverlay,
.work-grid .grid-item:focus .hoveroverlay {
  opacity: 0.7;
}
.work-grid .grid-item:hover .hoveroverlay .title,
.work-grid .grid-item:focus .hoveroverlay .title,
.work-grid .grid-item:hover .hoveroverlay .btn-white,
.work-grid .grid-item:focus .hoveroverlay .btn-white {
  opacity: 1;
}
.work-grid .grid-item:hover .btn-white:hover,
.work-grid .grid-item:focus .btn-white:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .work-grid .grid-item:hover .title,
  .work-grid .grid-item:focus .title {
    bottom: 300px;
  }
  .work-grid .grid-item:hover .content,
  .work-grid .grid-item:focus .content {
    top: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .work-grid .grid-item .title,
  .work-grid .grid-item .content {
    left: 20px;
    padding-right: 20px;
  }
  .work-grid .grid-item .content .description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .work-grid .grid-item {
    width: 50%;
  }
  .work-grid .grid-item.first {
    width: 100%;
  }
  .work-grid .grid-item .content .description {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .work-grid .description {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .work-grid .grid-item {
    float: none;
    width: 100%;
  }
  .work-grid .description {
    display: block;
  }
}
@media only screen and (max-width: 390px) {
  .work-grid .grid-item .title {
    font-size: 26px;
  }
}
/*====================================================
EXPERIENCES
=====================================================*/
.experiences {
  margin-left: -5%;
  margin-bottom: 60px;
}
.experiences .experience {
  display: block;
  float: left;
  width: 20%;
  margin-left: 5%;
  color: #7b7e80;
}
.experiences .experience .experience-icon {
  margin-bottom: 10px;
  color: #000;
  font-size: 23px;
}
.experiences .experience.faded {
  opacity: 0.40;
  padding-top: 30px;
}
.experiences .experience.faded.active {
  opacity: 1;
  position: relative;
}
.experiences .experience.faded.active:before {
  content: '';
  background-image: url('/images/tekstballon.png');
  position: absolute;
  width: 50%;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -20px;
  left: 60px;
}
.experiences.grid3 {
  margin-left: -5.33%;
  margin-bottom: 0;
}
.experiences.grid3 .experience {
  width: 28%;
  margin-left: 5.33%;
  margin-bottom: 30px;
}
.experiences.grid3 .experience:nth-child(3n+1) {
  clear: left;
}
@media only screen and (max-width: 880px) {
  .experiences .experience {
    width: 45%;
    margin-bottom: 5px;
    margin-left: 5%;
  }
  .experiences .experience:nth-child(2n+1) {
    clear: left;
  }
  .experiences.grid3 {
    margin-left: -5%;
  }
  .experiences.grid3 .experience {
    width: 45%;
    margin-left: 5%;
  }
  .experiences.grid3 .experience:nth-child(3n+1) {
    clear: none;
  }
  .experiences.grid3 .experience:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  .experiences {
    margin-left: 0;
  }
  .experiences .experience {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .experiences.grid3 {
    margin-left: 0;
  }
  .experiences.grid3 .experience {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
/*====================================================
CONTACT-WRAPPER
=====================================================*/
.contact-wrapper {
  padding: 120px 0;
  background: url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
.contact-wrapper .content {
  width: 50%;
}
.contact-wrapper h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .contact-wrapper .content {
    width: 100%;
  }
}
/*====================================================
CONTACT
=====================================================*/
.contactmap {
  height: 510px;
}
.maplabels {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.phonenumbers {
  text-align: center;
  padding: 70px;
  -webkit-box-shadow: 1px 1px 11px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 11px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 90px;
}
.phonenumbers .phonenumber {
  width: 33%;
  float: left;
  margin-bottom: 50px;
  text-align: center;
}
.phonenumbers .phonenumber .title {
  font-weight: 300;
  font-size: 24px;
  color: #353535;
  margin-bottom: 15px;
}
.phonenumbers .phonenumber .subtitle {
  background: none;
  margin-bottom: 10px;
  padding-top: 0;
}
.phonenumbers .phonenumber:nth-child(n+4) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .phonenumbers {
    padding: 50px;
  }
}
@media only screen and (max-width: 880px) {
  .phonenumbers .phonenumber {
    width: 45%;
    margin: 0 2% 30px 2%;
  }
  .phonenumbers .phonenumber:nth-child(n+3) {
    margin-bottom: 30px;
  }
  .phonenumbers .phonenumber:nth-child(n+5) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .phonenumbers .phonenumber {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .contact-form .pull-left,
  .contact-form .pull-right {
    float: none;
    width: 100%;
  }
}
/*====================================================
MEER-OVER
=====================================================*/
.meer-over {
  height: 420px;
  background: url("../images/leer-ons-kennen.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  color: #fff;
  text-align: center;
  padding: 75px 0;
}
.meer-over h2 {
  color: #fff;
  margin-bottom: 30px;
}
.meer-over p {
  width: 60%;
  margin: 0 auto 30px;
}
.meer-over .btn {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .meer-over p {
    width: 100%;
  }
}
/*====================================================
VESTIGINGEN
=====================================================*/
.affiliates {
  margin-left: -3.33%;
}
.affiliates .affiliate {
  float: left;
  width: 30%;
  margin-left: 3.33%;
  color: #9aa2ab;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  background: url('../images/contactline.jpg') no-repeat 90% center;
}
.affiliates .affiliate:first-of-type {
  background-position: 80% center;
}
.affiliates .affiliate.last {
  background: none;
}
.affiliates .affiliate .title {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
}
.affiliates .affiliate .title span {
  color: #9aa2ab;
  font-size: 12px;
  text-transform: none;
}
.affiliates.contactpage .affiliate {
  background: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #7b7e80;
}
.affiliates.contactpage .affiliate i {
  color: #e9394e;
  font-size: 20px;
}
.affiliates.contactpage .affiliate .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
}
.affiliates.contactpage .affiliate .big-info {
  margin-bottom: 50px;
}
.affiliates.contactpage .affiliate p {
  margin-bottom: 20px;
}
.affiliates.contactpage .affiliate .phonenumber {
  line-height: 25px;
  margin-bottom: 7px;
}
.affiliates.contactpage .affiliate .function {
  color: #e9394e;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.affiliates.contactpage .affiliate .number {
  font-size: 17px;
  color: #353535;
  text-align: right;
}
.affiliates.contactpage .affiliate .small {
  color: #353535;
  font-size: 14px;
  background-color: #EFF1F5;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 1050px) {
  .affiliates .affiliate .phonenumber .pull-left,
  .affiliates .affiliate .phonenumber .pull-right {
    float: none;
    width: 100%;
  }
  .affiliates.contactpage .affiliate .number {
    text-align: left;
  }
}
@media only screen and (max-width: 880px) {
  .affiliates {
    text-align: center;
    margin-left: 0;
  }
  .affiliates .affiliate {
    display: inline-block;
    width: 45%;
    margin: 0 2% 25px 2%;
    float: none;
    background: none;
    vertical-align: top;
  }
  .affiliates.contactpage .affiliate .big-info {
    align-items: center;
    -webkit-align-items: center;
  }
  .affiliates.contactpage .affiliate .number {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .affiliates .affiliate {
    display: block;
    margin: 0 auto 25px auto;
    width: 100%;
  }
  .affiliates.contactpage .affiliate {
    margin-bottom: 50px;
  }
  .affiliates.contactpage .affiliate .big-info {
    height: auto;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .whitepaper-inhoud.span50 {
    width: 100%;
  }
}
.whitepaper-inhoud h2 {
  text-align: left;
}
.whitepaper-inhoud ul {
  margin: 18px 0;
  list-style: none;
}
.whitepaper-inhoud ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
.whitepaper-inhoud ul li:before {
  left: 0;
  margin-top: -3px;
  top: 50%;
  content: '';
  position: absolute;
  background: #e9394e;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.whitepaper-download {
  background: #EFF1F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px;
}
@media only screen and (max-width: 500px) {
  .whitepaper-download.span50 {
    width: 100%;
  }
}
.whitepaper-download .title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
}
.whitepaper-download .ctct-form-footer {
  font-size: 13px;
  line-height: 19px;
}
/*====================================================
FOOTER
=====================================================*/
.footer.topborder {
  border-top: 1px solid #e7ecef;
}
.footer-top {
  padding: 60px 0 40px;
  border-bottom: 1px solid #e7ecef;
}
.footer-top .newsletter {
  border-bottom: 1px solid #e7ecef;
  margin-bottom: 60px;
  padding-bottom: 25px;
}
.footer-top .newsletter h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  padding-top: 15px;
}
.footer-top .newsletter .input-wrapper {
  position: relative;
}
.footer-top .newsletter .input-wrapper input[type="text"] {
  border: 1px solid transparent;
  background: #ebf1f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 18px;
  font-size: 15px;
}
.footer-top .newsletter .input-wrapper button {
  position: absolute;
  color: #e9394e;
  border: none;
  background-color: transparent;
  right: 20px;
  top: 19px;
  font-size: 18px;
  cursor: pointer;
  width: 18px;
}
.footer-top .newsletter .input-wrapper ::-webkit-input-placeholder {
  color: #96989a;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
.footer-top .newsletter .input-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #96989a;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
.footer-top .newsletter .input-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #96989a;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
.footer-top .newsletter .input-wrapper :-ms-input-placeholder {
  color: #96989a;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
@media only screen and (max-width: 880px) {
  .footer-top .newsletter .span70,
  .footer-top .newsletter .span30 {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-top .newsletter .span30 {
    width: auto;
  }
}
.footer-bottom {
  padding: 35px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #697582;
  text-align: center;
}
.footer-bottom a {
  text-decoration: none;
  color: #697582;
}
.footer-bottom .pull-left,
.footer-bottom .pull-right {
  padding-top: 10px;
}
.footer-bottom .social-icons a {
  display: inline-block;
  height: 28px;
  width: 28px;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  margin: 0 5px;
  padding-top: 5px;
  background: #d0d4d6;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footer-bottom .social-icons a.facebookicon:hover {
  background: #3b5998;
}
.footer-bottom .social-icons a.twittericon:hover {
  background: #55acee;
}
.footer-bottom .social-icons a.pinteresticon:hover {
  background: #bd2126;
}
.footer-bottom .social-icons a.youtubeicon:hover {
  background: #e52d27;
}
.footer-bottom .social-icons a.linkedinicon:hover {
  background: #0077b5;
}
@media only screen and (max-width: 670px) {
  .footer-bottom .pull-left,
  .footer-bottom .pull-right {
    float: none;
    margin-bottom: 20px;
  }
}
p.didyouknowtext {
  padding-left: 75px;
  position: relative;
  min-height: 60px;
}
.didyouknowtext i {
  font-size: 50px;
  color: #e9394e;
  position: absolute;
  left: 0px;
  top: 10px;
}
.topMargin27 {
  margin-top: 27px !important;
}
/*====================================================
KERST 2017
=====================================================*/
.slinger {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('/images/kerst2017/VR_landingspagina3.png');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
  min-width: 300px;
}
@media only screen and (max-width: 768px) {
  .slinger {
    display: none;
  }
}
.kerst {
  position: relative;
}
.kerst .maan {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('/images/kerst2017/VR_landingspagina2.png');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  min-width: 200px;
}
@media only screen and (max-width: 570px) {
  .kerst .maan {
    display: none;
  }
}
@media only screen and (max-width: 570px) {
  .kerst .kerst-inhoud .pull-left,
  .kerst .kerst-inhoud .pull-right {
    width: 100%;
  }
}
@media only screen and (max-width: 570px) {
  .kerst .kerst-inhoud .pull-right {
    margin-top: 35px;
  }
}
.kerst .kerst-inhoud h2 {
  font-size: 40px;
  text-align: left;
}
.kerst .kerst-inhoud h2 .blue {
  color: #21344b;
}
.kerst .kerst-inhoud h2 .yellow {
  color: #f5c300;
}
.kerst .kerst-inhoud .paragrafen p {
  margin-bottom: 10px;
  color: #4a698f;
}
.kerst .kerst-inhoud .paragrafen strong {
  color: #21344b;
}
.kerst .kerst-inhoud .tip-label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #21344b;
  font-family: 'hogfish_demoregular';
  font-size: 24px;
  line-height: 30px;
  padding: 5px 15px;
  margin-bottom: 12px;
  display: inline-block;
}
.kerst .kerst-inhoud .gelepijl {
  color: #f5c300;
  width: 33px;
  margin-right: 10px;
  margin-bottom: -6px;
}
.kerst .kerst-lijn {
  width: 100%;
  margin: 70px 0;
  position: relative;
  background-image: linear-gradient(to right, #c3c3c3 38%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 5px 2px;
  background-repeat: repeat-x;
  height: 2px;
}
.kerst .kerst-lijn .hohoho {
  position: absolute;
  padding: 5px;
  background: #fff;
  height: 100px;
  top: -50px;
  right: 205px;
}
@media only screen and (max-width: 570px) {
  .kerst .kerst-lijn .hohoho {
    right: 95px;
  }
}
.kerst .kerst-lijn .hohoho img {
  max-height: 100%;
}
.kerst .kerst-formulier {
  padding: 25px;
  background-color: #ededed;
  margin-top: 100px;
  position: relative;
}
.kerst .kerst-formulier .yellow-label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #f5c300;
  font-family: 'hogfish_demoregular';
  font-size: 35px;
  line-height: 48px;
  padding: 5px 22px;
  margin-bottom: 12px;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 75px;
}
.kerst .kerst-formulier .vragen {
  margin-top: 40px;
}
.kerst .kerst-formulier .vragen .vraag {
  font-weight: 700;
  margin-bottom: 10px;
}
.kerst .kerst-formulier .vragen .antwoorden {
  margin-bottom: 35px;
}
.kerst .kerst-formulier .vragen .antwoorden .antwoord {
  float: left;
  margin-right: 45px;
}
.kerst .kerst-formulier .input-wrapper {
  margin-top: 25px;
}
.kerst .kerst-formulier .input-wrapper input {
  width: 80%;
  padding: 16px;
}
.kerst .kerst-formulier .input-wrapper .btn {
  float: right;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .kerst .kerst-formulier .input-wrapper .btn {
    float: left;
    margin-top: 15px;
  }
}
.kerst .kerst-formulier .radio {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.kerst .kerst-formulier .radio:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #d2d2d2;
}
.kerst .kerst-formulier .radio:checked + label:before {
  border: 2px solid #f5c300;
  border-radius: 50%;
}
.kerst .kerst-formulier .radio:checked + label:after {
  border-radius: 50%;
  border: 2px solid #f5c300;
  background-color: #f5c300;
  z-index: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transform-origin: 50% 50%;
}
.kerst .kerst-formulier .radio + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
}
.kerst .kerst-formulier .radio + label:before,
.kerst .kerst-formulier .radio + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 12px;
  height: 12px;
  z-index: 0;
  transform-origin: 50% 50%;
}
.kerst-banner {
  position: relative;
  z-index: 10;
  margin-top: 250px;
}
@media only screen and (max-width: 570px) {
  .kerst-banner {
    margin-top: 150px;
  }
}
.kerst-banner .glasses {
  max-width: 170px;
  margin: 25px auto;
  display: block;
}
.kerst-banner .baseline {
  width: 45%;
  margin: auto;
  text-align: center;
  display: inherit;
}
.kerst-banner h1 {
  color: #f5c300;
  font-size: 22px;
  margin-top: 10px;
}
h1.dark-heading.fat-title,
h2.dark-heading.fat-title {
  text-transform: uppercase;
  font-weight: 700;
}
.animation-slider {
  margin: 50px 0;
  padding: 45px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
@media only screen and (max-width: 570px) {
  .animation-slider {
    padding: 25px 0;
  }
}
.animation-slider h4 {
  font-size: 20px;
  font-weight: 600;
  color: #353535;
}
.animation-slider video {
  max-width: 100%;
}
.aanpakken .aanpak {
  float: left;
  width: 50%;
  padding: 25px;
  text-align: center;
}
@media only screen and (max-width: 570px) {
  .aanpakken .aanpak {
    padding: 0;
    width: 100%;
  }
}
.aanpakken .aanpak .image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aanpakken .aanpak .image img {
  max-height: 70px;
  max-width: 70px;
}
.aanpakken .aanpak h4 {
  text-align: center;
  font-size: 18px;
  color: #353535;
}
.aanpakken .aanpak p {
  padding: 0 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .aanpakken .aanpak p {
    padding: 0 15px;
  }
}
.aanpakken .aanpak:nth-child(3) {
  clear: left;
}
.team-wrapper {
  margin: 50px 0;
  padding-top: 50px;
  background-image: url('/images/cursusblad.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 570px) {
  .team-wrapper {
    padding-top: 25px;
    margin: 25px 0;
  }
}
.team-wrapper p {
  text-align: center;
}
.team-wrapper .pen-links {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .team-wrapper .pen-links {
    display: none;
  }
}
.team-wrapper .pen-rechts {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .team-wrapper .pen-rechts {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .team-wrapper .team-slider-wrapper {
    display: none;
  }
}
.team-wrapper .team-slider-wrapper .team-slider {
  position: relative;
  height: 310px;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1050px) {
  .team-wrapper .team-slider-wrapper .team-slider {
    height: 265px;
  }
}
.team-wrapper .team-slider-wrapper .team-slider ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.team-wrapper .team-slider-wrapper .team-slider ::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #e9394e;
}
.team-wrapper .team-slider-wrapper .team-slider .slide {
  padding-bottom: 50px;
  width: 19%;
  margin-left: 1%;
  float: left;
  position: relative;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 570px) {
  .team-wrapper .team-slider-wrapper .team-slider .slide {
    margin-left: 0;
    width: 20%;
  }
}
.team-wrapper .team-slider-wrapper .team-slider .slide:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 24%;
  margin-top: -4%;
}
.team-wrapper .team-slider-wrapper .team-slider .slide:hover .kleurfoto {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}
@media only screen and (max-width: 570px) {
  .team-wrapper .team-slider-wrapper .team-slider .slide:hover {
    margin-top: 0;
    width: 20%;
  }
}
.team-wrapper .team-slider-wrapper .team-slider .slide img {
  width: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 570px) {
  .team-wrapper .team-slider-wrapper .team-slider .slide img {
    height: 100%;
    width: auto;
  }
}
.team-wrapper .team-slider-wrapper .team-slider .slide .kleurfoto {
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team-wrapper .team-slider-wrapper-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .team-wrapper .team-slider-wrapper-mobile {
    display: block;
  }
}
.team-wrapper .team-slider-wrapper-mobile.mCustomScrollbar {
  overflow-x: auto;
  position: relative;
}
.team-wrapper .team-slider-wrapper-mobile .team-slider {
  height: 235px;
  display: block;
}
.team-wrapper .team-slider-wrapper-mobile .team-slider ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.team-wrapper .team-slider-wrapper-mobile .team-slider ::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #e9394e;
}
.team-wrapper .team-slider-wrapper-mobile .team-slider .slide {
  padding-bottom: 50px;
  float: left;
  position: relative;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 0;
  width: 20%;
}
.team-wrapper .team-slider-wrapper-mobile .team-slider .slide:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 0;
  width: 20%;
}
.team-wrapper .team-slider-wrapper-mobile .team-slider .slide:hover .kleurfoto {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}
.team-wrapper .team-slider-wrapper-mobile .team-slider .slide img {
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  height: 100%;
  width: auto;
}
.team-wrapper .team-slider-wrapper-mobile .team-slider .slide .kleurfoto {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bigger-text p {
  color: #353535;
  font-size: 18px;
}
@media only screen and (max-width: 570px) {
  .bigger-text p {
    font-size: 16px;
  }
}
.buttons {
  position: fixed;
  z-index: 2500;
  padding: 10px;
  top: 50%;
  right: 3%;
  margin-left: 25px;
  margin-top: -38px;
  display: flex;
  opacity: 0;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 570px) {
  .buttons {
    margin-left: 0;
    padding: 5px;
    display: none;
  }
}
.buttons a {
  display: block;
  width: 10px;
  height: 10px;
  background: #353535;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 29px;
  opacity: 0.25;
  border: 1px solid #fff;
}
.buttons a.active {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.content-contact-wrapper {
  text-align: center;
}
.content-contact-wrapper .btn {
  margin-bottom: 35px;
}
.content-contact-wrapper a:not(.btn),
.content-contact-wrapper p {
  font-weight: 400;
  color: #353535;
}
.content-contact-wrapper .contact-part {
  font-size: 18px;
}
@media only screen and (max-width: 570px) {
  .content-contact-wrapper .contact-part {
    font-size: 16px;
  }
}
.social-wrapper {
  background: #353535;
  padding: 50px 0;
}
@media only screen and (max-width: 570px) {
  .social-wrapper {
    padding: 25px 0;
  }
}
.social-wrapper .social-icons {
  text-align: center;
}
.social-wrapper .social-icons a {
  padding: 25px;
}
@media only screen and (max-width: 570px) {
  .social-wrapper .social-icons a {
    padding: 9px;
  }
}
.social-wrapper .social-icons a i {
  font-size: 38px;
}
@media only screen and (max-width: 570px) {
  .social-wrapper .social-icons a i {
    font-size: 22px;
  }
}
.social-wrapper .social-icons a:hover i {
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .spacer {
    margin-top: 30px;
  }
}
.dropdown-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 25px;
  width: 200px;
  list-style: none;
  border-bottom: 1px solid #d2d2d2;
  color: #373737!important;
  font-family: 'Source Sans Pro', sans-serif;
}
@media only screen and (max-width: 570px) {
  .dropdown-wrapper {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}
.dropdown-wrapper .select {
  padding: 20px;
  color: #000;
  list-style: none;
  background: transparent;
  font-size: 18px;
  display: block;
  width: 100%;
  font-weight: 400;
}
.dropdown-wrapper .dropdown {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-top: 0;
  z-index: 2000;
  max-height: 300px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  width: 100.5%;
  margin-left: -1px;
}
.dropdown-wrapper .dropdown.scroll {
  overflow-y: scroll !important;
}
.dropdown-wrapper .dropdown li a {
  display: block;
  white-space: nowrap;
  color: #000;
  padding: 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
}
.dropdown-wrapper .dropdown li a:hover {
  background-color: #efefeb;
}
.dropdown-wrapper:after {
  content: "\f107";
  font-family: "fontAwesome";
  display: block;
  position: absolute;
  color: #e9394e;
  z-index: -1;
  top: 50%;
  right: 15px;
  margin-top: -7px;
}
.dropdown-wrapper:before {
  content: '';
  background: #ebf1f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.nieuwsbericht-detail .datum {
  color: #e9394e;
  margin: 7px 0;
}
.nieuwsbericht-detail .datum i {
  margin-right: 8px;
}
.nieuwsbericht-detail article {
  display: inline-block;
  width: 74%;
  padding-right: 25px;
  border-right: 2px solid #c3c3c3;
}
@media only screen and (max-width: 570px) {
  .nieuwsbericht-detail article {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .nieuwsbericht-detail article h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .nieuwsbericht-detail article img {
    max-width: 100%;
    height: auto !important;
  }
}
.nieuwsbericht-detail aside {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 75px;
  text-align: center;
}
@media only screen and (max-width: 670px) {
  .nieuwsbericht-detail aside {
    position: relative;
    padding: 8px;
  }
}
@media only screen and (max-width: 570px) {
  .nieuwsbericht-detail aside {
    display: block;
    width: 60%;
    margin: 0 auto;
    top: auto;
  }
}
/*====================================================
SOCIAL SHARE
=====================================================*/
.socialShare {
  font-size: 40px;
  margin: 40px 0;
}
.socialShare p {
  margin-bottom: 0;
  font-size: 18px;
}
.socialShare a {
  font-size: 22px;
  text-decoration: none !important;
  color: #c3c3c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  border: 1px solid #c3c3c3;
}
.socialShare a:hover.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.socialShare a:hover.twitter {
  color: #00acee;
  border-color: #00acee;
}
.socialShare a:hover.linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.blogBtn {
  margin: 15px auto;
}
@media only screen and (max-width: 570px) {
  .blogBtn {
    text-align: center;
  }
}
.auteur {
  text-decoration: none;
}
.auteur:hover {
  text-decoration: none;
}
.auteur .image {
  width: 70%;
  margin: auto;
  position: relative;
}
.auteur .image .blogger {
  background-image: url("/images/blogger.png");
  background-size: contain;
  width: 84%;
  position: absolute;
  height: 50px;
  background-repeat: no-repeat;
  z-index: 25;
  left: 8%;
  top: -10px;
}
.auteur .image img {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
}
.auteur h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #e9394e;
  text-transform: none;
  font-size: 16px;
}
.auteur p {
  font-weight: 300;
}
.artikel-banner {
  height: 350px;
  background-position: center;
  background-size: cover;
  margin-bottom: 25px;
}
@media only screen and (max-width: 570px) {
  .artikel-banner {
    height: 220px;
  }
}
