* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  background-image: url("/Images/background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  line-height: 1,5;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: center;
  font-size: 40px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.Sportheim {
  padding-top: 1em;
}
.Sportheim span {
  font-size: 3, 75em;
}
.Benvenuti {
  transform: rotate(-30deg);
}
.Willkommen {
  transform: rotate(30deg);
}
.willkommen_text {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
ul.menu {
  padding-top: 100px;
}
ul {
  display: flex;
  list-style-type: none;
}
ul img {
  width: 5%;
}
li {
  /*   background-color: #00000034; */
  padding: 0.25em 0.5em;
}
/* a {
  text-shadow: 2px 2px #00000062;
} */
.menu {
  font-size: 2.5em;
  justify-content: space-evenly;
  padding: 0px 20px 0px 20px;
}
.menu :hover {
  font-size: larger;
}
ul.menu li a {
  color: white;
  text-decoration: none;
}
.main {
  display: flex;
  align-items: center;
  font-size: 1em;
  margin: 0px;
  color: white;
}
p.main{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left {
  color: white;
  align-items: center;
  /* justify-content: space-evenly; */
  font-size: 1.25em;
  line-height: 1.5;
  margin-left: 2.5em;
}
/* .tel {
    display: grid;
    justify-content: center;
    align-items: center;
} */
.open_time {
  display: flex;
  white-space: nowrap;
  line-height: 1, 7;
}
.tel_img {
  margin-left: 50px;
  width: 15%;
}
.open_img {
margin-left: 50px;
padding-top: 20px;
  width: 15%;
}
.day {
  display: flex;
  word-wrap: nowrap;
}
.midle {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}
.midle img {
  width: 50%;
  animation: rotate 20s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.right {
  width: 25%;
  color: white;
  font-size: 1.25em;
  line-height: 1.5;
  padding-right: 1em;
}
.welcome_text {
  margin-top: 45px;
  color: rgb(255, 255, 255);
  font-size: 25px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.just_text {
  display: flex;
  text-align: center;
}
.welcome_text span {
  font-size: 45px;
}
.acolade {
  margin-top: 50px;
  width: 300px;
}
.aperitiv {
  width: 380px;
}
#Wochenkarte {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
/* .tafel {
  position: relative;
}
.wochenkarte_png {
  background-color: white;
  width: 26%;
  height: 75%;
  position: absolute;
  margin-top: -200px;
} */
#Wochenkarte {
  position: relative;
  width: 85%; /* Ajustează lățimea containerului după cum dorești */
  margin: 0 auto; /* Centrare orizontală */
  height: auto;
}

.tafel {
  width: 85%;
  height: auto;
}

.wochenkarte_png {
  background-color: white;
  width: 67%;
  height: 68%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}
sup {
  vertical-align: super;
  font-size: xx-small;
}
.pizza_small {
  height: 300px;
}
.top_title {
  display: flex;
  justify-content: space-between;
}
.midle_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu {
  padding-top: 50px;
}
.large_title {
  display: grid;
  align-items: center;
  text-align: center;
  padding-left: 1.5em;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 60px;
}
.top_title_second {
  display: flex;
}
.second_left {
  padding-right: 35px;
}
.second_right {
  padding-left: 35px;
}
.small_acolade_left {
  padding-right: 35px;
  height: 35px;
}
.small_acolade_right {
  padding-left: 35px;
  height: 35px;
}
.main_article {
  width: 80%;
  margin: 0 auto;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.5em;
  column-count: 2;
  column-width: 350px;
  column-rule: 3px solid white;
  column-gap: 3rem;
}
.detail {
  font-size: 15px;
  margin: 0px;
  color: white;
  text-indent: 30px;
  padding-top: 3px;
}
.details {
  font-size: 15px;
  margin: 0px;
  color: white;
  padding-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left1 {
  flex: 1;
  display: flex;
}
.left1::after {
  content: "";
  border-bottom: 3px dotted;
  flex: 1;
  margin: 0 0.5em;
}
.right1{
  font-size: 24px;
  margin: 0px;
  color: white;
  text-indent: 30px;
}
h2 {
  display: flex;
  justify-content: center;
  color: white;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 75px;
  padding-top: 100px;
}
.main_menu {
  font-size: 1.5em;
  margin: 120px auto;
  column-count: 3;
  column-width: 500px;
  column-rule: 3px solid white;
  column-gap: 3rem;
}
.main_menu p {
  padding-top: 0;
}
.titles_menu {
  display: flex;
  padding: 60px 30px 60px 30px;
}
h3{
  display: flex;
  justify-content: center;
  color: white;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 75px;
  padding-top: 50px;
  padding-bottom: 1.5em;
}
.event_paragraf{
  font-size: 1.5em;
  margin: 1.5em;
  color: white;
  text-align: center;
}
iframe{
  width: auto;
}
.anfahrt{
  display: flex;
  justify-content: space-between;
  font-size: 1.5em;
  margin: 1.5em;
  color: white;
}
.anfahrt_paragraf{
  width: auto;
  padding-left: 1em;
}
footer{
  background-color: #111;
}
.footerContainer{
  width: 100%;
  padding: 70px 30px 20px ;
}
.socialIcons{
  display: flex;
  justify-content: center;
}
.socialIcons a{
  text-decoration: none;
  padding:  10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}
.socialIcons a i{
  font-size: 2em;
  color: black;
  opacity: 0,9;
}
/* Hover affect on social media icon */
.socialIcons a:hover{
  background-color: #111;
  transition: 0.5s;
}
.socialIcons a:hover i{
  color: white;
  transition: 0.5s;
}
.footerNav{
  margin: 30px 0;
}
.footerNav ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.footerNav ul li a{
  color:white;
  margin: 20px;
  text-decoration: none;
  font-size: 0,5em;
  opacity: 0.7;
  transition: 0.5s;

}
.footerNav ul li a:hover{
  opacity: 1;
}
.footerBottom{
  background-color: #000;
  padding: 20px;
  text-align: center;
}
.footerBottom p{
  color: white;
}
.designer{
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}
.Zusatzstoffe_und_Konservierungsstoffe{
  color: white;
  padding-left: 60px;
  margin: 120px auto;
  column-count: 5;
  column-width: 300px;
  column-rule: 3px solid white;
  column-gap: 5rem;
}
/* Resetare standard pentru toate ecranele */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-image: url("/Images/background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  line-height: 1.5;
  font-size: 18px;
  color: white;
}

/* Galerie de imagini responsivă, cu scroll și drag */
.image-gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin: 20px auto;
  max-width: 90%;
  cursor: grab;
  white-space: nowrap;
  width: 100%;
}
.image-gallery img {
  max-height: 10cm; /* Limitare la 5 cm pe un ecran de 14 zoll */
  width: auto;
  object-fit: contain;
  scroll-snap-align: start;
  border-radius: 5px;
  flex-shrink: 0;
}

.image-gallery:active {
  cursor: grabbing;
}

/* Scroll pe mouse-drag */
.image-gallery {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  user-select: none;
  overflow-x: scroll;
  scrollbar-width: thin;
}
.image-gallery::-webkit-scrollbar {
  height: 15px;
}
.image-gallery::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
/* medium*/
@media screen and (max-width: 1400px){
  .h3{
    padding: 0;
  }
  .head{
  display: flex;
  justify-content: space-around;
  align-items: center;
  }
  .aperitiv {
    width: 250px;
}
#Wochenkarte {
  display: flex;
 /*  position: relative;
  width: 80%; /* Ajustează lățimea containerului după cum dorești */
  margin: 0px;
  height: auto;
  padding-top: 0px;
}
.wochenkarte_png{
  display: flex;
}
.pizza_small {
  height: 250px;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.Sportheim {
  padding-top: 1em;
}
.Sportheim span {
  font-size: 2, 75em;
}
ul.menu {
  display: flex;
  padding-top: 70px;
}
.menu {
  font-size: 1.5em;
  justify-content: space-evenly;
  padding: 0px 20px 0px 20px;
}
}
/* || small */

@media screen and (max-width: 1300px){
  h3{
    padding-bottom: 0em;
  }
  /* .Benvenuti{
    font-size: 20px;
  }
  .main_menu{
    margin: 0;
  }
  .Willkommen{
    font-size: 20px;
  } */
  h2{
    font-size: 50px;
    padding-top: 0px;
  }
  h3{
    font-size: 65px;
  }
#Wochenkarte {
  position: relative;
  width: 80%; /* Ajustează lățimea containerului după cum dorești */
  margin: 0 auto; /* Centrare orizontală */
  height: auto;
}
.pizza_small {
  display: none;
}
}
@media (max-width: 1200px) {
  .image-gallery img {
    max-height: 8cm;
  }
  .main_menu{
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 0px;
  }
}
@media (max-width: 1000px){
/*   body{
    background-image: url("/Images/aperitiv.png");
  }  */
  .aperitiv {
    display: none;
}
h1{
  justify-content: center;
  align-content: center;
  align-items: center;
}
 .large_title{
  font-size: 30px;
 }
 .top_title{
  justify-content: center;
 }
 h3{
  margin-bottom: 0%;
  padding: 0;
 }
 .Zusatzstoffe_und_Konservierungsstoffe{
  font-size: smaller;
  padding-left: 60px;
  margin: 120px auto;
  column-count: 2;
  column-width: auto;
  column-rule: 3px solid white;
  column-gap: 5rem;
 }
}
@media (max-width: 900px) {
  .image-gallery img {
    max-height: 6cm;
  }
@media (max-width: 700px){
  .anfahrt{
    display: block;
  }
.large_title{
  padding-bottom: 50px;
 }
 .main {
  margin-left: 50px;
  font-size: 18px;
  margin-left: 0px;
}
.detail{
  margin-left: 50px;
  font-size: 1,2em;
}
.tel_img{
  max-width: 100%;
  height: auto;
}
.head{
  font-size: 25px;
}
  .details{
    font-size: 1,2em;
    margin-left: 75px;
    display: flex;
    white-space: nowrap;
  }
  .main_menu{
    margin: 0;
    width: fit-content;
    flex-wrap: nowrap;
    justify-content: space-between; /* Asigură distribuirea uniformă */
    font-size: smaller; /* Micșorează fontul pentru a încăpea */
    overflow-x: auto; /* Adaugă scroll pe orizontală dacă este necesar */
    white-space: nowrap;
  }
  ul.menu{
    display: block;
    column-count: 2;
    column-width: auto;
    text-decoration: underline white;
  }
  .left1, .right1 {
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    white-space: nowrap;
  }
  .right{
    width: auto;
    padding-top: 20px;
    padding-left: 50px;
  }
  .right1{
    font-size: smaller;
    text-align: right;
  }
  .left{
    justify-content: center;
    width: auto;
    padding-left: 10px;
  }
  .willkommen_text{
    font-size: 36px;
  }
  .footerNav ul{
      flex-direction: column;
  }
  .midle{
    display: none;
  }
  .main_article{
    justify-content: center;
    margin: 0%;
    padding: 0;
    width: auto;
  }
/*   .wochenkarte{
    padding-left: 100px;
  } */
  .footerNav ul li{
      width:fit-content;
      text-align: center;
      margin: 10px;
      padding: 0%;
  }
  .socialIcons a{
      padding: 8px;
      margin: 4px;
  }
  .welcome_text{
    font-size: smaller;
  }
  .welcome_text span{
    font-size: 35px;
  }
  .aperitiv {
    display: none;
}
h3{
  padding-top: 40px;
  justify-content: center;
  text-align: center;
}
.titles_menu{
  margin-bottom: 20px;
  margin: 0;
}
.event_paragraf{
  font-size: smaller;
}
.anfahrt_paragraf{
  font-size: smaller;
}
.large_title{
  padding-left: 5px;
}
.image-gallery img {
  max-height: 3cm;
}
}
@media (max-width: 500px) {
  .image-gallery img {
    max-height: 2.5cm;
  }
}
.main{
  padding-left: 25px;
}
}