/*
*	Project	: Mixfinity website 2018
*	Date 	: 27-7-2018
*	Company	: Mixfinity
*	Author	: Vincent van de Water
*/
/*
*	Here are all the global project variables defined
*	The are all required!!!w
*/
/*
*	Plugins
*	Uncomment if you need to use them
*/
/*
*	Toolbox with some neat scss functions
*/
/*
*	Can be usefull for disabling the animations on page load
*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/*
* 	Global styling for headers and text are defined here
* 	The base layout for the header and foot are here as well
*/
@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/AvenirNext-Heavy.woff2") format("woff2"), url("fonts/AvenirNext-Heavy.woff") format("woff"), url("fonts/AvenirNext-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/AvenirNext-Regular.woff2") format("woff2"), url("fonts/AvenirNext-Regular.woff") format("woff"), url("fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/AvenirNext-Italic.woff2") format("woff2"), url("fonts/AvenirNext-Italic.woff") format("woff"), url("fonts/AvenirNext-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
* {
  padding: 0;
  margin: 0; }

body {
  font-family: "Avenir Next";
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 300; }

h1,
.like-h1 {
  font: 38px/46px 'Roboto', 'sans-serif'; }

h2,
.like-h2 {
  font: 24px/28px 'Roboto', 'sans-serif'; }

h3,
.like-h3 {
  font: 18px/22px 'Roboto', 'sans-serif'; }

a {
  color: #000; }

p a {
  color: #1c7ab7;
  text-decoration: underline; }

p {
  font-family: "Avenir Next";
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 300; }

hr {
  border-color: #c1c1c1;
  margin-top: 45px;
  margin-bottom: 45px; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: .3s all; }

::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999;
  opacity: 1; }

::-moz-placeholder {
  color: #999999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999999; }

.padding {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .padding {
      padding-top: 25px;
      padding-bottom: 25px; } }

.form-error {
  border-color: #f00 !important;
  box-shadow: inset 0 0 3px 1px #f00; }

.button {
  transition: .3s all ease;
  outline: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 15px;
  width: 250px;
  height: 40px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font: 700 14px/20px 'Roboto', sans-serif;
  position: relative; }
  @media (max-width: 576px) {
    .button {
      width: 100%;
      max-width: 305px; } }
  .button:hover, .button:active, .button:focus {
    color: #fff;
    text-decoration: none; }

.button--shadow-hover {
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24); }
  .button--shadow-hover:hover {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12), 0 3px 9px 0 rgba(0, 0, 0, 0.24); }

.button--shadow-only-hover:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12), 0 3px 9px 0 rgba(0, 0, 0, 0.24); }

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.custom-bullet {
  margin-left: 0;
  list-style: none;
  counter-reset: counter; }
  .custom-bullet > li:before {
    counter-increment: counter;
    content: counter(counter); }

.round-corners-3 {
  border-radius: 3px; }

.round-corners-5 {
  border-radius: 5px; }

