#nav {
  position: sticky;
  top: 0;
  height: 60px;
  background: #eaedf2;
  z-index: 1;
  text-align: center;
  box-shadow: 1px 1px 2px 1px lightgray;
}

#nav-left {
  float: left;
  margin-left: 15%;
  height: 60px;
}

#nav-left img {
  float: left;
  height: 60px;
}

#nav-lang {
  display: inline-block;
  float: right;
  margin-right: 10px;
}

#nav-right {
  float: right;
  margin-right: 15%;
  margin-top: 25px;
}

.navlink {
  text-decoration: none;
  color: #094b79;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 20px;
}

#navbutton1, #navbutton2 {
  margin-left: 15px;
}

#navbutton1 button {
  background-color: #68abda;
  height: 32px;
  font-weight: 600;
}

#navbutton2 button {
  background-color: #3976a2;
  height: 32px;
  font-weight: 600;
}

#nav-toaster {
  display: none;
  float: right;
  width: 100px;
  height: 60px;
  background: url('/assets/toaster.png') center;
  cursor: pointer;
}

.toaster-menuitem {
  background-color: #eaedf2;
  text-align: center;
  border-bottom: 1px solid lightgray;
}

.toaster-menuitem .navlink {
  display: inline-block;
  width: 200px;
  padding: 10px;
  text-decoration: none;
  color: black;
}

.toaster-menuitem .navlink:hover {
  background-color: #68aada;
}

#toaster-highlight1 {
  background-color: #68abda;
}

#toaster-highlight2 {
  background-color: #3976a2;
}

#toaster-menuitem-cont {
  display: none;
  position: absolute;
  right: 0px;
  top: 60px;
}

/*
#nav-toaster:hover #toaster-menuitem-cont {
  display: block;
}
*/

.label-separator {
  margin-right: 3px;
  border-right: 1px solid black;
}

.nav-lang {
  cursor: pointer;
  width: 24px;
}

.nav-lang:hover {
  background-color: #95b3e6;
}

.activelang {
  background-color: #50c1e2;
}

.link-separator {
  border-right: 1px solid darkgray;
}

.navlink:hover {
  border-bottom: 2px solid black;
}

@media (max-width:1750px) {
  #nav-left {
    margin-left: 10%;
  }

  #nav-right {
    margin-right: 10%;
  }
}

@media (max-width:1250px) {
  #nav-left {
    margin-left: 10px;
  }

  #nav-right {
    margin-right: 10px;
  }
}

@media (max-width:1025px) {

  #nav-right {
    display: none;
  }

  #nav-toaster {
    display: block;
  }

  #nav-lang {
    float: none;
  }

  .nav-lang {
    padding: 5px;
  }
}
