* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  overflow-x: hidden;
  width: 100%;
  background: #f0f0f3;
}

img {
  display: block;
  max-width: 100%;
}

header {
  font-weight: 350;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  padding: 16px 27px;
  background-color: #f5f5f7;
}
header svg {
  transform: translate(0, 1.5px);
}
header a {
  color: #0071e3;
  text-decoration: none;
}

#home {
  display: grid;
  position: relative;
  background-image: linear-gradient(50deg, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0) 0%), url(altbg.jpg);
  background-repeat: no-repeat;
  padding: 5%;
  background-size: cover;
  background-position: center;
  padding: 5vw;
  height: 75vh;
}
#home .heading {
  position: absolute;
  top: 24%;
  right: 19%;
  color: white;
}
#home .heading h3 {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  top: 4h;
  letter-spacing: 0.2px;
}
#home .heading h6 {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 19px;
}
#home .pp {
  grid-area: text;
}
#home .buttons-container {
  grid-area: buttons;
}
#home .content {
  position: absolute;
  bottom: 5%;
  left: 12%;
  color: white;
  display: flex;
  flex-direction: column;
}
#home .content .content-grid {
  display: grid;
  grid-template-areas: "text" "buttons";
}
#home .content h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
}
#home .content h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 15.51px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #8d8d8d;
  margin: 12px 0;
}
#home .content img {
  width: 135px;
  height: 38px;
}
#home .content .pp {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.9px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #d9d9d9;
}
#home .content .pp-container {
  max-width: 40vh;
}
#home .buttons-container {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 15px;
  grid-template-areas: "reservieren lieferando speisekarte";
  position: relative;
}
#home .buttons-container button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 55px;
}
#home .buttons-container .btn1 {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  backdrop-filter: blur(72.4px);
  z-index: 3131;
}
#home .buttons-container .btn1 a {
  text-decoration: none;
}
#home .buttons-container .btn1:hover {
  background-color: rgba(240, 240, 240, 0.9450980392);
}
#home .buttons-container p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222222;
}
#home .buttons-container .lieferbtn {
  margin: 0px 5px 0px 12.5px;
  display: flex;
  cursor: pointer;
  background-color: #ff8000;
  border: none;
  transition: all 0.2s ease;
}
#home .buttons-container .lieferbtn:hover {
  background-color: #f07800;
}

.reserve {
  grid-area: reservieren;
}

.lieferbtn {
  grid-area: lieferando;
}

.menu {
  grid-area: speisekarte;
}

.kontakt {
  grid-area: kontakt;
}

.about {
  grid-area: about;
}

.information {
  grid-area: info;
}

#footer {
  margin: 56px 0;
  background-color: #f0f0f3 !important;
}
#footer .footer-container {
  background-color: #f0f0f3 !important;
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.6fr 0.6fr;
  grid-template-areas: "kontakt about info";
  margin: 0 12%;
  gap: 40px;
}
#footer .footer-container a {
  color: #0071e3;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
}
#footer .footer-container p {
  font-size: 0.8rem;
}
#footer .footer-container h5 {
  color: #252525;
  font-size: 1rem;
  font-weight: 700;
  line-height: 21.48px;
  text-align: left;
  margin-bottom: 10px;
}
#footer .footer-container .ih {
  margin-bottom: 29px;
}
#footer .footer-container .ihtext {
  margin-bottom: 11.5px;
}
#footer .footer-container .black {
  color: #252525;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  margin-bottom: 2px;
}
#footer .footer-container .blacktwo {
  margin-bottom: 5px;
}
#footer .footer-container .text {
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #7b7b7c;
}
#footer .footer-container .linkblue {
  color: #0071e3;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
#footer .footer-container .tb {
  margin-bottom: 20px;
}

@media only screen and (max-width: 830px) {
  #home .heading {
    display: none;
  }
  .content {
    margin-left: 42px;
  }
  #home {
    background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, transparent 0%, #000, #000), url(altbg.jpg);
    padding: 0;
    justify-items: center;
    align-items: end;
  }
  #home .content .buttons-container .reserve::before {
    content: "Reservieren";
    text-align: center;
    color: #000000;
    font-size: 17px;
    font-weight: 590;
    line-height: 20.29px;
    letter-spacing: 0.01em;
  }
  #home .content h4 {
    margin-bottom: 6px;
  }
  #home .content .buttons-container .menu p {
    text-align: center;
    color: #000000;
    font-size: 17px;
    font-weight: 590;
    line-height: 20.29px;
    letter-spacing: 0.01em;
  }
  #footer .footer-container {
    grid-template-columns: 1fr;
    grid-template-areas: "about" "kontakt" "info";
  }
  #home .buttons-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "reservieren speisekarte" "lieferando lieferando";
  }
  #home .content .buttons-container .reserve p {
    display: none;
  }
  #home .content .buttons-container .reserve {
    margin-right: 12.5px;
    margin-bottom: 10px;
  }
  #home .content .buttons-container .menu {
    margin-bottom: 10px;
  }
  #home .content .buttons-container .lieferbtn {
    margin-left: 0;
    width: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #home .content {
    position: static;
    text-align: center;
    margin: 0;
    left: 0;
    justify-content: center;
    align-items: center;
  }
  #home .heading {
    position: static;
    text-align: center;
    margin: 0;
    right: 0;
  }
  #home .buttons-container button {
    padding: 14px 30px;
    border-radius: 10px;
  }
  h2,
  h4,
  img {
    text-align: center !important;
  }
  #home .content img {
    width: 152px;
    height: 43px;
  }
  #home .content h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  #home .content .content-grid {
    grid-template-areas: "buttons" "text";
    width: 100%;
  }
  #home .content .content-grid .pp-container {
    margin: 12px 0 25px;
    width: 100vh !important;
    margin-right: 0;
    padding-right: 0;
  }
  #home .content .content-grid .pp-container .pp {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: left;
    width: 46vh !important;
  }
  #footer .footer-container h5 {
    font-size: 22px;
  }
  #footer .footer-container .kontakt h5,
  #footer .footer-container .informationen h5,
  #footer .footer-container .about h5 {
    margin-bottom: 23px !important;
  }
  #footer .footer-container {
    margin: 0 6%;
  }
}
@media (max-width: 1859px) {
  #photoSection .photoSectionContainer {
    overflow-x: scroll;
  }
}

/*# sourceMappingURL=style.css.map */
