.navbar {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.048);
  padding: 5px;
  margin: 0;
  height: 80px;
}

.container-nav {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;

  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.navigation-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
  height: 50px;
  transition: 0.35s ease-in-out;
  padding: 0;
}

.nav-item1 {
  font-size: 28pt;
  letter-spacing: 1px;
  font-style: normal;
  font-family: "Helvetica Light", "Arial", sans-serif;
  font-weight: 100;
}

.nav-item {
  font-size: 18pt;
  font-family: "Helvetica Light", "Arial", sans-serif;
  font-weight: 100;
  color: var(--bs-link-color);
}

.navbartop {
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  background: rgb(255, 255, 255);
  transition: 0.4s;
  color: rgb(12, 12, 12);
}

.navimg {
  object-fit: cover;
  scale: 1;
  top: 50px;
  transition: 0.5s;
  left: 100px;
  height: 80px;
}

.headerlink:focus,
.headerlink:hover {
  transition: 0.2s;
  color: #ff0000;
}

.headerlink {
  font-size: 14pt;
  font-style: normal;
  font-weight: 100;
  font-family: "Helvetica Light", "Arial", sans-serif;
}
.footer-link {
  font-family: "Helvetica Light", "Arial", sans-serif;
  font-weight: 100;
}

.nav-link:hover {
  scale: 105%;
}

.flagimg {
  box-shadow: 0px 0px 8px #0000003f;
  height: 21px;
  width: 30px;
  border-radius: 3px;
}

.flagimg:hover {
  box-shadow: 0px 0px 8px rgba(0, 64, 255, 0.582);
}

#Lang {
  height: 50px;
}

.flagimg:hover {
  box-shadow: 0px 0px 8px rgba(0, 64, 255, 0.582);
}
#navcol-1 {
  margin-left: 12%;
}

.navlogo {
  margin-left: 20px;
  max-height: 80px;
  width: 100px;
  z-index: 50;
  position: absolute;
}

.burger {
  display: none;
}

@media (max-width: 600px) {
  .container-nav {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-expand .navbar-nav {
    flex-direction: column;
  }

  .navimg {
    object-fit: cover;
    scale: 1.5;
    top: 5px;
    transition: 0.5s;
    left: 0px;
    height: 40px;
  }

  .navigation-panel {
    display: none !important;
  }

  .burger {
    display: flex;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 30px;
    left: 50%;
  }
  .burger span {
    height: 2px;
    width: 100%;
    background-color: rgb(22, 22, 22);
    transform: scale(1);
  }

  .burger::before,
  .burger::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgb(22, 22, 22);
    transition: all 0.3% ease 0%;
  }
}
