.nav-bar {
  height: 80px;
  width: 100vw;
  background-color: #2a3647;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  z-index: 800;
  position: fixed;
  bottom: 0;
  left: 0;
}

.menu-aktiv {
  border-radius: 16px;
  background-color: #091931;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 76px;
  width: 80px;
  cursor: pointer;
  gap: 4px;
}

.menu-button {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 76px;
  width: 80px;
  cursor: pointer;
  gap: 4px;
}

.menu-button img {
  height: 24px;
}

.letter {
  color: #9a9ea3;
}

.letter-aktiv {
  color: #ffffff;
}

.layout {
  width: 76px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-bar span {
  font-size: 14px !important;
}

/* ///////////////////////////////////////////// RESPONSIVE //////////////////////////////////////////////// */

@media (max-width: 400px) {
  .menu-button {
    width: 72px;
    margin: 0 2px;
  }

  .menu-aktiv {
    width: 72px;
    margin: 0 2px;
  }

  .nav-bar {
    gap: 4px;
  }
}
