#header {
  position: relative;
  height: 60px;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}

#header #logo {
  position: absolute;
  width: 160px;
  top: 50%;
  transform: translate(0, -50%);
  left: 70px;
  font-size: 0;
}

#nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-flex;
  margin-right: 10px;
}

#nav button {
  display: none;
}

#icons-hamburger {
  z-index: 100;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: transparent;
}

#icons-hamburger:focus {
  outline: none;
}

#icons-hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  top: 14px;
  left: 0px;
  right: 13px;
  height: 2px;
  background: #000000;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

#icons-hamburger span::before,
#icons-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #282f36;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

#icons-hamburger span {
  -webkit-transition-property: background;
  transition-property: background;
}

#icons-hamburger span::before {
  top: -7px;
  -webkit-transition-property: top, transform, background;
  transition-property: top, transform, background;
}

#icons-hamburger span::after {
  width: 100%;
  bottom: -7px;
  -webkit-transition-property: bottom, transform, width, background;
  -webkit-transition-property: background, bottom, transform, width;
  transition-property: bottom, transform, width, background;
  transition-property: background, bottom, transform, width;
}

/* active state, i.e. menu open */
#icons-hamburger.is-active {
  background-color: transparent;
}

#icons-hamburger.is-active span {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  background: #f9f9f9;
}

#icons-hamburger.is-active span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#icons-hamburger.is-active span::after {
  width: 100%;
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#icons-hamburger.is-active span::before,
#icons-hamburger.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  background: #282f36;
}

#nav-liste {
  margin-right: 5px;
}

#nav ul {
  list-style: none;
  padding: 0px 0px;
  font-size: 0px;
}

#nav-liste > ul > li {
  display: inline-block;
}

#nav li a {
  display: block;
  padding: 22px 10px;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  color: inherit;
}

#nav li:hover > a {
  border-radius: 5px;
  color: rgb(193, 163, 100);
}

#nav li a.big {
  background: #c1a364;
  color: #ffffff;
}

#nav li .dropdown-button {
  cursor: pointer;
}

#nav li .dropdown-content {
  position: absolute;
  z-index: 1;
  min-width: 80px;
  background: #ffffff;
  display: none;
}

#select-language .select-value,
#select-language li {
  text-transform: uppercase;
}

.free-trial {
  font-size: 12px;
  height: 0px;
  float: right;
  line-height: 0px;
  /* margin-top: 7px; */
  margin-right: 7px;
  margin: auto;
}

/* ------------- New Language Select ------------- */
#select-language .select-ul {
  border-top: 1px solid #c1c1c1;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 5px 5px;
  z-index: -1;
}

#select-language {
  user-select: none;
  display: none;
  position: absolute;
  width: 60px;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 5px;
  height: 34px;
  background: #89a19e;
  cursor: pointer;
  /* right: 70px; */
}

#select-language[active="true"] {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.12);
}

div.select-form {
  position: relative;
  width: 100%;
  z-index: 10;
  text-align: left;
  cursor: pointer;
}
/* 
div.select-form::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 34px;
	height: 34px;
	top: 0px;
	right: 0px;
	background: #89A19E;
	cursor: pointer;
} */

div.select-form::after {
  content: "\25BC";
  position: absolute;
  pointer-events: none;
  width: 11px;
  text-align: center;
  top: 50%;
  right: 11px;
  transform: translate(0, -50%);
  font-size: 8px;
  /* color: #ffffff; */
  margin-top: 1px;
  cursor: pointer;
}

div.select-value {
  border-radius: 5px 5px 0 0;
  display: block;
  padding-right: 32px;
  padding-left: 3px;
  width: calc(100% - 35px);
  height: 34px;
  line-height: 34px;
  border: 0px;
  margin-bottom: 0px;
  background: #ffffff;
  /* color: white; */
  text-indent: 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-size: 11px;
}

ul.select-ul {
  position: absolute;
  background: #ffffff;
  width: 100%;
  max-height: 100px;
  overflow-y: auto;
  display: none;
}

ul.select-ul li {
  display: block;
  font-size: 11px;
  z-index: 100;
  padding: 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-size: 11px;
}

ul.select-ul li:hover {
  background: #282f36;
  color: #ffffff;
  border-radius: 2px;
}

#select-language > ul > li {
  display: block;
  width: auto;
}

#select-language > ul {
  display: block;
  width: 100%;
}
