#header {
  background-color: var(--colorGreenTranslucent);
  border-bottom: 4px solid var(--colorBlue);
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  > #container {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0px 15px 0px 15px;
    max-width: 1100px;
    width: 100%;
    > #logo {
      height: 55px;
      margin: 10px 30px 10px 0px;
      > img {
        border: none;
        cursor: pointer;
        height: 100%;
      }
    }
    > #language {
      cursor: pointer;
      line-height: 26px;
      padding: 37px 2px 12px 2px;
      text-decoration: none;
      &:hover {
        color: white;
      }
      @media (max-width: 900px) or (pointer: coarse) {
        position: absolute;
        right: 65px;
        bottom: 0px;
      }
      @media (pointer: coarse) {
        padding: 37px 2px 12px 2px;
      }
    }
  }
}
