@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');
@font-face {
  font-family: 'VolkswagenSerial-Heavy';
  src: url('webfonts/330A94_4_0.eot');
  src: url('webfonts/330A94_4_0.eot?#iefix') format('embedded-opentype'), url('webfonts/330A94_4_0.woff2') format('woff2'), url('webfonts/330A94_4_0.woff') format('woff'), url('webfonts/330A94_4_0.ttf') format('truetype');
}
.borderRadius {
  border-radius: 8px;
}
.trans {
  transition: 0.2s;
}
body,
html {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  background: #f4f4f4;
}
body h1,
html h1 {
  font-family: 'VolkswagenSerial-Heavy', 'Open Sans', sans-serif;
  font-size: 5.625em;
  font-weight: normal;
}
@media (max-width: 600px) {
  body h1,
  html h1 {
    font-size: 3.5em;
  }
}
body h2,
html h2 {
  font-size: 2.5em;
}
@media (max-width: 600px) {
  body h2,
  html h2 {
    font-size: 1.6em;
  }
}
body h3,
html h3 {
  font-size: 1.575em;
  font-weight: 800;
}
body a:focus,
html a:focus {
  outline: none;
}
body .button,
html .button {
  border: 3px solid #000000;
  border-radius: 8px;
  transition: 0.2s;
  padding: 0.5em 1.5em;
  color: #000000;
  font-family: 'VolkswagenSerial-Heavy', 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4em;
  display: inline-block;
}
body .button:hover,
html .button:hover {
  color: #f4f4f4;
  animation: bg-change 10s infinite;
  border-color: transparent;
}
body .button.project-btn,
html .button.project-btn {
  margin-top: 2em;
}
body .button.project-btn svg,
html .button.project-btn svg {
  padding: 2px 0px 2px 10px;
  display: inline-block;
  margin-bottom: -4px;
  transition: 0.2s;
}
body .button.project-btn:hover,
html .button.project-btn:hover {
  background-color: #000000;
  animation: initial;
}
body .button.project-btn:hover svg,
html .button.project-btn:hover svg {
  transform: translate(0px, 5px);
}
body .button.project-btn:hover svg path,
html .button.project-btn:hover svg path {
  fill: #fff;
}
body .button.cta,
html .button.cta {
  background: #000000;
  color: #f4f4f4;
}
body .button.cta.contact-arrow,
html .button.cta.contact-arrow {
  position: relative;
  transition: 0.2s;
}
@media (max-width: 600px) {
  body .button,
  html .button {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2em;
  }
}
body .notice,
html .notice {
  position: fixed;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1em;
  display: none;
}
body .notice h3,
html .notice h3 {
  padding: 0em 0.2em;
  font-family: 'VolkswagenSerial-Heavy', 'Open Sans', sans-serif;
}
body .text-link,
html .text-link {
  display: inline-block;
  margin-left: 15px;
  color: #000;
  font-family: "Open sans";
  font-weight: bold;
  opacity: 0.5;
  transition: 0.2s;
}
body .text-link:hover,
html .text-link:hover {
  opacity: 1;
}
@media (max-width: 600px) {
  body .text-link,
  html .text-link {
    display: block;
    margin: 0px;
    text-align: center;
  }
}
body .container,
html .container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  body .container,
  html .container {
    margin: 0;
  }
}
body .nudge-trigger,
html .nudge-trigger {
  height: 100%;
  width: 60px;
  position: fixed;
  top: 0px;
}
body .nudge-trigger.right,
html .nudge-trigger.right {
  right: 0px;
}
body .nudge-trigger.left,
html .nudge-trigger.left {
  left: 0px;
}
.bandenconcurrent {
  background-color: #F9CD00;
  animation: initial !important;
}
.innovationstudio {
  background-color: #ff6200;
  animation: initial !important;
}
.uhs {
  background: #00926d;
  animation: initial !important;
}
.voedingsbasis {
  background-color: #729e4f;
  animation: initial !important;
}
.iqsoft {
  background: #f05f21;
  animation: initial !important;
}
.hyperven {
  background: #15649c;
  animation: initial !important;
}
.sowifi {
  background: #fa8c00;
  animation: initial !important;
}
.homepage {
  background: #f4f4f4;
}
main {
  position: relative;
  background-color: #f4f4f4;
  transition: 1.5s;
  display: block;
}
main nav {
  position: fixed;
  top: calc(50% - 31px);
  width: 100%;
  z-index: 99;
  top: 0px;
}
@media (max-width: 760px) {
  main nav {
    display: none;
  }
}
main nav .arrow {
  height: 100vh;
  top: 0px;
  display: block;
  position: absolute;
  display: flex;
  font-size: 0.5em;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
main nav .arrow.left {
  left: 0px;
  padding: 0px 30px;
  display: flex;
  justify-content: flex-start;
}
main nav .arrow.left .nav-ribbon h2 {
  margin-left: 20px;
  margin-right: 0;
}
main nav .arrow.left .nav-ribbon img {
  right: auto;
  left: 22px;
}
main nav .arrow.left:hover .nav-ribbon h2 {
  padding-left: 10px;
  padding-right: 0;
}
main nav .arrow.right {
  right: 0px;
  padding: 0px 30px;
  display: flex;
  justify-content: flex-end;
}
main nav .arrow.rainbow-time .nav-ribbon {
  animation: bg-change 10s infinite;
}
main nav .arrow h2 {
  display: none;
  margin: 0px;
  display: inline-block;
  animation-duration: 0.3s;
}
main nav .arrow .nav-ribbon {
  border-radius: 50px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  transition: width 0.3s, opacity 1s;
  position: relative;
  opacity: 1;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.15);
}
main nav .arrow .nav-ribbon h2 {
  visibility: hidden;
  opacity: 0;
  color: #fff;
  transition: 0.4s;
  margin-right: 20px;
}
main nav .arrow .nav-ribbon img {
  position: absolute;
  top: 21px;
  right: 25px;
  border: none;
}
main nav .arrow:hover .nav-ribbon {
  width: 100%;
  padding: 0px 20px;
  border-radius: 50px;
  justify-content: flex-end;
}
main nav .arrow:hover .nav-ribbon h2 {
  visibility: visible;
  width: 100%;
  opacity: 1;
  padding-right: 10px;
}
main .progress-bar {
  height: 8px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 99;
  opacity: 0.6;
}
main .progress-bar .progress {
  width: 0%;
  background: #000;
  height: 100%;
  transition: 0.5s;
}
main .preview {
  position: fixed;
  top: 0px;
  height: 100vh;
  background: red;
  width: 100px;
}
main .preview.preview-right {
  right: 0px;
}
main section.slide {
  width: 100%;
  display: none;
  -webkit-animation-duration: 0.7s;
}
main section.slide header {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  transition: 0.2s;
}
main section.slide header section.container h1 {
  margin: 0px;
}
main section.slide header section.container h2 {
  font-weight: 300;
  margin: 0px;
}
main section.slide header section.container h2 span {
  font-weight: bold;
}
@media (max-width: 1100px) {
  main section.slide header section.container {
    padding: 0em 1.3em;
    width: 100%;
  }
}
main section.slide .contact-info {
  opacity: 0;
  transition: 1s;
  height: 0;
}
@media (max-width: 500px) {
  main section.slide .contact-info {
    padding: 1em;
    border-radius: 12px;
    left: 0;
    position: absolute;
    top: -20px;
  }
}
main section.slide .contact-info.show {
  opacity: 1;
  height: auto;
  transition: 1s;
}
main section.slide .contact-info.show ul {
  margin-top: 40px;
  height: auto;
}
main section.slide .contact-info.show ul li {
  height: auto;
  opacity: 1;
}
main section.slide .contact-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  transition: 1s;
  height: 0;
  position: relative;
}
@media (max-width: 500px) {
  main section.slide .contact-info ul {
    background: #fff;
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  }
}
main section.slide .contact-info ul li {
  display: inline-block;
  opacity: 0;
  margin-right: 25px;
  padding-right: 25px;
  font-size: 1.4em;
  height: 0px;
  transition: 1s;
}
@media (max-width: 500px) {
  main section.slide .contact-info ul li {
    margin: 15px 0px;
  }
}
main section.slide .contact-info ul li h4 {
  color: #b8b8b8;
  margin: 0px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 0.8em;
}
main section.slide .contact-info ul li a {
  color: #000000;
}
main section.slide .contact-info ul li a:hover {
  animation: color-change 10s infinite;
}
main section.slide .contact-info ul li:nth-child(1) {
  animation-delay: 0s;
}
main section.slide .contact-info ul li:nth-child(2) {
  animation-delay: 0.15s;
}
main section.slide .contact-info ul li:nth-child(3) {
  animation-delay: 0.3s;
}
main section.slide .contact-info ul .close {
  display: none;
}
main section.slide .contact-info ul .close img {
  width: 24px;
}
@media (max-width: 500px) {
  main section.slide .contact-info ul .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 600px) {
  main section.slide.item h1 {
    font-size: 3.5em;
  }
}
main section.slide.item h2.skills {
  font-size: 1.8em;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin-top: -5px;
}
@media (max-width: 600px) {
  main section.slide.item h2.skills {
    font-size: 1.2em;
  }
}
main section.slide.item .bg-item {
  position: absolute;
}
main section.slide.item .bg-item.tire1 {
  top: 3%;
  left: 8%;
}
main section.slide.item .bg-item.tire1 img {
  width: 80%;
}
main section.slide.item .bg-item.tire2 {
  bottom: 5%;
  right: 10%;
  text-align: right;
  animation-delay: 0.2s;
}
main section.slide.item .bg-item.tire2 img {
  width: 70%;
}
@media (max-width: 600px) {
  main section.slide.item .bg-item {
    display: none;
  }
}
main section.slide.light h1 {
  color: #fff;
}
main section.slide.light header .button {
  color: #fff;
  border-color: #fff;
}
main section.slide.light header .button svg path {
  fill: #fff;
}
main section.slide.light header .button:hover {
  color: #000000;
  background: #fff;
}
main section.slide.light header .button:hover svg path {
  fill: #000000;
}
main section.slide.light header .text-link {
  color: #fff;
}
main section.slide.light .arrow h2 {
  color: #fff;
}
main section.slide.home {
  background: #f4f4f4;
  display: flex;
}
main section.slide.home .action {
  margin-top: 5em;
}
main section.slide.home .action h3 {
  margin-bottom: 1.2em;
}
@media (max-width: 500px) {
  main section.slide.home .action h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  main section.slide.home .action {
    margin-top: 2em;
  }
}
main section.slide.home .title h1 .color-change {
  animation: color-change 10s infinite;
}
main section.slide.home .title h2 {
  animation-delay: 0.5s;
}
@media (max-width: 600px) {
  main section.slide.home .title h2 {
    margin-top: 1em;
  }
}
main section.slide.home .action {
  animation-delay: 0.8s;
  animation-duration: 1.5s;
}
main section.slide article {
  background: #fff;
  margin-bottom: -50px;
}
main section.slide article .img-wrapper img {
  width: 100%;
  box-shadow: 3px 5px 74px rgba(0, 0, 0, 0.15);
}
main section.slide article .img-wrapper img:first-of-type {
  margin-top: -50px;
}
main section.slide footer {
  background: #fff;
  padding: 8em 0em;
}
@media (max-width: 500px) {
  main section.slide footer {
    padding: 8em 1.3em;
  }
}
main section.slide footer h2 {
  font-family: 'VolkswagenSerial-Heavy', 'Open Sans', sans-serif;
  font-size: 4em;
  margin-bottom: 0.5em;
}
@media (max-width: 500px) {
  main section.slide footer h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 500px) {
  main section.slide#bandenconcurrent h1,
  main section.slide#voedingsbasis h1 {
    font-size: 2.3em;
  }
}
@keyframes color-change {
  0% {
    color: #00DA9D;
  }
  16.6% {
    color: #F78305;
  }
  33.33% {
    color: #2091DD;
  }
  50% {
    color: #6800DA;
  }
  66.66% {
    color: #DA0060;
  }
  100% {
    color: #00DA9D;
  }
}
@keyframes bg-change {
  0% {
    background: #00DA9D;
  }
  16.6% {
    background: #F78305;
  }
  33.33% {
    background: #2091DD;
  }
  50% {
    background: #6800DA;
  }
  66.66% {
    background: #DA0060;
  }
  100% {
    background: #00DA9D;
  }
}
.preloader {
  position: fixed;
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width: 100px;
  height: 100px;
}
.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}
.load :first-child {
  background: #00DA9D;
  animation-delay: -1.5s;
}
.load :nth-child(2) {
  background: #F78305;
  animation-delay: -1s;
}
.load :nth-child(3) {
  background: #2091DD;
  animation-delay: -0.5s;
}
.load :last-child {
  background: #6800da;
}
@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
.ui-loader {
  display: none;
}
