* {
  padding: 0;
  margin: 0; }

body {
  font-family: Open Sans;
  position: relative; }

.headerfix {
  height: 60px;
  width: 100%; }

.navigation {
  background-color: #ffffff;
  width: 100%;
  height: 0;
  margin-top: 60px;
  transition: 1s ease;
  overflow: hidden; }
  .navigation.opened {
    height: 500px; }
  .navigation .navigation-inner {
    min-height: 500px; }
  .navigation ul {
    margin-right: 20px; }
  .navigation li {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    margin-top: 52px;
    vertical-align: top; }
    .navigation li a {
      color: #000000;
      text-decoration: none;
      font-size: 24px;
      transition: 0.3s ease; }
      .navigation li a:hover {
        color: #ed1c24; }
    .navigation li.share {
      width: 80px; }
      .navigation li.share a {
        display: inline-block;
        width: 100%;
        float: left;
        margin-top: 18px;
        text-align: center; }
        .navigation li.share a:first-child {
          margin-top: 44px; }
        .navigation li.share a img {
          transition: 0.3s ease;
          opacity: 1; }
        .navigation li.share a .icon {
          display: inline-block;
          width: 47px;
          height: 47px;
          background-image: url(grfx/twitter.svg);
          background-size: 47px 47px; }
        .navigation li.share a:hover img {
          opacity: 0; }
        .navigation li.share a:nth-child(2n) .icon {
          display: inline-block;
          width: 47px;
          height: 47px;
          background-image: url(grfx/facebook.svg);
          background-size: 47px 47px; }
    .navigation li.languages {
      float: left;
      margin-left: 40px;
      color: #ed1c24; }
      .navigation li.languages .flag {
        float: left;
        display: inline-block; }
        .navigation li.languages .flag img {
          width: 23px;
          height: 15px;
          margin-right: 12px;
          float: left; }
      .navigation li.languages a {
        font-size: 14px;
        line-height: 15px;
        margin-top: 18px;
        display: inline-block;
        width: 100%;
        color: #000000;
        font-weight: 400;
        transition: 0.3s ease; }
        .navigation li.languages a:first-child {
          margin-top: 44px; }
        .navigation li.languages a:hover {
          color: #ed1c24; }
  .navigation .pull_right {
    float: right; }

header {
  width: 100%;
  height: 60px;
  position: fixed;
  background-color: #666666;
  z-index: 4001; }
  header .logo {
    margin-top: 12px;
    margin-left: 20px;
    width: 165px;
    height: 35px;
    float: left; }
  header .menubutton {
    display: block;
    float: right;
    width: 120px;
    height: 60px;
    background-color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color: #ed1c24;
    font-weight: 600;
    font-family: Open Sans;
    transition: 0.3s ease;
    position: relative; }
    header .menubutton .innerbutton {
      transition: transform 1.0s ease, opacity 1.1s ease, font-size 1s ease;
      transform: rotate(0deg);
      display: inline-block;
      opacity: 1;
      font-size: 24px; }
    header .menubutton .innerbutton-close {
      font-size: 10px;
      opacity: 0;
      display: inline-block;
      position: absolute;
      transition: transform 1.0s ease, opacity 1.1s ease, font-size 1s ease;
      transform: rotate(0deg);
      width: 100%;
      height: 60px;
      top: 0;
      left: 0;
      z-index: 600; }
    header .menubutton:hover {
      background-color: #e6e6e6; }
    header .menubutton.clicked .innerbutton {
      transform: rotate(720deg);
      opacity: 0;
      font-size: 10px; }
    header .menubutton.clicked .innerbutton-close {
      opacity: 1;
      font-size: 24px;
      transform: rotate(720deg); }

.dooor-rails {
  background-image: url(grfx/dooors-footer.svg), url(grfx/dooors-footer-single.svg);
  background-position: bottom left, bottom left;
  background-repeat: no-repeat, repeat-x;
  position: fixed;
  height: 15px;
  width: 100%;
  top: calc(100% - 15px);
  opacity: 1;
  z-index: 1010;
  transition: 0.3s ease; }

.ie .dooor .dooor-inner .dooors-top {
  display: block !important; }
  .ie .dooor .dooor-inner .dooors-top img {
    margin-top: 11%; }

.dooor {
  position: fixed;
  box-shadow: 5px 0 8px rgba(33, 33, 33, 0.8);
  width: 100%;
  height: calc(100% - 60px);
  background-color: #ed1c24;
  z-index: 1000;
  left: 0;
  top: 60px;
  transition: 6s cubic-bezier(0.4, 0.63, 0.36, 0.99); }
  .dooor.hide-dooor {
    left: -102%; }
  .dooor .dooor-inner {
    background-image: url(grfx/dooors-background.svg);
    background-repeat: no-repeat;
    background-attachment: cover;
    height: calc(100% - 35px);
    position: absolute;
    width: calc(100% - 40px);
    margin: 20px 20px 0 20px;
    background-size: cover; }
    .dooor .dooor-inner .dooors-top {
      height: 65%;
      width: 100%;
      display: flex;
      vertical-align: middle;
      text-align: center;
      position: absolute; }
      .dooor .dooor-inner .dooors-top img {
        max-width: 80%;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto; }
    .dooor .dooor-inner .dooors-handle {
      margin-left: -20px;
      margin-right: -20px;
      position: absolute;
      height: 32px;
      width: calc(100% + 40px);
      top: 58%;
      transition: 0.7s ease;
      z-index: 500;
      background-image: url(grfx/handle-end.svg), url(grfx/handle-end.svg), url(grfx/handle.svg);
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: top left, top right, top left; }
      .dooor .dooor-inner .dooors-handle:hover, .dooor .dooor-inner .dooors-handle.handle-down {
        top: 60% !important; }
    .dooor .dooor-inner .dooors-bottom {
      height: 35%;
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: absolute;
      top: 65%; }
      .dooor .dooor-inner .dooors-bottom .yellow {
        margin-top: 6%;
        margin-left: auto;
        margin-right: auto; }

#section-1 {
  background-image: url(grfx/section-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  float: left; }
  #section-1 img {
    width: 100%;
    opacity: 0; }
  #section-1 .content-1 {
    position: absolute;
    z-index: 300;
    padding-top: 60px;
    top: 2%;
    left: 5%;
    text-align: center;
    width: 360px; }
    #section-1 .content-1 h1 {
      font-size: 60px;
      text-align: left;
      font-weight: 300;
      line-height: 70px; }
    #section-1 .content-1 .yellow {
      margin: 20% auto 0 auto; }

