.parallax-home {
  /* The image used */
  background-image: url("https://www.demoserver.xyz/kunden/nicefield/images/banners/_BR_3958%20Nicefield%20ff%20Duo%2022%20Web.jpg");

  /* Set a specific height */
  min-height: 1250px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: right 20% top 310px;
  background-repeat: no-repeat;
  background-size: 400px;
}

.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}