:root {
  --mm-size: 100%;
  --mm-max-size: 100%;
}
.mm-menu--theme-white {
    --mm-color-focusring: #fff;
}
#nav-mob {
    padding: 0;;
}
.mm-menu--position-bottom,
.mm-menu--position-left-front,
.mm-menu--position-right-front,
.mm-menu--position-top {
    z-index: 87;
}
.mm-navbars .mm-navbar {
    z-index: 5;
    padding: 0;
}
.mm-navbar > .mm-btn.mm-btn--prev.mm-navbar__btn {
    order: 1;
}
.mm-navbar > .mm-navbar__title {
    order: 2;
}
.mm-navbar > .mm-btn.mm-btn--close.mm-navbar__btn {
    z-index: 90;
    position: absolute;
    right: 0;
    top: 0;    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.85em;
    width: 75px;
    min-width: 60px;
    height: 75px;
    max-height: 75px;
}
.mm-btn--close::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-size: 2.6em;
    font-weight: 400;
    line-height: 1;
    margin-right: 0;
    text-align: center;
    width: 1.25em;
}
.mm-btn--close::after {
    content: "Menü";
    font-size: 1em;
    font-weight: 400;
}
.mm-navbar  img.nostickylogo {
    display:none !important;
}
.mm-navbar img.stickylogo {
    margin-top: -75px;
    margin-left: 15px;
    width: 80px;
}
.mm-navbar .suche-btn-fs {
    position: absolute;
    top: 0;
    right: 75px;
    width: 75px;
    height: 75px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mm-navbar .mm-shadow {
    -webkit-box-shadow: 0 6px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 6px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0 6px 10px -5px rgba(0,0,0,0.25);
    width: 100%;
    height: 75px;
}
.mm-menu, .mm-menu * {
    color: #000;
}
.mm-wrapper__blocker {
    background: transparent;
}
.mm-navbars--top {
    border-bottom: none;
    margin-bottom: 15px;
}
.mm-navbar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mm-btn.mm-btn--prev.mm-navbar__btn {
    margin-top: 6px;
    margin-bottom: 7px;
}
.mm-navbar__title {
  -ms-flex: 0 1 75px;
  flex: 0 1 75px;
}
.mm-btn.mm-hidden + .mm-navbar__title {
    display: none;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__title {
    color:#000;
    font-family: 'Roboto Serif', serif !important;
    font-size:1em;
    width: 100%;
    border-bottom: 2px solid #007934;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 0 10px 0;
    margin: 0 15px;
}
.mm-navbar__title > span {
    position:relative;
    width: 100%;
    text-align: left;
}
.mm-navbar__title > span:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #007934;
    width: 70%;
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
}
.mm-listitem__text {
    padding-left: 15px;
    padding-right: 15px;
}
.nlv_1.mm-listview .mm-listitem::after {
    border-color: #007934;
    border-bottom-width: 2px;
    inset-inline-start: 15px;
}
.mm-listitem::after {
  inset-inline-start: 15px;
}
.nlv_1.mm-listview .mm-listitem__text {
    font-family: 'Roboto Serif', serif !important;
    font-size:1em;
    padding-top: 15px;
    padding-right: 5px;
}
.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0;
}
.mm-btn--next::after,
.mm-btn--prev::before {
    width: 10px;
    height: 10px;
    border: 2px solid #007934;
    border-bottom: none;
    border-right: none;
}
.mm-btn.mm-btn--prev.mm-navbar__btn::after {
    content: 'zurück';
    position: absolute;
    top: 0;
    left: 45px;
    color:#000;
}
.mm-btn.mm-btn--prev.mm-navbar__btn::before {
    content: url('assets/img/far-long-arrow-left.svg');
    left: 15px;
    right: auto;
    width: 20px;
    border:none;
    transform:none;
    height:auto;
}
.mm-listview {
    font-size: 16px;
}
@media (min-width: 768px) {
    .mm-navbar > .mm-btn.mm-btn--close.mm-navbar__btn {
      font-size: 0.85em;
      width: 110px;
      height: 110px;
      max-height: 110px;
    }
    .mm-navbar .suche-btn-fs {
      right: 110px;
      width: 110px;
      height: 110px;
    }
    .mm-navbar .suche-btn-fs > i[class*="fa-"] {
      font-size: 35px;
    }    
    .mm-navbar .mm-shadow {
      height: 110px;
    }    
    .mm-btn--close::before {
        line-height: 1;
        text-align: center;
        width: 45px;
        height: 45px;
        font-size: 50px;
    }
    .mm-btn--close::after {
      font-size: 1.2em;
      margin-top: 3px;
    }
    .mm-navbar img.stickylogo {
      margin-top: -110px;
      width: auto;
      height: 75px;
    }
    .mm-navbar a.headerheight {
        height:unset;
    }
}
@media (max-width: 374px) {
    .nlv_1.mm-listview .mm-listitem__text {
        font-size: 1em;
        padding-top: 15px;
    }
    .mm-btn:not(.mm-hidden) + .mm-navbar__title {
      font-size: 1.1625em;
    }
}    