﻿/*------------------------------------------------------------------
    Bildschirme ab 769 Pixel                         
      769px / 16px/em = 48,0625em
      + 3 Spalten
        - Header oben
        - Navigation, Hauptinhalt und Seitenleisten nebeneinander
        - Fußleiste unten		
 ------------------------------------------------------------------- */
@media screen and ( min-width: 1024px ) {
    .width320 {
        display: none;
    }

    .width768 {
        display: none;
    }

    .width1024 {
        display: block;
    }

    .width1280 {
        display: none;
    }

}