@charset "utf-8";

:root {
    --mm-lineheight: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-size: 100%;
    --mm-min-size: 140px;
    --mm-max-size: 10000px;
}

.mm-menu.mm-menu--offcanvas {
    --mm-color-background: #FFF;
    --mm-color-background-highlight: rgba(0, 0, 0, .05);
    --mm-color-background-emphasis: rgba(255, 255, 255, .4);
    --mm-color-border: rgba(0, 0, 0, .1);
    --mm-color-icon: #000;
    --mm-color-text: rgba(0, 0, 0, .75);
    --mm-color-text-dimmed: rgba(0, 0, 0, .3);
}

.mm-menu {
    font-family: ABCSynt-Regular;
}

#mobilemenu:not(.mm-menu) {
    display: none;
}

.mm-page {
    background: none;
}

.mm-wrapper__blocker {
    background: #000;
}

.mm-wrapper--opened .mm-wrapper__blocker {
    opacity: .3;
}

.mm-navbar *,
.mm-panels * {
    background-color: #FFF !important;
    font-size: 1.5rem;
}

.mm-btn--next::after {
    display: none;
}

.mm-listitem::after {
    display: none;
}

.mm-listitem__text {
    padding-left: 0;
    padding-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.mm-panels > .mm-panel > .mm-listview > li:nth-child(5) > .mm-listitem__text,
.mm-panels > .mm-panel > .mm-listview > li:nth-child(8) > .mm-listitem__text{
    border-bottom: 1px solid black;
}

.mm-panels > .mm-panel > .mm-listview > li.mm-listitem--opened > .mm-listitem__text {
    border: none;
}

li.mm-listitem--opened > a {
    text-decoration: line-through !important;
}

.mm-listitem--opened .mm-listitem a {
    font-weight: 300;
}

.mm-listitem--opened > .mm-panel {
    padding-top: 0;
    padding-left: 0;
}

.mm-menu,
.mm-panels,
.mm-panel {
    overscroll-behavior: auto;
}

.mm-listitem--opened > .mm-panel li:last-child .mm-listitem__text {
    padding-bottom: 20px;
}

.mm-navbar a,
.mm-navbar .mm-searchfield__btn {
    padding: 1em;
    max-width: 3.75em;
}

.mm-navbar {
    flex-wrap: wrap;
}

.mm-navbars--top {
    border-bottom: none;
}

.mm-navbars--top .mm-navbar,
.mm-navbars--top .mm-navbar:first-child {
    border: none;
    padding-top: 15px;
    padding-right: 15px;
}

.mm-navbars--top .mm-navbar {
    flex-direction: row-reverse;
}

.mm-btn:after,
.mm-btn:before {
    border: 3px solid var(--mm-color-icon);
}

.mm-btn--close::before,
.mm-btn--close::after {
    content: '';
    box-sizing: content-box;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    transform: rotate(-45deg);
}

.mm-btn--close::before {
    border-right: none;
    border-bottom: none;
}

.mm-btn--close::after {
    border-left: none;
    border-top: none;
    right: 25px;
}

.mm-btn--close::before {
    left: 28px;
}

.mm-searchfield {
    padding-left: 20px;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
    padding-left: 0;
}

.mm-searchfield__input input {
    background-color: transparent;
    padding: 21px;
    padding-left: 0;
    padding-right: 0;
}

.mm-searchfield__input input::placeholder {
    color: revert;
}

.mm-navbar__searchfield {
      width: 100%;
}

.mm-searchfield__input {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

.mm-searchfield__btn {
    display: block;
    background-image: url(../Icons/icon_lupe.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.mm-menu button.mm-searchfield__btn {
    width: 50px;
    min-width: 0;
    height: auto;
    font-size: inherit;
    margin-bottom: 0;
    background-color: transparent !important;
}

@media only screen and (min-width: 600px) {

    :root {
        --mm-size: 50%;
        --mm-min-size: 240px;
        --mm-max-size: 1440px;
    }

    .mm-wrapper--opened a.mburger--squeeze {
        display:none;
    }
}