#section-2 {
  background-image: url(grfx/section-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative; }
  #section-2 img {
    width: 100%;
    opacity: 0; }
  #section-2 .content-2 {
    width: 35%;
    left: 60%;
    position: absolute;
    text-align: center;
    z-index: 300;
    top: 20%;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff; }
    #section-2 .content-2 p {
      text-align: left; }
    #section-2 .content-2 .yellow {
      margin-top: 20%; }

#section-3 {
  background-image: url(grfx/section-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden; }
  #section-3 img {
    width: 100%;
    opacity: 0; }
  #section-3 .content-top-3 {
    position: absolute;
    z-index: 300;
    padding-top: 60px;
    top: 3%;
    right: 5%;
    text-align: left; }
    #section-3 .content-top-3 h1 {
      font-size: 26px;
      text-align: left;
      font-weight: 300;
      line-height: 35px; }
    #section-3 .content-top-3 .yellow {
      margin: 4% 0 0 auto; }
      #section-3 .content-top-3 .yellow:hover {
        padding: 0 30px; }
  #section-3 .content-3 {
    position: absolute;
    top: 14%;
    left: 5%;
    text-align: left;
    z-index: 300;
    width: 44%; }
    #section-3 .content-3 h3 {
      font-size: 52px;
      font-weight: 300;
      line-height: 62px;
      margin-bottom: 60px; }
    #section-3 .content-3 p {
      font-size: 16px;
      line-height: 32px; }
      #section-3 .content-3 p label {
        display: inline-block;
        width: 30%;
        float: left;
        font-weight: 600 !important;
        margin-top: 6px !important; }
      #section-3 .content-3 p span {
        display: block;
        width: 68%;
        float: left;
        margin-top: 6px !important; }

