/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 07:45:37 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

@media (max-width: 1120px) {
    #ast-desktop-header {
        display: none;
    }

    #ast-mobile-header {
        display: block !important;
    }
}