* {
   word-spacing: 0;
}

@media only screen and (max-width: 599px) {
  .startseite header {
    min-height: auto;
  }
  #sitewrapper main,
  body.startseite main  {
    margin-top: 0;
  }
  #nav li {
    width: 20%;
  }
  #nav section > ul {
    display: inline-block;
  }
  #nav section > ul::after {
    display: block;
    content: " ";
    font-size: 0;
    height: 0;
    clear: both;
  }
  #nav-meta a.menu-button {
    display: none;
  }
  #sitewrapper #nav-meta .menu-button {
   display: block;
  }
}

@media only screen and (max-width: 1023px) {
  #nav h1 a {
    max-width: 72px;
    min-width: 72px;
    margin-left: 15px;
    background-position: 0 0;
  }
}

@media only screen and (min-width: 599px) {
  .site-index .box{
    width: 24.66667%;
  }
}

@media only screen and (min-width: 600px){
  #nav h1 {
    top: 57px;
  }

  #top-bar.noWarning {
    max-height: 55.4px;
  }

  header {
    min-height: 450px !important;
  }
  .no-header-bg header {
    min-height: 0 !important;
  }
}

#nav-meta .menu-button {
   display: none;
}
main {
  margin-top: -120px;
}

#top-bar.warning {
  border-top: 5px solid #FFAB17;
}

#nav ul.level-1 a,
#nav ul.level-1 strong {
  padding: 0;
  height: 100px;
  width: 154px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#nav ul.level-1 ul a,
#nav ul.level-1 ul strong {
  padding: 20px 10px;
  height: auto;
  width: 100%;
  text-align: left;
  display: block;
}

#nav:not(.hide) ul.level-1 {
   padding: 0;
}

#nav li {
   background: rgba(242,244,246,0.8);
   height: 200px;
}

footer section.legal {
   padding: 22px 0 22px 0;
}

footer .legal a  * {
   color: inherit;
}


footer section.legal .info div {
    background-image: url(../images/adler.png);
    background-repeat: no-repeat;
}

/* twocolumn-text */
.twocolumn-text {
   display: inline-block;
   font-size: 0.9em;
   word-spacing: 0;
   padding: 0px 15px 25px;
}

.twocolumn-text h1 {
   font-size: 1.5em;
}

.twocolumn-text-column {
   width: 50%;
   float: left;
}

.twocolumn-text-column:first-of-type {
   font-weight: bold;
   padding-right: 20px;
}