@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
    background: linear-gradient(to bottom, #ffffff, #eaeaea);
}

body {
    font-family: 'Times New Roman', serif;
    background: rgb(255, 255, 255);
    text-align: left;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;

}

header {
  background-color: #ffffffd6;
  border-bottom: 2px solid #64646477;
  box-shadow: -10px 0 10px rgba(71, 71, 71, 0.304);
  backdrop-filter: blur(5px);
  padding: 20px 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100vw;
}

header ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  width: 100%;
}

header ul li a {
  color: #120a7a;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(25px, 2vw, 30px);
  font-weight: bold;
  transition: text-shadow 0.3s ease, color 0.1s ease;
  align-self: center;
  padding-left: max(10px, 2vw);
}

header ul li a:hover {
  color: #ee073f;
  text-shadow: 0 0 100px #ffffffda;
  transform: scale(1.1);
}

article {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-self: center;
    gap: 10px;
}

.list {
    overflow: hidden;
    position: relative;
    width: 100vw;
    padding: 0;
    border-bottom: #ee073f 5px solid;
    padding-bottom: 50px;
}

.slide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}

.buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.buttons button {
  pointer-events: all;
  background-color: #000000;
  color: white;
  border: rgba(0, 0, 0, 0) 1px solid;
  padding: 10px;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 10px;
  opacity: 0.7;
  transition: 0.3s;
  pointer-events: all;
  backdrop-filter: blur(20px);
    align-items: center;
    justify-content: center;


}

.buttons button:hover {
  opacity: 1;
  border: #000000 1px solid;
}

.list article {
    object-fit: cover;
}

.front-1, .front-2, .front-3 {
  color: #120a7a;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
  width: 80vw;
  max-width: 1400px;
  gap: 20px;
  border-radius: 20px;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-shadow: -1.5px -1.5px 0 #ee073f, 1.5px -1.5px 0 #ee073f, -1.5px 1.5px 0 #ee073f, 1.5px 1.5px 0 #ee073f;
  flex-shrink: 0;
}

.front-1 {
    background-image: url('bilder/forsideBilde.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.front-2 {
    background-image: url('bilder/Restauranten.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.front-3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.243),#da91a339), url('bilder/Satelitt-Bilde.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.front-1 img {
  max-width: 200px;
  height: auto;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(80px, 10vw, 100px);
}

.front-1 h2, .front-2 h2, .front-3 h2 {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(30px, 5vw, 50px);
  color: #ee073f;
  text-shadow: -1px -1px 0 #120a7a, 1px -1px 0 #120a7a, -1px 1px 0 #120a7a, 1px 1px 0 #120a7a;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  color: #ee073f;
  margin: 20px;
}

.front-2 h2, .front-3 h2 {
  font-size: clamp(33px, 5vw, 50px);
  color: rgb(255, 255, 255);
  text-shadow: none;
  text-shadow: black 0 0 10px;
}

.front-2 p, .front-3 p {
  font-size: clamp(20px, 3vw, 30px);
  color: #ffffff;
  text-shadow: none;
  text-shadow: black 0 0 10px;
  text-decoration: underline;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0;
}

.menu a {
  position: relative;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, margin 0.2s ease;
  width: 200px;
  height: 135px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#pizza {
  background-image: url('bilder/Pizza.jpg');
}
#kebab {
  background-image: url('bilder/Kebab.jpg');
}
#hamburger {
  background-image: url('bilder/Hamburger.jpg');
}
#salat {
  background-image: url('bilder/Mix\ mat.jpg');
}

.menu a:hover {
  transform: scale(1.03);
  margin: 0 4px 0 4px;
  transition: all 0.3s ease;
  border: 2px solid #ee073f;
}

.menu img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 17px;
}

.image-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}

.Om-Oss, .opening-hours, .order-info {
  font-family: 'Roboto', sans-serif;
  background: white;
  width: 100vw;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  align-self: center;
  flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: #ee073f 5px solid;
    margin-top: 50px;
}

