/* header-menu */

.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#header-menu,
.header-menu {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#header-menu a {
  display: inline-block;
  padding: 0.2ex 0.5em;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
}
#header-menu .header-menu-dropdown {
  position: relative;
  display: inline-block;
}
#header-menu .header-menu-dropdown-content {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  text-align: left;
  /* border-radius: 5em; */
  box-shadow: 0 0.5ex 1ex 0 rgba(0,0,0,0.2);
  z-index: 100;
}
#header-menu .header-menu-dropdown-content li {
  margin: 0;
  padding: 0;
}
#header-menu .header-menu-dropdown-content a {
  display: block;
  padding: 0.2ex 0.5em;
  text-decoration: none;
  white-space: nowrap;
}
#header-menu .header-menu-dropdown:hover .header-menu-dropdown-content {
  display: block;
}
#header-menu .header-menu-btn {
  display: none;
}
@media screen and (max-width: 940px) {
  #header-menu li:not(:first-child)/*, .header-menu-dropdown .header-menu-dropbtn*/ {
    display: none;
  }
  #header-menu li.header-menu-btn {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 940px) {
  #header-menu.responsive { position: relative; }
  #header-menu.responsive .header-menu-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  #header-menu.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
  #header-menu.responsive .header-menu-dropdown { float: none; }
  #header-menu.responsive .header-menu-dropdown-content { position: relative; }
  #header-menu.responsive .header-menu-dropdown .header-menu-dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* custom header-menu */

/* ************************** */
#header-menu a,
#header-menu .header-menu-dropdown .header-menu-dropbtn,
#header-menu .header-menu-dropdown-content a {
  color: white;
  background-color: #ee3429;
}
#header-menu a:hover,
#header-menu .header-menu-dropdown:hover .header-menu-dropbtn,
#header-menu .header-menu-dropdown-content a:hover {
  color: black;
  background-color: #ffe6e0;
}
/* ************************** */


/* lang-select */

#lang-select {
  margin: 0;
  padding: 0;
  width: 100%;
}
#lang-select div {
  padding: 0 1em 0 1em;
  text-align: left;
}
#lang-select span {
  font-size: small;
}
#lang-select a {
  text-decoration: none;
}

/* custom lang-select */

/* menu-line */

#menu-line {
  padding: 0;
  margin: 0;
  text-align: center;
}

#menu-line ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu-line li {
  font-size: medium;
  display: inline;
  margin: 0;
  padding: 0;
}

#menu-line a {
  /* font-size: smaller; */
  /* text-decoration: none; */
  line-height: 1em;
  margin: 0;
  padding: 0.2em 0.2em;
  border: none;
}


/* custom menu-line */

#menu-line {
}
#menu-line a {
}
#menu-line a:hover {
}


