
@media (max-width: 991px) {
    #my-menu {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #mm-my-menu {
        display: none !important;
    }
    html.mm-blocking,
    html.mm-blocking body {
        overflow: initial;
    }
}
  
#my-menu:not( .mm-menu) {
    display: none; 
}

.mm-menu {
    background: #fff;
    border-color: #e5e5e5;
    color: #05164D;
}

.mm-menu.mm-offcanvas {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
    top: 48px;
    width: 90%;
}

@media (min-width: 992px) {
    .mm-menu.mm-offcanvas {
        top: 0;
    }
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 482px;
    border-top: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(90, 90, 90, 0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(90, 90, 90, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(90, 90, 90, 0.5);
}

@media (min-width: 768px) {

}

/* updated width */

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
     width: 32.33333%;
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
     width: 32.33333%;
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
     width: 32.33333%;
}

.mm-menu .mm-panels {
    margin: auto;
}

.mm-subopened {
    color: #05164D;
}

.mm-menu .active {
    font-weight: bold;
    color: #05164D;
}

.mm-menu .current {
    font-weight: bold;
    color: #05164D;
}

#addMenuThings {
    display: none;
}

.custom-mmenu-div {
    top: 186px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    padding-bottom: 10px;
}

.cookie-disclaimer-shown .custom-mmenu-div {
	top: 329px !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .cookie-disclaimer-shown .custom-mmenu-div {
        top: 355px !important;
    }
}

#my-menu {
    position: relative;
    height: 481px;
    background-color: #fff;
}

.fa-navicon:before {
    content: "\f0c9";
    font-size: 25px;
    text-decoration: none;
    font-family: "fontawesome";
    margin: 0 0 0 10px;
    color: #fff;
}

#tooglenav {
    width: 50px;
    right: 15px;
    top: 10px;
    display: block;
    position: absolute;
}

#tooglenav a {
    color: #fff;
}

.mm-navbar-size-0 {
    display: none;
}

.mm-navbar {
    text-align: left;
    padding: 0 40px;
    font-weight: bold;
}

.mm-panels .mm-nonavarrow .mm-navbar {
    padding: 0 20px;
}

.mm-navbar a {
    color: #05164D;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    font-size:16px;
    color: #05164D;
}
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
    font-size: 15px;
}
.mm-menu .mm-listview {
    /*border-color: #e5e5e5;*/
}
    .mm-listview .mm-next, .mm-menu em.mm-counter{
        color: #05164D;
    }

    .mm-menu .mm-listview > li .mm-next:after {
        border-color: #05164D;
    }

#mm-my-menu,
#mm-my-menu .mm-listview > li > a {
    font-size: 16px
}

#mm-my-menu .mm-navbar {
    text-align: center;
}

.mm-topnavbar {
    white-space: nowrap;
    background-color: #ececec;
    text-align: left;
    padding: 0px;
    list-style: none;
}

.mm-topnavbar li {
    background-color: #05164D;
    float: left;
    min-width: 48%;
    padding: 10px 15px;
}

.mm-topnavbar li:nth-child(2),
.mm-topnavbar li:nth-child(3) {
    border-bottom: 1px solid #fff;
}

.mm-topnavbar li:nth-child(3),
.mm-topnavbar li:nth-child(5) {
    border-left: 1px solid #fff;
    width: 52%;
}

.mm-topnavbar li:first-child,
.mm-topnavbar li:last-child {
    display: none;
}

.mm-topnavbar li a {
    color: #fff !important;
    font-family: HelveticaDLHRoman, Helvetica, Arial, sans-serif;
    font-weight: normal;
}
    
/*iphone5 - Buttons ausblenden */
@media screen and (device-aspect-ratio: 40/71) {
        .mm-navbar-bottom {
         display:none;
    }
}

.mm-navbar-bottom li.active,
.mm-navbar-bottom li.current {
    /*border-right: 8px solid #fff*/
}

.mm-navbar-bottom li.active a,
.mm-navbar-bottom li.current a {

}

.mm-hasnavbar-top .mm-panels {
    top: 90px;
    border-top: 1px solid #ececec;
}

.mm-navbar-bottom {
    height: 80px;
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2{
	bottom: 80px;
}

.navbar-toggle {
    background-color: transparent !important;
    margin-right: 0px!important;
    padding: 9px 0 10px 0!important;
    margin-top: 7px!important;
}

    .navbar-toggle .icon-bar {
        background-color: #05164d !important;
    }

.icon-bar-animation .icon-bar.r1 {
    -webkit-transform: translateY(0px) rotateZ(0deg);
    transform: translateY(0px) rotateZ(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-bar-animation .icon-bar.r2 {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-bar-animation .icon-bar.r3 {
    -webkit-transform: translateY(0px) rotateZ(0deg);
    transform: translateY(0px) rotateZ(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: auto;
    position: static;
}

html.mm-front .mm-menu.mm-offcanvas{
	z-index:999;
}

@-moz-document url-prefix() { 
  .mm-columns-1 em.mm-counter + a.mm-next{
	    border-left-style: solid;
	    border-left-width: 1px;	
    }
}