@media screen and (max-width: 800px){
  /*.mobile-hide {*/
    /*display: none;*/
  /*}*/
  #organisator-column{
    margin-top: 5%;
    margin-left: 17%;
  }

}

@media screen and (min-width: 900px){
  .mobile-sponsors{
    display: none;
  }
}

#nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 55px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background: #97999c url("../images/hamburger.gif") no-repeat 50% 33%;
}