/* alle onderdelen inladen */
/* donkerblauw */
/* blauw */
/* felblauw */
/* donkerblauw  */
/* transition */
/* @include transition(color .2s ease, font-size .5s ease);  https://matthewlein.com/ceaser/ */
/* center */
/* @include center(true, false);  */
/* @include background-opacity($hoofdkleur, 0.5);*/
/* transforms */
/* @include rotate(-45deg); */
/* @include scale(1.2); */
/* @include translate(20,20); */
/*@include skew(25,10); */
/* @include transform-origin(top left); */
/*voor IE*/
html {
  -ms-overflow-style: scrollbar;
  /*auto | none | scrollbar | -ms-autohiding-scrollbar*/ }

body {
  font-size: 16px;
  line-height: auto;
  background: #02195A;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Coco Gothic Pro', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  /*		-webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);*/
  /*	background: url(../img/zaz-loopbaanservice.svg) no-repeat center $blank; background-size:20% auto;*/ }

@media (min-width: 1920px) {
  body {
    font-size: 18px; } }
#wrapper {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0.2, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0.2, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0.2, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

*:focus {
  outline: none; }

h1 {
  color: #ffffff;
  font-weight: normal;
  font-size: 220%;
  margin: 0 0 0px 0;
  line-height: 1.2; }
  h1 span {
    font-weight: 700;
    font-size: 170%;
    display: block; }

h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 200%;
  margin: 0 0 30px 0; }

