.home-bg {
  background-color: #F5F4F3;
  z-index: -4;
  height: auto;
  width: 100vw;
  position: relative;
}

.home-zarazzo-logo {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-man {
  width: 400px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-koffie-spat {
  width: 850px;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
}

.home-intro-blaadje {
  width: 800px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
}

#home-intro-vaardigheden {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 100%;
}
#home-intro-vaardigheden .home-links{
  position: relative;
}
#home-intro-vaardigheden .home-links a {
  color: inherit;
  text-decoration: none;
  font-family: var(--font-zarazzo-secondary);
  font-size: 1.3em;
}
#home-intro-vaardigheden .home-links:after{
  content: "";
  position: absolute;
  right: 40px;
  left: auto;
  bottom: 6px;
  top: auto;
  background-image: url(../images/RODEPIJL_RECHTS.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 20px;
}

.home-center {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.page-home .scroll-down-indicator,
.page-home #top-bar-call {
  opacity: 0
}

#site-wrapper.animating {
  overflow-y: hidden;
}

/*.home-links {
  padding-left: 55px;
}*/

.cirkel-bg {
  height: 800px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -2;
  opacity: 0.5;
}


.background-home {
  height: 30vh;
  width: 100vw;
  position: relative;
}

.home-hand {
  width: 500px;
  position: absolute;
  bottom: 0;
  z-index: -2;
  right: 20%;
}

.home-certify {
  width: 100px;
  height: auto;
  display: inline-block;
  margin-right: 100px;
  ;
}

.home-rood-figuur {
  position: absolute;
  bottom: 0;
  z-index: -3;
}

/******
INTRO ANI
******/
#home-intro {
  width: 100vw;
  height: 100vh;
  top: -52px;
  overflow: hidden;
}

#intro-wrapper {}

#intro-background {
  width: 120vw;
  height: 120vw;
  background-color: var(--color-zarazzo-red);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px)  {
  #intro-background {
    width: 130vw;
    height: 130vw;
  }
}
#intro-background.closed {
  /*    width: 18vw;
  height: 18vw;*/
  transform: translate(-50%, -50%) scale(.1);
  /*will-change: transform;*/
  will-change: auto;
}

.intro-titel {
  display: block;
  position: absolute;
  width: 100%;
  top: -340px;
  left: 0;
  font-size: 8em;
  font-weight: 700;
  color: white;
  text-align: center;
  transform: scale(1) translateY(-50%);
  /*will-change: transform;*/
  will-change: auto;
  margin: 0;
  line-height: 1.4;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .intro-titel {
    font-size: 4em;
  }
}

.single-bean {
  background-image: url('../images/home/bean_01.png');
  width: 34px;
  height: 27px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

#intro-logo {
  background-image: url('../images/zarazzo-logo.png');
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1.5);
  opacity: 0;
  /*will-change: transform, opacity;*/
  will-change: auto;
}

@media only screen and (max-width: 767px) {
  #intro-background {
    width: 120vh;
    height: 120vh;
  }
  .home-man {
    width: 300px;
  }
  .home-koffie-spat {
    min-width: 500px;
  }
  .home-intro-blaadje {
    max-width: 600px;
  }
}
