.container,
.et_pb_row {
  width: 91% !important;
}

body #menu-handelshof-menu .wpml-ls-current-language a span {
  opacity: 1 !important;
}
body #menu-handelshof-menu .wpml-ls-first-item {
  margin-left: 1.875rem !important;
}
body #menu-handelshof-menu .wpml-ls-menu-item:after {
  content: "|";
  display: flex;
  align-items: center;
}
body #menu-handelshof-menu .wpml-ls-menu-item a {
  padding: 1.5rem 0.125rem !important;
}
body #menu-handelshof-menu .wpml-ls-menu-item a span {
  transition: all 0.4s ease;
  opacity: 0.7;
}
body #menu-handelshof-menu .wpml-ls-menu-item a:hover {
  background-color: transparent !important;
}
body #menu-handelshof-menu .wpml-ls-menu-item a:hover span {
  opacity: 0.7 !important;
}
body #menu-handelshof-menu .wpml-ls-menu-item:last-child:after {
  content: "";
  display: none;
}

.allmenu__category {
  margin-bottom: 2.1875rem;
  text-transform: uppercase;
  color: #333;
}
.allmenu__category h3 {
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 0;
}
@media only screen and (min-width: 750px) and (max-width: 981px) {
  .allmenu__category h3 {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 750px) {
  .allmenu__category h3 {
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 820px) and (orientation: landscape) {
  .allmenu__category h3 {
    margin-bottom: 0.3125rem;
  }
}
.allmenu__category .bottom-content,
.allmenu__category .bottom-description {
  font-size: 0.71875rem;
  padding: 0;
}
.allmenu__category .bottom-content {
  margin-top: 0.625rem;
}
.allmenu__category .bottom-description {
  margin-top: 0.9375rem;
}
.allmenu__category--image {
  margin: 0.9375rem 0;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.allmenu__category--image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.allmenu__category__products--box {
  display: flex;
  background: radial-gradient(#8a8a8a 40%, rgba(0, 0, 0, 0) 10%);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  background-position: bottom;
}
.allmenu__category__products--box .title {
  font-size: 0.78125rem;
  line-height: 135%;
  padding: 0.9375rem 0 0.4375rem;
}
@media only screen and (min-width: 750px) and (max-width: 981px) {
  .allmenu__category__products--box .title {
    font-size: 0.8125rem;
  }
}
.allmenu__category__products--box .title span {
  font-size: 0.625rem;
}
.allmenu__category__products--box .details {
  flex: none;
  padding: 0.9375rem 0 0.4375rem 0.3125rem;
}
.allmenu__category__products--box .details p {
  font-size: 0.78125rem;
  line-height: 135%;
  padding: 0;
}
@media only screen and (min-width: 750px) and (max-width: 981px) {
  .allmenu__category__products--box .details p {
    font-size: 0.8125rem;
  }
}

body .lang-menu-switch ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  background-color: #694f4a;
  width: 10rem;
  margin: 0 auto;
  padding: 0.5rem 1.5625rem !important;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 300px) {
  body .lang-menu-switch ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
body .lang-menu-switch ul li {
  display: flex;
  color: #fff;
}
body .lang-menu-switch ul li:after {
  content: "|";
  display: flex;
  align-items: center;
  padding: 0 0.1875rem;
}
body .lang-menu-switch ul li a {
  color: #fff;
  font-size: 0.875rem;
}
body .lang-menu-switch ul li a:hover {
  opacity: 0.7;
}
body .lang-menu-switch ul li:last-child:after {
  content: "";
  display: none;
}
