.navbar {
  font-family: 'KabelITCBQ-Book';
  background-color: #1e2b4a;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  background-color: #1e2b4a;
  display: flex;
  padding: 0 0;
  align-items: center;
  justify-content: space-between;

  position: normal;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0 0;

  backdrop-filter: unset;
  background: #1e2b4a;
  border-radius: 0px;
  z-index: 1000;
}

.navbar img {
  height: 70px;
  cursor: pointer;
}

.dropdown-wrapper {
  display: grid;
  grid-template-rows: auto auto;
  width: 100%;
}

.nav-links {
  display: flex;
  gap: 2rem;
  font-size: 20px;
  font-family: 'KabelITCBQ-Book', sans-serif;
}

.nav-links a {
  font-family: 'KabelITCBQ-Book', sans-serif;
  color: white;
  text-decoration: none;
  margin-right: 2rem;
  font-weight: normal;
}

.nav-links .trenner {
  width: 1px;
  font-size: 20px;
  height: 22px;
  background-color: rgba(179, 188, 199, 0.34);
}

.nav-links .doppel-trenner {
  width: 2px;
  font-size: 20px;
  height: 44px;
  background-color: rgba(179, 188, 199, 0.34);
}

.navbar-menu {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.navbar-menu img {
  margin-left: 2rem;
}


.nav-links svg {
  width: 2px;
  height: 70px;
}

.nav-button svg {
  width: 2px;
  height: 70px;
}

.nav-button {
  margin-right: 2rem;
  display: none;
}

a:hover {
  color: orange;
  /* Farbe */
}