#vitaliteit-intro{
  width: 100vw;
  height: 100vh;
  position: relative;
  top: -50px;
  left: 0;
  bottom: auto;
  right: auto;
}
#vitaliteit-intro .row.center-xs {
  width: 100%;
  height: 100%;
}

#vitaliteit-intro-text-animation {
  z-index: 3;
}

.vitaliteit-circle{
  width: 220px;
  height: 220px;
  flex-wrap: wrap;
  position: absolute;
  background-color: var(--color-zarazzo-red);
  border-radius: 50%;
  bottom: 10%;
}

#vitaliteit-intro-lady{
  position: absolute;
}

#vitaliteit-intro img#vitaliteit-intro-lady {
  height: 100%;
}
#vitaliteit-intro-splash{
  position: absolute;
  z-index: -2;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px)  {
  #vitaliteit-intro-splash {
    max-width: 94%;
  }
}
@media only screen and (min-width: 1366px) {
  #vitaliteit-intro-splash {
    max-width: 70%;
  }
  #vitaliteit-intro img#vitaliteit-intro-lady {
    height: 94%;
    /*transform: matrix(1.25, 0, 0, 1, -28, 0) !important;*/
  }
}
@media all and (min-width: 1280px) and (max-width: 1366px) {
  #vitaliteit-intro img#vitaliteit-intro-lady {
    height: 94%;
    /*transform: matrix(1.15, 0, 0, 1, -28, 0);*/
  }
  #vitaliteit-intro-splash {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1440px) {
  #vitaliteit-intro-background {
    width: 300px !important;
    height: 300px !important;
  }
  #vitaliteit-intro img#vitaliteit-intro-lady {
    height: 95%;
    /*transform: matrix(1.15, 0, 0, 1, -28, 0) !important;*/
  }
  .paragraph .fp-circle-overlay {
    width: 270px !important;
    height: 270px !important;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px){
  #vitaliteit-intro-titel {
    top: 46% !important;
  }
  #vitaliteit-intro-background {
    width: 265px !important;
    height: 265px !important;
  }
}
@media only screen and (max-width: 1366px) {
  #vitaliteit-intro-background {
    width: 245px !important;
    height: 245px !important;
  }
  #vitaliteit-intro-titel {
    top: 47% !important;
    width: 270px !important;
  }
  .paragraph .fp-circle-overlay {
    width: 250px !important;
    height: 250px !important;
  }
}

@media only screen and (max-width: 1024px) {
  #vitaliteit-intro-background {
    width: 235px !important;
    height: 235px !important;
  }
  #vitaliteit-intro-titel {
    /*top: 57% !important;*/
    width: 270px !important;
  }
  .paragraph .fp-circle-overlay {
    width: 240px !important;
    height: 240px !important;
  }
  #vitaliteit-intro img#vitaliteit-intro-lady {
    height: 94%;
    transform: matrix(1.1, 0, 0, 1, -28, 0) !important;
  }
}

#vitaliteit-intro-background {
  width: 300px;
  height: 300px;
  background-color: var(--color-zarazzo-red);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%) scale(10);
  z-index: 2;
  will-change: auto;
}

#vitaliteit-intro-titel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 15px 5px;
  text-align: center;
  color: var(--color-zarazzo-white);
  will-change: auto;
  z-index: 2;
  opacity: 0;
  width: 300px;
}
#vitaliteit-intro-titel {
  font-size: 2.3em;
  line-height: 2.25rem;
}
@media only screen and (min-width: 1440px) {
  #vitaliteit-intro-titel {
    top: 45%;
    left: 48%;
  }
}
#vitaliteit-intro-background.closed{
  transform: translate(-50%, -50%) scale(.1);
  will-change: auto;
}
#site-wrapper.animating{
  overflow-y: hidden;
}
.page-vitaliteit .scroll-down-indicator,
.page-vitaliteit #top-bar-call{
  opacity: 0
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
  #vitaliteit-intro-titel {
    margin: 0;
  }
  h1#vitaliteit-intro-titel {
    font-size: 2.3em;
    line-height: 2.25rem;
  }
}
/* Single images */
  .single-bes {
    background-image: url('../images/vitaliteit/bes.png');
    width: 44px;
    height: 37px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
  }

  .single-cruesli {
    background-image: url('../images/vitaliteit/cruesli.png');
    width: 54px;
    height: 47px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
  }

  .single-aardbei {
    background-image: url('../images/vitaliteit/fruit_aardbei.png');
    width: 54px;
    height: 47px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
  }

  .single-framboos {
    background-image: url('../images/vitaliteit/fruit_framboos.png');
    width: 54px;
    height: 47px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
  }

  .single-kiwi {
    background-image: url('../images/vitaliteit/fruit_kiwi.png');
    width: 54px;
    height: 47px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
  }

  .single-limoen {
    background-image: url('../images/vitaliteit/fruit_limoen.png');
    width: 54px;
    height: 47px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
  }

  .single-sinaasappel {
    background-image: url('../images/vitaliteit/fruit_sinaasappel-Schijf.png');
    width: 54px;
    height: 47px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
  }

@media only screen and (max-width: 767px) {
  #vitaliteit-intro-background {
    width: 180px !important;
    height: 180px !important;
  }
  #vitaliteit-intro-titel {
    font-size: 1.85em;
    line-height: 1.85rem;
    max-width: 100%;
    margin-top: 0;
  }
  #vitaliteit-intro img#vitaliteit-intro-lady {
    height: 80%;
    /*transform: matrix(1.25, 0, 0, 1, -28, 0) !important;*/
  }
  #vitaliteit-intro-splash {
    min-height: 400px;
    height: auto;
    object-fit: cover;
  }
  .paragraph .fp-circle-overlay {
    width: 180px !important;
    height: 180px !important;
  }
}
