#disc_p a:hover {
  color: white !important;
}

#disc_p a:visited,
#disc_p a {
  color: inherit;
  text-decoration: none;
}

#gallery img {
  width: 100%;
  margin: auto;
  filter: drop-shadow(0 0 5px #000000);
}

#gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2%;
  max-width: 50vw;
  margin: 0 auto;
}

#gallery_box {
  text-align: center;
  align-self: center;
  justify-content: space-between;
}

#logo {
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

#gesamt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.4rem;
}

#logo_titel_box {
  display: flex;
  justify-content: center;
}

#oz_box {
  display: flex;
  justify-content: center;
  width: 100%;
}

#oz_box_shadow {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;

  padding: 20px;
  border-radius: 7px;
}

#oz_box_l {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
}

#oz_box_r {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
}

.s_tage {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12pt;
  color: #fff;
  margin:0;
  line-height: 20pt;
  padding-right: 7px;
}

.s_zeiten{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15pt;
  color: rgb(0, 102, 51);
  margin:0;
  line-height: 20pt;
  padding-left: 7px;
}

.s_speisekarte{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20pt;
  color: rgb(0, 102, 51);
  margin:0;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 7px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.7s;
}

.s_speisekarte:hover{
  border: 1px solid #000;
  border-radius: 7px;
  color: #000;
  background-color: rgb(0, 102, 51);
}

.unter p {
  margin: 2px 0;
}

.unter{
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10pt;
  color: rgb(0, 102 ,51);
}

.svg_shadow{
  filter: drop-shadow(0 0 5px #000000);
  width: 60%;
}

body {
  margin: 0;
  color: rgb(0, 102, 51);
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15pt;
  background-image: url("../res/tapete.png");
  background-repeat: repeat;
  /* overflow: hidden; */
}

main {

  margin: 4rem auto;
  width: 50vw
}

p {
  margin: 0;
}
