	.grid-1 {
  height: 100vh;
}

.fixed-img {
  background-image: url("../hintergrund.jpg");
  height: 100%;
  width: 100%;
  position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}