/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2020 | 06:27:08 */
/* Nur bei großformatigem Screen anwenden */
@media screen and (min-width: 1200px) {
    /* CSS-Stil für das sticky Menü */
    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
    }

    /* Dem Body unter dem Menü als Ausgleich für sticky-gemachte Menü den verloren gegangenen Platz zuweisen */
    .paddy {
      padding-top: 61px !important;
    }
}


  
