*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
}

#Background-image {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%), url("../../assets/img/Handbikevereniging-Bocht_18.jpg");
  height: calc(70svh + 2rem);
  background-position: 84% 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 280px;
  max-height: 100vw;
}

