/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: transparent;
}

.header_logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

.header_logo img {
  height: 42px;
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
}

.language-switch {
  position: absolute;
  top: 18px;
  right: 30px;
  font-weight: bold;
  font-size: 16px;
}

.language-switch a {
  text-decoration: none;
  color: #a1a1a1;
}

.language-switch a:hover {
  text-decoration: underline;
}

.current {
  color: #17224E;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  font-weight: bold;
  cursor: default;
  text-underline-offset: 8px;
}

@media (max-width: 768px) {
  .header_logo img {
    height: 28px;
  }
}
