#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  z-index: 101;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header-bg {
  position: relative;
  top: -70px;
  z-index: -1000;
  position: fixed;
  height: 110px;
}

#menu {
  font-weight: bold;
}

#menu #lang {
  position: relative;
  z-index: 1000;
}

#menu #lang button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-size: 12pt;
  text-align: right;
  color: #890C58;
}

.menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.menu {
  color: #890C58;
  list-style: none;
  margin: 0;
  padding: 0;
  /* unvisited link */
  /* visited link */
  /* mouse over link 
    a:hover {
        color: $proto;
    }*/
  /* selected link */
}

ul.menu span {
  -ms-grid-column: 3;
  grid-column: 3;
  display: -ms-inline-grid;
  display: inline-grid;
}

ul.menu li {
  z-index: 102;
  -ms-grid-columns: [first] 35px [line1] 30px [line2] auto [line3] 10px [final];
      grid-template-columns: [first] 35px [line1] 30px [line2] auto [line3] 10px [final];
  -ms-grid-rows: [row1-start] auto [sep] 15px [row2-end];
      grid-template-rows: [row1-start] auto [sep] 15px [row2-end];
  height: 70px;
  line-height: 64px;
  text-align: left;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-column: 1;
  grid-column: 1;
}

ul.menu a {
  font-size: 16pt;
  text-decoration: none;
  width: 100%;
}

ul.menu a:link {
  color: #222;
}

ul.menu a:visited {
  color: #222;
}

ul.menu a:active {
  color: #222;
}

ul.menu .icon {
  font-weight: 800;
  font-size: 25pt;
  -ms-grid-column: 2;
  grid-column: 2;
  display: -ms-inline-grid;
  display: inline-grid;
}

ul.menu .link {
  -ms-grid-column: 3;
  grid-column: 3;
  display: -ms-inline-grid;
  display: inline-grid;
  bottom: 0px;
}

@media only screen and (min-width: 600px) {
  #content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #menu {
    top: 0px;
    left: 0px;
    min-width: 180px;
  }
  #header {
    height: 100px;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header img {
    margin: 10px;
    height: 80px;
  }
  #header-bg {
    display: none;
  }
  #m-button {
    display: none;
  }
  .main_title {
    display: none;
  }
  #lang {
    text-align: left;
    margin-left: 100px;
  }
}

@media only screen and (max-width: 600px) {
  #header-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 101;
  }
  #menu {
    display: block;
    height: 0px;
    overflow: hidden;
  }
  #menu.open-list {
    -webkit-animation: fade-in 0.4s;
            animation: fade-in 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  #menu.closed-list {
    -webkit-animation: fade-out 0.4s;
            animation: fade-out 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #header {
    height: 70px;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header img {
    margin: 10px;
    height: 50px;
  }
  #header-bg .open {
    width: 100vh;
    height: 100vh;
    -webkit-animation: bg-menu-open 0.4s;
            animation: bg-menu-open 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #header-bg .close {
    -webkit-animation: bg-menu-close 0.4s;
            animation: bg-menu-close 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes bg-menu-open {
    from {
      width: 0px;
    }
    to {
      width: 100vw;
    }
  }
  @keyframes bg-menu-open {
    from {
      width: 0px;
    }
    to {
      width: 100vw;
    }
  }
  @-webkit-keyframes bg-menu-close {
    from {
      width: 100vh;
    }
    to {
      width: 0px;
    }
  }
  @keyframes bg-menu-close {
    from {
      width: 100vh;
    }
    to {
      width: 0px;
    }
  }
  .main_title {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_title h1 {
    font-size: 24px;
  }
  /* Menu button */
  #m-button {
    margin: 15px 17.5px 10px 17.5px;
    width: 35px;
    height: 35px;
  }
  .m-bar {
    width: 35px;
    height: 5px;
    background-color: #222;
    margin: 6px 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    border-radius: 10px;
  }
  .m-top.change {
    -webkit-transform: rotate(-25deg) translate(0, 6px);
            transform: rotate(-25deg) translate(0, 6px);
    width: 30px;
  }
  .m-mid.change {
    width: 6px;
    height: 6px;
    -webkit-transform: translate(3px);
            transform: translate(3px);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-bot.change {
    width: 30px;
    -webkit-transform: rotate(25deg) translate(0, -6px);
            transform: rotate(25deg) translate(0, -6px);
  }
  @-webkit-keyframes fade-out {
    from {
      height: auto;
      overflow: inherit;
    }
    to {
      display: block;
      height: 0px;
      overflow: hidden;
    }
  }
  @keyframes fade-out {
    from {
      height: auto;
      overflow: inherit;
    }
    to {
      display: block;
      height: 0px;
      overflow: hidden;
    }
  }
  @-webkit-keyframes fade-in {
    from {
      display: block;
      height: 0px;
      overflow: hidden;
    }
    to {
      height: auto;
      overflow: inherit;
    }
  }
  @keyframes fade-in {
    from {
      display: block;
      height: 0px;
      overflow: hidden;
    }
    to {
      height: auto;
      overflow: inherit;
    }
  }
}
/*# sourceMappingURL=header.css.map */