.google-maps {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
  height: 250px;
  border-radius: 15px;
  box-shadow: 4px 4px 15px rgba(255, 255, 255, 0.3);
  border: none;
}

.Restauranten {
  max-width: 400px;
  border-radius: 5px;
}

.order {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.foodoraknapp {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  background-color: #ee073f;
  color: white;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 20px;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 25px;
}

.foodoraknapp:hover {
  background-color: white;
  color: #ee073f;
  transform: scale(1.05);
}

.telefonknapp {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    background-color: #63e671;
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 20px;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-bottom: 25px;
    display: inline-block;
}

.telefonknapp:hover {
  background-color: white;
  color: #63e671;
  transform: scale(1.05);
}

#copy-button {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  background-color: rgb(234, 234, 234);
  color: white;
  font-size: 18px;
  padding: 8px 8px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  align-items: center;
  margin-left: 10px;
  display: inline-block;
}

#copy-button:hover {
  background-color: rgb(172, 172, 172);
  transform: scale(1.05);
}

.highlight {
  color: #ee073f;
}

.pizza-menu h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Appetittenlogo {
    width: 75px;
    height: auto;
}

.Appetittenlogo {
  left: 10px;
}

.TikTok-logo {
    border-radius: 50%;
}

.Appetittenlogo-liten {
  width: 100px;
}

.Appetittenlogo-stor {
  width: 180px;
  height: auto;
  
}

h4 {
  text-align: center;
  color: #ee073f;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  margin-bottom: 30px;
}

.KopierIcon {
  width: 30px;
  height: auto;
}

.Mix-mat {
    width: 90vw;
    height: auto;
}

footer {
  background-color: #ee073f;
  color: white;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-left {
  flex: 1;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-center {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}

.footer-right {
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.footer-right img {
  height: 50px;
  width: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.footer-right img:hover {
  transform: scale(1.1);
}


#Burgermeny {
  display: none;
  width: 40px;
  height: auto;
  cursor: pointer;
  margin-left: auto;
}

.back-button {
    color: red;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    border: #ee073f 2px solid;
    padding: 10px 20px;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.back-button:hover {
    background-color: #ee073f;
    color: white;
    transform: scale(1.05);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    justify-items: center;
    border-bottom: #ee073f 10px double;
    border-top: #ee073f 10px double;
    margin-bottom: 20px;
}

.allergen-info {
    font-size: 16px;
    color: #120a7a;
    margin: 10px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    align-items: center;
}

.item {
    position: relative;
    width: 300px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-shadow: #43050a 0 0 4px;
    color: white;
    border: #ee0741 3px solid;
    padding: 5px;
    background-color: rgba(116, 174, 146, 0.512);
}

.price {
    color: #c3fdc9;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

    #Las-Vegas {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Las-Vegas.jpg');
    }
    #Pepperoni {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Pepperoni.jpg');
    }
    #Salami {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Salami.jpg');
    }
    #Stjerne {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Stjerne.jpg');
    }
    #Vegetar {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Vegetar.jpg');
    }
    #Sport {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Sport.jpg');
    }
    #Ola-Normann {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Ola-Normann.jpg');
    }
    #Hawaii {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Hawaii.jpg');
    }
    #Family {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Family.jpg');
    }
    #Barn {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Barn.jpg');
    }
    #Klavestad {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Sport.jpg');
    }
    #Spansk {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Spansk.jpg');
    }
    #Gyros-Pizza {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Gyros-Pizza.jpg');
    }
    #Kebab-Pizza {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kebab-Pizza.jpg');
    }
    #Kylling-Pizza {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kylling-Pizza.jpg');
    }
    #American {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/American.jpg');
    }
    #Spesial {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Spesial.jpg');
    }
    #Din-Egen {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Sky.jpg');
    }
    #Taco-Pizza {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Taco-Pizza.jpg');
    }
    #Royal {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Sport.jpg');
    }
    #Super {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Super.jpg');
    }
    #Sky {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Sky.jpg');
    }
    #UGluten {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Salami.jpg');
    }
    #Stor-Kebab {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kebab3.jpg');
    }
    #Stor-Kebab-Pommes {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kebab-Pommes2.jpg');
    }
    #Super-Kebab {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kebab2.jpg');
    }
    #Kebab-Rull {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kebab-Rull.jpg');
    }
    #Kebab-Pommes {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kebab-Pommes.jpg');
    }
    #Kebab-Tallerken {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kebab.jpg');
    }
    #Lovstek-Brod {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Lovstek-Brod.jpg');
    }
    #Lovstek {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Lovstek.jpg');
    }
    #Biff {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Biffsnadder.jpg');
    }
    #Kylling {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Kylling.jpg');
    }
    #Burger {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Burger.jpg');
    }
    #Cheeseburger {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Burger-Bacon.jpg');
    }
    #Baconburger {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Burger-Bacon.png');
    }
    #Menyburger {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Burger-Meny.jpg');
    }
    #MenyOst {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Burger-Bacon.jpg');
    }
    #MenyOstBacon {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Hamburger.jpg');
    }
    #Skinkesalat {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Salat.jpg');
    }
    #Kyllingsalat {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Salat.jpg');
    }
    #Vegetarsalat {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Salat.jpg');
    }
    #Barneburger {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/barneburger.jpg');
    }
    #Barnenuggets {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/barnenuggets.jpg');
    }
    #Nuggets6 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Nuggets6.jpg');
    }
    #Nuggets9 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Nuggets9.jpg');
    }
    #Nuggets12 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Nuggets12.jpg');
    }
    #LChips {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/LChips.jpg');
    }
    #SChips {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/LChips.jpg');
    }
    #Drikke05 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Drikke05.jpg');
    }
    #Drikke15 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.129), rgba(255, 255, 255, 0.185), rgba(255, 255, 255, 0.4)), url('bilder/Drikke15.jpg');
    }