#section-4 {
  width: 100%;
  float: left; }
  #section-4 .section-4-top-holder {
    height: 100px;
    width: 100%;
    background-color: #333333;
    float: left; }
  #section-4 .section-4-top {
    width: 100%;
    position: relative;
    z-index: 430;
    margin-top: -4px;
    background-color: #333333;
    height: 100px;
    float: left; }
    #section-4 .section-4-top.sticky {
      position: fixed;
      z-index: 460;
      top: 50px; }
    #section-4 .section-4-top h3 {
      font-size: 52px;
      font-weight: 300;
      line-height: 100px;
      color: #ffffff;
      margin-left: 20px; }
      #section-4 .section-4-top h3 span {
        font-size: 16px; }

#section-5 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 470; }
  #section-5 .section-5-top {
    width: 100%;
    margin-top: -4px;
    background-color: #ed1c24;
    height: 100px;
    float: left; }
    #section-5 .section-5-top h3 {
      font-size: 52px;
      font-weight: 300;
      line-height: 100px;
      color: #ffffff;
      margin-left: 20px; }
      #section-5 .section-5-top h3 span {
        font-size: 16px; }

#section-6 {
  background-image: url(grfx/section-6.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden; }
  #section-6 img {
    width: 100%;
    opacity: 0; }
  #section-6 .content-top-6 {
    position: absolute;
    z-index: 300;
    padding-top: 60px;
    top: 3%;
    right: 5%;
    text-align: left; }
    #section-6 .content-top-6 h1 {
      font-size: 26px;
      text-align: left;
      font-weight: 300;
      line-height: 35px; }
    #section-6 .content-top-6 .yellow {
      margin: 4% 0 0 auto; }
      #section-6 .content-top-6 .yellow:hover {
        padding: 0 30px; }
  #section-6 .content-6 {
    position: absolute;
    top: 14%;
    left: 5%;
    text-align: left;
    z-index: 300;
    width: 250px; }
    #section-6 .content-6 h3 {
      font-size: 52px;
      font-weight: 300;
      line-height: 62px;
      margin-bottom: 60px; }
    #section-6 .content-6 p {
      font-size: 16px;
      line-height: 32px; }
      #section-6 .content-6 p label {
        display: inline-block;
        width: 30%;
        float: left; }
      #section-6 .content-6 p span {
        display: block;
        width: 68%;
        float: left; }
    #section-6 .content-6 a {
      color: #000000;
      text-decoration: none;
      transition: 0.3s ease; }
      #section-6 .content-6 a:hover {
        color: #ed1c24; }
    #section-6 .content-6 .form {
      margin-top: 50px; }
      #section-6 .content-6 .form b {
        padding-bottom: 10px !important;
        display: inline-block; }
      #section-6 .content-6 .form input[type="text"], #section-6 .content-6 .form input[type="tel"], #section-6 .content-6 .form input[type="email"] {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        width: calc(100% - 2px);
        height: 48px;
        transition: 0.3s ease;
        margin-top: 8px;
        font-size: 16px;
        text-indent: 20px; }
      #section-6 .content-6 .form input[type="submit"] {
        background-color: #ed1c24;
        margin-top: 8px;
        width: 100%;
        height: 50px;
        border: 2px solid #ffffff;
        transition: 0.3s ease;
        text-align: left;
        text-indent: 20px;
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
        background-image: url(grfx/arrow-right-white.svg);
        background-size: 43px 22px;
        background-position: center right;
        background-repeat: no-repeat; }
        #section-6 .content-6 .form input[type="submit"]:hover {
          background-color: #d01018;
          cursor: pointer; }

@media (max-width: 990px) {
  .share {
    display: none !important; } }
@media (max-width: 1140px) {
  .bullet {
    display: none; }

  #section-6 img {
    width: 100%;
    opacity: 1;
    float: left; }
  #section-6 .content-6 {
    width: 80%;
    left: 0%;
    padding: 50px 10%;
    position: static;
    float: left;
    background-color: #000000;
    z-index: 300;
    top: 20%;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-align: center; }
    #section-6 .content-6 p {
      text-align: left; }
    #section-6 .content-6 a {
      color: #ffffff;
      text-decoration: none;
      transition: 0.3s ease; }
      #section-6 .content-6 a:hover {
        color: #ed1c24; }
    #section-6 .content-6 .yellow {
      margin-top: 10%;
      margin-left: auto;
      margin-right: auto; } }
@media (min-width: 860px) and (max-width: 1100px) {
  .content-2, .content-3 {
    font-size: 14px !important;
    line-height: 22px !important;
    top: 4% !important; }

  #section-3 .content-3 p span, #section-3 .content-3 p label {
    font-size: 14px !important;
    line-height: 22px !important; } }