ul.normal {
  list-style: none; }
  @media (min-width: 768px) {
    ul.normal {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    ul.normal {
      margin-left: 15px; } }
  ul.normal li {
    position: relative;
    font-size: 16px; }
    ul.normal li:before {
      content: '\00b7';
      display: block;
      position: absolute;
      left: -20px;
      font-size: 45px; }
    @media (max-width: 359px) {
      ul.normal li {
        font-size: 16px;
        line-height: 28px; } }

input[type="checkbox"] {
  width: 20px !important;
  border: 2px solid #999;
  height: 20px !important;
  border-radius: 3px !important;
  transition: .3s all;
  cursor: pointer; }
  input[type="checkbox"]:after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 5px !important;
    display: block;
    background: none !important;
    width: 6px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: .3s all; }
  input[type="checkbox"]:checked {
    background: #fff !important;
    border-color: #fff !important; }
    input[type="checkbox"]:checked:after {
      opacity: 1; }

.form-group {
  margin-bottom: 40px;
  width: 100%; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group select,
  .form-group textarea {
    width: 100%;
    background: #fff;
    border: none;
    border-left: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    border-bottom-left-radius: 5px;
    outline: none !important;
    padding: 10px 20px;
    resize: vertical;
    transition: .3s all; }
    .form-group input[type="text"]:active, .form-group input[type="text"]:focus,
    .form-group input[type="email"]:active,
    .form-group input[type="email"]:focus,
    .form-group select:active,
    .form-group select:focus,
    .form-group textarea:active,
    .form-group textarea:focus {
      border-color: #00AC14; }
    .form-group input[type="text"].form-error,
    .form-group input[type="email"].form-error,
    .form-group select.form-error,
    .form-group textarea.form-error {
      border-color: #FF0000; }
  .form-group.form-error > {
    border-color: #FF0000; }

.fullscreen-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  @media (max-width: 767px) {
    .fullscreen-image.fullscreen-container {
      height: 0;
      padding-bottom: 56.8%; } }

.fullscreen-container {
  height: 100vh; }
  .fullscreen-container.only-min {
    height: auto;
    min-height: 100vh; }
  .fullscreen-container.no-xs {
    height: auto; }
    @media (min-width: 768px) {
      .fullscreen-container.no-xs {
        height: 100vh; } }

.grecaptcha-badge {
  width: 1px !important;
  height: 1px !important;
  transition: none !important;
  top: 0 !important;
  right: 0 !important;
  box-shadow: none !important; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 768px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 1024px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 568px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 480px; } }
.ipad .fullscreen-container.only-min,
.iphone .fullscreen-container.only-min {
  height: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 768px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 1024px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 568px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 480px; } }
@media (max-width: 767px) {
  .ipad .fullscreen-container.no-xs,
  .iphone .fullscreen-container.no-xs {
    height: auto; } }

.text-white p, .text-white a {
  color: #fff; }

.text-italic p, .text-italic a {
  font-family: "Avenir Next";
  font-style: italic;
  font-size: 24px;
  line-height: 36px; }
@media (max-width: 767px) {
  .text-italic.header-text {
    margin-top: 50px; } }

/**************
* Base
**************/
header nav {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  transition: .3s all; }
  header nav .arrow-button--green--close {
    opacity: 0;
    pointer-events: none; }
  header nav #logo {
    width: 200px;
    height: 100%;
    margin-top: 30px;
    margin-left: 30px; }
    header nav #logo svg {
      width: 100%; }
      header nav #logo svg .cls-1 {
        transition: 0.1s; }
    @media (max-width: 767px) {
      header nav #logo {
        width: 225px;
        margin-top: 15px;
        margin-left: 15px;
        height: 60px; }
        header nav #logo svg #Group_58 {
          display: none; } }
  header nav #menu-button {
    float: right; }
    header nav #menu-button .router-menu {
      transition: .3s all;
      list-style: none;
      position: absolute;
      right: 30px;
      top: 30px; }
      header nav #menu-button .router-menu li {
        display: block;
        font: 400 0px/10px "Avenir Next";
        transition: 1s all;
        text-align: right; }
        header nav #menu-button .router-menu li a {
          position: relative;
          min-width: 45px;
          display: inline-block;
          color: transparent;
          pointer-events: none;
          text-decoration: none;
          transition: .2s color; }
          header nav #menu-button .router-menu li a:before {
            content: '';
            position: absolute;
            bottom: 0;
            display: block;
            width: 100%;
            padding: 1px;
            transition: .2s all;
            background: #ddd; }
        header nav #menu-button .router-menu li.active a {
          min-width: 60px; }
          header nav #menu-button .router-menu li.active a:before {
            background: #00FFC4; }
      @media (max-width: 767px) {
        header nav #menu-button .router-menu {
          top: 10px; }
          header nav #menu-button .router-menu li {
            font: 400 0px/12px "Avenir Next"; }
            header nav #menu-button .router-menu li a {
              min-width: 30px;
              text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }
            header nav #menu-button .router-menu li.active a {
              min-width: 45px; } }
      @media (max-width: 575px) {
        header nav #menu-button .router-menu {
          top: 10px; } }
    @media (min-width: 768px) {
      header nav #menu-button:hover li {
        font: 400 36px/36px "Avenir Next"; }
        header nav #menu-button:hover li a {
          pointer-events: initial;
          color: #fff; }
          header nav #menu-button:hover li a:before {
            height: 0;
            opacity: 0; }
        header nav #menu-button:hover li.active a {
          color: #00FFC4; } }
  header nav.dark #logo .cls-1 {
    fill: #000; }
  header nav.dark #menu-button .router-menu li a:before {
    background: #000; }
  header nav.dark #menu-button .router-menu:hover li {
    font: 400 36px/36px "Avenir Next"; }
    header nav.dark #menu-button .router-menu:hover li a {
      pointer-events: initial;
      color: #000; }
      header nav.dark #menu-button .router-menu:hover li a:before {
        height: 0;
        opacity: 0; }
    header nav.dark #menu-button .router-menu:hover li.active a {
      color: #00FFC4; }
  @media (max-width: 767px) {
    header nav {
      background: #000;
      height: 75px; }
      header nav.min-menu-active {
        height: 100vh; }
        header nav.min-menu-active .router-menu {
          margin-top: 75px; }
        header nav.min-menu-active .arrow-button--green--close {
          opacity: 1;
          pointer-events: auto; }
        header nav.min-menu-active #menu-button li {
          font: 400 36px/44px "Avenir Next"; }
          header nav.min-menu-active #menu-button li a {
            pointer-events: initial;
            color: #fff; }
            header nav.min-menu-active #menu-button li a:before {
              height: 0;
              opacity: 0; }
          header nav.min-menu-active #menu-button li.active a {
            color: #00FFC4; } }