.dot-black,
.dot-green,
.dot-red,
.dot-orange,
.dot-blue,
.dot-brown,
.dot-purple {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}

.dot-black { background-color: black; }
.dot-green { background-color: #63e671; }
.dot-red { background-color: #ee073f; }
.dot-orange { background-color: orange; }
.dot-blue { background-color: royalblue; }
.dot-brown { background-color: brown; }
.dot-purple { background-color: purple; }

.dot-row {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
  justify-content: center;
  align-items: center;
}

.dot-black, .dot-green, .dot-red, .dot-orange, .dot-brown, .dot-purple, .dot-blue {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}


@media (max-width: 600px) {

  .price {
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 3px 6px;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header ul {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background-color: #ffffffd6;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 20px;
  border-bottom: 2px solid #64646477;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  z-index: 998;
}

  header ul.show {
    display: flex;
  }

  header ul li a {
  display: block;
    font-size: 20px;
    padding: 10px 0;
  }

  header ul.show li a {
    display: block;
  }

  #Burgermeny {
    display: block;
    width: 50px;
    margin-left: auto;
    padding-right: 10px;
  }

  .info, .opening-hours, .order-info {
    width: 95%;
    margin: 20px auto;
  }

  .image-text {
    font-size: 16px;
    bottom: 5px;
    padding: 4px 8px;
  }

  .google-maps {
    width: 100%;
    height: 220px;
  }

  .Restauranten {
    width: 100%;
    max-width: 340px;
  }

  .item {
    width: 90%;
    height: 180px;
  }

  .Facebook-logo, .TikTok-logo {
    width: 100px;
  }
}

.slide-in {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.6s ease-out;
}

.slide-in.visible {
  opacity: 1;
  transform: translateX(0);
}