@media (max-width: 860px) {
  .bullet {
    display: none; }

  .navigation li {
    margin-top: 36px !important; }
    .navigation li a {
      color: #000000;
      text-decoration: none;
      font-size: 16px;
      transition: 0.3s ease; }
      .navigation li a:hover {
        color: #ed1c24; }

  #section-1 .content-1 {
    position: absolute;
    z-index: 300;
    padding-top: 30px;
    top: 0%;
    left: 5%;
    text-align: left;
    width: 85%; }
    #section-1 .content-1 h1 {
      font-size: 26px;
      text-align: left;
      font-weight: 300;
      line-height: 35px; }
    #section-1 .content-1 .yellow {
      margin: 4% 0 0 auto; }
      #section-1 .content-1 .yellow:hover {
        padding: 0 30px; }

  #section-2 {
    background-image: none;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative; }
    #section-2 img {
      width: 100%;
      opacity: 1; }
    #section-2 .content-2 {
      width: 80%;
      left: 0%;
      padding: 50px 10%;
      position: static;
      float: left;
      background-color: #000000;
      z-index: 300;
      top: 20%;
      font-size: 16px;
      line-height: 26px;
      color: #ffffff;
      text-align: center; }
      #section-2 .content-2 p {
        text-align: left; }
      #section-2 .content-2 .yellow {
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto; }

  #section-3 {
    position: relative; }
    #section-3 .content-3 {
      position: static;
      width: 80%;
      padding: 50px 10%;
      float: left;
      color: #ffffff;
      background-color: #000000; }
      #section-3 .content-3 h3 {
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 0;
        line-height: 36px; }
      #section-3 .content-3 p {
        font-size: 16px;
        line-height: 32px; }
        #section-3 .content-3 p label {
          display: inline-block;
          width: 100%;
          margin-top: 20px;
          float: left;
          font-weight: 600; }
        #section-3 .content-3 p span {
          display: block;
          width: 100%;
          float: left; }
    #section-3 img {
      display: block;
      opacity: 1; }
    #section-3 .content-top-3 {
      left: 5%;
      right: auto;
      top: -30px !important; }

  #section-6 {
    position: relative; }
    #section-6 .content-top-6 {
      left: 5%;
      right: auto;
      top: -30px !important; } }
/* Elements */
.yellow {
  padding: 0 30px;
  background-image: url(grfx/arrow-left.svg), url(grfx/arrow-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  color: #ffff00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  position: relative;
  transition: 0.3s ease; }
  .yellow:hover {
    padding: 0 50px; }

.clr-red {
  color: #ed1c24; }

.openDoor:hover {
  cursor: pointer; }

.bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: none !important;
  left: 0 !important; }

.bx-wrapper .bx-prev {
  left: 0 !important; }

.bx-wrapper .bx-next {
  right: 0 !important; }

.bx-wrapper {
  margin: 0 auto !important; }

.bullet {
  position: absolute;
  z-index: 400;
  right: 60px;
  top: 60%; }
  .bullet img {
    opacity: 1 !important; }

.bx-wrapper .bx-controls-direction a {
  z-index: 450 !important; }

.overlay {
  width: 100%;
  height: 100%;
  top: 60px;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 4000;
  right: 0;
  display: none;
  background-color: rgba(33, 33, 33, 0.75); }
  .overlay .innerpopup {
    width: 80%;
    margin: 60px auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    max-width: 460px;
    border: 8px solid #ed1c24; }

.closePopup {
  float: right;
  text-decoration: none;
  color: #ed1c24; }

.redbtn {
  background-color: #ed1c24;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  width: 290px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  transition: 0.3s ease;
  background-image: url(grfx/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right center; }
  .redbtn:hover {
    background-color: #c61017; }

.color-wit {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin-left: 10px; }

.color-groen {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #39b54a;
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin-left: 10px; }

.color-blauw {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #2e3192;
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin-left: 10px; }

.color-grijs {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #4d4d4d;
  border-radius: 40px;
  border: 1px solid #ffffff;
  margin-left: 10px; }

.colors {
  float: right;
  margin-right: 40px;
  margin-top: 10px; }

.bx-pager {
  display: none !important; }

.closeBtn {
  float: right; }

/*# sourceMappingURL=style.css.map */