@media (min-width: 768px) {
  header #navbar {
    display: none; } }

body {
  background: #fff;
  transition: 200ms all; }
  body.loaded {
    background: #000; }
    body.loaded .ripples {
      will-change: opacity;
      transition: 1s all; }
    body.loaded .page-content {
      opacity: 1; }
  body.loaded nav {
    opacity: 1; }
  body.page-home nav {
    opacity: 0; }

/******************
* Home 
*******************/
/***************************
* Pages
***************************/
.page-over-ons.loaded .ripples,
.page-werk.loaded .ripples {
  opacity: 0; }

/***************************
* Objects
****************************/
button {
  background-color: inherit;
  border: none;
  cursor: pointer; }

.arrow-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat; }
  .arrow-button.hide {
    pointer-events: none;
    opacity: 0; }
  .arrow-button--green {
    box-shadow: 0 0 0px #00FFC4;
    transition: .5s all;
    border-radius: 100%; }
    .arrow-button--green--up {
      background-image: url(grfx/button-green-up.svg); }
    .arrow-button--green--right {
      background-image: url(grfx/button-green-right.svg); }
    .arrow-button--green--down {
      background-image: url(grfx/button-green-down.svg); }
    .arrow-button--green--left {
      background-image: url(grfx/button-green-left.svg); }
    .arrow-button--green--close {
      background-image: url(grfx/button-green-close.svg); }
    .arrow-button--green:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 100%;
      width: 100%;
      height: 100%;
      transition: .3s all; }
    .arrow-button--green:hover {
      box-shadow: 0 0 15px #00FFC4;
      cursor: pointer; }
      .arrow-button--green:hover:after {
        animation: 1s growFade; }
  .arrow-button--black--up {
    background-image: url(grfx/button-black-up.svg); }
  .arrow-button--black--right {
    background-image: url(grfx/button-black-right.svg); }
  .arrow-button--black--down {
    background-image: url(grfx/button-black-down.svg); }
  .arrow-button--black--left {
    background-image: url(grfx/button-black-left.svg); }
  .arrow-button--fixed-bottom {
    position: fixed;
    right: 50px;
    bottom: 50px; }
  .arrow-button--absolute-header {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 20px); }
    @media (max-width: 1199px) {
      .arrow-button--absolute-header {
        bottom: 35px; } }
    @media (max-width: 991px) {
      .arrow-button--absolute-header {
        bottom: 25px; } }
    @media (max-width: 767px) {
      .arrow-button--absolute-header {
        bottom: 20px; } }
    .arrow-button--absolute-header--up {
      transform: translateY(-50%), rotate(0deg); }
    .arrow-button--absolute-header--right {
      transform: translateY(-50%), rotate(90deg); }
    .arrow-button--absolute-header--down {
      transform: translateY(-50%), rotate(180deg); }
    .arrow-button--absolute-header--left {
      transform: translateY(-50%), rotate(270deg); }
  .arrow-button--menu-close {
    position: absolute;
    top: 15px;
    right: 30px; }
  .arrow-button--absolute-right {
    position: absolute;
    padding: 8px 55px 8px 0px;
    background-size: 40px 40px;
    background-position: right center;
    top: calc(100% + 50px);
    right: 50px;
    width: auto; }
    @media (max-width: 1199px) {
      .arrow-button--absolute-right {
        top: calc(100% + 35px);
        right: 35px; } }
    @media (max-width: 991px) {
      .arrow-button--absolute-right {
        top: calc(100% + 25px);
        right: 25px; } }
    @media (max-width: 767px) {
      .arrow-button--absolute-right {
        top: calc(100% + 20px);
        right: 20px; } }
    @media (max-width: 575px) {
      .arrow-button--absolute-right {
        top: calc(100% + 15px);
        right: 15px; } }
  .arrow-button--absolute-left {
    position: absolute;
    padding: 8px 0px 8px 55px;
    background-size: 40px 40px;
    background-position: left center;
    top: calc(100% + 50px);
    left: 50px;
    width: auto; }
    @media (max-width: 1199px) {
      .arrow-button--absolute-left {
        top: calc(100% + 35px);
        left: 35px; } }
    @media (max-width: 991px) {
      .arrow-button--absolute-left {
        top: calc(100% + 25px);
        left: 25px; } }
    @media (max-width: 767px) {
      .arrow-button--absolute-left {
        top: calc(100% + 20px);
        left: 20px; } }
    @media (max-width: 575px) {
      .arrow-button--absolute-left {
        top: calc(100% + 15px);
        left: 15px; } }

