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

.Gesamt-container {
  height: 100%;
  margin-left: 35px;
  margin-top: 16px;
  margin-right: 12px;
}

.grid-container {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  grid-template-rows: repeat(auto-fit, 100px);
  gap: 16px;
}

.grid-container img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 6px;
}

















.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);
}
