@import url('https://fonts.googleapis.com/css?family=Roboto');


nav{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  z-index: 2;
}
  nav ul {
    list-style: none;
    position: absolute;
    margin-left: 37%;

  }
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }

    nav ul li:hover{background: rgba(68,108,179,.6);}
    nav ul li:hover > ul{display: block;}
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }
      nav ul li a{
        display: block;
        padding: 17px 18px;
        color: #222;
        font-size: .9em;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
      }
      nav ul ul{
        display: none;
        background: #fff;
        position: absolute;
        top: 100%;
        box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,.1);
      }
        nav ul ul li{float: none; position: relative;}
          nav ul ul li a {
            border-bottom: 1px solid rgba(0,0,0,.05);
          }
          /*nav ul ul ul {
            position: absolute;
            left: 100%;
            top:0;
          }*/

#site_head
{
    position: absolute;
    top:30%;
    text-align: center;
    left: 0;
}

#site_head_list
{
  display: inline-block;

}

#site_head ul {
  justify-content: center;
  margin: 0;
  padding: 0;
}

.btn {
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 22px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 90px
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.btn:hover {
  background-color: #d2d2d2;
}

.blue {
  background-color: #737174;
  box-shadow: 0px 5px 0px 0px #979698;
}

.headbox a
{
  color: black;
}

.active
{
  box-shadow: 0px 5px 0px 0px #F39C12;
}

#mainmenu_language
{
  position: fixed;
  top: 2%;
  z-index: 3;
  left: 10%;
}
#mainmenu_language img {
  width: 40px;
}

.login
{
  float:right;
  margin-top: 25px;
  margin-right: 10px;
}
.login a {
  margin-left: 5px;
}

.dropdown {
  padding: 0;
  width: 50%;
  border-radius: 5px;
  margin: 0;
}

#img-logo a  {
  float: left;
}

.headbox {
  background-color: #9f9f9f33;
  padding: 2px;
}
#site_content:has(> .tableframe) {
  margin-left: 450px;
}
.hassubs {
  border-radius: 10px;
}
.hassubs > a:after { content: ' ▼'; }

.subs {
  border-radius: 5px;
}

@media screen and (max-width: 1500px) {
  #mainmenu_language {
    top:3%;
  }
  #mainmenu_language img {
    width: 35px;
  }
  nav ul {
    margin-right: 22%;
  }
}