div.navBackground {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 51.5px;
  background-color: #fff;
}

div.navBar {
  font-family: "AktivGrotesk", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  /*
  background-color: #fff;
   */
  color: #000;

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;

  border-width: 0 0 3.5px 0;
  border-color: #000;
  border-style: dotted;
  border-image-source: url('../images/dotsSmall.svg');
  border-image-slice: 20% 20% 20% 0;
  border-image-repeat: repeat;

  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

div.tazLogo {
  padding-right: 10px;
}

div.navBar a {
  text-decoration: none;
  color: #000;
}

div.navbarLeft {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
}

div.navbarLeftMenu {
  display: inline-flex;
  padding-top: 13px;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
}

div.navbarCenter {
  display: inline-flex;
  padding-top: 10px;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
}

div.navbarRight {
  display: inline-flex;
  padding-top: 13px;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  padding-right: 25px;
}

div.navbarEntry {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  white-space: nowrap;
}

div.navbarLabel {
  display: flex;
  padding-bottom: 3px;
  align-items: center;
  gap: 10px;
}

img.navbarLogo {
  width: 24px;
  height: 24px;
}

div.nachbarCenter {
  display: flex;
}

div.zoom {
  gap: 11px;
}

img.zoomLogo {
  width: 30px;
  height: 30px;
}

div.zoomView {
  font-size: 16px;
  line-height: 21px; /* 131.25% */
  padding-bottom: 3px;
}
