@font-face {
    font-family: "Lobster";
    src: url(/fonts/Lobster-Regular.ttf) format("truetype");
}

.cover-img {
    background-image: url("../img/cover/cover-1.jpg");
    background-size: cover;
    background-position: center center;
}

/* The animation part: */
.spinning {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.disabled {
    background-color: #EAECEF;
}

body {
    min-height: 100%;
    margin-top: 3em;
    /* Margin bottom by footer height */
    /* margin-bottom: 60px; */
    background-color: #F8F9FA;
    overflow-x: hidden;
}

@media print {
    body {
        background-color: white !important;
    }
}

#impressum p {
    white-space: pre;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */

}

.navbar-main {
    -webkit-box-shadow: 0 0 2px 0 #000;
    -moz-box-shadow: 0 0 2px 0 #000;
    box-shadow: 0 0 2px 0 #000;
}

.text-outline-white {
    /*
    color: white;
            text-shadow:
            -8px -8px 8px #000,
            8px -8px 8px #000,
            -8px 8px 8px #000,
            8px 8px 8px #000; */
    /* text-shadow: 5px 0px 2px #000; */
}

.text-outline-dark {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1)
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* add function to make coluumn quadratic */

/* sm */
@media (min-width: 576px) {

}

/* md */
@media (min-width: 768px) {

}

/* lg */
@media (min-width: 992px) {

}

/* xl */
@media (min-width: 1200px) {

}

.content {
}

.content > h1 {
    margin-top: 3em;
}

.content > h2 {
    margin-top: 1.5em;
}

.content > h3 {
    margin-top: 1.5em;
}

.content > h4 {
    margin-top: 1.0em;
}

.content > h5 {
    margin-top: 1.0em;
}

.fix-inline-input-break {
    padding-bottom: 10px;
}

/* add badge support */
.notify-badge {
    position: absolute;
    top: -0.75em;
    right: -0.75em;
}

.notify-badge-clickable:hover {
    font-size: larger;
}