.arrow-button.scroll-to-top {
  opacity: 0;
  pointer-events: none;
  z-index: 5; }
  .arrow-button.scroll-to-top.show {
    pointer-events: initial;
    opacity: 1; }

@keyframes growFade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0px 0px #00FFC4 inset; }
  10% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    box-shadow: 0 0 30px 5px #00FFC4 inset; } }
.ripples {
  position: absolute;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  transition: transform 200ms, opacity 5s;
  transition-delay: 0s, 4s; }
  .ripples.active {
    opacity: 0.2;
    perspective: 1000px; }
    .ripples.active .ripple-lines {
      opacity: 1;
      transform: scale(1);
      will-change: opacity, transform; }
      .ripples.active .ripple-lines .ripple-line {
        fill: #fff !important;
        fill-opacity: 1;
        will-change: fill-opacity, transform; }
    .ripples.active .ripple-lines-rest .ripple-line {
      opacity: 1;
      transform: scale(1);
      will-change: opacity, transform; }

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98); }
  60% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.ripple-lines {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center;
  will-change: opacity, transform; }
  @media screen and (orientation: portrait) {
    .ripple-lines {
      background-size: 120vh; } }
  @media screen and (orientation: landscape) {
    .ripple-lines {
      background-size: 120vw; } }

.ripple-lines-1 {
  transition: 250ms all; }
  .ripple-lines-1 .ripple-line {
    stroke: #000;
    stroke-dashArray: 1290;
    stroke-dashoffset: 1290;
    fill: #000;
    fill-opacity: 0;
    transition: stroke-dashoffset 2000ms ease-out, fill-opacity 300ms ease 1700ms, stroke-opacity 300ms ease 1700ms; }
  .ripple-lines-1.active {
    opacity: 1;
    transform: scale(1);
    transition: 450ms all ease-in; }
    .ripple-lines-1.active .ripple-line {
      stroke-dashoffset: 0;
      fill-opacity: 1;
      stroke-opacity: 1; }
  .ripple-lines-1.shrinkaway {
    opacity: 0;
    transform: scale(0); }

