html, body {
  background-color: #111;
}

.body {
  background-color: #eee;
  color: #111;
}

body {
  /*background-image: url('/img/ungweiser/bg-03-02.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100vmax 100vmax;*/
}

.m-body {
  position: relative;
  z-index: 1;
}

/*.m-body::before {
        content: "";
        position: fixed;
        z-index: -1;
        display: block;
        top: 0;
        height: 105vh;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-image: url('/img/ungweiser/bg-03-02.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        opacity: 0.67;
    }*/

@media (min-width: 940px) {

  body {
    /*background-size: 900px auto;*/
  }

  .body {
    width: 900px;
    left: calc((100% - 900px)/2);
    right: calc((100% - 900px)/2);
    /*border-left: 1px solid #666;*/
    /*border-right: 1px solid #666;*/
    /*transform: translateX(-50%);*/
  }

  .m-body::before {
    width: 900px;
  }

  .m-navbar {
    width: 900px;
    /*border-right: 1px solid #666;*/
  }
}

.m-menu-section {
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}



.m-menu-section-title {
  color: #111;
}

.m-menu-section-cover {
  height: auto;
  padding-bottom: 100%;
  border: 1px solid #333;
}

.m-menu-section.bottom-border {
  border-bottom: 1px dotted #9d6e46;
}

.m-menu-item {
  border-bottom: 1px solid #999;
}

.m-menu-item:hover {
  background-color: #00000011;
}

.m-menu-item-thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border: 1px solid #333;
}

.m-menu-item .d-flex.flex-row .m-menu-item-price {
  min-width: 64px;
}

.m-footer {
  border-top: 1px solid #999;
}

.m-menu-banner {
  border-bottom: 1px solid #333;
  padding-bottom: 46% !important;
  background-color: #000;
  background-size: cover;
  background-position: center bottom;
  height: unset;
  min-height: 240px;
}


.m-menu-banner-title {
  display: none;
}

.bs-callout-success {
  background-color: #f8f8f8;
  box-shadow: 0 0 5px #00000020;
  padding: 10px;
}

.m-item-popup-body {
  /*background-image: url('/img/ungweiser/bg-03-02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;*/
  /*background-image: url('/img/ungweiser/bg-03-02.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100vmax 100vmax;*/
}

@media (min-width: 767px) {
  .m-item-popup-body {
    background-size: 450px auto;
  }
}

.m-item-popup-photo {
  display: none;
  /* border: 1px solid #333; */
  /* padding-bottom: 100%; */
}

.m-item-popup-photo-custom {
  display: block !important;
  border: 1px solid #333;
}

.table td, .table th {
  border-color: #999 !important;
}

/* * */

.m-navbar {
  height: 50px;
}

.m-title {
  padding: 0.5rem !important;
}

.m-navbar-buttons {
  height: 50px;
}

.m-navbar-button {
  width: 47px;
  height: 50px;
}

.m-navbar-button .fa {
  font-size: 1.75rem;
}

img.m-logo {
  height: 30px;
}

.m-body {
  padding-top: 50px;
}

@media (max-width: 359px) {
  .mi-facebook {
    display: none;
  }
}

@media (max-width: 309px) {
  .mi-instagram {
    display: none;
  }
}

.m-footer {
  position: relative;
  z-index: 101;
}

/*LANG*/

.lang-switches {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.lang-switch {
  flex: 0 0 50%;
  text-align: center;
  font-weight: 700;
  padding: 0.75em 0 0.65em 0;
  color: #345;
  cursor: pointer;
}

.lang-switch * {
  opacity: 0.5;
}

.lang-switch.active {
  background-color: #e0e0e0;
}

.lang-switch.active * {
  opacity: 1;
}

.lang-switch:hover {
  background-color: #d0d0d0;
}

.lang-switch+.lang-switch {
  border-left: 1px solid #ccc;
}

.lang-switch img {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  vertical-align: middle;
  bottom: 2px;
}

.m-menu-section[data-lang="en"] {
  display: none;
}


/* SEARCH */

html, body {
  scroll-behavior: smooth;
}

.m-search {
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
}

#m-query {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.35em 0.5em;
}

#m-query::placeholder {
  color: #ccc;
}

#m-query:focus {
  border-color: #666;
}

.m-search-results {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #999;
  margin-bottom: 1rem;
}

.m-search-results .m-menu-item:last-child {
  border-bottom: none;
}