.front-page__slider-image img {
  filter: brightness(60%);
}

.page__slider-image {
  max-height: 400px;
  width: 100%;
}

.page__slider-image img {
  padding-bottom: 2rem;
}

.wp-post-image {
  object-fit: cover;
  max-height: 400px;
  width: inherit;
  filter: brightness(30%);
}

.top-menu {
  height: 2rem;
  background-color: #232323;
}

.top-nav-flex {
  margin: .3rem 0;
  flex-direction: row-reverse !important;
}

.top-nav-flex li {
  margin-left: 2rem;
}

.page-template{
  padding-bottom: 2rem;
  text-align: center;
}
.footer_contact, .footer_about {
	margin-top: 2rem;
}
.widget-title {
  color: white;
}

.intro_image img{
  height: 550px;
  object-fit: cover;
  width: 350px;
}

.intro_subtitle.page_subtitle {
  color: grey;
}

.current-cat > a:nth-child(1) {
  color: red;
}

.dish_contents {
  color: #636363;
  text-align: left;
}

.current-menu-item a {
  color: #b49383 !important;
}

.menu-categories .cat-item {
  font-size: 16px;
  height: 40px;
  display: block;
}

.scroll-nav ol {
  list-style-type: none;
  margin-top: 2rem;
}
.scroll-nav__item {
  height: auto;
  border: 1px solid rgba(0,0,0,.125);
  vertical-align: middle;
  padding: 1rem;
}

.scroll-nav__link {
  font-size: 18px;
  color: black;
  font-weight: 500;
}

.scroll-nav__item--active {
  background-color: #4e4642;
}
.scroll-nav__item--active a, .scroll-nav__item--active a:hover {
  color: white !important;
  font-weight: 500;
}
.dish-title-col {
  text-align: left;
}
.dish-price-col {
  text-align: right;
}
.dish-title {
  font-size: 24px;
  font-weight: 500;
  color: #292929;
}
.dish-price {
  float: right;
  font-weight: 500;
  font-size: 24px;
}

.dish-container {
  margin: 2rem 0;
  border-style: solid;
  border-color: #d6d6d6;
  padding: 1rem;
  border-width: thin;
}

.dish-description {
  text-align: left;
  font-size: 16px;
}
.menu-sticky {
  top: 0;
}
.category_menu {
  position: fixed;
}
a:hover {
  color: unset;
}
.category_main_title_description {
  margin-top: 1rem;
  font-style: italic;
}
.category_specific_info {
  font-weight: 800;
  margin-bottom: 2rem;
}
sup {
  font-size: 14px;
  color: grey;
  cursor: pointer;
}
.moghul-table-head {
  background-color: #4e4642;
}
td {
  color: black;
}
.modal-title {
  font-size: 20px;
  width: 100%;
  color: #4e4642;
  font-weight: 900;
}
.zusatzstoffe-button {
  background-color: #4e4642 !important;
}
.footer_logo img {
  height: 200px;
  width: 250px;
  vertical-align: middle;
  border-style: none;
}
.fa-icons-moghul-phone {
  font-size: 20px;
}
.fa-icons-moghul-mobile {
  font-size: 27px;
}
.fa-icons-moghul-address {
  font-size: 25px;
}
.footer_contact_text a {
  color: #ffffff;
}
.credits-footer {
  background-color: black;
  padding: .2rem 0;
  font-size: 13px;
	color: rgba(255,255,255,0.41);
	line-height: 0.75;
}
.addthis_toolbox.addthis_vertical_style {
  width: 100% !important;
}
.menu_image_description {
  top: 34% !important;
  font-size: 16px;
}


