/**
 * Globals
 **/
/*
 * Teaser
*/
/**
 * Button
**/
/**
 * Events
 **/
/**
 * Multidownload
 **/
/* colors */
/* fonts */
/* has to be declared as 'semi-bold' */
/* icons */
/* others */
/**
 * Basic border
 **/
/**
 * Fonts
 **/
/**
 * Colors
 **/
/**
 * Layout Gaps
 **/
/**
 * Breakpoints
 */
/**
 * Hyphens
 */
/**
 * Download Icon Desktop
 */
/**
 * Download Icon Mobile
 */
.tx-epwerkmenu-menulist-page {
  background: #ebebeb;
  height: 200px;
}
.tx-epwerkmenu-menulist-page:hover {
  background: #FF7F00;
}
.tx-epwerkmenu-menu-filter-wrapper {
  background: #F6F6F3;
  /*
  .option-filtered {
    display: none;
  }
*/
}
.tx-epwerkmenu-menu-filter-wrapper .tx-epwerkmenu-menu-filter-your-selection,
.tx-epwerkmenu-menu-filter-wrapper .tx-epwerkmenu-menu-filter-all-filter {
  padding-bottom: 10px;
}
.tx-epwerkmenu-menu-filter-wrapper .tx-epwerkmenu-menu-filter-all-filter {
  padding-top: 30px;
}
@media all and (max-width: 1580px) {
}
.tx-epwerkmenu-menu-filter-wrapper .select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  margin-bottom: 10px;
}
.tx-epwerkmenu-menu-filter-wrapper .select > .option {
  width: 100%;
  height: auto;
  padding: 10px 40px 10px 20px;
  background: #ffffff;
  cursor: pointer;
}
.tx-epwerkmenu-menu-filter-wrapper .select .top {
  font-size: 12px;
}
.tx-epwerkmenu-menu-filter-wrapper .select .reset {
  position: absolute;
  top: 10px;
  right: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.tx-epwerkmenu-menu-filter-wrapper .select .text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDECEA;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown {
  display: none;
  /*position: absolute;*/
  /*top: 42px;*/
  top: 3px;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 10px 30px 10px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 450px;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown.open {
  display: block;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #272727;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown label {
  width: 100%;
  margin: 0 0 0 35px;
  color: #323434;
  cursor: pointer;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown label.invalid {
  color: #C5C5C3;
  pointer-events: none;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown label.invalid input {
  pointer-events: none;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown .option {
  position: relative;
  margin: 12px 0;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown .option:hover input ~ .checkmark {
  background-color: #FFF;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown .option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown .option input:checked ~ .checkmark:after {
  display: block;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown .option input:checked ~ .checkmark {
  border: 1px solid #EEBB00;
}
.tx-epwerkmenu-menu-filter-wrapper .select .dropdown .option .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #272727;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tx-epwerkmenu-menu-filter-wrapper .select-wrapper.dates .dropdown {
  padding: 0;
}
.tx-epwerkmenu-menu-filter-wrapper .select-wrapper.dates .dropdown label {
  margin: 0;
}
.tx-epwerkmenu-menu-filter-wrapper .select-wrapper.dates .dropdown .option {
  padding: 20px;
  margin: 0;
  font-size: 16px;
}
.tx-epwerkmenu-menu-filter-wrapper .select-wrapper.dates .dropdown .option:hover {
  background-color: #F6F6F3;
}
.tx-epwerkmenu-menu-filter-wrapper .select-wrapper.dates .date-written {
  font-weight: 500;
}
.tx-epwerkmenu-menu-filter-wrapper .select-wrapper.dates .date-active {
  background-color: #FF7F00;
}
.tx-epwerkmenu-menu-filter-trends-wrapper {
  /*
  border-bottom: 1px solid #707070;
  margin-top: 40px;
  padding-bottom: @layout-gap-size-2;

*/
}
.tx-epwerkmenu-menu-filter-trends-wrapper .fa-chevron-down {
  display: none;
}
.tx-epwerkmenu-menu-info-border {
  width: 1px;
  height: 100%;
  background: #707070;
  left: 50%;
  position: relative;
}
.tx-epwerkmenu-menu input[type="date"] {
  width: 100%;
  height: 40px;
  padding: 10px 50px 10px 20px;
  background: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  border-style: none;
}
.tx-epwerkmenu-menu input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.tx-epwerkmenu-menu input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.tx-epwerkmenu-menu select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.tx-epwerkmenu-menu select::-ms-expand {
  display: none;
}
.tx-epwerkmenu-menu .calendar {
  position: absolute;
  right: 20px;
  top: 6px;
  color: #323434;
  pointer-events: none;
}
.tx-epwerkmenu-menu .select-wrapper.open .fas {
  transform: rotate(180deg);
}
.tx-epwerkmenu-menu .select-wrapper,
.tx-epwerkmenu-menu .input-date-wrapper,
.tx-epwerkmenu-menu .tx-epwerkmenu-menu-filter-trends-wrapper,
.tx-epwerkmenu-menu .mobile-wrapper {
  position: relative;
}
.tx-epwerkmenu-menu .select-wrapper .fa-chevron-down,
.tx-epwerkmenu-menu .input-date-wrapper .fa-chevron-down,
.tx-epwerkmenu-menu .tx-epwerkmenu-menu-filter-trends-wrapper .fa-chevron-down,
.tx-epwerkmenu-menu .mobile-wrapper .fa-chevron-down,
.tx-epwerkmenu-menu .select-wrapper .fa-calendar-alt,
.tx-epwerkmenu-menu .input-date-wrapper .fa-calendar-alt,
.tx-epwerkmenu-menu .tx-epwerkmenu-menu-filter-trends-wrapper .fa-calendar-alt,
.tx-epwerkmenu-menu .mobile-wrapper .fa-calendar-alt {
  position: absolute;
  right: 20px;
  top: 13px;
  color: #323434;
  pointer-events: none;
}
/*
.tx-epwerkmenu-menu-location-show {
  display: block !important;
}
*/
.tx-epwerkmenu-menu-location-wrapper .price-legend {
  font-size: 14px;
  align-self: flex-end;
  padding-bottom: 20px;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-title > a {
  font-weight: 500;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-title:hover {
  text-decoration: underline;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-open,
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-closed {
  display: none;
  margin-bottom: 20px;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-open:before,
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-closed:before {
  content: '⬤';
  color: #4BA22C;
  padding-right: 10px;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-closed:before {
  color: red;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-info {
  padding: 10px 0;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 500;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-info span {
  text-transform: uppercase;
  background: #FF7F00;
  padding: 10px 20px;
  line-height: 37px;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-locationpart-title {
  margin-top: 30px;
  font-size: 20px;
}
.tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-times {
  font-size: 20px;
  margin-bottom: 20px;
}
.tx-epwerkmenu-menu-timestamp-inactive {
  display: none;
}
.tx-epwerkmenu-menu-meal-wrapper {
  background: #F6F6F3;
  word-break: break-word;
  max-height: 420px;
  height: 100%;
}
.tx-epwerkmenu-menu-meal-wrapper > .container-fluid {
  height: 100%;
}
.tx-epwerkmenu-menu-meal-wrapper > .container-fluid > .row {
  height: 100%;
}
@media all and (min-width: 1200px) {
  .tx-epwerkmenu-menu-meal-wrapper .tx-epwerkmenu-menu-meal-left img:hover + .category-information {
    display: block;
    position: absolute;
    color: #FFFFFF;
    z-index: 200;
    left: -150px;
    margin-top: 40px;
  }
  .tx-epwerkmenu-menu-meal-wrapper .tx-epwerkmenu-menu-meal-left img:hover + .category-information:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 10;
    left: 50%;
    transform: translateY(-50%);
    top: -7px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #373737;
  }
}
.tx-epwerkmenu-menu-meal-wrapper .category-information {
  display: none;
  width: 403px;
  background-color: #323434;
  padding: 40px;
}
.tx-epwerkmenu-menu-meal-wrapper .category-information img {
  margin-right: 15px;
}
.tx-epwerkmenu-menu-meal-wrapper .category-information .category-title {
  text-transform: uppercase;
  font-weight: 600;
}
.tx-epwerkmenu-menu-meal-wrapper .category-information .category-text {
  margin-top: 13px;
}
@media all and (max-width: 1450px) {
  .plate {
    display: none;
  }
  .plate-wrapper {
    display: none;
  }
}
.tx-epwerkmenu-menu-meal-left {
  padding: 20px;
  background: #F6F6F3;
  /*height: @tx-epwerkmenu-meal-height;*/
  min-height: 100%;
}
.tx-epwerkmenu-menu-meal-left .plate-wrapper {
  display: flex;
  justify-content: center;
}
.tx-epwerkmenu-menu-meal-left .plate {
  position: absolute;
  bottom: 19px;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  height: 140px;
  width: 140px;
}
@media all and (max-width: 1850px) {
  .tx-epwerkmenu-menu-meal-left .plate {
    height: 110px;
    width: 110px;
  }
  .tx-epwerkmenu-menu-meal-left .plate img {
    height: 120px;
    width: 120px;
  }
}
.tx-epwerkmenu-menu-meal-left .plate img {
  margin-left: -6px;
  margin-top: -7px;
}
[class*="tx-epwerkmenu-menu-meal-color-"] {
  background: #434343;
}
.tx-epwerkmenu-menu-meal-right {
  padding: 20px;
  background: #F6F6F3;
  min-height: 420px;
  height: 100%;
  position: relative;
}
@media all and (max-width: 540px) {
  .tx-epwerkmenu-menu-meal-right {
    padding: 20px 10px 20px 20px;
  }
}
.tx-epwerkmenu-menu-meal-right .tx-epwerkmenu-menu-meal-prices {
  position: absolute;
  bottom: 20px;
  width: 80%;
}
.tx-epwerkmenu-menu-meal-right .tx-epwerkmenu-menu-meal-prices .text {
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
}
@media all and (max-width: 540px) {
  .tx-epwerkmenu-menu-meal-right .tx-epwerkmenu-menu-meal-prices .text {
    width: 73%;
  }
}
.tx-epwerkmenu-menu-meal-right .tx-epwerkmenu-menu-meal-prices .tx-epwerkmenu-menu-meal-prices-values {
  padding-bottom: 13px;
  border-bottom: 1px solid #707171;
  width: 100%;
  float: none !important;
  font-weight: 500;
}
.tx-epwerkmenu-menu-meal-right .tx-epwerkmenu-menu-meal-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media all and (max-width: 540px) {
  .tx-epwerkmenu-menu-meal-right .tx-epwerkmenu-menu-meal-title {
    font-size: 18px;
    line-height: 21px;
  }
}
.tx-epwerkmenu-menu-meal-right .tx-epwerkmenu-menu-meal-additives {
  display: none;
  line-height: 20px;
}
.tx-epwerkmenu-menu-meal-prices-infobutton.float-right.lightbox-trigger {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tx-epwerkmenu-menu-filter-symbols .categoryWrapper {
  display: inline-block;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  position: relative;
  cursor: pointer;
}
.tx-epwerkmenu-menu-filter-symbols .categoryWrapper .categoryWrapper-name {
  display: none;
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  height: 100%;
}
.tx-epwerkmenu-menu-filter-symbols .categoryWrapper:hover .categoryWrapper-name {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.tx-epwerkmenu-menu-filter-symbols .categoryWrapper:hover img {
  display: none;
}
.tx-epwerkmenu-menu-filter-symbols > label {
  margin: 0 0.8em 0.8em 0;
}
.tx-epwerkmenu-menu-filter-symbols input {
  opacity: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  height: 0;
  display: none;
}
.tx-epwerkmenu-menu-filter-symbols input:checked + .categoryWrapper {
  background: #C5C5C3;
}
.tx-epwerkmenu-menu-filter-symbols img {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.tx-epwerkmenu-menu-filter-symbols .tx-epwerkmenu-menu-filter-category {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.tx-epwerkmenu-menu-property-menu {
  padding: 10px 0;
  border-bottom: 1px solid #272727;
}
.tx-epwerkmenu-menu-headline {
  padding: 10px 0;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #272727;
  border-top: 1px solid #272727;
  background: #FF7F00;
}
.tx-epwerkmenu-menu-headline .tx-epwerkmenu-menu-headline-category {
  text-align: center;
}
.tx-epwerkmenu-menu-property-date,
.tx-epwerkmenu-menu-property-location,
.tx-epwerkmenu-menu-property-category {
  padding: 10px 0;
  border-bottom: 1px solid #272727;
  background: #ebebeb;
}
.mobile-wrapper .title {
  display: none;
}
@media all and (max-width: 1200px) {
  .tx-epwerkmenu-menu-filter-your-selection,
  .tx-epwerkmenu-menu-filter-all-filter {
    display: none;
  }
  .tx-epwerkmenu-menu-location-wrapper .price-legend {
    font-size: 12px;
  }
  .tx-epwerkmenu-menu-location-wrapper .tx-epwerkmenu-menu-location-title {
    font-size: 20px;
    line-height: 26px;
  }
  .tx-epwerkmenu-menu-filter-wrapper {
    padding: 0;
    background-color: #FFFFFF;
  }
  .tx-epwerkmenu-menu input[type="date"] {
    margin-bottom: 0px;
    height: 64px;
    padding: 20px 50px 20px 33px;
    font-weight: 500;
  }
  .input-date-wrapper {
    border-bottom: 1px solid #D6D6D6;
  }
  /*
  .select-wrapper.menu,
  .select-wrapper.categories,
  .select-wrapper.allergene,
  .select-wrapper.zusatzstoffe{
    border-bottom: 1px solid #D6D6D6;
  }
*/
  .tx-epwerkmenu-menu-filter-wrapper .select {
    margin-bottom: 0px;
  }
  .tx-epwerkmenu-menu-filter-wrapper .select .dropdown {
    padding: 10px 30px 10px 33px;
  }
  .tx-epwerkmenu-menu-filter-trends-wrapper {
    border-bottom: 1px solid #D6D6D6;
  }
  .tx-epwerkmenu-menu-filter-trends-wrapper .fa-chevron-down {
    display: block;
  }
  .tx-epwerkmenu-menu-filter-wrapper .select > .option {
    height: 64px;
    padding: 20px 40px 20px 33px;
    font-weight: 500;
  }
  .tx-epwerkmenu-menu-filter-trends-wrapper {
    padding: 20px 40px 20px 33px;
    margin: 0;
  }
  .tx-epwerkmenu-menu-filter-trends-wrapper strong {
    font-weight: 500;
  }
  .tx-epwerkmenu-menu-meal-left > img {
    width: 50%;
  }
  .tx-epwerkmenu-menu .select-wrapper .fa-chevron-down,
  .tx-epwerkmenu-menu .input-date-wrapper .fa-chevron-down,
  .tx-epwerkmenu-menu .tx-epwerkmenu-menu-filter-trends-wrapper .fa-chevron-down {
    top: 23px;
    transform: rotate(-90deg);
  }
  .tx-epwerkmenu-menu .select-wrapper .fa-calendar-alt,
  .tx-epwerkmenu-menu .input-date-wrapper .fa-calendar-alt,
  .tx-epwerkmenu-menu .mobile-wrapper > div .fa-chevron-down {
    top: 23px;
  }
  .tx-epwerkmenu-menu .select-wrapper .fa-chevron-down,
  .tx-epwerkmenu-menu .input-date-wrapper .fa-chevron-down,
  .tx-epwerkmenu-menu .tx-epwerkmenu-menu-filter-trends-wrapper .fa-chevron-down,
  .tx-epwerkmenu-menu .mobile-wrapper .fa-chevron-down,
  .tx-epwerkmenu-menu .select-wrapper .fa-calendar-alt,
  .tx-epwerkmenu-menu .input-date-wrapper .fa-calendar-alt,
  .tx-epwerkmenu-menu .tx-epwerkmenu-menu-filter-trends-wrapper .fa-calendar-alt,
  .tx-epwerkmenu-menu .mobile-wrapper .fa-calendar-alt {
    right: 40px;
  }
  .mobile-wrapper {
    display: block;
    border-bottom: 1px solid #000000;
  }
  .mobile-wrapper .infobutton {
    margin-right: 60px;
  }
  .mobile-wrapper > div {
    display: none;
  }
  .mobile-wrapper .title {
    display: block;
    height: 64px;
    padding: 20px 40px 20px 33px;
    background-color: #F6F6F3;
    position: relative;
    font-weight: 500;
  }
  .tx-epwerkmenu-menu-location-wrapper:not(:last-child) {
    margin-bottom: 0;
  }
}
.tx-epwerkmenu-menu-meal-wrapper .arrow {
  position: absolute;
  padding: 0 29px 22px 0;
  bottom: 0;
  right: 0;
  display: none;
  cursor: pointer;
  color: #323434;
}
.tx-epwerkmenu-menu-single-meal-container .test-arrow {
  display: none;
}
@media all and (max-width: 540px) {
  .tx-epwerkmenu-menu-meal-left > img {
    width: 100%;
  }
  .tx-epwerkmenu-menu-meal-wrapper,
  .tx-epwerkmenu-menu-meal-right {
    min-height: inherit;
  }
  .tx-epwerkmenu-menu-meal-left {
    padding: 16px;
  }
  .tx-epwerkmenu-menu-meal-right:not(.open) .meal-info-wrapper {
    display: none;
  }
  .tx-epwerkmenu-menu-single-meal-container:not(.open) .meal-info-wrapper {
    display: none;
  }
  .tx-epwerkmenu-menu-single-meal-container .test-arrow {
    position: absolute;
    cursor: pointer;
    color: #323434;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5px;
  }
  .tx-epwerkmenu-menu-single-meal-container.open {
    min-height: unset;
  }
  .tx-epwerkmenu-menu-single-meal-container.open .lightbox-trigger {
    font-size: 14px;
    padding-top: 20px;
    padding-right: 30px;
    margin-right: 20px;
    width: 75%;
  }
  .tx-epwerkmenu-menu-single-meal-container.open .tx-epwerkmenu-menu-single-meal-title {
    margin-bottom: 30px;
  }
  .tx-epwerkmenu-menu-single-meal-container:not(.open) .tx-epwerkmenu-menu-single-meal-title {
    margin-bottom: 0px !important;
  }
  .tx-epwerkmenu-menu-single-meal-container:not(.open) {
    min-height: 105px;
  }
  .tx-epwerkmenu-menu-single-meal-container.open .test-arrow {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
  }
  .tx-epwerkmenu-menu-single-meal-container.open .rotate-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: 5px;
    left: 50%;
  }
  .tx-epwerkmenu-menu-meal-right .arrow {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    right: unset;
  }
  .tx-epwerkmenu-menu-meal-right.open .arrow {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    right: unset;
    padding-right: 0;
  }
  .tx-epwerkmenu-menu-meal-right.open .rotate-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: 40px;
    left: 50%;
  }
  .tx-epwerkmenu-menu-meal-right.open .meal-info-wrapper {
    padding-bottom: 120px;
  }
  .tx-epwerkmenu-menu-meal-right.open .tx-epwerkmenu-menu-meal-prices {
    bottom: 40px;
  }
  .tx-epwerkmenu-menu-meal-right .meal-info-wrapper {
    padding-bottom: 100px;
  }
  .tx-epwerkmenu-menu-meal-prices-infobutton.float-right.lightbox-trigger {
    margin-right: 11%;
  }
  .tx-epwerkmenu-menu-single-meal-container .test-arrow {
    display: block;
  }
  .tx-epwerkmenu-menu-meal-wrapper .arrow {
    display: block;
  }
  .tx-epwerkmenu-menu-single .tx-epwerkmenu-menu-single-meal-container .tx-epwerkmenu-menu-single-meal-infobutton {
    position: absolute;
    bottom: 35px;
    right: 40px;
  }
  .tx-epwerkmenu-menu-single-meal-title {
    font-size: 18px !important;
    line-height: 21px;
    font-weight: 500;
  }
  .tx-epwerkmenu-menu-single-meal-prices-values {
    padding-bottom: 13px;
    border-bottom: 1px solid #707171;
    width: 100%;
    float: none !important;
    font-weight: 500;
  }
}
.tx-epwerkmenu-menu-single {
  /*margin-top: 60px;
  padding-bottom: 120px;*/
}
.tx-epwerkmenu-menu-single .tx-epwerkmenu-menu-single-meal-additives {
  display: none;
}
.tx-epwerkmenu-menu-single .tx-epwerkmenu-menu-single-meal-container {
  padding: 32px 150px 32px 38px;
  background: #F6F6F3;
}
@media all and (max-width: 600px) {
  .tx-epwerkmenu-menu-single .tx-epwerkmenu-menu-single-meal-container {
    padding: 32px 32px 32px 38px;
  }
}
.tx-epwerkmenu-menu-single .tx-epwerkmenu-menu-single-meal-container .tx-epwerkmenu-menu-single-meal-infobutton {
  position: absolute;
  top: 60px;
  right: 20px;
}
.tx-epwerkmenu-menu-single .tx-epwerkmenu-menu-single-meal-container .tx-epwerkmenu-menu-single-meal-prices {
  position: absolute;
  bottom: 32px;
  right: 20px;
}
@media all and (max-width: 991px) {
  .tx-epwerkmenu-menu-single .tx-epwerkmenu-menu-single-meal-container .tx-epwerkmenu-menu-single-meal-prices {
    position: relative;
    bottom: unset;
    right: unset;
  }
}
.tx-epwerkmenu-menu-single .tx-epwerkmenu-menu-single-meal-container .tx-epwerkmenu-menu-single-meal-title {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  .tx-epwerkmenu-menu-single .float-left {
    padding-bottom: 0;
  }
}
.tx-epwerkmenu-menu-single .price-legend {
  padding-top: 60px;
}
@media all and (max-width: 991px) {
  .tx-epwerkmenu-menu-single .price-legend {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.tx-epwerkmenu-menu-single .goto-menus {
  margin-top: 17px;
  margin-bottom: 17px;
}
.tx-epwerkmenu-menu-single .goto-menus a {
  background: #323434;
  color: white;
  font-size: 16px;
  padding: 19px 49px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.tx-menu .menu-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 60px;
  margin-top: 4px;
}
.tx-menu .menu-links .button-container {
  margin-left: auto;
}
.tx-menu .menu-links .pdf-link {
  display: flex;
}
.tx-menu .menu-links .pdf-link .downloadIcon {
  display: none;
}
@media all and (max-width: 1280px) {
  .tx-menu .menu-links:after {
    content: '';
    width: 100%;
  }
  .tx-menu .menu-links .button-container {
    order: 1;
    margin-left: 0px;
    margin-top: 20px;
  }
}
.tx-menu .menu-links .pdf-link,
.tx-menu .menu-links .menu-header,
.tx-menu .menu-links .divider {
  padding-right: 3px;
}
.tx-menu .menu-links .menu-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -9px;
}
.tx-menu .menu-links .downloadIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 480px) {
  .tx-menu .menu-links .downloadIcon {
    border: solid 5px lightgray;
    border-radius: 50px 50px;
    background: lightgray;
  }
}
.tx-menu .menu-links .downloadIcon svg {
  height: 15px;
}
@media all and (max-width: 480px) {
  .tx-menu .menu-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: -12px;
  }
  .tx-menu .menu-links .divider {
    display: none;
  }
  .tx-menu .menu-links .menu-header {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0;
  }
  .tx-menu .menu-links .menu-header .downloadIcon {
    display: none;
  }
  .tx-menu .menu-links .pdf-link {
    margin-bottom: 4px;
  }
  .tx-menu .menu-links .pdf-link .downloadIcon {
    display: flex;
    margin-right: 10px;
    margin-bottom: 1px;
    height: 28px;
    width: 28px;
  }
  .tx-menu .menu-links .pdf-link .downloadIcon svg {
    height: 12px;
  }
  .tx-menu .menu-links .button-container {
    width: 100%;
    margin-top: 29px;
  }
}
.tx-menu .tx-epwerkmenu-menu-info-wrapper .menu-links {
  margin-bottom: 0;
  margin-top: -4px;
}
/* Content */
/* Bootstrap Overwrite */
/* ****** Tooltip Style ****** */
.tooltip {
  pointer-events: none;
}
.tooltip-inner {
  text-align: left;
  padding: 22px;
  min-width: 300px;
  max-width: 350px;
}
/* ****** Container ****** */
.container-custom {
  overflow-x: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.row-custom {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 992px) {
  .row-custom {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.row-custom-2 {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 992px) {
  .row-custom-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.col-custom {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .col-custom {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.col-custom-2 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .col-custom-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col-scroll::-webkit-scrollbar {
  width: 14px;
  background-color: rgba(255, 255, 255, 0);
}
.col-scroll::-webkit-scrollbar-track,
.col-scroll::-webkit-scrollbar-thumb {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.col-scroll::-webkit-scrollbar-track {
  background-color: #FFF;
}
.col-scroll::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .col-scroll {
    max-height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (min-width: 1920px) {
  .col-scroll {
    max-height: 75vh;
  }
}
/* ****** Modal ****** */
@media (min-width: 992px) {
  .modal-custom {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  .modal-custom {
    max-width: 1150px;
  }
}
@media (min-width: 1920px) {
  .modal-custom {
    max-width: 1634px;
  }
}
.modal-print {
  max-width: 80vw;
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 930px;
  }
}
.modal-dialog {
  margin: 0px;
}
@media (max-width: 576px) {
  .modal-dialog {
    max-width: inherit;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .modal-dialog-custom {
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .modal-dialog-hint {
    max-width: 530px;
  }
}
@media (min-width: 992px) {
  .modal-dialog-hint {
    margin: 1.75rem auto;
  }
}
.modal-dialog {
  height: 100%;
}
@media (min-width: 768px) {
  .modal-dialog {
    height: auto;
  }
}
.modal-content {
  border-radius: 0;
  border: 0px;
}
@media (min-width: 768px) {
  .modal-content {
    height: auto;
  }
}
.modal-content-custom {
  height: auto;
}
.modal-content-hint {
  height: auto;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .modal-content-hint {
    margin: 0;
  }
}
body.modal-open {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body.modal-open .modal-content {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  body.modal-open .modal-content {
    position: relative;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
@media (min-width: 992px) {
  .modal.fade .modal-dialog {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.modal.fade.show .modal-dialog {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
/* ****** Collapse ****** */
.collapse {
  visibility: hidden;
}
.collapse.show {
  visibility: visible;
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.collapse-custom.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
/* ****** Others ****** */
.position-inherit {
  position: inherit;
}
.z-index-custom {
  z-index: 1000;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 6px;
  border-width: 0px;
  padding: 15px 25px;
  background-color: #8C8C8C;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (min-width: 992px) {
  .button {
    padding: 15px 40px;
    justify-content: left;
    width: auto;
  }
}
.button:hover,
.button:active {
  background-color: #787878;
}
@media (min-width: 992px) {
  .button ~ .button {
    margin-left: 14px;
  }
}
.button__text {
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media (min-width: 992px) {
  .button__text {
    text-align: left;
  }
}
.button__text:hover {
  text-decoration: none;
}
.button__text--dark {
  color: #FFF;
}
.button__text--highlight {
  color: #000000;
}
.button__text--hide {
  display: none;
}
@media (min-width: 992px) {
  .button__text--hide {
    display: inline-block;
  }
}
.button__text--center {
  text-align: center;
}
.button__text--disabled {
  font-weight: 400;
  color: #909190;
}
.button__icon {
  height: 100%;
  max-height: 26px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .button__icon {
    max-height: 18px;
  }
}
@media (min-width: 992px) {
  .button__icon--hide {
    display: none;
  }
}
.button--dark {
  background-color: #272727;
}
.button--dark:hover,
.button--dark:active {
  background-color: #000000;
}
.button--darken {
  background-color: #8C8C8C;
}
.button--darken:hover,
.button--darken:active {
  background-color: #787878;
}
.button--highlight {
  background-color: #FF7F00;
  border: 1px solid #272727;
}
.button--highlight:hover,
.button--highlight:active {
  background-color: #BA5D00;
}
.button--transparent {
  background-color: transparent;
}
.button--transparent:hover,
.button--transparent:active {
  background-color: transparent;
}
.button--disabled {
  pointer-events: none;
  background-color: #FFF0;
  border: 1px solid #5A5A5A;
  color: #5A5A5A !important;
}
.button--small {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .button--center {
    justify-content: center;
  }
}
.button--auto {
  height: auto;
}
/* Button Animation Icon on Hover */
.button__icon--animnormal,
.button__icon--animaction {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  height: 22px;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.button__icon--animaction {
  opacity: 0;
}
.button:hover .button__icon--animaction {
  opacity: 1;
}
.button:hover .button__icon--animnormal {
  opacity: 0;
}
.togglebutton {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent !important;
  /* remove default button style */
  color: inherit;
  background-color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  transition: all 0.5s ease;
}
.togglebutton__text {
  font-weight: 600;
  padding-right: 11px;
}
.togglebutton__text--filter {
  color: #87888a;
}
.togglebutton__text--hide {
  display: none;
}
@media (min-width: 992px) {
  .togglebutton__text--hide {
    display: inline-block;
  }
}
.togglebutton__status--hide {
  display: none;
}
.togglebutton__number {
  font-weight: 600;
  color: #FF7F00;
}
.togglebutton__number--highlight {
  color: #FFF;
}
.togglebutton__icon {
  flex-shrink: 0;
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  margin-top: 3px;
  height: 8px;
  width: auto;
}
.togglebutton__icon--top {
  transform: rotate(0deg);
}
.togglebutton__icon--filter {
  width: auto;
  height: 9px;
  margin-bottom: 6px;
}
.togglebutton--filter {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EDECEA;
}
.togglebutton--filter:hover,
.togglebutton--filter:active {
  background-color: #E3E2DF;
}
.togglebutton--right {
  float: right;
}
.togglebutton--hide {
  display: none;
}
.togglebutton--singlemeal {
  position: absolute;
  padding: 20px;
  background-color: #EDECEA;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .togglebutton--singlemeal {
    position: relative;
    padding: 0px;
    background-color: transparent;
    right: inherit;
    bottom: inherit;
  }
}
.togglebutton--highlight {
  background-color: #D96C00;
}
@media (min-width: 992px) {
  .togglebutton--highlight {
    background-color: transparent;
  }
}
.filterbutton {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 100%;
  background-color: #8C8C8C;
}
.filterbutton:hover,
.filterbutton:active {
  background-color: #787878;
}
.filterbutton__body {
  display: flex;
  align-items: center;
}
.filterbutton__icon {
  flex-shrink: 0;
  float: left;
  width: auto;
  height: 40px;
}
.filterbutton__icon--small {
  height: 28px;
}
.filterbutton__text {
  float: left;
  margin-left: 17px;
  color: #272727;
}
.filterbutton__text--grey {
  color: #000000;
}
.filterbutton__text--active {
  font-weight: 600;
}
.filterbutton--small {
  padding-top: 14px;
  padding-bottom: 14px;
  width: auto;
}
.filterbutton--lightgrey {
  background-color: #8C8C8C;
}
.filterbutton--active {
  background-color: #8C8C8C;
  font-weight: 600;
  border: 1px solid #000000;
}
.filterbutton--active:hover {
  background-color: #787878;
}
/* */
.defaultbutton {
  /* remove default button style */
  color: inherit;
  background-color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
}
.menufilter__options {
  background-color: #EDECEA;
}
@media (min-width: 768px) {
  .menufilter__options {
    background-color: #F6F6F3;
  }
}
.menufilter__options--hide {
  display: none;
}
.menufilter__top {
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .menufilter__top {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.menufilter__bottom {
  background-color: #F6F6F3;
}
@media (min-width: 768px) {
  .menufilter__bottom {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .menufilter__bottom {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.menufilter--buttonmobile {
  display: block;
}
@media (min-width: 768px) {
  .menufilter--buttonmobile {
    display: none;
  }
}
.menufilter--desktop {
  display: none;
}
@media (min-width: 768px) {
  .menufilter--desktop {
    display: block;
  }
}
.menufilter--fixed {
  position: fixed;
  top: 0;
  z-index: 1039;
  left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .menufilter--fixed {
    left: 8.333333%;
    width: calc(100% - 16.666666%);
  }
}
.menufilter--fixed .menufilter__wrapper--hover .menufilter__options {
  max-height: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  overflow: hidden;
}
.menufilter--fixed .menufilter__wrapper--hover:hover .menufilter__options {
  max-height: 500px;
}
.menufilter--lower {
  top: 123px;
  transition: top 0.9s linear;
}
.menufilter--lowermobile {
  top: 98px;
  transition: top 0.5s linear;
}
#collapseFilter {
  max-height: calc(100vh - (212px + 44px));
}
@media (min-width: 1200px) {
  #collapseFilter {
    max-height: calc(100vh - (128px + 44px));
  }
}
.filter__reset {
  cursor: pointer;
}
.filter__reset--disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.filter__name--active {
  font-weight: 600;
}
.filter__counter {
  display: none;
}
.filter__counter--active {
  display: inline-block;
  font-weight: 600;
  color: #000000;
}
.filter__counter--allactive {
  display: inline-block;
  font-weight: 600;
}
.filter__select {
  cursor: pointer;
}
.filter__select--disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.filter--desktop .filter__counter--allactive {
  color: #000000;
}
button.multiselect {
  background-color: initial;
  border: 1px solid #ced4da;
}
/* Label */
.label {
  font-size: 14px;
  color: #707070;
  margin-bottom: 10px;
}
/* Multiselect (Custom)*/
.mselect,
.sselect {
  position: relative;
  background-color: #FFF;
}
.mselect__wrapper,
.sselect__wrapper {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.mselect__title,
.sselect__title {
  cursor: pointer;
  width: 100%;
  padding: 15px 40px 15px 20px;
  background-color: #8C8C8C;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.mselect__title:hover,
.sselect__title:hover {
  background-color: #787878;
}
.mselect__title--active,
.sselect__title--active {
  font-weight: 600;
  background-color: #787878;
}
.mselect__title--filtercounter,
.sselect__title--filtercounter {
  color: #FF7F00;
}
.mselect__top,
.sselect__top {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  background-color: #FFF;
  border-bottom: 2px solid #F6F6F3;
}
.mselect__reset,
.sselect__reset {
  font-weight: 600;
  cursor: pointer;
  /* remove default button style */
  color: inherit;
  background-color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
}
.mselect__reset--disabled,
.sselect__reset--disabled {
  pointer-events: none;
  color: #909190;
}
.mselect__reset:hover,
.sselect__reset:hover {
  color: #707070;
}
.mselect__dropdown,
.sselect__dropdown {
  display: none;
  position: absolute;
  top: 58px;
  z-index: 2;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: calc(55vh - 168px);
}
@media (min-width: 992px) {
  .mselect__dropdown,
  .sselect__dropdown {
    max-height: calc(40vh - 168px);
  }
}
@media (min-width: 1200px) {
  .mselect__dropdown,
  .sselect__dropdown {
    max-height: calc(67vh - 168px);
  }
}
@media (min-width: 1920px) {
  .mselect__dropdown,
  .sselect__dropdown {
    max-height: calc(40vh - 168px);
  }
}
@media (min-width: 2400px) {
  .mselect__dropdown,
  .sselect__dropdown {
    max-height: calc(38vh - 168px);
  }
}
.mselect__dropdown::-webkit-scrollbar,
.sselect__dropdown::-webkit-scrollbar {
  width: 14px;
  background-color: rgba(255, 255, 255, 0);
}
.mselect__dropdown::-webkit-scrollbar-track,
.sselect__dropdown::-webkit-scrollbar-track,
.mselect__dropdown::-webkit-scrollbar-thumb,
.sselect__dropdown::-webkit-scrollbar-thumb {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.mselect__dropdown::-webkit-scrollbar-track,
.sselect__dropdown::-webkit-scrollbar-track {
  background-color: #FFF;
}
.mselect__dropdown::-webkit-scrollbar-thumb,
.sselect__dropdown::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
}
.mselect__dropdown--open,
.sselect__dropdown--open {
  display: block;
}
.mselect__dropdown--top,
.sselect__dropdown--top {
  max-height: calc(55vh - 168px);
}
@media (min-width: 992px) {
  .mselect__dropdown--top,
  .sselect__dropdown--top {
    max-height: calc((40vh - 168px) + 68px);
  }
}
@media (min-width: 1200px) {
  .mselect__dropdown--top,
  .sselect__dropdown--top {
    max-height: calc((67vh - 168px) + 68px);
  }
}
@media (min-width: 1920px) {
  .mselect__dropdown--top,
  .sselect__dropdown--top {
    max-height: calc((40vh - 168px) + 68px);
  }
}
@media (min-width: 2400px) {
  .mselect__dropdown--top,
  .sselect__dropdown--top {
    max-height: calc((38vh - 168px) + 68px);
  }
}
.mselect__input,
.sselect__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mselect__optionwrapper,
.sselect__optionwrapper {
  list-style-type: none;
  margin: 0;
  padding: 5px 0px 15px 10px;
}
.mselect__optionsgroup,
.sselect__optionsgroup {
  font-size: 14px;
  font-weight: 700;
  padding-left: 12px;
  margin-bottom: 6px;
}
.mselect__option,
.sselect__option {
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  border-radius: 6px;
  background-color: #8C8C8C;
  border: 1px solid;
  border-color: #8C8C8C;
  margin-bottom: 8px;
  padding: 14px 12px;
}
.mselect__option::before,
.sselect__option::before {
  display: none;
}
.mselect__option:last-child,
.sselect__option:last-child {
  margin-bottom: 0px;
}
.mselect__option--active,
.sselect__option--active {
  background-color: #8C8C8C;
  border: 1px solid #000000;
  font-weight: 600;
  color: #000000;
}
.mselect__option--invalid,
.sselect__option--invalid {
  color: #C5C5C3;
  pointer-events: none;
}
.mselect__option--centered,
.sselect__option--centered {
  display: flex;
  align-items: center;
}
.mselect__symbol,
.sselect__symbol,
.mselect__togglesymbol,
.sselect__togglesymbol {
  width: 40px;
  height: auto;
  margin-right: 15px;
}
.mselect__togglesymbol,
.sselect__togglesymbol {
  display: none;
}
.mselect__togglesymbol--show,
.sselect__togglesymbol--show {
  display: block;
}
.mselect__togglesymbol--small,
.sselect__togglesymbol--small {
  width: 14px;
  height: auto;
  margin-right: 0px;
}
.mselect__filtercounter,
.sselect__filtercounter {
  color: #FF7F00;
}
.mselect__filtercounter--hide,
.sselect__filtercounter--hide {
  display: none;
}
.mselect__iconwrapper,
.sselect__iconwrapper {
  position: absolute;
  right: 20px;
  top: 13px;
  pointer-events: none;
}
.mselect__icon,
.sselect__icon {
  height: 8px;
  width: auto;
  transform: rotate(0deg);
}
.mselect__icon--top,
.sselect__icon--top {
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .mselect__icon--top,
  .sselect__icon--top {
    transform: rotate(180deg);
  }
}
/* Singleselect (Custom)*/
@media (min-width: 992px) {
  .sselect__dropdown {
    max-height: 200px;
  }
}
.sselect__optionsgroup {
  font-size: 12px;
  font-weight: 400;
  color: #272727;
  padding-left: 12px;
  margin-bottom: 6px;
}
.sselect__option {
  cursor: pointer;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 0px;
  border: 0px;
  width: 100%;
  margin-bottom: 8px;
  padding: 14px 12px;
}
.sselect__option:hover {
  color: #000000;
  background-color: #787878;
}
.sselect__option:last-child {
  margin-bottom: 0px;
}
.sselect__option--active {
  background-color: #8C8C8C;
  color: #000000;
}
.sselect__option--invalid {
  color: #C5C5C3;
  pointer-events: none;
}
.mselect__option--active .mselect__togglesymbol--highlight,
.mselect__option--loggedin .mselect__togglesymbol--highlight {
  display: block;
}
.mselect__option--active .mselect__togglesymbol--normal,
.mselect__option--loggedin .mselect__togglesymbol--normal {
  display: none;
}
.modal-content .mselect__optionsgroup {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  padding: 18px 24px;
  background-color: #E3E2DF;
  margin-bottom: 0px;
}
.modal-content .mselect__option--locations {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  padding: 18px 24px;
  background-color: #F6F6F3;
  margin-bottom: 0px;
  border-radius: 0px;
  border: 0px;
  width: 100%;
}
.modal-content .mselect__option--active,
.modal-content .mselect__option--loggedin {
  font-weight: 600;
  background-color: #FF7F00;
  color: #FFF;
}
.modal-content .mselect__option--invalid {
  color: #C5C5C3;
  pointer-events: none;
}
.modal-content .mselect__option--border {
  border-bottom: 1px solid #D8D8D8;
}
/* Different Active State for Download Single Select */
.modal-content .sselect__optionsgroup {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  padding: 18px 24px;
  background-color: #E3E2DF;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .modal-content .sselect__optionsgroup {
    font-size: 12px;
    font-weight: 400;
    color: #272727;
    padding: 0 0 0 12px;
    background-color: #FFF;
    margin-bottom: 6px;
  }
}
.modal-content .sselect__option--downloads {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  padding: 18px 24px;
  background-color: #F6F6F3;
  margin-bottom: 0px;
  border-radius: 0px;
  border: 0px;
  width: 100%;
}
.modal-content .sselect__togglesymbol {
  width: 14px;
  height: auto;
}
.modal-content .sselect__togglesymbol {
  display: none;
}
.modal-content .sselect__togglesymbol--show {
  display: block;
}
.sselect__option--downloads.sselect__option--active {
  font-weight: 700;
  background-color: #F6F6F3;
  color: #FF7F00;
}
/* Input */
.form__input {
  height: 52px;
  border-radius: 0px;
  border-width: 0px;
  padding: 15px 25px;
  width: 100%;
  background-color: #FFF;
}
.form__input::-webkit-input-placeholder {
  font-style: italic;
}
.form__input::-moz-placeholder {
  font-style: italic;
}
.form__input:-ms-input-placeholder {
  font-style: italic;
}
.form__input:-moz-placeholder {
  font-style: italic;
}
/* Checkbox Custom */
.checkmark {
  display: block;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.checkmark:hover input ~ .checkmark__box {
  background-color: #F6F6F3;
}
.checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark input:checked ~ .checkmark__box {
  background-color: #FFF;
}
.checkmark input:checked ~ .checkmark__box .checkmark__icon {
  display: block;
}
.checkmark input:checked ~ .checkmark__box--transparent {
  background-color: transparent;
}
.checkmark input:checked ~ .checkmark__label--semibold {
  font-weight: 600;
}
.checkmark input:checked ~ .checkmark__label--checkedblack {
  color: #000000;
}
.checkmark__box {
  position: relative;
  flex-shrink: 0;
  height: 31px;
  width: 31px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
}
.checkmark__box--rounded {
  border-radius: 4px;
}
.checkmark__box--border {
  border: 1px solid #000000;
  background-color: transparent;
}
.checkmark__box--small {
  height: 14px;
  width: 14px;
}
.checkmark__icon {
  position: absolute;
  display: none;
  width: 100%;
  height: 14px;
}
.checkmark__icon--small {
  height: 6px;
}
.checkmark__label {
  pointer-events: none;
  font-size: 16px;
  color: #000000;
  margin-left: 10px;
}
.checkmark__label--disabled {
  pointer-events: none;
}
.checkmark__label--small {
  font-size: 12px;
}
.checkmark__label--black {
  color: #000000;
}
.checkmark__label--dark {
  color: #272727;
}
.checkmark--spacing {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .checkmark--spacing {
    margin-right: 30px;
  }
}
.checkmark--spacing2 {
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .checkmark--spacing2 {
    margin-right: 30px;
    margin-bottom: 0px;
  }
}
.checkmark--align-top {
  align-items: flex-start;
}
.checkmark--active .checkmark__icon {
  display: block;
}
.checkmark--active .checkmark__label {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 992px) {
  .checkmark--active .checkmark__label {
    font-weight: 400;
  }
}
.image {
  position: relative;
  margin-bottom: 0px;
}
.image__ratio {
  position: relative;
  height: 0;
  overflow: hidden;
}
.image__ratio--16-9 {
  padding-top: calc(100% * (9 / 16));
}
@media (min-width: 992px) {
  .image__ratio--lg-3-4 {
    padding-top: calc(100% * (4 / 3));
  }
}
.image__source {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image__source--portrait {
  height: auto;
  width: 100%;
}
.image__source--landscape {
  height: 100%;
  width: auto;
}
@media (min-width: 992px) {
  .image__source--lg-portrait {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .image__source--lg-landscape {
    height: 100%;
    width: auto;
  }
}
.dlist {
  margin-bottom: 0px;
}
.dlist__title {
  line-height: initial;
  font-size: initial;
}
.dlist__item {
  line-height: initial;
  font-size: initial;
  margin-bottom: 0px;
}
.dlist__item--inline {
  display: inline-block;
}
.dlist__item--custom {
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(96% / 6);
}
.dlist--custom {
  height: 155px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ulist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ulist__item {
  padding-left: 0px;
  margin-bottom: 0px;
}
.ulist__item:before {
  border-width: 0px;
}
.ulist__item--inline {
  display: inline-block;
}
.ulist__item--spacing {
  padding-right: 11px;
  padding-bottom: 11px;
}
.ulist__item--spacing:last-child {
  padding-right: 0px;
}
.ulist__item--border {
  border-top: 1px solid #D6D6D6;
}
.ulist__item--border:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.ulist__item--comma::after {
  content: ",";
  display: inline-block;
}
.ulist__item--comma:last-child::after {
  content: "";
}
.ulist--brackets::before {
  content: "(";
  display: inline-block;
}
.ulist--brackets::after {
  content: ")";
  display: inline-block;
}
.ulist--inline {
  display: inline-block;
}
.ulist--dotted {
  padding-left: 18px;
  list-style: inherit;
  list-style-type: disc;
}
.ulist--grey {
  color: #87888a;
}
@media (min-width: 992px) {
  .menulegend {
    padding-top: 15px;
  }
}
.menulegend__top {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .menulegend__top {
    padding-top: 0px;
  }
}
.textlegend {
  color: #87888a;
  margin-bottom: 0px;
}
.textlegend--bold {
  font-weight: 700;
}
.iconlegend {
  background-color: #F6F6F3;
  border-radius: 6px;
}
.iconlegend__header {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.iconlegend__button {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  /* remove default button style */
  color: inherit;
  background-color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  width: 100%;
  padding: 11px 18px;
}
.iconlegend__iconsrc {
  float: left;
  height: auto;
  width: 36px;
}
.iconlegend__headline {
  float: left;
  color: #707070;
  font-weight: 600;
  margin-left: 34px;
}
.iconlegend__icon {
  flex-shrink: 0;
  margin-top: 4px;
  width: auto;
  height: 9px;
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
.iconlegend__icon--top {
  transform: rotate(0deg);
}
.iconlegend__body {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 28px;
}
.pdflegend {
  float: left;
}
s .pdflegend:nth-child(2n) {
  float: right;
}
.pdficon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pdficon__src {
  height: 35px;
  width: auto;
}
/* Menu List : Single Meal Card - default, --dailytip, --highlight */
.singlemeal {
  position: relative;
  background-color: #F6F6F3;
}
.singlemeal__header {
  background-color: #FF7F00;
  text-transform: uppercase;
  padding: 9px 22px;
}
@media (min-width: 768px) {
  .singlemeal__header--dailytip {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.singlemeal__headertext {
  margin-bottom: 0px;
  color: #000000;
  font-weight: 700;
}
.singlemeal__top {
  padding: 22px calc(8.333333% - 10px) 22px calc(8.333333% - 10px);
}
@media (min-width: 992px) {
  .singlemeal__top {
    padding: 22px 32px 22px 23px;
  }
}
.singlemeal__headline {
  font-weight: 700;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .singlemeal__headline--dailytip {
    max-width: 66.666667%;
  }
}
.singlemeal__icontooltip {
  display: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .singlemeal__icontooltip {
    display: block;
  }
}
.singlemeal__iconmodal {
  display: block;
}
@media (min-width: 992px) {
  .singlemeal__iconmodal {
    display: none;
  }
}
.singlemeal__icon {
  height: 35px;
  width: auto;
}
.singlemeal__bottom {
  border-top: 1px solid;
  border-top-color: #D3D3CF;
  padding: 22px calc(8.333333% - 10px);
}
@media (min-width: 992px) {
  .singlemeal__bottom {
    padding: 22px 32px;
  }
}
.singlemeal__bottom--highlight {
  border-top-color: #000000;
}
.singlemeal__info {
  display: inline;
  margin-bottom: 0px;
}
.singlemeal__info--semibold {
  font-weight: 600;
}
.singlemeal--highlight {
  background-color: #E87401;
  color: #000000;
}
.singlemeal--highlight .eaternity__element-img {
  border: 1px solid #000000;
  color: #000000;
}
.singlemeal--dailytip {
  border: 3px solid #FF7F00;
}
.singlemeal--dailytip .eaternity__element-img {
  border: 1px solid #87888A;
  color: #000000;
}
.singlemeal--hide {
  display: none;
}
.singlemeal--eaternity {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.singlemeal--eaternity .star__icon {
  margin-right: 8px;
}
.singlemeal .eaternity__info .col-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.singlemeal .eaternity__element-img {
  border: 1px solid;
  padding: 5px;
  border-radius: 15px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.singlemeal .eaternity__element-img img {
  width: 60px;
  height: auto;
  min-height: 50px;
}
.singlemeal .eaternity__element-img span {
  text-align: center;
  display: block;
  width: 100%;
}
/* Menu List : Mensa Info */
.mensainfo {
  padding-top: 30px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .mensainfo {
    padding-top: 35px;
    padding-bottom: 3px;
  }
}
.mensainfo__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .mensainfo__title {
    font-size: 26px;
    line-height: 36px;
  }
}
.mensainfo__title--fixed {
  position: fixed;
  top: 100px;
  left: 0px;
  width: 100%;
  z-index: 1039;
  background: #fff;
  border-bottom: 1px solid #000;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
}
.mensainfo__title--lowermobile {
  top: 198px;
}
.mensainfo__subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .mensainfo__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 26px;
  }
}
/* Menu List : Info Banner */
.infobanner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px 40px;
  border-radius: 6px;
  background-color: #87888a;
}
.infobanner__icon {
  display: none;
  width: 35px;
  height: auto;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .infobanner__icon {
    display: inline-block;
    margin-top: 10px;
  }
}
.infobanner__icon--small {
  display: inline-block;
  width: 20px;
  margin-top: 0px;
}
.infobanner__text {
  margin-bottom: 0px;
  color: #FFF;
}
@media (min-width: 992px) {
  .infobanner__text {
    margin-left: 50px;
  }
}
.infobanner__text--rte p {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #FFF;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .infobanner__text--rte p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.infobanner__text--rte a {
  font-size: 16px !important;
  line-height: 22px !important;
  text-decoration: underline;
  color: #FFF;
}
@media (min-width: 768px) {
  .infobanner__text--rte a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.infobanner__text--rte a:hover {
  text-decoration: none;
}
.infobanner__text--small {
  margin-left: 15px;
  font-size: 13px;
  line-height: 19px;
}
.infobanner--small {
  padding: 8px 12px;
}
/* Menu List : Opening Info */
.openinginfo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 247px;
  padding: 30px 60px;
  background-color: #F6F6F3;
}
.openinginfo__text {
  text-align: center;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .openinginfo__text {
    font-size: 22px;
    line-height: 30px;
  }
}
.openinginfo__text p {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 0px;
}
.openinginfo__text a {
  color: #FF7F00;
  text-decoration: underline;
}
.openinginfo__text strong {
  font-weight: 600;
}
.openinginfo__text--bold {
  font-weight: 700;
}
.openinginfo--transparent {
  background-color: transparent;
  flex-direction: column;
}
.openinginfo--spacing {
  margin-bottom: 24px;
}
/* Menu List : Headlines */
.menulist__headline {
  padding-top: 0px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .menulist__headline {
    margin-bottom: 34px;
  }
}
.menulist__headline--bold {
  font-weight: 700;
}
.menulist__categorytitle {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 992px) {
  .menulist__categorytitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
.menulist__categorytitle--type2 {
  margin-top: 22px;
  margin-bottom: 8px;
}
.eaternity__element {
  height: 100%;
}
@media (max-width: 576px) {
  .eaternity__element span {
    font-size: 10px;
  }
}
.eaternity__element-rating {
  text-align: center;
}
.singlemeal .eaternity__element-img {
  border: 1px solid #87888A !important;
  color: #000000;
  height: 90%;
}
.singlemeal.singlemeal--dailytip .eaternity__element-img {
  border: 1px solid #87888A !important;
  color: #000000;
}
.singlemeal.singlemeal--highlight .eaternity__element-img {
  border: 1px solid #000000 !important;
  color: #000000;
}
.singlemeal--highlight .eaternity-score-link a {
  color: #000000;
}
.singlemeal .eaternity-score-link a {
  text-decoration: underline;
}
.singlemeal--eaternity {
  position: absolute;
  right: 59px;
  bottom: 7px;
}
.ulist {
  margin-bottom: 20px !important;
}
.singlemeal__top {
  position: relative;
}
@media (min-width: 992px) {
  .singlemeal--eaternity {
    position: relative;
    right: unset;
    bottom: unset;
  }
  .ulist {
    margin-bottom: -0.5rem !important;
  }
  .singlemeal__top {
    position: unset;
  }
}
.menuoptions {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F6F6F3;
  margin-left: -10.333333%;
  margin-right: -10.333333%;
}
@media (min-width: 992px) {
  .menuoptions {
    position: fixed;
    bottom: 50px;
    right: 8.333333%;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .menuoptions {
    bottom: 75px;
  }
}
.menuoptions__wrapper {
  background-color: #F6F6F3;
  margin-left: -8.333333%;
  margin-right: -8.333333%;
}
.infomodal {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: rgba(216, 216, 216, 0.85);
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .infomodal {
    height: auto;
  }
}
.infomodal__header {
  position: sticky;
  top: 0;
  z-index: 1048;
  background-color: #E3E2DF;
}
@media (min-width: 992px) {
  .infomodal__header {
    position: relative;
    background-color: #EDECEA;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.infomodal__headline {
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-left: 24px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .infomodal__headline {
    font-size: 20px;
    padding-left: 0px;
  }
}
.infomodal__headline--mobile {
  display: block;
}
@media (min-width: 992px) {
  .infomodal__headline--mobile {
    display: none;
  }
}
.infomodal__headline--desktop {
  display: none;
}
@media (min-width: 992px) {
  .infomodal__headline--desktop {
    display: block;
  }
}
.infomodal__map {
  height: 300px;
}
@media (min-width: 1200px) {
  .infomodal__map {
    height: 100%;
  }
}
.infomodal__link {
  /* remove default button style */
  color: inherit;
  background-color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.infomodal__linkicon {
  height: 11px;
  width: auto;
  margin-right: 8px;
}
.infomodal__linktext {
  font-weight: 600;
}
.infomodal__linktext--bold {
  font-weight: 700;
}
.infomodal__linktext--underlined {
  text-decoration: underline;
}
.infomodal__linktext--disabled {
  pointer-events: none;
  color: #909190;
  text-decoration: none;
}
.infomodal__closebutton {
  flex-shrink: 0;
  /* remove default button style */
  color: inherit;
  background-color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  width: 60px;
  height: 60px;
  background-color: #272727;
}
@media (min-width: 992px) {
  .infomodal__closebutton {
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.infomodal__closeicon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
}
.infomodal__closeicon--mobile {
  display: block;
}
@media (min-width: 992px) {
  .infomodal__closeicon--mobile {
    display: none;
  }
}
.infomodal__closeicon--desktop {
  display: none;
}
@media (min-width: 992px) {
  .infomodal__closeicon--desktop {
    display: block;
  }
}
.infomodal__body {
  margin-left: 60px;
  background-color: #F6F6F3;
  height: calc(100% - 60px);
  /*
    height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    max-height: calc(100% - 60px);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    */
  overflow-y: auto;
  overflow-x: hidden;
}
.infomodal__body::-webkit-scrollbar {
  width: 14px;
  background-color: rgba(255, 255, 255, 0);
}
.infomodal__body::-webkit-scrollbar-track,
.infomodal__body::-webkit-scrollbar-thumb {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.infomodal__body::-webkit-scrollbar-track {
  background-color: #FFF;
}
.infomodal__body::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .infomodal__body {
    height: auto;
  }
}
@media (min-width: 992px) {
  .infomodal__body {
    margin-left: 0px;
  }
}
.infomodal__body--bright {
  background-color: #FFF;
}
@media (min-width: 992px) {
  .infomodal__body--scroll {
    max-height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (min-width: 1920px) {
  .infomodal__body--scroll {
    max-height: 400px;
  }
}
.infomodal__body--spacing {
  padding-top: 35px;
  padding-bottom: 35px;
}
.infomodal__footer {
  position: sticky;
  bottom: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #E3E2DF;
  margin-left: 60px;
}
@media (min-width: 992px) {
  .infomodal__footer {
    background-color: #F6F6F3;
    margin-left: 0px;
  }
}
.infomodal__footer--subscribe {
  background-color: #F6F6F3;
  border-top: 0px;
}
.infomodal--rounded {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 6px;
  padding: 15px 25px;
  background-color: #EDECEA;
}
.infomodal--auto {
  height: auto;
}
#subscribeToMailingLists .subscriber__validation {
  color: #f00;
  font-size: 12px;
  display: none;
}
.subscribe {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .subscribe {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.subscribe__headline {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.subscribe__headline--semibold {
  font-weight: 600;
}
.subscribe__headline--spacing {
  margin-bottom: 10px;
}
.subscribe__checkmarks {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .subscribe__checkmarks {
    flex-direction: row;
  }
}
.subscribe__icon {
  width: auto;
  height: 80px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .subscribe__icon {
    height: 150px;
    margin-bottom: 30px;
  }
}
/* Modal Content : Information */
.infocard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.infocard__headline {
  font-weight: 600;
}
.infocard__body {
  padding-top: 10px;
}
.infocard__text {
  margin-bottom: 4px;
}
.infocard__text--spacing {
  margin-bottom: 15px;
}
.infocard__link {
  text-decoration: underline;
}
.infocard__link:hover {
  text-decoration: none;
}
.infotext {
  margin: 24px 0px;
  color: #000000;
  font-weight: 600;
}
@media (min-width: 992px) {
  .infotext {
    margin: 48px 0px;
  }
}
/* Modal Content : Download */
.downloadbutton {
  background-color: #EDECEA;
  cursor: pointer;
  border-radius: 6px;
  border-width: 0px;
  width: 100%;
  height: 100%;
}
.downloadbutton:hover {
  background-color: #E3E2DF;
}
.downloadbutton:focus .downloadbutton__icon,
.downloadbutton:hover .downloadbutton__icon,
.downloadbutton:active .downloadbutton__icon {
  display: none;
}
@media (min-width: 992px) {
  .downloadbutton:focus .downloadbutton__icon,
  .downloadbutton:hover .downloadbutton__icon,
  .downloadbutton:active .downloadbutton__icon {
    display: block;
  }
}
.downloadbutton:focus .downloadbutton__icon--highlight,
.downloadbutton:hover .downloadbutton__icon--highlight,
.downloadbutton:active .downloadbutton__icon--highlight {
  display: block;
}
@media (min-width: 992px) {
  .downloadbutton:focus .downloadbutton__icon--highlight,
  .downloadbutton:hover .downloadbutton__icon--highlight,
  .downloadbutton:active .downloadbutton__icon--highlight {
    display: none;
  }
}
.downloadbutton__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .downloadbutton__inner {
    padding: 20px 30px;
  }
}
.downloadbutton__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .downloadbutton__left {
    margin-right: 0px;
  }
}
.downloadbutton__downloadtype {
  flex-shrink: 0;
  width: auto;
  height: 60px;
  margin-right: 20px;
  display: none;
}
@media (min-width: 992px) {
  .downloadbutton__downloadtype {
    display: block;
  }
}
.downloadbutton__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.downloadbutton__text {
  text-align: left;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .downloadbutton__text {
    margin-right: 33px;
  }
}
.downloadbutton__info {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0px;
}
.downloadbutton__right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E3E2DF;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .downloadbutton__right {
    background-color: transparent;
    border-radius: 0px;
    width: auto;
    height: auto;
  }
}
.downloadbutton__icon {
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: auto;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .downloadbutton__icon {
    height: 28px;
    margin-left: 14px;
  }
}
.downloadbutton__icon--highlight {
  display: none;
}
.downloadbutton {
  position: relative;
}
@media (min-width: 992px) {
  .downloadbutton__icon--animnormal,
  .downloadbutton__icon--animaction {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 30px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
}
.downloadbutton__icon--animaction {
  display: none;
}
@media (min-width: 992px) {
  .downloadbutton__icon--animaction {
    display: block;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .downloadbutton:hover .downloadbutton__icon--animaction {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .downloadbutton:hover .downloadbutton__icon--animnormal {
    opacity: 0;
  }
}
/* Modal Legend (Mobile) */
.modallegend {
  padding: 30px 15px;
  border-bottom: 1px solid #E3E2DF;
}
.modallegend__icon {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}
.modallegend__text {
  margin-bottom: 0px;
}
/* Modal Filter */
.modalfilter {
  /* remove default button style */
  color: inherit;
  background-color: inherit;
  border: none;
  outline: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 24px;
  cursor: pointer;
}
.modalfilter__text {
  font-size: 16px;
}
.modalfilter__text--active {
  font-weight: 600;
}
.modalfilter__icon {
  transform: rotate(180deg);
  height: 12px;
  width: auto;
}
.modalfilter__filtercounter {
  color: #FF7F00;
  font-weight: 600;
}
.modalfilter__filtercounter--hide {
  display: none;
}
.modalfilter--download {
  padding-left: 0px;
  padding-right: 0px;
}
.modal[data-modal-cat] .modal-content {
  background-color: transparent;
}
.hr--black {
  border-color: #000000;
}
.hr--grey {
  border-color: #87888a;
}
.hr--lightgrey {
  border-color: #D1D1D1;
}
.hr--dotted {
  border-style: dotted;
}
.hr--custom {
  margin-top: 0px;
  margin-bottom: 0px;
}
.hr--md {
  margin-top: 27px;
  margin-bottom: 27px;
}
.hr--b-md {
  margin-top: 0px;
  margin-bottom: 27px;
}
/* Custom scrollbar style */
.scrollbar-custom::-webkit-scrollbar {
  width: 14px;
  background-color: rgba(255, 255, 255, 0);
}
.scrollbar-custom::-webkit-scrollbar-track,
.scrollbar-custom::-webkit-scrollbar-thumb {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.scrollbar-custom::-webkit-scrollbar-track {
  background-color: #FFF;
}
.scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
}
/* Variable */
/*
@custom-breakpoint-1: 1500px;
@custom-breakpoint-2: 1280px;
@custom-breakpoint-3: 992px;
@custom-breakpoint-4: 768px;
@custom-breakpoint-5: 480px;
*/
/* --- Colors defined in XD --- */
/* --- Defaults --- */
/* --- Extra Colors --- */
/* Text Color Classes */
.text-grey {
  color: #87888a;
}
/* Font Style */
.h1-style {
  font-size: 38px;
  line-height: 43px;
  /*
    @media @medium-devices {
    font-size: @h1-big;
    line-height: @h1-line-height-big;
  }
  */
}
.h1-style--bold {
  font-weight: 700;
}
.h2-style,
.menulist__headline {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .h2-style,
  .menulist__headline {
    font-size: 26px;
    line-height: 36px;
  }
}
.h3-style,
.singlemeal__headline {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .h3-style,
  .singlemeal__headline {
    font-size: 22px;
    line-height: 30px;
  }
}
.h3-style--semibold {
  font-weight: 600;
}
.h3-style--center {
  text-align: center;
}
.h5-style,
.singlemeal__headertext {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .h5-style,
  .singlemeal__headertext {
    font-size: 18px;
    line-height: 24px;
  }
}
.h5-style--semibold {
  font-weight: 600;
}
.h5-style--bold {
  font-weight: 700;
}
.p-style,
.togglebutton__number,
.mselect__title,
.sselect__title,
.mselect__reset,
.sselect__reset,
.sselect__option,
.singlemeal__info,
.infobanner__text,
.infocard__headline,
.infocard__text,
.infotext,
.modallegend__text,
.button-style,
.toggle-button-style,
.button__text,
.togglebutton__text,
.infomodal__linktext,
.downloadbutton__text {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .p-style,
  .togglebutton__number,
  .mselect__title,
  .sselect__title,
  .mselect__reset,
  .sselect__reset,
  .sselect__option,
  .singlemeal__info,
  .infobanner__text,
  .infocard__headline,
  .infocard__text,
  .infotext,
  .modallegend__text,
  .button-style,
  .toggle-button-style,
  .button__text,
  .togglebutton__text,
  .infomodal__linktext,
  .downloadbutton__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.p-style--highlight {
  color: #000000;
}
.p-style--grey {
  color: #707070;
}
.p-style--semibold {
  font-weight: 600;
}
.textlegend-text-style,
.textlegend {
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .textlegend-text-style,
  .textlegend {
    font-size: 16px;
    line-height: 22px;
  }
}
.iconlegend-text-style,
.iconlegend__headline,
.iconlegend__body {
  font-size: 16px;
  line-height: 22px;
}
.small-text-style,
.pdficon__text {
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .small-text-style,
  .pdficon__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.extra-small-text-style {
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .toggle-button-style,
  .togglebutton__text {
    line-height: 24px;
  }
}
.toggle-button-style-2,
.togglebutton__text--singlemeal {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .text-absolute {
    position: absolute;
    left: 22%;
    bottom: -28px;
  }
}
@media (min-width: 992px) {
  .text-absolute {
    left: 35%;
    bottom: -25px;
  }
}
@media (min-width: 1200px) {
  .text-absolute {
    left: 22%;
    bottom: -28px;
  }
}
/* Font Style */
/* Font Weight */
.bold-text-style {
  font-weight: 700;
}
.semibold-text-style {
  font-weight: 600;
}
/* No word-break */
/*# sourceMappingURL=menu.css.map */
