body {
  background-color: #ebe8dd;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 50%;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}
h1 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
  color: black;
  font-size: 6em;
  line-height: 1.1em;
  font-weight: 900;
}
h2 {
  display: inline-block;
  padding-right: 10px;
  color: black;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 900;
}
h3 {
  display: inline-block;
  color: black;
  font-size: 0.7em;
  line-height: 1.1em;
  font-weight: 300;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.content {
  height: 100%;
}
.branding {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 10%;
  background-image: url('../images/LuxorWelleRot.svg');
  background-position: -3px 0px;
  background-size: 101%;
  background-repeat: no-repeat;
}
.logo {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 10%;
  width: 100%;
  min-height: 15%;
  margin-bottom: -16px;
  margin-left: 20px;
  background-image: url('../images/LuxorRot.svg');
  background-position: 0px 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.tagesmen-row {
  margin-bottom: auto;
  padding: 1em 10px 0.5em;
}
.tagesmen-spaltewochentag {
  position: static;
  height: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.27);
  color: white;
  font-size: 4em;
  line-height: 1.1em;
  font-weight: 900;
}
.tagesmen-spaltewochentag.gericht {
  background-color: rgba(0, 0, 0, 0.07);
}
.preis {
  padding-right: 0px;
  padding-left: 10px;
  float: right;
}
.wochentag {
  display: block;
  color: white;
}
.tagesmen-tag {
  position: static;
}
.headline {
  padding-left: 15px;
}
.infoscreen {
  background-color: #ebe8dd;
  font-size: 110%;
}
.infoscreen.alberslv {
  font-family: Bitter, serif;
  font-style: normal;
}
.logohead {
  margin-top: 20px;
  margin-right: 15px;
  float: right;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}

