@import 'reset.css';
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import 'lib/slick/slick.css';
@font-face {
  font-family: "SignaCondLight";
  src: url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Light.eot");
  src: url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Light.woff") format("woff"), url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SignaCond-Book";
  src: url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Book.eot");
  src: url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Book.eot?#iefix") format("embedded-opentype"), url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Book.woff") format("woff"), url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SignaCondBold";
  src: url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Bold.eot");
  src: url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Bold.woff") format("woff"), url("https://cdn.faceworks.nl/Assets/Fonts/SignaCond/SignaCond-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 24px;
  color: #004c92;
  font-family: "SignaCond-Book";
}

h2 {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 24px;
  margin-top: 50px;
  font-family: "SignaCond-Book";
  color: #004c92;
  display: block;
  float: left;
  width: 100%;
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 18px;
  margin-top: 12px;
  display: block;
  float: left;
  width: 100%;
  font-family: "SignaCond-Book";
}

.content-wrapper h3 {
  margin-top: 50px;
}

.button-wrapper + h2 {
  margin-top: 60px;
}

h4, .tmceTxtIntro, .introduction {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4, .tmceTxtIntro, .introduction {
    font-size: 18px;
  }

  .content-wrapper h3 {
    margin-top: 30px;
  }

  .button-wrapper + h3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 31px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.row .container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1032px;
  width: 100%;
}
.row .container .inner-row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
}

