/* 5-jahreszeiten - space.css
   Layout ohne Firlefanz.
   - max Breite: 1920px
   - 70/30 wird ueber Responsee Grid in index.php gesteuert (l-8 / l-4)
*/

/* Breite immer max. 1920px */
.size-1140 .line,
.size-1920 .line{
  max-width: 1920px !important;
  background-color: transparent !important;
}

@media screen and (min-width: 1600px){
  .size-1140 .line,
  .size-1920 .line,
  .size-1140 section .line,
  .size-1920 section .line{
    max-width: 1920px !important;
    background-color: transparent !important;
  }
}

.header-topline{
  background: transparent !important;
}
