body {
  margin: 0px;
  padding: 0px;
 
  font-family: Arial, Helvetica, sans-serif;
}

.Gesamt-container {
  width: 100vw;
  
  margin-left: 35px;
  margin-right: 16px;
  margin-top: 16px;
  
}



.header-image {
  display: flex;
  width: 100vw;
  max-height: 600px;
  display: flex;
  object-fit: cover;
  border-radius: 8px;
}










.navbar ul {
  list-style-type: none;
  background-color: none;
  position: fixed;
  bottom: 0px;
  padding: 0px;
  margin: 0px 0px 0px 16px;
  display: flex;
  flex-direction: column;
}

.navbar li {
  height: 27px;
  width: 250px;
  display: flex;
  align-items: center;
  margin: 0px 0px 32px 0px;
  border-radius: 4px;
}

.navbar a {
  color: black;
  font-size: 16px;
  font-weight: 470;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 34px;
}

a:hover {
  text-decoration: underline;
}

.Home {
  background-color: rgb(156, 156, 156);
}
.Referenzen {
  background-color: rgb(235, 173, 137);
}
.Netzwerk {
  background-color: rgb(246, 246, 113);
}
.Software {
  background-color: rgb(146, 215, 140);
}
.Kontakt {
  background-color: rgb(166, 214, 255);
}
.Impressum {
  background-color: rgb(241, 179, 255);
}
