#Speisekarte p{
  margin-top: 25px;
}

#Speisekarte p.has-text-align-left{
  margin-bottom: 0px;
}

#Speisekarte p.has-text-align-right{
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 25px;
}

#Speisekarte h4{
  margin-bottom: 0px;
}

.Seite p, .Seite h2, .Seite h4{
  padding-left: 25px;
  padding-right: 25px;
}

.Item p{
  margin-bottom: 0px !important;
}

#about h1{
  padding: 0px 4% 0px 4%;
}

.absatz p{
  text-align: justify;
}

.Separator{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 800px;
}

#SeparatorAbout{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 580px;
}

#SeparatorKontakt{
  width: 80%;
  height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
}

#SeparatorKontakt .absatz{
  width: 30%;
}

.absatz{
  width: 40%;
  margin: 0px auto 0px auto;
}

.category{
  width: 95%;
  margin: 0px auto 0px auto;
}

.item{
  padding: 0px 5%;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.item h4{
  margin-top: 0px;
}

.Seite{
  margin-top: 10px !important;
  width: 95%;
  background: none;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 15px;
}

.Seite p, .Seite h1, .Seite h2, .Seite h3, .Seite h4{
  transition: all 0.75s ease-in-out;
}

/* Keep your commented hover background block as-is (optional) */

.top{
  border-top: 0px !important;
  margin-top: -10px;
  padding-top: 10px;
}

.right{
  border-right: 0px !important;
  margin-right: -10px;
  padding-right: 10px;
}

.bottom{
  border-bottom: 0px !important;
  margin-bottom: -10px;
  padding-bottom: 10px;
}

.left{
  border-left: 0px !important;
  margin-left: -10px;
  padding-left: 10px;
}

.CoronaPost{
  width: 80%;
  margin: 0 auto;
}

/* Blocks / containers */
.container{
  padding-top: 60px;
  display: flex;
  flex-flow: column wrap;
  border: 3px solid var(--blue);
  justify-content: flex-start;
  background: var(--white);
}

.container p{
  color: var(--black);
}

.B-site{
  width: initial !important;
  background: var(--white) !important;
  padding-top: 1px;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  padding-bottom: 1px;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);
}

.B-site h2, .B-site h4, .B-site h1{
  color: var(--blue) !important;
  font-weight: normal;
}

.sub-heading-menu{
  margin-bottom: -28px;
  font-size: 3.5em;
  background: var(--white);
  z-index: 420;
  position: relative;
  width: max-content;
  max-width: 90%;
  margin-left: 25px;
}

/* Height utility classes */
.c-h-125{ height: 125px; }
.c-h-155{ height: 155px; }
.c-h-220{ height: 220px; }
.c-h-250{ height: 250px; }
.c-h-265{ height: 265px; }
.c-h-410{ height: 410px; }
.c-h-650{ height: 650px; }
.c-h-910{ height: 900px; }

.p-inline{
  margin-top: -10px !important;
  margin-bottom: 50px;
}

/* Removed dotted border legacy: leftBorder is now solid */
.leftBorder{
  width: 100%;
  text-align: left;
  border-bottom: 3px solid var(--blue);
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.leftBorder span{
  background: var(--white);
  padding: 0 10px;
}

.rightBorder{
  margin-top: -10px !important;
  text-align: left;
  padding-left: 7px !important;
  background: var(--white);
  width: max-content;
}

.menu-sub-head{
  margin-top: -30px;
  margin-bottom: 15px;
  margin-left: 50px;
  font-size: 2.75em;
  font-family: 'beneth';
}

/* Optional containers (kept but cleaned) */
.containerDrinks{
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 900px;
}

.itemContainer{
  width: 100%;
  max-width: 500px;
}

.itemContainer-single{
  width: 100%;
}
