@import url(https://fonts.googleapis.com/css?family=Rubik+Dirt);
.headertabelle1 {
    width: 860px;
    display: flex;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 9px;
    font-family: calibri;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headertabelle2{
    display: inline-block;
    width: 23%;
}

.headertabelle3 {
    width: 100%;
    padding-right: 3px;
    text-align: justify;
    padding-left: 3px;
    height: 170px;
    overflow: auto;
    font-size: 9px;
    font-family: calibri;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headertabelle4 {
    width: 33%;
    display: inline-block;
    text-align: justify;
    padding-left: 20px;
    height: 170px;
    overflow: auto;
    padding-right: 3px;
}

.headertabelle5{
    display: inline-block;
    width: 100%;
}

.headertabelle6{
    padding-right: 3px;
    text-align: justify;
    padding-left: 3px;
    overflow: auto;
    height: 60px;
}

.headertabelle7{
    display: inline-block;
    width: 100%;
}

.headertabelle8 {
    height:90px;
    overflow: auto;
    font-size: 9px;
    font-family: calibri;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: justify;
}

.headertabelle9 {
    background-color:#c1c1c1;
    padding:2px 6px;
    text-transform:uppercase;
    margin-bottom:8px;
    font-size: 15px;
    text-align: center;
    font-family: 'Rubik Dirt', sans-serif;
}

.headertabelle10 {
    width: 21%;
    display: inline-block;
    padding-right: 6px;
}

#head_menu {
  font-size: 12px;
  font-family: 'Rubik Dirt';
  color: #fff;
  background: #3a5295;
  height: 50px;
  display: flex;
  flex-direction: row;
  z-index: 9998;
  position: fixed;
  width: 100%;
}

.menu_avatar {
  width: 120px;
  height: 120px;
  background: #263c7a;
  margin-left: 50px;
  margin-top: 5px;
  border: 10px solid #213671;
  z-index: 9999;
}

.menu_buttons {
  margin-left: 20px;
  margin-top: 5px;
  display: flex;  
}

.menu_button {
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #efefef;
}

.menu_icon {
  color: #82a3fe;
}