
.projekt-navigation {
  font-family: Krona;

  display: flex;
  align-items: center;

  color: var(--background);

  position: fixed;
  top: 50px;
  left: 0;
  height: 40px;
  width: 100vw;

  padding-left: 20px;

  background-color: var(--highlightsmall);

  z-index: 1;

  text-decoration: none !important;
}

.projekt-navigation-projekte {
  font-family: Krona;
  padding-right: 30px;
}

.projekt-navigation-arrow {
  height: 30px;

  /* filter: brightness(0) saturate(100%) invert(66%) sepia(21%) saturate(5297%) hue-rotate(0deg) brightness(106%) contrast(104%); */
filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(4851%) hue-rotate(67deg) brightness(98%) contrast(108%);
}

.projekt-navigation-arrow:hover {}

.nav-item-left {
  /* padding-right: 50px; */
}
.nav-spacer {
  width: 50px;
  min-width: 50px;
}

.projekt-navigation-item {
  text-decoration: none !important;
  color: orange !important;

  display: flex;
}

.projekt-navigation-item:hover {
  text-decoration: underline !important;
}

.nav-titel-div {
  white-space: nowrap;
}

.nav-titel {
  font-family: Krona;
  /* position: absolute; */
  padding-left: 30px;
  display: inline-block;
}