h3 {
  color: #02195A;
  font-weight: 700;
  font-size: 220%;
  margin: 0px 0 6px 0; }
  h3 span {
    color: #0055FF; }

h4 {
  color: #02195A;
  font-weight: 700;
  font-size: 220%;
  margin: 0px 0 6px 0; }
  h4 span {
    color: #0055FF; }

@media (max-width: 768px) {
  h1 {
    font-size: 180%; }

  h2 {
    font-size: 160%; }

  h3 {
    font-size: 160%; }

  h4 {
    font-size: 200%; } }
p {
  margin-bottom: 30px; }

b, strong {
  font-weight: 700; }

.visuallyhidden {
  opacity: 0; }

.hidden {
  display: none; }

.center {
  text-align: center; }

a {
  color: #00F3FF;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

a:hover {
  text-decoration: none;
  color: #00F3FF; }

.img-100 {
  width: 100%; }

.padding-left-right {
  padding-left: 10%;
  padding-right: 10%; }

.padding-top-bottom {
  padding-top: 6%;
  padding-bottom: 6%; }

.padding-bottom {
  padding-bottom: 6%; }

.padding-top {
  padding-top: 6%; }

.margin-bottom {
  margin-bottom: 6%; }

.margin-bottom-small {
  margin-bottom: 50px; }

.technieken {
  margin-top: 50px;
  margin-bottom: 75px; }

@media (max-width: 992px) {
  .padding-bottom-mobile {
    padding-bottom: 10%; }

  .margin-bottom-small {
    margin-bottom: 0px; } }
@media (max-width: 768px) {
  .padding-left-right {
    padding-left: 30px;
    padding-right: 30px; }

  .padding-top-bottom {
    padding-top: 20%;
    padding-bottom: 20%; }

  .padding-bottom {
    padding-bottom: 15%; }

  .padding-top {
    padding-top: 15%; }

  .margin-bottom {
    margin-bottom: 15%; }

  .padding-bottom-mobile {
    padding-bottom: 15%; } }
@media (min-width: 1200px) {
  .padding-left-right {
    padding-left: 22%;
    padding-right: 22%; } }
@media (min-width: 1900px) {
  .padding-top-bottom {
    padding-top: 8%;
    padding-bottom: 8%; }

  .padding-bottom {
    padding-bottom: 8%; }

  .padding-top {
    padding-top: 8%; }

  .margin-bottom {
    margin-bottom: 8%; } }
.label {
  min-width: 160px;
  display: inline-block; }

@media (max-width: 768px) {
  .label {
    display: block;
    font-weight: bold;
    margin-top: 10px; } }
a.knop {
  display: inline-block;
  background: #0055FF;
  color: #ffffff;
  text-align: center;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 100%;
  border-radius: 10px;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }
  a.knop:hover {
    background: #0241db;
    cursor: pointer; }
  a.knop.gray {
    background: none;
    border: 2px solid #d7dbe5;
    color: #bbc1d2; }
  a.knop.prev span {
    -moz-transform: translate(-10px, 0px);
    -o-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    -webkit-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
    display: inline-block;
    -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  a.knop.prev svg {
    height: 12px;
    width: 16px;
    opacity: 0;
    -moz-transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
    -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
    a.knop.prev svg .cls-1 {
      fill: #bbc1d2; }
  a.knop.prev:hover span {
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  a.knop.prev:hover svg {
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; }
  a.knop.next span {
    -moz-transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
    display: inline-block;
    -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  a.knop.next svg {
    height: 12px;
    width: 16px;
    opacity: 0;
    -moz-transform: translate(-10px, 0px);
    -o-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    -webkit-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
    -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
    a.knop.next svg .cls-1 {
      fill: #ffffff; }
  a.knop.next:hover {
    color: #ffffff; }
    a.knop.next:hover span {
      -moz-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    a.knop.next:hover svg {
      -moz-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      opacity: 1; }

a.more svg {
  height: 8px;
  width: 11px;
  -moz-transform: translate(-15px, 0px);
  -o-transform: translate(-15px, 0px);
  -ms-transform: translate(-15px, 0px);
  -webkit-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
  opacity: 0;
  -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }
  a.more svg .cls-1 {
    fill: #00F3FF; }
a.more span {
  -moz-transform: translate(-15px, 0px);
  -o-transform: translate(-15px, 0px);
  -ms-transform: translate(-15px, 0px);
  -webkit-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
  display: inline-block;
  -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
  -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }
a.more:hover span {
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
a.more:hover svg {
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1; }

/* ##################### hamburger icon #################################### */
.c-hamburger {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 40px;
  /*96*/
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 19px;
  /* 44*/
  left: 2px;
  width: 20px;
  height: 3px;
  /* 8 */
  background: #0055FF; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0px;
  width: 20px;
  height: 3px;
  background-color: #0055FF;
  content: ""; }

.c-hamburger span::before {
  top: -6px; }

.c-hamburger span::after {
  bottom: -6px; }

/**
* Style 2
*
* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
* down to center and transform into an "x".
*/
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform, background;
  transition-property: top, transform, background; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform, background;
  transition-property: bottom, transform, background; }

/* active state, i.e. menu open */
.c-hamburger--htx:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

#stap1, #stap2 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  transition: opacity 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

.recaptcha-melding {
  margin-bottom: 20px;
  font-size: 80%;
  max-width: 330px;
  color: #bbc1d2; }
  .recaptcha-melding a {
    color: #bbc1d2;
    text-decoration: underline; }

div.grecaptcha-badge {
  display: none !important; }

div.barba_container {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

div.topbar {
  position: relative;
  background: #02195A;
  padding: 30px; }
  div.topbar:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #02195A;
    z-index: 0; }
  div.topbar a.logo {
    z-index: 3;
    position: relative; }
    div.topbar a.logo svg {
      height: 45px; }
      div.topbar a.logo svg .cls-1 {
        fill: #fff; }

@media (min-width: 1200px) {
  div.topbar {
    padding: 30px;
    height: 95px; }
    div.topbar a.logo {
      position: fixed; }
      div.topbar a.logo svg {
        height: 35px; } }
@media (min-width: 1600px) {
  div.topbar {
    padding: 30px;
    height: 105px; }
    div.topbar a.logo {
      position: fixed; }
      div.topbar a.logo svg {
        height: 45px; } }
@media (min-width: 1900px) {
  div.topbar {
    padding: 50px;
    height: 160px; }
    div.topbar a.logo {
      position: fixed; }
      div.topbar a.logo svg {
        height: 55px; } }
.bg_image {
  z-index: 2;
  top: 8vh;
  opacity: 0.3;
  height: 130vh;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /*  -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; */
  position: fixed;
  mix-blend-mode: overlay; }
  .bg_image .cls-1 {
    fill: #00F3FF; }

@media (max-width: 768px) {
  .bg_image {
    top: 10vh;
    height: 90vh; } }
div.section {
  position: relative; }
  div.section .row {
    z-index: 3;
    position: relative; }
  div.section.fill_page {
    flex: 1 0 auto; }
  div.section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  div.section.gradient:before {
    background: #00f3ff;
    background: linear-gradient(0deg, #00f3ff 0%, #00caff 34%, #0241db 100%); }
  div.section.darkblue:before {
    background: #02195A; }
  div.section.lightblue:before {
    background: #0241DB;
    background: linear-gradient(180deg, #002786 0%, #0241db 100%); }
  div.section.half_half:before {
    height: 45%;
    background: #00f3ff;
    background: linear-gradient(0deg, #00f3ff 0%, #00caff 34%, #0241db 100%); }
  div.section.half_half:after {
    background: #02195A;
    content: '';
    width: 100%;
    height: 55%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0; }

div.vertical_center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /*  -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; */
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

div.white_container {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  color: #02195A; }
  div.white_container input {
    border: 2px solid #d7dbe5;
    padding: 14px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
    color: #02195A;
    font-weight: bold; }
    div.white_container input::placeholder {
      color: #bbc1d2;
      opacity: 1;
      font-weight: normal; }
  div.white_container label.error {
    color: #cc0000;
    position: relative;
    top: -20px; }
  div.white_container input.error, div.white_container select.error, div.white_container textarea.error {
    border: 1px solid #cc0000 !important; }
  div.white_container .melding_error {
    font-size: 80%;
    color: #cc0000;
    position: relative;
    top: -20px; }

.bod_container {
  margin-bottom: -40px; }
  .bod_container .subtitel {
    color: #0055FF;
    display: block;
    margin-bottom: 30px; }
  .bod_container .knop {
    width: 100%; }
  .bod_container .opsomming {
    margin-top: 60px;
    color: #bbc1d2; }
    .bod_container .opsomming div {
      margin-bottom: 10px; }
    .bod_container .opsomming span {
      color: #0055FF;
      float: right; }
    .bod_container .opsomming svg {
      height: 16px;
      width: 16px;
      margin-right: 5px;
      vertical-align: baseline; }
      .bod_container .opsomming svg .cls-1 {
        fill: #0055FF; }

.form_container {
  margin-bottom: 10%; }
  .form_container .title_wrap {
    border-bottom: 1px solid #d7dbe5;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .form_container .knop_wrap {
    text-align: right; }
    .form_container .knop_wrap .knop {
      margin-left: 20px;
      width: 200px; }

.jouw_bod h4 {
  margin-bottom: 20px; }
.jouw_bod .rij span {
  float: right; }
.jouw_bod .opsomming {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7dbe5; }

@media (max-width: 768px) {
  .form_container .knop_wrap {
    text-align: left; }
    .form_container .knop_wrap .knop {
      display: inline-block;
      width: 100%;
      margin: 0 0 20px 0; } }
@media (max-width: 1200px) {
  .bod_container.jouw_bod {
    margin-top: 40px;
    margin-bottom: 40px; } }
@media (min-width: 1200px) {
  .bod_container {
    margin-top: -40px; } }
@media (min-width: 2500px) {
  div.white_container {
    padding: 40px; } }
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 80%; }
  .footer a {
    color: #ffffff; }

.fade_onload {
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.3, 0.2, 0, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }
  .fade_onload.out {
    opacity: 0; }

.slide_onload {
  -webkit-transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0.2, 0, 1);
  -moz-transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0.2, 0, 1);
  -ms-transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0.2, 0, 1);
  -o-transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0.2, 0, 1);
  transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0.2, 0, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }
  .slide_onload.out {
    opacity: 0;
    -moz-transform: translate(0px, 50px);
    -o-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }

div.scroll_anim_trigger .anim {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0, 0, 1);
  -moz-transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0, 0, 1);
  -ms-transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0, 0, 1);
  -o-transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0, 0, 1);
  transition: opacity 0.6s ease-in-out, transform 1.2s cubic-bezier(0.3, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }
  div.scroll_anim_trigger .anim.out {
    opacity: 0;
    -moz-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px); }

@media (max-width: 992px) {
  div.scroll_anim_trigger .anim.out {
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px); } }
/* RESPONSIVE CSS (breakpoints in mixins)
-------------------------------------------------- */
/*(breekpunt mobiel 992) */
/*klein scherm*/

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