.clickable {
    cursor: pointer !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-zoom-in {
    cursor: zoom-in !important;
}

/* not working  */
label {
    cursor: inherit;
}

.StripeElement {
    background-color: white;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.dropRejected {
    border-style: solid;
    border-color: #c66;
    background-color: #eee;
}

.dropDisabled {
    opacity: 0.5;
}

.dropActive {
    border-style: solid;
    border-color: #6c6;
    background-color: #eee;
}

.dropDefault {
    width: 100%;
    height: 100%;
    /* min-height: 200px; */
    border-width: 2px;
    border-color: #666;
    border-style: dashed;
    border-radius: 5px;
}

.vert-cent {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-sb-important {
    color: #cc3333 !important;
}

.text-sb {
    color: #cc3333;
}

a.text-sb:visited {
    color: #cc3333;
}

a:link {
    color: black;
}

a:hover {
    text-decoration: none;
    /* text-decoration-color: #cc3333; */
    color: #cc3333;
}

a:visited {
    color: black;
}

.bg-white {
    background-color: white;
}

.loading-indicator {
    padding-top: 7em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
}

.text-inactive {
    color: #dddddd
}

.text-forbidden {
    color: red;
}

.banner-text-background {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sb.restaurant.name {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1em;
}

.sb-restaurant-name-detail {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    /* padding-bottom: 0.5em;*/
}

.sb.restaurant.address {
    font-size: 1em;
    line-height: 1em;
}

.sb-restaurant-phone {
    /*
    font-size: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-weight: 300;
    */
}

.sb-restaurant-weblink {
    /*margin-left: 1em;*/

    /*
    font-size: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-weight: 300;
    */

}

.sb-restaurant-feat {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.sb.restaurant.hours.time {
    font-size: 1em;
    text-align: center;
}

.sb.restaurant.distance {
    font-size: 1em;
}

.sb.restaurant.hours.day {
    font-size: 1em;
}

.sb.restaurant.hours.open {
    font-size: 1em;
    color: green;
}

.sb.restaurant.hours.closed {
    font-size: 1em;
    color: red;
}

.sb.restaurant.hours.table {
    font-size: 1em;
    margin: 0;
}

.sb.restaurant.tag {
    font-size: 1em;
}

.sb.restaurant.menu.lightbox {
    overflow-x: scroll;
    overflow-y: visible;
    margin-top: 2em;
    margin-bottom: 2em;
    cursor: grab;
    cursor: -webkit-grab;
}

.sb.restaurant.menu.image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.sb-restaurant-gallery-preview-container {

    overflow: hidden;
    position: relative;
    background-color: blue;

    height: 100%;
    width: 100%;

}

.sb-restaurant-menu-preview-container {
    overflow: hidden;
    position: relative;
    background-color: lightgray;
    border-top: 2px solid lightgray;

}

.sb-restaurant-menu-preview-image {

    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    /* Preserve aspet ratio */
    max-width: 100% !important;
    max-height: 100% !important;

}

.sb.restaurant.filter.heading {
    font-size: 1em;
}

.sb.restaurant.hours.heading {
    font-size: 1.25em;
}

.sb.search.filter.background {
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.5em;
}

.sb.restaurant.filter.heading {
    color: white;
    margin-top: 0.5em;
    font-size: 1.25em;
    font-weight: 600;
}

.sb-tag-static {
    /*
    font-size: .875em;
    line-height: 1.5;
    font-weight: 400;
    padding: 4px 8px;
    */
    font-weight: 600;

}

.sb.restaurant.tags.heading {
    font-size: 1.25em;
    font-weight: 600;
}

.sb-restaurant-tag-list {
    /*font-size: 0.75em;*/
    font-size: 0.8em;
}

.sb-restaurant-tag-detail {
    font-weight: 400;
    color: dimgray;
}

.sb-thumb-badge {
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 1;

}

.sb-restaurant-list-card {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25em;
}

.sb-hr-white {
    width: 2em;
    border-top: 2px solid white;
    margin: 0.25em;
}

.sb-hr-black {
    width: 2em;
    border-top: 2px solid black;
    margin: 0.25em;
}

/* ------------ galleries ----------------- */

.gallery {

    width: 100%;
}

.menu {
    width: 100%;

}

.gallery-item {

    margin-top: 0.75em;
    margin-bottom: 0.75em;

    background-color: lightgray;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25em;

}

/*.menu>.gallery>*/
.gallery-item > img {

}

/* ------ navbar ---- */

.navbar {
    min-height: 3em;
}

/* ------------ lightbox ----------------- */

.ReactModalPortal > div {
    top: 0em !important;
    z-index: 2000 !important;
}

.ril-inner {
    /*top: 50px !important;*/
}

.ril-image-current {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    /* Preserve aspet ratio
    max-width: 100%;
    max-height: 100%;
     */
}

.ril-toolbar {
    background-color: transparent !important;
}

.ril-zoom-out, .ril-zoom-in, .ril-close {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

@media (min-width: 0px) and (max-width: 991.98px) {
    .ril-next-button, .ril-prev-button {

        padding-top: 30px !important;
        padding-right: 10px !important;
        padding-bottom: 30px !important;
        padding-left: 10px !important;

    }

}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* ------- Grid Gallery */

.grid-gallery-row {
    /*
    display: flex;
    padding: 0 4px;

    justify-content: flex-start;
    flex-flow: row wrap;


    flex-basis: content;
    */

    margin-top: 1em;

    display: flex;
    flex-flow: row wrap;
    width: 100%;

}

/* Create four equal columns that sits next to each other */
.grid-gallery-column {

    display: inline-block;

    max-width: 50%;
    padding: 0 4px;

    overflow: hidden;

}

.grid-gallery-column img {
    /*
    margin-top: 8px;
    vertical-align: middle;
    overflow: hidden;
    */
}

.grid-gallery-img {
    width: 100%;
    object-fit: cover;

    vertical-align: middle;

    object-position: 50% 50%;

    margin-top: 8px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .grid-gallery-column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .grid-gallery-column {
        flex: 100%;
        max-width: 100%;
    }
}

/* ------------ */

.sb-restaurant-cat {
    font-weight: 600;
}

.sb-restaurant-specs {
    margin-left: -1em;
    margin-right: -1em;
}

.sb-restaurant-spec {
    color: #dddddd;
    margin-left: 1em;
    margin-right: 1em;
}

.sb-restaurant-spec.active {
    font-weight: bold;
}

.sb-restaurant-spec.gluten {
    color: saddlebrown;
}

.sb-restaurant-spec.halal {
    color: darkred;

}

.sb-restaurant-spec.lactose {
    color: blue;

}

.sb-restaurant-spec.vegan {
    color: forestgreen;

}

.sb-restaurant-spec.vegi {
    color: forestgreen;
}

/* overwrite bootstrap container to jump earlier to full width */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        /*max-width: 540px;*/
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        /*max-width: 720px;*/
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* specific code for restauarnt list item view */

.restaurant-list-item {
    height: 150px;
    font-size: 0.75em;
    display: flex;
    /* flex-flow: column wrap;*/
}

.restaurant-list-item-pictures {
    display: none;
}

@media (min-width: 576px) {
    .restaurant-list-item {
        min-height: 200px;
    }

}

@media (min-width: 768px) {
    .restaurant-list-item {
        min-height: 300px;
        font-size: 1.0em;

    }

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

.hover {

}

/* Menu */

.menu-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0.5em auto 0.5em auto;
    padding: 10px;
    background-color: #4d5b67;
}

.menu-item > .name-description {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* buttons */
.btn-center {
    margin-left: 50%;
    transform: translateX(-50%);
}

.btn-add-option-group {
    margin: 10px 0 0 0;
}

.btn-add-option {
    margin: 5px 0 10px 50%;
    padding: 5px;
}

.btn-remove-option {
}

.btn-close-dish-edit {
    margin: 32px 0 0 0;
    width: 145px;
    background-color: #000000;
    color: #ffffff;
}

.btn-edit-dish {
    top: 0;
    margin: 32px 0 0 0;
    position: absolute;
}

.btn-close-edit {
    position: absolute;
    bottom: 0;
    background-color: black;
    border: black;
    color: #ffffff;
}

.btn-edit-option-group {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn-remove-dish {
    margin: 10px 0 0 0;
}

.btn-add-dish {
    margin: 15px;
}

.remove-option-group {
    position: absolute;
    top: 30px;
}

/* containers */
.container-general-option-group {
    margin: 10px 0 10px 0;
}

.container-dish-option-group {
    background-color: white;
    border-radius: 5px;
}

.option-group-heading {
    padding: 15px;
}

.option-group-list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.container-menu-dishs {
    margin: 30px 0 0 0;
}

.container-dish {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.dish {
    padding: 3px;
    margin: 7px;
}

.dish-item {
    border-bottom: 1px solid #ddd;
    height: 25px;
}

.option-list {
    margin: 0;
    padding: 0;
}

.row-option {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px 0;
}

.option-group-heading-element {
    position: relative;
}

/* Shadow */

.shadow {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shadow:before, .shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.simple-shadow {
    -webkit-box-shadow: 0 8px 6px -6px #0000003b;
    -moz-box-shadow: 0 8px 6px -6px #0000003b;
    box-shadow: 0 8px 6px -6px #0000003b;
}

/*
passive tag
*/
td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-menu-category-name {
    display: inline-block;
    margin: 0 0 2px 0;
    padding: 0 5px 0 5px;
}

.user-menu-category {
    display: inline-block;
    margin: 0 0 0 0;
}

.user-menu-category-active {
    padding: 5px;
    margin: 0 0 -5px 0;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem .25rem 0 0;
}

.user-menu-category-dishs {
    min-height: 75px;
}

.container-dish {
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin: 5px;
    padding: 5px;
    min-height: 40px;
}

.container-dish-selected {
    margin: 5px 0 0 0;
    padding: 5px;
}

.dish-element {
    display: inline-grid;
}

.dish-data {
    margin: 0 0 3px 0;
}

/* ------------- end-user-menu-views --------------*/
.container-dish-selected {
    background-color: #e0e0e05e;
}

.option-group-heading {
    margin: 5px 0 -5px 0;
    border-radius: 0 0 0 0;
}

.heading-element {
    margin: 0 0 0 10px;
}

.checkboxes {
    margin: 10px 0 0 0;
}

.secondary-navigation {
    position: relative;
    background-color: #9c9c9c;
}

.btn-close-selection {
    width: 60px;
    margin: 5px;
}

.btn-add-selection {
    position: absolute;
    right: 3px;
    top: 5px;
}

.btn-checkbox-dish-option, .btn-radio-dish-option {
    background-color: #ffffff;
    display: inline-block;
    min-width: 80px;
    min-height: 40px;

}

.btn-checkbox, .btn-radio-element {
    position: relative;
    display: inline-flex;
    margin: 0 5px 0 5px;
    padding: 1px;
    min-height: 50px;
}

.btn-checkbox-text, .btn-radio-element-text {
    position: absolute;
    left: 50%;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%)
}

.checkboxes input[type=checkbox] {
    display: none;
}

.checkboxes input[type=checkbox]:checked + .btn-checkbox-dish-option {
    background-color: #292929;
    color: #ffffff;
}

.switch-field {
    margin: 10px 0 0 0;
}

.switch-field input {
    display: none;
}

.switch-field label {
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .25em;
}

.switch-field label {
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #151515;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* checkbox design  */
* {
    font-family: 'Roboto', sans-serif;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #8bb78c;
}

.option-input:checked {
    background: #69e076;
}

.option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #78ff6a;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

/*               */

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

.sb-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* aspect ration conteiners */

.ar-1by1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100% /* 9 / 16 * 100% */
}

.ar-16by9 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25% /* 9 / 16 * 100% */
}

.ar-16by3 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 18.25% /* 9 / 16 * 100% */
}

.ar-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;

}

/* --- shop menu style --- */

.shop-menu > ul > li {
    font-size: 1.25em;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.hover-white:hover {
    background-color: white !important;
}

/* hide recaptcha badge */
.grecaptcha-badge {
    display: none;
}

.text-placeholder {
    color: #878E96;
}

.table-row {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid gray;
}

.table-cell {
    flex-grow: 0;
    flex-shrink: 0;
    /*white-space: nowrap;*/
    padding: 10px;
}

.cell-width-1 {
    width: 120px;
}

.cell-width-2 {
    width: 240px;
}

.cell-width-3 {
    width: 360px;
}

.cell-width-4 {
    width: 480px;
}

/* ------ NewMenuGallery ---------- */

.menuGallery > * > .currentPage {
    width: 100%;
    text-align: center;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

}

@supports (touch-action: manipulation) {
    .menuGallery > .currentPage {
        touch-action: manipulation;
    }
}

.menuGallery-miniatures {
    display: flex;
    flex-flow: row;
    /*justify-content: center;*/
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;

}

.menuGallery-miniatures-miniature {
    margin: 0.25em;
}

.menuGallery-miniatures-selected {
    border: 2px solid red;
}

.menuGallery-navigation {

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 1em;

    color: black;

    font-size: 2em;

}

.menuGallery-navigation:hover {
    /*background-color: rgba(255, 255, 255, 1.0); */
    color: red;
    cursor: pointer
}

/* ------ webSite Cover ---------- */

.websiteCover {

    /*max-height: 66.6%;*/
    overflow: hidden;

    background-color: black;

    position: relative;


    min-height: 12em;

    display: flex;
    align-items: center;


}

.websiteCover-box {

    margin: 0 auto;

    /*
    border-radius: 1em;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 2em;
    */
}

.websiteCover-logo {

    border-radius: 100%;

    margin-bottom: 2em;

}


.websiteCover-img {
    object-fit: cover;

    width: 100%;

    min-width: 100%;
    min-height: 100%;

    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;

}

.websiteCover-body {
    position: relative;
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;

    padding: 0.25em;

    /*border-bottom: 1px solid #cc3333;*/
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    */

}

.websiteAbout-text {
    font-size: 1.5em;

}

.websiteCover-name {
    font-size: 4em;

    width: 100%;
    text-align: center;

    color: white;
    text-shadow: 2px 2px black;

}

/* ------- helper ------ */

.square {
    position: relative;
    width: 100%; /* desired width */
}

.square:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

/* ------- Website Footer ----- */

.websiteFooter {
    /*
    position: absolute;
    bottom: 0;
    */
    width: 100%;
    padding: 2em;

    background-color: #2F3132;
    color: white;
}

.websiteFooter-restaurantName {
    font-weight: 600;

}

.websiteFooter-restaurantAddress {
    line-height: 1.0;

}

.websiteFooter-hours {
    display: table;
}

.websiteFooter-hours > div {

    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;

    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.websiteFooter-hours > div > div:first-child {
    min-width: 6em;
}

.websiteFooter-restaurantContact {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.websiteFooter-restaurantSocial {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

/* ------- Website Contact ----- */

.websiteContact {
    /*
    position: absolute;
    bottom: 0;
    */
    width: 100%;
    padding: 2em;

}

.websiteContact-restaurantName {
    font-weight: 600;

}

.websiteContact-restaurantAddress {
    line-height: 1.0;

}

.websiteContact-hours {
    display: table;
}

.websiteContact-hours > div {

    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;

    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.websiteContact-hours > div > div:first-child {
    min-width: 6em;
}

.websiteContact-restaurantContact {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.websiteContact-restaurantSocial {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

/* ------- NewImageGallery ------ */

.imageGallery-container {
    padding: 0;
    margin: 0;
}

/* fixes height problem */
.imageGallery-container:after {
    content: "";
    display: table;
    clear: both;
}

.imageGallery-item:nth-child(1) {
    width: 66%;

}

.imageGallery-item {
    width: 33%;

    float: left;

    /*
    background: red;
    */

    padding: 5px;

}

/*
.imageGallery-item:before {
    content: '';
    float: left;
    padding-top: 100%;
}
*/

.imageGallery-image-container {
    position: relative;
    padding-bottom: 90%;

    /*
    background-color: blue;

    width: 100%;
    height: 100%;

    overflow: hidden;
    */
}

.imageGallery-image {

    position: absolute;

    height: 100%;
    width: 100%;

    object-fit: cover;
    object-position: center;

}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1200;
}

.lightbox-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.lightbox-close {

    position: absolute;

    right: 0;
    top: 0;

    padding: 0.25em 0.5em 1em 1em;

    font-size: 1.5em;

    color: white;

}

.lightbox-close:hover {
    color: red;
    cursor: pointer;
}

.lightbox-selected {

    position: absolute;

    height: 90%;
    width: 100%;

    text-align: center;

    display: flex;

    align-items: center;
    justify-content: center;

}

.lightbox-selected > * > img {
    object-fit: fill;
}

.lightbox-miniatures-container {

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background-color: black;

}

.lightbox-miniatures {

    display: flex;
    flex-flow: row;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;

}

.lightbox-miniature {

    margin: 0.25em;

}

.lightbox-miniature:hover {
    cursor: pointer;
}

.lightbox-miniature-selected {

    border: 2px solid red;
}

.lightbox-navigation {

    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    top: 4em;

    bottom: 4em;

    padding: 0.5em;

    color: white;

    font-size: 2em;

}

.lightbox-navigation:hover {
    /*background-color: rgba(255, 255, 255, 1.0); */
    color: red;
    cursor: pointer
}


.menu-lightbox-navigation {

    padding: 0.5em;

    color: black;

    font-size: 2em;

}

.menu-lightbox-navigation:hover {

    color: red;
    cursor: pointer

}

/* -------- Shop Menu ------- */

.shop-menu-container {

    background-color: #F8F9FA;

    z-index: 100;

}

.shop-menu {

    padding: 0.5em 0 0.5em 0;

    width: 100%;

    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;

    /*border: 1px solid rgba(0, 0, 0, .125);*/

    background-color: #cc3333; /*rgb(52, 58, 64); /*#cc3333;*/


    height: 4.5em;

    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;

    align-items: center;


    /*border-bottom: 1px solid rgba(0, 0, 0, .125);*/

}

.shop-menu-item {

    font-size: 1.25em;
    font-weight: 400;

    min-height: 2.5em;

    white-space: nowrap;
    height: 100%;

    color: rgba(255,255,255,.7);

    display: flex;
    flex-flow: row nowrap;
    align-items: center;

    margin: 0.75em;
}


.shop-menu-item:first-of-type {
    padding-left: 1em;
}

.shop-menu-item:last-of-type {
    padding-right: 1em;
}


/*
.shop-menu-item:after {
    content: "\2022";
    margin: 0 0.5em 0 0.5em;
    color: black;
}*/

.shop-menu-item:last-of-type:after {
    content: "" !important;
    margin: 0 !important;
}

.shop-menu-item.selected {
    color: white;

}

.shop-menu-item:hover {
    color: white;
    cursor: pointer;
}

/* -------- shop dish list ---------*/

.dishlist {

    padding-bottom: 2em;
}

.dishlist-heading {

    margin-top: 0.5em;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
    font-family: Lobster;

}

.dishlist-item {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-top: 1em;
    padding-bottom: 1em;

}

.dishlist-item:nth-of-type(odd) {
   /* background-color: white;*/
}

.select-hide-dropdown-indicator .Select-arrow-zone {
    display: none !important;

}

.menu-select-mobile .Select-value-label {
    color: #cc3333 !important;
}

.shopMenu-scrollIndicator {

    position: absolute;

    color: white;
    padding: 0.5em;
    height: 100%;

    display: flex;
    align-items: center;

    /*background-color: #cc3333;*/


}

.shopMenu-scrollIndicator.left {
    left: 0;
    background-image: linear-gradient(90deg, #cc3333 70%, rgba(0,0,0,0));
}

.shopMenu-scrollIndicator.right {
    right: 0;
    background-image: linear-gradient(270deg, #cc3333 70%, rgba(0,0,0,0));
}





.dishlist-image {
    height: 10em;
    overflow: hidden;
    width: 100%;
    background-position: center center;
    background-size: cover;
}





