.fit-cover {
  object-fit: cover;
}

.projectpic {
  background-image: url("../../assets/img/Logo_RVR_Ruhr_Gruen.jpg");
  width: 30vw;
  height: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: none;
}

.projectpic2 {
  background-image: url("../../assets/img/vertragsmanagement.jpg");
  width: 30vw;
  height: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: none;
}

.michelle_bild {
  background-image: url("../../assets/img/Michelle.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 100%;*/
  background-position: center top;
}

.tobias_bild {
  background-image: url("../../assets/img/Tobias.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 100%;*/
  background-position: center top;
}

