/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2026 | 16:17:29 */
/* 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*/ 
 .showmobile {
    display: none !important;
 }
@media screen and (max-width: 1000px){

 .hidemobile { 
    display: none !important;
 }
 .showmobile {
    display: flex !important;
 }
}