.ripple-lines-rest .ripple-line-1 {
  transition: 100ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-2 {
  transition: 200ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-3 {
  transition: 300ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-4 {
  transition: 400ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-5 {
  transition: 500ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-6 {
  transition: 600ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-7 {
  transition: 700ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-8 {
  transition: 800ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-9 {
  transition: 900ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-10 {
  transition: 1000ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-11 {
  transition: 1100ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-12 {
  transition: 1200ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-13 {
  transition: 1300ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-14 {
  transition: 1400ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-15 {
  transition: 1500ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-16 {
  transition: 1600ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-17 {
  transition: 1700ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-18 {
  transition: 1800ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-19 {
  transition: 1900ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-20 {
  transition: 2000ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-21 {
  transition: 2100ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-22 {
  transition: 2200ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-23 {
  transition: 2300ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-24 {
  transition: 2400ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line-25 {
  transition: 2500ms all cubic-bezier(0.77, -0.52, 0.17, 1.2); }

.ripple-lines-rest .ripple-line {
  opacity: 0;
  transform: scale(0);
  transform-origin: center; }

.mixfinity-branding {
  width: 90%;
  max-width: 600px;
  margin: auto;
  padding-top: 40vh;
  position: relative; }
  .mixfinity-branding .branding-part {
    width: 100%;
    height: 0;
    padding-bottom: 26%;
    position: absolute;
    background-repeat: no-repeat;
    transition: .6s all;
    will-change: opacity, transform;
    background-size: 100%; }
    .mixfinity-branding .branding-part.active {
      opacity: 1;
      transform: translateY(0px); }
  .mixfinity-branding .home-menu {
    list-style: none;
    color: #fff;
    margin-top: 13vh;
    margin-left: 51%; }
    @media (max-width: 575px) {
      .mixfinity-branding .home-menu {
        margin-left: 45%; } }
    .mixfinity-branding .home-menu li {
      font: 400 36px/36px "Avenir Next";
      transition: 1s all;
      transform: translateX(25px);
      opacity: 0;
      margin-top: 13px; }
      .mixfinity-branding .home-menu li:nth-child(1) {
        transition-delay: 500ms; }
      .mixfinity-branding .home-menu li:nth-child(2) {
        transition-delay: 550ms; }
      .mixfinity-branding .home-menu li:nth-child(3) {
        transition-delay: 600ms; }
      .mixfinity-branding .home-menu li a {
        color: #fff;
        font: inherit;
        transition: .3s all;
        text-decoration: none !important; }
        .mixfinity-branding .home-menu li a:hover {
          color: #00FFC4; }
  .mixfinity-branding .word-logo {
    background-image: url(grfx/mixfinity-letters.svg);
    opacity: 0;
    transform: translateY(25px); }
  .mixfinity-branding .punchline {
    background-image: url(grfx/mixfinity-punchline.svg);
    opacity: 0;
    transform: translateY(25px); }
  .mixfinity-branding.show-menu .punchline {
    opacity: 0 !important; }
  .mixfinity-branding.show-menu .home-menu li {
    opacity: 1;
    transform: translateX(0); }

.page-content {
  opacity: 0;
  transition: 250ms all 250ms;
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

.page-location-north {
  transform: translate(0, -100vh); }

.page-location-east {
  transform: translate(100vw, 0);
  padding-bottom: 80px; }

.page-location-south {
  transform: translate(0, 100vh); }

.page-location-west {
  transform: translate(-100vw, 0); }

.page-location {
  transition: 0.8s all cubic-bezier(0.49, -0.22, 0.1, 1.07);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  opacity: 0; }
  @media (max-width: 767px) {
    .page-location {
      padding-top: 75px; } }
  .page-location.active {
    transform: translate(0, 0);
    opacity: 1; }

.page-title {
  font: 400 80px/70px "Avenir Next";
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
  color: #fff; }
  @media (max-width: 575px) {
    .page-title {
      margin-top: 120px;
      margin-bottom: 80px;
      font-size: 60px; } }

.page-title-header {
  position: absolute;
  top: 15px;
  left: 90px;
  font: 300 38px/52px "Avenir Next";
  text-align: center;
  color: #fff; }

@media (max-width: 767px) {
  .contact-wrap {
    margin-top: 100px; } }
.contact-wrap .email {
  color: #00FFC4;
  margin-bottom: 40px;
  display: block;
  text-decoration: none !important;
  font: 400 36px/36px "Avenir Next"; }
.contact-wrap .phone {
  display: block;
  color: #fff;
  text-decoration: none !important;
  font: 400 24px/36px "Avenir Next"; }
.contact-wrap .location {
  display: block;
  color: #fff;
  font: 400 24px/36px "Avenir Next";
  margin-bottom: 100px; }

.contact-person {
  font: 400 14px/36px "Avenir Next";
  color: #fff; }
  .contact-person p {
    margin-bottom: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-person {
      margin-bottom: 50px; } }

.contact-person-image {
  width: 100%; }

.contact-person-name {
  color: #00FFC4; }

.contact-person-phone a {
  color: #fff !important;
  text-decoration: none; }

.office-photo {
  margin-top: 40px;
  margin-bottom: 40px; }

.contact-office-photo {
  margin-bottom: 50px; }

.green-ripples-overlay, .crew-person--overlay {
  transition: 0.3s all cubic-bezier(0.64, 0.49, 0.08, 1.06);
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .green-ripples-overlay:hover, .crew-person--overlay:hover {
    background: rgba(0, 255, 196, 0.65);
    background-size: 500%;
    background-position: center center; }

.crew-person--image {
  width: 100%; }

.crew-person--name {
  font: 400 36px/36px "Avenir Next";
  position: absolute;
  bottom: 80px;
  left: 30px;
  opacity: 0;
  transition: .5s all .3s; }
  @media (max-width: 575px) {
    .crew-person--name {
      font: 400 24px/28px "Avenir Next"; } }

.crew-person---title {
  font: italic 400 24px/20px "Avenir Next";
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  transition: .5s all .3s; }
  @media (max-width: 575px) {
    .crew-person---title {
      font: italic 400 20px/20px "Avenir Next"; } }

.crew-person {
  margin-top: 30px;
  position: relative; }
  .crew-person:hover .crew-person---title,
  .crew-person:hover .crew-person--name {
    margin-bottom: 0;
    opacity: 1; }

.project {
  padding: 0;
  margin-bottom: 240px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .project {
      margin-bottom: 200px; } }
  @media (max-width: 991px) {
    .project {
      margin-bottom: 160px; } }
  @media (max-width: 767px) {
    .project {
      margin-bottom: 275px; } }
  .project--image {
    width: calc(100% - 310px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px; }
    @media (max-width: 1199px) {
      .project--image {
        width: calc(100% - 270px);
        height: 390px; } }
    @media (max-width: 991px) {
      .project--image {
        width: calc(100% - 170px);
        height: 280px; } }
    @media (max-width: 767px) {
      .project--image {
        height: 250px;
        width: 100%; } }
  .project--info {
    position: relative;
    display: inline-block; }
    .project--info-wrap {
      width: 420px;
      height: 420px;
      display: block;
      background-color: #ddd;
      margin-left: -420px;
      margin-top: 200px;
      z-index: 2;
      padding: 30px; }
      @media (max-width: 1199px) {
        .project--info-wrap {
          width: 390px;
          height: 390px;
          margin-left: -390px;
          margin-top: 130px; } }
      @media (max-width: 991px) {
        .project--info-wrap {
          width: 280px;
          height: 280px;
          margin-left: -280px;
          margin-top: 140px; } }
      @media (max-width: 767px) {
        .project--info-wrap {
          width: 250px;
          height: 250px;
          margin-left: -250px;
          margin-top: 250px; } }
    .project--info-customer {
      font: 400 16px/22px "Avenir Next"; }
    .project--info-title {
      font: 400 32px/36px "Avenir Next"; }
    .project--info-subtitle {
      font: 400 24px/36px "Avenir Next"; }
    .project--info--button {
      border-radius: 5px;
      border: 1px solid #707070;
      font: 400 13px/18px "Avenir Next";
      color: #121212;
      padding: 8px 20px;
      text-transform: uppercase;
      margin-top: 80px;
      display: inline-block; }
    @media (max-width: 991px) {
      .project--info-customer {
        font: 400 16px/20px "Avenir Next"; }
      .project--info-title {
        font: 400 26px/32px "Avenir Next"; }
      .project--info-subtitle {
        font: 400 20px/28px "Avenir Next"; }
      .project--info--button {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .project--info-customer {
        font: 400 14px/18px "Avenir Next"; }
      .project--info-title {
        font: 400 24px/30px "Avenir Next"; }
      .project--info-subtitle {
        font: 400 18px/26px "Avenir Next"; }
      .project--info--button {
        margin-top: 0; } }
  .project:nth-child(even) .project--image {
    order: 2;
    float: right; }
  .project:nth-child(even) .project--info {
    order: 1; }
    .project:nth-child(even) .project--info .project--info-wrap {
      margin-left: 0;
      margin-right: -120px; }

.werk-header-section {
  position: relative;
  padding-top: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.werk-blok {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .werk-blok h1 {
    color: #000;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
    padding-bottom: 40px; }
    @media (max-width: 1199px) {
      .werk-blok h1 {
        margin-top: 15px; } }
    @media (max-width: 991px) {
      .werk-blok h1 {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .werk-blok h1 {
        margin-top: 0px;
        margin-bottom: 25px;
        padding-bottom: 25px; } }
  .werk-blok h2 {
    color: #000; }
  .werk-blok p {
    font-style: italic;
    color: #000; }
  .werk-blok img {
    width: 100%;
    margin: 50px 0; }
  .werk-blok .align-center {
    display: flex;
    align-items: center; }
  .werk-blok--lightgray {
    background-color: #F0F0F0; }
  .werk-blok--white {
    background-color: #FFFFFF; }
  @media (max-width: 991px) {
    .werk-blok .slider-container-quad {
      margin-bottom: 50px; } }
  .werk-blok .slider-container-quad .image-slide {
    margin: 0;
    padding: 10px;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 1199px) {
      .werk-blok .slider-container-quad .image-slide {
        height: 225px; } }
    @media (max-width: 991px) {
      .werk-blok .slider-container-quad .image-slide {
        height: 345px; } }
    @media (max-width: 767px) {
      .werk-blok .slider-container-quad .image-slide {
        height: 255px; } }
    @media (max-width: 575px) {
      .werk-blok .slider-container-quad .image-slide {
        height: calc(52vw - 35px); } }
  .werk-blok .slider-container-quad .slick-quad-next {
    position: absolute;
    z-index: 2;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("grfx/button-green-right.svg");
    top: calc(100% + 20px);
    left: calc(50% - 20px); }
    @media (max-width: 767px) {
      .werk-blok .slider-container-quad .slick-quad-next {
        left: calc(50% - 2.5vw); } }
    .werk-blok .slider-container-quad .slick-quad-next:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 100%;
      width: 100%;
      height: 100%;
      transition: .3s all; }
    .werk-blok .slider-container-quad .slick-quad-next:hover {
      box-shadow: 0 0 15px #00FFC4;
      cursor: pointer; }
      .werk-blok .slider-container-quad .slick-quad-next:hover:after {
        animation: 1s growFade; }
  .werk-blok .quad-slider-info {
    margin-top: 100px;
    padding: 0 10px; }
  .werk-blok .big-picture {
    width: 100%; }

.werk-blok-slider {
  position: relative; }
  .werk-blok-slider .slider-container {
    overflow: hidden;
    cursor: none; }
    .werk-blok-slider .slider-container .slick-prev, .werk-blok-slider .slider-container .slick-next {
      position: absolute;
      z-index: 2;
      height: 40px;
      width: 40px;
      border-radius: 100%;
      background-size: 40px 40px;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 767px) {
        .werk-blok-slider .slider-container .slick-prev, .werk-blok-slider .slider-container .slick-next {
          height: 5vw;
          width: 5vw; } }
      .werk-blok-slider .slider-container .slick-prev:after, .werk-blok-slider .slider-container .slick-next:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100%;
        width: 100%;
        height: 100%;
        transition: .3s all; }
      .werk-blok-slider .slider-container .slick-prev:hover, .werk-blok-slider .slider-container .slick-next:hover {
        box-shadow: 0 0 15px #00FFC4;
        cursor: pointer; }
        .werk-blok-slider .slider-container .slick-prev:hover:after, .werk-blok-slider .slider-container .slick-next:hover:after {
          animation: 1s growFade; }
    .werk-blok-slider .slider-container .slick-prev {
      background-image: url("grfx/button-green-left.svg");
      top: calc(50% - 20px);
      left: 5vw; }
      @media (max-width: 767px) {
        .werk-blok-slider .slider-container .slick-prev {
          top: calc(50% - 2.5vw); } }
    .werk-blok-slider .slider-container .slick-next {
      background-image: url("grfx/button-green-right.svg");
      top: calc(50% - 20px);
      right: 5vw; }
      @media (max-width: 767px) {
        .werk-blok-slider .slider-container .slick-next {
          top: calc(50% - 2.5vw); } }
    .werk-blok-slider .slider-container .slick-slide {
      height: 56vw;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

#app {
  color: #ffffff; }

@keyframes jumpleft {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-15px); }
  100% {
    transform: translateX(0%); } }
.jumpleft-hover:hover {
  transform-origin: 50% 50%;
  animation: jumpleft 1s ease-in-out alternate infinite; }

@keyframes jumpright {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(15px); }
  100% {
    transform: translateX(0%); } }
.jumpright-hover:hover {
  transform-origin: 50% 50%;
  animation: jumpright 1s ease-in-out alternate infinite; }

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