.parallax {

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.parallax.parallax-mining-farm {
  /* The image used */
  background-image: url("../img/mining-farm/img-02.png");

  /* Set a specific height */
  height: 300px;

}

.parallax.parallax-spread {
  /* The image used */
  background-image: url("../img/streuung/spread-01.png");

  /* Set a specific height */
  height: 300px;

}

.parallax.parallax-sale {
  /* The image used */
  background-image: url("../img/funktionsablauf/img-20.jpeg");

  /* Set a specific height */
  height: 300px;

}

.parallax.parallax-storage {
  /* The image used */
  background-image: url("../img/funktionsablauf/img-12.png");

  /* Set a specific height */
  height: 300px;

}




.parallax.parallax-photovoltaik {
  /* The image used */
  background-image: url("../img/solar-anlage/img-03.jpg");

  /* Set a specific height */
  height: 300px;

}




.parallax.parallax-powerwall {
  /* The image used */
  background-image: url("../img/bedarf/powerwall-1.png");

  /* Set a specific height */
  height: 300px;

}








.parallax.parallax-ventilation-cooling {
  /* The image used */
  background-image: url("../img/bedarf/kuehlung-1.png");

  /* Set a specific height */
  height: 300px;

}




.parallax.parallax-contacts {
  /* The image used */
  background-image: url("../img/projekt/kontakte-2.png");

  /* Set a specific height */
  height: 300px;

}

.parallax.parallax-company-formation {
  /* The image used */
  background-image: url("../img/projekt/gruendung.jpg");

  /* Set a specific height */
  height: 300px;

}


.parallax.parallax-estate {
  /* The image used */
  background-image: url("../img/projekt/grundstueck-1.jpg");

  /* Set a specific height */
  height: 300px;

}

.parallax.parallax-construction {
  /* The image used */
  background-image: url("../img/projekt/baustelle-5.png");

  /* Set a specific height */
  height: 300px;

}