@media screen and (min-width: 0px) {
  /*XS SCREEN*/
  .col-xs-1 {
    width: calc(8.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-2 {
    width: calc(16.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-3 {
    width: calc(25% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-4 {
    width: calc(33.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-5 {
    width: calc(41.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-6 {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-7 {
    width: calc(58.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-8 {
    width: calc(66.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-9 {
    width: calc(75% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-10 {
    width: calc(83.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-11 {
    width: calc(91.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xs-12 {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 575px) {
  /*SM SCREEN*/
  .col-sm-1 {
    width: calc(8.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-2 {
    width: calc(16.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-3 {
    width: calc(25% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-4 {
    width: calc(33.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-5 {
    width: calc(41.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-6 {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-7 {
    width: calc(58.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-8 {
    width: calc(66.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-9 {
    width: calc(75% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-10 {
    width: calc(83.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-11 {
    width: calc(91.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-sm-12 {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  /*MD SCREEN*/
  .col-md-1 {
    width: calc(8.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-2 {
    width: calc(16.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-3 {
    width: calc(25% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-4 {
    width: calc(33.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-5 {
    width: calc(41.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-6 {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-7 {
    width: calc(58.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-8 {
    width: calc(66.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-9 {
    width: calc(75% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-10 {
    width: calc(83.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-11 {
    width: calc(91.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-md-12 {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 992px) {
  /*LG SCREEN*/
  .col-lg-1 {
    width: calc(8.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-2 {
    width: calc(16.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-3 {
    width: calc(25% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-4 {
    width: calc(33.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-5 {
    width: calc(41.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-6 {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-7 {
    width: calc(58.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-8 {
    width: calc(66.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-9 {
    width: calc(75% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-10 {
    width: calc(83.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-11 {
    width: calc(91.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-lg-12 {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1032px) {
  /*XL SCREEN*/
  .col-xl-1 {
    width: calc(8.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-2 {
    width: calc(16.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-3 {
    width: calc(25% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-4 {
    width: calc(33.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-5 {
    width: calc(41.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-6 {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-7 {
    width: calc(58.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-8 {
    width: calc(66.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-9 {
    width: calc(75% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-10 {
    width: calc(83.3333333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-11 {
    width: calc(91.6666666667% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .col-xl-12 {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
html, body {
  font-family: "PT Sans", sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  -webkit-text-size-adjust: 100%;
}

* {
  font-family: "PT Sans", sans-serif;
  color: #434343;
}

body {
  overflow-x: hidden;
}

.c-primary {
  color: #db006b;
}

.table-wrapper {
  overflow-y: auto;
  _overflow: auto;
}

table {
  width: 800px;
  min-width: 600px;
  border-collapse: collapse;
  table-layout: fixed;
}
table tbody tr {
  border-bottom: 2px solid #f2f2f2;
}
table tbody tr:first-child {
  border-bottom: 2px solid #e5e5e5;
  background-color: #fff !important;
}
table tbody tr:first-child td {
  padding: 12px 6px;
  color: #262626;
  text-align: left;
  font-weight: 700;
}
table tbody tr td {
  padding: 12px;
}

@media screen and (max-width: 991px) {
  .hide-small {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .show-mobile {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }
}
.button-wrapper {
  display: block;
  width: 100%;
  float: left;
}

.button,
button {
  color: #fff;
  transition: all ease 0.3s;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 10px 18px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-family: "SignaCondBold";
}
.button:hover,
button:hover {
  text-decoration: none;
}
.button.primary,
button.primary {
  background-color: #db006b;
  color: #fff;
}
.button.primary:hover,
button.primary:hover {
  background-color: #c50060;
  color: #fff !important;
}
.button.primary.small,
button.primary.small {
  padding: 3px 18px;
  font-size: 16px;
}
.button.outline,
button.outline {
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.button.outline.transparent,
button.outline.transparent {
  background-color: transparent;
}
.button.outline.transparent:hover,
button.outline.transparent:hover {
  background-color: #f2f2f2;
  color: #fff;
}
.button.outline.category-button,
button.outline.category-button {
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}
.button.outline.white,
button.outline.white {
  border-color: #e5e5e5;
  color: #434343;
}
.button.outline.white:hover,
button.outline.white:hover {
  background-color: #e5e5e5;
}
.button.green,
button.green {
  color: #fff;
  background-color: #2f6946;
}
.button.green:hover,
button.green:hover {
  background-color: #000;
}

.readmore {
  text-transform: uppercase;
  color: #ed2e24;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.readmore:hover {
  text-decoration: none;
}
.readmore:after {
  content: "";
  width: 7px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -50px -14px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.readmore.white {
  color: #fff;
}
.readmore.white:after {
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -47px -156px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.readmore.white.arrow-before {
  padding-left: 24px;
  padding-right: 0;
}
.readmore.white.arrow-before:after {
  display: none;
}
.readmore.white.arrow-before:before {
  content: "";
  width: 12px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -47px -156px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.readmore.white.arrow-before:hover:before {
  left: 6px;
}
.readmore.red {
  color: #ed2e24;
  text-transform: none;
}
.readmore.red:after {
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -84px -156px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.readmore.red.arrow-before {
  padding-left: 24px;
  padding-right: 0;
}
.readmore.red.arrow-before:after {
  display: none;
}
.readmore.red.arrow-before:before {
  content: "";
  width: 12px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -84px -156px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.readmore.red.arrow-before:hover:before {
  left: 6px;
}

button.red {
  height: 36px;
}

.question {
  font-weight: 700;
  color: #ed2e24;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 36px;
  text-decoration: none;
  cursor: pointer;
}
.question:after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -16px -378px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
  display: block;
  margin-left: 12px;
}
.question:hover {
  color: #000;
  text-decoration: none;
}
.question:hover:after {
  background-position: -89px -378px;
}

@media screen and (max-width: 500px) {
  .button-wrapper a {
    width: 100%;
  }
  .button-wrapper a:nth-child(2) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 400px) {
  .button {
    width: 100% !important;
  }

  a.readmore {
    -ms-word-break: break-word;
    word-break: break-word;
  }
}
.topbar {
  background-color: #fff;
}
.topbar .topbar-inner {
  height: 177px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.topbar .topbar-inner .section-right {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.topbar .topbar-inner a {
  text-decoration: none;
}
.topbar .topbar-inner .logo a {
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
}
.topbar .topbar-inner .logo a img {
  height: auto;
  width: 320px;
  margin-top: -25px;
}
.topbar .topbar-inner .logo a .byline {
  font-size: 18px;
  font-family: "SignaCond-Book";
  color: #434343;
  padding-bottom: 6px;
}
.topbar .topbar-inner .secondary-navigation {
  display: flex;
  padding: 0;
  list-style-type: none;
  margin: 0;
  align-items: center;
  padding-bottom: 2px;
}
.topbar .topbar-inner .secondary-navigation li {
  padding: 0;
}
.topbar .topbar-inner .secondary-navigation li a {
  position: relative;
  padding-bottom: 4px;
}
.topbar .topbar-inner .secondary-navigation li a.active:after, .topbar .topbar-inner .secondary-navigation li a:hover:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #434343;
}
.topbar .topbar-inner .secondary-navigation .devider {
  width: 2px;
  height: 35px;
  background-color: #e5e5e5;
  display: block;
  margin-left: 24px;
  margin-right: 24px;
}
.topbar .topbar-inner .button {
  margin-left: 36px;
}

@media screen and (max-width: 1000px) {
  .topbar .topbar-inner .logo a .byline {
    display: none;
  }

  .topbar .topbar-inner .logo a img {
    width: 180px;
  }

  .topbar .topbar-inner .logo a {
    width: 160px;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .topbar .topbar-inner .logo a img {
    width: 180px;
  }

  .topbar .topbar-inner .logo a {
    width: 160px;
    overflow: hidden;
  }

  .topbar .topbar-inner .logo a .byline {
    display: none;
  }

  .content-page {
    margin-top: 66px;
  }
  .content-page .mobile-topbar {
    display: flex;
    height: 66px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background-color: #fff;
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.25);
  }
  .content-page .mobile-topbar .topbar-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }
  .content-page .mobile-topbar .topbar-inner .section-left {
    display: flex;
    align-items: center;
  }
  .content-page .mobile-topbar .topbar-inner .section-right {
    display: flex;
    align-items: center;
  }
  .content-page .mobile-topbar .topbar-inner .section-right a {
    display: block;
  }
  .content-page .mobile-topbar .topbar-inner .section-right .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    margin-left: 24px;
  }
  .content-page .mobile-topbar .topbar-inner .section-right .icon.phone {
    background-image: url(../img/sprite.png);
    background-image: url(../img/sprite.svg);
    background-position: -5px -257px;
    background-repeat: no-repeat;
    background-size: 700px 700px;
  }
  .content-page .mobile-topbar .topbar-inner .section-right .icon.info {
    background-image: url(../img/sprite.png);
    background-image: url(../img/sprite.svg);
    background-position: -42px -258px;
    background-repeat: no-repeat;
    background-size: 700px 700px;
  }
  .content-page .mobile-topbar .topbar-inner .section-right .icon.menu {
    background-image: url(../img/sprite.png);
    background-image: url(../img/sprite.svg);
    background-position: -78px -262px;
    background-repeat: no-repeat;
    background-size: 700px 700px;
    height: 16px;
  }

  .content-page .mobile-categories .main-navigation li.active:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .topbar {
    display: flex;
  }

  .mobile-topbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 66px;
  }

  .topbar {
    display: none;
  }

  .categories {
    display: none;
  }

  .mobile-topbar {
    display: flex;
    height: 66px;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background-color: #fff;
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.25);
  }
  .mobile-topbar .topbar-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }
  .mobile-topbar .topbar-inner .section-left {
    display: flex;
    align-items: center;
  }
  .mobile-topbar .topbar-inner .section-right {
    display: flex;
    align-items: center;
  }
  .mobile-topbar .topbar-inner .section-right a {
    display: block;
  }
  .mobile-topbar .topbar-inner .section-right .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    margin-left: 24px;
  }
  .mobile-topbar .topbar-inner .section-right .icon.phone {
    background-image: url(../img/sprite.png);
    background-image: url(../img/sprite.svg);
    background-position: -5px -257px;
    background-repeat: no-repeat;
    background-size: 700px 700px;
  }
  .mobile-topbar .topbar-inner .section-right .icon.info {
    background-image: url(../img/sprite.png);
    background-image: url(../img/sprite.svg);
    background-position: -42px -258px;
    background-repeat: no-repeat;
    background-size: 700px 700px;
  }
  .mobile-topbar .topbar-inner .section-right .icon.menu {
    background-image: url(../img/sprite.png);
    background-image: url(../img/sprite.svg);
    background-position: -78px -262px;
    background-repeat: no-repeat;
    background-size: 700px 700px;
    height: 16px;
  }
}
.categories {
  background-color: #e5e5e5;
}

.main-navigation {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  width: 100%;
  margin-top: -30px;
  padding-left: 0;
  margin-bottom: 0;
}
.main-navigation li {
  width: 33.333%;
  padding: 28px 30px 30px 36px;
  transition: 0.3s ease;
  cursor: pointer;
}
.main-navigation li:nth-child(1) {
  background-color: #db006b;
}
.main-navigation li:nth-child(1):hover {
  background-color: #c50060;
}
.main-navigation li:nth-child(1):hover .category-button {
  border-color: #db006b;
  background-color: #db006b;
}
.main-navigation li:nth-child(1) .category-button:hover {
  border-color: #db006b;
  background-color: #db006b;
}
.main-navigation li:nth-child(2) {
  background-color: #004c92;
}
.main-navigation li:nth-child(2):hover {
  background-color: #004483;
}
.main-navigation li:nth-child(2):hover .category-button {
  border-color: #004c92;
  background-color: #004c92;
}
.main-navigation li:nth-child(2) .category-button:hover {
  border-color: #004c92;
  background-color: #004c92;
}
.main-navigation li:nth-child(3) {
  background-color: #436fb3;
}
.main-navigation li:nth-child(3):hover {
  background-color: #3c64a1;
}
.main-navigation li:nth-child(3):hover .category-button {
  border-color: #436fb3;
  background-color: #436fb3;
}
.main-navigation li:nth-child(3) .category-button:hover {
  border-color: #436fb3;
  background-color: #436fb3;
}
.main-navigation li:nth-child(4) {
  background-color: #f3842d;
}
.main-navigation li:nth-child(4):hover {
  background-color: #da7728;
}
.main-navigation li:nth-child(4):hover .category-button {
  border-color: #f3842d;
  background-color: #f3842d;
}
.main-navigation li:nth-child(4) .category-button:hover {
  border-color: #f3842d;
  background-color: #f3842d;
}
.main-navigation li:nth-child(5) {
  background-color: #82bd3f;
}
.main-navigation li:nth-child(5):hover {
  background-color: #75aa39;
}
.main-navigation li:nth-child(5):hover .category-button {
  border-color: #82bd3f;
  background-color: #82bd3f;
}
.main-navigation li:nth-child(5) .category-button:hover {
  border-color: #82bd3f;
  background-color: #82bd3f;
}
.main-navigation li:nth-child(6) {
  background-color: #d8d8d8;
  cursor: default;
}
.main-navigation li:nth-child(6) .title,
.main-navigation li:nth-child(6) .text {
  color: #434343;
}
.main-navigation li:nth-child(6) .category-button {
  color: #434343;
}
.main-navigation li:nth-child(6) .category-button:hover {
  color: #fff !important;
  border-color: #949494;
  background-color: #949494;
}
.main-navigation li:nth-child(6) .button-wrapper {
  display: flex;
}
.main-navigation li:nth-child(6) .button-wrapper a {
  padding-left: 15px;
  padding-right: 15px;
  border-color: #949494;
  margin-bottom: 12px;
}
.main-navigation li:nth-child(6) .button-wrapper a:first-child {
  margin-right: 12px;
}
.main-navigation li .title {
  color: #fff;
}
.main-navigation li .text {
  color: #fff;
  margin-bottom: 24px;
  width: 100%;
}
.main-navigation li .category-button {
  color: #fff;
}

.content-page .categories {
  background-color: transparent;
  position: relative;
  z-index: 5;
}
.content-page .main-navigation {
  align-items: center;
}
.content-page .main-navigation li {
  width: 16.6666666667%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.content-page .main-navigation li.active {
  height: 84px;
}
.content-page .main-navigation li.active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 11px 0 11px;
  content: "";
  position: absolute;
  left: calc(50% - 11px);
  bottom: -18px;
  transition: 0.3s;
}
.content-page .main-navigation li:nth-child(1).active:after {
  border-color: #db006b transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(1).active:hover:after {
  border-color: #c50060 transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(2).active:after {
  border-color: #004c92 transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(2).active:hover:after {
  border-color: #004483 transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(3).active:after {
  border-color: #436fb3 transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(3).active:hover:after {
  border-color: #3c64a1 transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(4).active:after {
  border-color: #f3842d transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(4).active:hover:after {
  border-color: #da7728 transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(5).active:after {
  border-color: #82bd3f transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(5).active:hover:after {
  border-color: #75aa39 transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(6).active:after {
  border-color: #e5e5e5 transparent transparent transparent;
}
.content-page .main-navigation li:nth-child(6).active:hover:after {
  border-color: #e5e5e5 transparent transparent transparent;
}
.content-page .main-navigation li .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.content-page .main-navigation li .text {
  display: none;
}
.content-page .main-navigation li .button-wrapper {
  display: none;
}

@media screen and (min-width: 992px) {
  .mobile-categories {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .homepage .topbar .topbar-inner {
    height: 100px;
  }
  .homepage .categories .container {
    padding: 0;
  }
  .homepage .categories .container .main-navigation {
    margin-top: 0;
  }

  .main-navigation li {
    width: 50%;
    padding: 18px;
  }

  .content-page .categories {
    display: none;
  }
  .content-page .topbar {
    display: none;
  }
  .content-page .mobile-topbar {
    display: flex;
  }
  .content-page .mobile-categories {
    display: none;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 18px;
    padding-top: 22px;
  }
  .content-page .mobile-categories .main-navigation {
    margin-top: 18px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 18px;
  }
  .content-page .mobile-categories .main-navigation li {
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .content-page .mobile-categories .main-navigation li .title {
    font-size: 18px;
    margin: 0;
    text-align: left;
  }
  .content-page .mobile-categories .main-navigation li:nth-child(6) {
    background-color: #d8d8d8;
    cursor: pointer;
  }
  .content-page .mobile-categories .main-navigation li:nth-child(6):hover {
    background-color: #cccccc;
  }

  .secondary-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }
  .secondary-nav li {
    position: relative;
    display: block;
    float: left;
    padding-left: 20px;
    width: 100%;
    padding-bottom: 6px;
  }
  .secondary-nav li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../img/sprite.png);
    background-image: url(../img/sprite.svg);
    background-position: -16px -14px;
    background-repeat: no-repeat;
    background-size: 700px 700px;
    width: 8px;
    height: 10px;
    display: block;
  }
  .secondary-nav li a {
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
  }
  .secondary-nav li a:hover:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #434343;
  }
}
@media screen and (min-width: 768px) {
  .mobile-categories {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .homepage .categories {
    display: block;
  }
  .homepage .categories .main-navigation {
    margin-top: 0;
  }

  .mobile-categories {
    display: none;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 18px;
    padding-top: 22px;
  }
  .mobile-categories .main-navigation {
    margin-top: 18px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 18px;
  }
  .mobile-categories .main-navigation li {
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
  }
  .mobile-categories .main-navigation li .title {
    font-size: 18px;
    margin: 0;
  }
  .mobile-categories .main-navigation li:nth-child(6) {
    background-color: #d8d8d8;
    cursor: pointer;
  }
  .mobile-categories .main-navigation li:nth-child(6):hover {
    background-color: #cccccc;
  }
}
@media screen and (max-width: 600px) {
  .homepage .categories {
    display: block;
  }
  .homepage .categories .container {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage .categories .main-navigation li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .main-navigation li:nth-child(6) .button-wrapper {
    flex-wrap: wrap;
  }

  .main-navigation li:nth-child(6) .button-wrapper a:first-child {
    margin-right: 0;
  }
}
.teaser {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-top: -40px;
}
.teaser .container {
  position: relative;
}
.teaser .image {
  position: relative;
}
.teaser .image img {
  max-width: 100%;
  height: auto;
  min-height: 250px;
}
.teaser .text-wrapper {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  align-items: flex-start;
  z-index: 3;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 64px;
}
.teaser .text-wrapper h1 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .teaser {
    margin-top: 0;
  }
  .teaser .text-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.content {
  padding: 60px 0px;
  background-color: #fff;
}
.content a {
  font-family: "SignaCondBold";
  text-decoration: none;
  color: #db006b;
}
.content a:hover {
  color: #c50060;
}
.content .content-wrapper {
  width: 100%;
  display: block;
  padding-left: 36px;
  padding-right: 24px;
}
.content .content-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
}
.content .content-wrapper .list.introduction li {
  padding-left: 24px;
}
.content .content-wrapper .list.introduction li:before {
  top: 8px;
  -webkit-background-size: 1000px 1000px;
  background-size: 1000px 1000px;
  width: 15px;
  height: 15px;
  background-position: -19px -22px;
}
.content .content-wrapper .list li {
  position: relative;
  display: block;
  float: left;
  padding-left: 20px;
  width: 100%;
}
.content .content-wrapper .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -16px -14px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
  width: 8px;
  height: 10px;
  display: block;
}
.content .content-wrapper p {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
}
.content .content-wrapper .button-wrapper a {
  display: block;
  float: left;
}
.content .content-wrapper .button-wrapper a:first-child {
  margin-right: 24px;
}

.carousel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  margin-top: 60px;
  margin-bottom: 60px;
  visibility: hidden;
}
.carousel.no-counter {
  visibility: visible;
}
.carousel.no-counter .carousel-images,
.carousel.no-counter .carousel-text {
  opacity: 1 !important;
  height: auto !important;
}
.carousel.no-counter .carousel-text-wrapper {
  padding: 36px;
}
.carousel .slick-list,
.carousel .slick-track {
  height: 100%;
}
.carousel .slick-slide div {
  height: 100%;
}
.carousel .carousel-images-wrapper {
  width: 60%;
  position: relative;
}
.carousel .carousel-images-wrapper:hover .carousel-controls {
  opacity: 1;
}
.carousel .carousel-images-wrapper.carousel-images-wrapper--16-9 img {
  padding-bottom: 56.25%;
  height: 0;
}
.carousel .carousel-images-wrapper .carousel-images {
  opacity: 0;
}
.carousel .carousel-images-wrapper .carousel-images.slick-initialized {
  opacity: 1;
}
.carousel .carousel-images-wrapper img {
  min-width: 100%;
  min-height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.carousel .carousel-images-wrapper .carousel-controls {
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.carousel .carousel-images-wrapper .carousel-controls .carousel-control {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
}
.carousel .carousel-images-wrapper .carousel-controls .carousel-control:hover {
  background-color: black;
}
.carousel .carousel-images-wrapper .carousel-controls .carousel-control.prev {
  left: 24px;
}
.carousel .carousel-images-wrapper .carousel-controls .carousel-control.prev:after {
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -25px -171px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.carousel .carousel-images-wrapper .carousel-controls .carousel-control.next {
  right: 24px;
}
.carousel .carousel-images-wrapper .carousel-controls .carousel-control.next:after {
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -95px -171px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.carousel .carousel-images-wrapper .carousel-controls .carousel-control:after {
  width: 24px;
  height: 16px;
  content: "";
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 8px);
}
.carousel .carousel-text-wrapper {
  width: 40%;
  background-color: #e5e5e5;
  padding-left: 48px;
  padding-top: 46px;
  padding-right: 24px;
  padding-bottom: 72px;
  color: #434343;
  position: relative;
}
.carousel .carousel-text-wrapper h3 {
  margin-top: 0;
}
.carousel .carousel-text-wrapper .carousel-text {
  opacity: 0;
  height: 250px;
}
.carousel .carousel-text-wrapper .carousel-text.slick-initialized {
  height: auto;
  opacity: 1;
}
.carousel .carousel-text-wrapper .carousel-counter {
  position: absolute;
  bottom: 36px;
  left: 48px;
}
.carousel .carousel-text-wrapper .carousel-counter .current {
  font-weight: 700;
}
.carousel + h2 {
  margin-top: 0;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 2px solid #e5e5e5;
  float: left;
}
.banner.video .text-wrapper {
  background-color: #e5e5e5;
}
.banner .image-wrapper {
  width: 60%;
}
.banner .image-wrapper img {
  -webkit-background-size: cover;
  background-size: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  background-position: center center;
}
.banner .text-wrapper {
  padding-left: 48px;
  padding-top: 46px;
  padding-right: 12px;
  padding-bottom: 36px;
  width: 40%;
}
.banner .text-wrapper .text {
  margin-bottom: 24px;
}
.banner h3 {
  margin-top: 0;
}

.case-wrapper {
  padding: 48px;
  background-color: #e5e5e5;
  width: 100%;
  display: block;
  float: left;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
}
.case-wrapper .case-quote {
  margin-top: 12px !important;
}

.carousel + .case-wrapper,
.carousel + .banner,
.case-wrapper + .banner {
  margin-top: 0;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .content {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .content .content-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .banner,
.carousel,
.case-wrapper {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .case-wrapper,
.carousel .carousel-text-wrapper,
.banner .text-wrapper,
.carousel.no-counter .carousel-text-wrapper {
    padding: 18px;
  }

  .carousel .carousel-text-wrapper {
    padding-bottom: 60px;
  }

  .carousel .carousel-text-wrapper .carousel-counter {
    left: 18px;
    bottom: 18px;
  }

  br {
    display: block;
    margin: 6px 0;
  }

  .contact-form {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 767px) {
  .carousel .carousel-images-wrapper {
    width: 40%;
  }
  .carousel .carousel-text-wrapper {
    width: 60%;
  }

  .carousel .carousel-images-wrapper .carousel-controls {
    display: none;
  }

  .banner .image-wrapper {
    width: 40%;
  }
  .banner .text-wrapper {
    width: 60%;
  }

  .carousel.no-counter .carousel-images-wrapper {
    width: 100%;
  }
  .carousel.no-counter .carousel-text-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .carousel .carousel-images-wrapper {
    width: 100%;
  }
  .carousel .carousel-text-wrapper {
    width: 100%;
  }

  .banner .image-wrapper {
    width: 100%;
  }
  .banner .text-wrapper {
    width: 100%;
  }

  .carousel .carousel-images-wrapper img {
    min-height: 0;
    height: auto;
  }
}
.contact-form {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 96px;
  position: relative;
}
.contact-form .inner-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
.contact-page .contact-form:before {
  display: none;
}
.contact-page .contact-form h2 {
  color: #434343;
}
.contact-form h2 {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .contact-form .inner-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .contact-form .inner-wrapper .col-xs-12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form {
    padding-top: 36px;
  }
}
.footer {
  background-color: #e5e5e5;
}
.footer.top {
  position: relative;
}
.footer.top:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: url(/img/footer-devider.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.footer.top .container {
  position: relative;
}
.footer.top .container:before {
  content: "";
  position: absolute;
  left: 12px;
  top: -39px;
  width: 72px;
  height: 39px;
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -23px -87px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.footer.bottom {
  padding-bottom: 0px;
}
.footer .container {
  position: relative;
}
.footer .container .footer-column {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer .container .footer-column .footer-title {
  font-weight: 700;
  margin-bottom: 6px;
}
.footer .container .footer-column span a {
  text-decoration: none;
}
.footer .container .footer-column span a:hover {
  color: #000;
}
.footer .container .footer-column .footer-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  width: 100%;
}
.footer .container .footer-column .footer-navigation li {
  display: block;
  float: left;
  width: 100%;
}
.footer .container .footer-column .footer-navigation li a {
  position: relative;
  display: block;
  float: left;
  padding-left: 20px;
  width: 100%;
  text-decoration: none;
}
.footer .container .footer-column .footer-navigation li a:hover {
  color: #000;
}
.footer .container .footer-column .footer-navigation li a:hover:before {
  background-position: -86px -14px;
}
.footer .container .footer-column .footer-navigation li a.c-primary {
  font-family: "SignaCondBold";
}
.footer .container .footer-column .footer-navigation li a.c-primary:before {
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -50px -14px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}
.footer .container .footer-column .footer-navigation li a.c-primary:hover {
  color: #c50060;
}
.footer .container .footer-column .footer-navigation li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../img/sprite.png);
  background-image: url(../img/sprite.svg);
  background-position: -16px -14px;
  background-repeat: no-repeat;
  background-size: 700px 700px;
  width: 8px;
  height: 10px;
  display: block;
}
.footer .container .footer-column .keurmerken {
  float: left;
  margin-right: 24px;
}
.footer .container .footer-column .green {
  float: left;
  margin-top: 6px;
}

@media screen and (max-width: 991px) {
  .footer .container .footer-column {
    padding-left: 0;
    padding-right: 0;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 651px) {
  .footer .container .footer-column .green {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .footer .container .footer-column:nth-child(2) {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
