.bg-image-homepage {
  background-image: url(/static/images/hp_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  width: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bg-image-contact {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgb(255, 255, 255, 0.9)),url(/static/images/holz4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  width: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}