.menumob-plugin { height: 100%; background: rgba(0,0,0,0.95); position: fixed; top: 0px; left: -400px; z-index: 999; overflow: auto; }
.submenu-content{ left: 0px;}
.menumob-pluginlist { display: block; height: 100%; }
.menumob-pluginlist li a:hover { background-color: #f1f1f1; color: #191919 !important; }
.headLineMenuMob .btn-info:active { background: #BBB !important; border-color: #CCC !important; box-shadow: 0 0 0 0.2rem rgba(255,255,255,.2) !important;}
.menumob-pluginlist  a{ cursor: pointer;}

.loader-menumobile *{visibility: hidden;}
.loader-menumobile:before{ content: ""; border: 4px solid #333; border-radius: 50%; border-top: 4px solid #ccc; width: 20px; height: 20px; -webkit-animation: spin 1s linear infinite; /* Safari */ animation: spin 1s linear infinite; position:absolute; margin-left:-10px; }

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}