

@media only screen and (max-width: 954px) {


a.mmenu-icon {
    display: block;
    width: 30px;
    padding: 0;
  
}
a.mmenu-icon::before, a.mmenu-icon::after {
    content: '';
    display: block;
    background: #000;
    height: 3px;
}
a.mmenu-icon span {
    background: #000;
    display: block;
    height: 3px;
    margin: 6px 0;
    /*content: url(img/icon-mobile-menu.svg);*/
}
.mm-navbar {
    font-size:16px !important;
}
}
/* ursprünglich min-width: 767px */

#icon-mobil {
    display: flex;
    align-items: end;
    padding-bottom: 12px;
    justify-content: end;
}
@media only screen and (max-width: 600px){
#icon-mobil {
    padding-bottom: 8px;
}
}
@media only screen and (min-width: 955px){
#icon-mobil {
    display: none;
}
}
/* ursprünglich min-width: 768px */


/*
.mm-menu {
    background-color:#000 ;
}


.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    color: #ffffff !important;
}


.mm-panels {
    margin-top:80px;
}

.mm-menu .mm-listview {
    border-color:#fff !important;
}


.mm-listview a,
.mm-listview span {
    text-decoration:none;
    text-decoration:none !important;
    color: #fff !important;
}


a:link.mm-title {
    font-size:16px;
    text-decoration:none;
    color:#fff;
}


ul.mm-listview {
    border-top:1px solid #fff;
}


.mm-listview > li:not(.mm-divider)::after {
    left:0;
}


.mm-listview > li:not(.mm-divider)::after {
    border-color:#fff;
}


.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: #e2001a;
}


.mm-menu.mm-theme-dark .mm-listview > li .mm-next::after {
    border-color:#fff;
}


.mm-listview .mm-next::before {
    border-color:#fff !important;
}


.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
    border-color: #fff !important;
}

*/

/*

.mm-menu.mm-theme-white {
    color:#000;
}

#menu-mobile strong.active {
    padding-left:20px;
    background-color:#$rot;
}

.mm-listview .mm-next::before {
    border:none;
}*/
