/* Burger Menu Focus Fix - entfernt gestrichelten Rand nach Schließen des Burger Menüs auf iOS */
   .uk-navbar-toggle {
       -webkit-tap-highlight-color: transparent !important;
   }

   .uk-navbar-toggle:focus,
   .uk-navbar-toggle:focus-visible,
   .uk-navbar-toggle:active {
       outline: none !important;
       border: none !important;
       box-shadow: none !important;
   }
