/*** CUSTOM STYLES ****/
/* Fonts */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/static/Raleway-Regular.ttf');
    font-display: block;
}

@font-face {
    font-family: 'Nixie One';
    src: url('../fonts/Nixie_One/NixieOne-Regular.ttf');
    font-display: block;
}


#logo {
    width: 50%;
    max-width: 500px;
    margin-top: 15%;
}

.logo {
    max-width: 100px !important;
}

.btn-order {
    color: #7d0000;
}

.btn-order:hover {
    color: #7d5555;
}

.menu-filters li {
    font-size: 1em;
    display: none;
}

.menu-filters .active, .menu-filters .prev, .menu-filters .next {
    display: list-item;
}

.menu-filters .next:not(.disabled)::before {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a;
}

.menu-filters .prev:not(.disabled)::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a;
}

.menu-filters .disabled {
    color: #cccccc;
}


.narrow-menu h4 {
    margin-left: 1em;
    display: block;
}

.narrow-menu h4:first-child {
    margin: 0 1em;
}

.narrow-menu .menu-item {
    margin: 5px 0;
    padding-right: 0 ;
}

.narrow-menu .menu-item:nth-child(even) {
    margin: 5px 0;
    padding-left: 0;
}

.menu-item li {
    height: auto;
    margin: 10px 1em;
}

.menu-item h4 {
    padding-bottom: 1em;
}

.menu-item-small li{
    height: 2.5em;
}

.beilage {
    margin-top: 6.5em;
}

.drinks h4 {
    margin: 6em 0 0 0.7em;

}

.drinks .menu-item li {
    height: auto;
    margin: 10px 1em;
}

.drinks .menu-item .price {
    margin: 0;
}

.week {
    font-weight: bold;
    margin-bottom: 2em;
}

.menu-item .title {
    margin-bottom: 0;
    font-size: 1em;
    max-width: 250px;
}

.menu-item .sub-title-menu {
    text-transform: none;
    font-weight: normal;
    margin-left: 5px;
}

.menu-item .price {
    margin: 0;
    font-size: 1em;

}

.menu-item sup {
    margin-left: 2px;
    cursor: pointer;
}

.menu-item .description {
    margin: 0px;
    display: block;
    font-size: 1em;
    line-height: 1.4;
}

.menu-item-small .description {
    margin-top: -10px;

}

.price-container {
    width: 100%;
}

    .hero-slider .background-image-holder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(33, 33, 33, 0.2), rgba(150, 150, 150, 0.2));
    opacity: .7;
}

.scrolled {
    color: #000000;
}

/*** MIDNIGHT ***/

.fixed {
    z-index: 10000;
    right: 1em !important;
    top: 1em !important;

}
.nav-toggle {
    left: unset !important;
    width: 46px;
}

.nav-toggle .icon_menu {
    float: right;
    right: 1em;
}

.main-container {
    width: 100%;
}

.midnightHeader.default {
    color: white;
    z-index: 10000;
}

.midnightHeader.black {
    color: black
}

.white {
    color: white !important;
}

/*** MAP ***/

#map {
    width: 100%;
    height: 300px;
}

.text-left {
    word-wrap: break-word;
}


.footer-contact {
    background: #7d0000;
    color: #fff
}

.footer-contact .sub-title {
    color: #fff

}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

#allergene {
    display: none;
}

button {
    outline: none;
}

/* SIEMA Carroussel*/

.siema {
    display: flex;
    flex-direction: column;
}

.siema div {
    align-items: center;
    display: flex;
}

.gallery-headline {
    margin-bottom: 0;
}

.gallery {
    max-width: unset;
}

.gallery-image-holder {
    margin: 0 0.5em;
    padding: 1em;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.narrow-menu .menu-item.season {
    width: 400px;
    margin: 2em auto;
    position: relative;
    display: block;
    float: inherit;
}


@media screen and (min-width: 480px) {
    .menu-filters .active + li {
        display: list-item;
    }
}

@media screen and (min-width: 620px) {
    .narrow-menu h4:first-child  {
        margin: 0 0.7em;
    }

    .narrow-menu h4 {
        margin-left: 0.7em;
    }
}ril

@media screen and (min-width: 1280px) {
    .menu-item .title {
        max-width: 380px;
    }
}

