@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  max-width: 100vw;
  font-family: Calibri, sans-serif;
  overflow-x: hidden;
}

picture.popup-image {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.popup-wrapper.active {
  display: flex;
}
.popup-wrapper .popup-content {
  position: relative;
  width: 50vw;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .popup-wrapper .popup-content {
    width: 90vw;
    max-height: 80vh;
    padding: 10px;
  }
}
.popup-wrapper .popup-content .popup-image {
  display: block;
}
.popup-wrapper .popup-content .popup-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#cantina {
  /* Ergänzung für die Responsivität */
  /* Ergänze den vorhandenen Code */
  /* Ergänze den vorhandenen Code */
  /* Ergänze den vorhandenen Code */
}
#cantina h1, #cantina h2, #cantina h3, #cantina h4, #cantina h5, #cantina h6 {
  font-family: "Termina", sans-serif;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#cantina .container {
  padding-left: 0;
  padding-right: 0;
}
#cantina a {
  text-decoration: none;
}
#cantina a:hover {
  text-decoration: underline;
}
#cantina p {
  line-height: 1.5;
  margin-bottom: 0;
}
#cantina .centered {
  text-align: center;
  color: white;
}
#cantina .centered h1 {
  font-size: 4em;
}
@media screen and (max-width: 768px) {
  #cantina .headline-margin-top-mobile h2 {
    margin-top: 40px;
  }
}
#cantina .centered p {
  font-size: 2em;
}
#cantina .text-section {
  padding: 70px 0px;
  background-image: url(/images/bg.jpg);
  background-size: 33%;
  color: #333;
  position: relative;
}
#cantina .text-section.row {
  margin-left: 0;
  margin-right: 0;
}
#cantina .text-section h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #cantina .text-section h2 {
    font-size: 1.75rem;
  }
}
#cantina .text-section p {
  margin-bottom: 1rem;
}
#cantina .text-section p:last-child {
  margin-bottom: 0;
}
#cantina .text-section .cta-button {
  margin-top: 0;
  background-color: #ccc;
  text-decoration: none;
}
#cantina .text-section a {
  text-decoration: underline;
  color: #333;
}
#cantina .spacer {
  height: 50px;
}
#cantina .event-item {
  margin-bottom: 1.5rem;
}
#cantina .event-item .event-item-weekday {
  line-height: 1;
  margin-bottom: 0.25rem;
}
#cantina .event-item .event-item-date {
  line-height: 1;
  font-size: 1.3rem;
}
#cantina .event-item .event-item-title {
  font-weight: normal;
  margin-bottom: 0.25rem;
}
#cantina .menu h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#cantina .menu h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #cantina .menu h2:first-child {
    margin-top: 3rem;
  }
}
#cantina .menu .menu-item {
  margin-bottom: 10px;
}
#cantina .menu .menu-item h3 {
  margin-bottom: 0.25rem;
}
#cantina .menu .menu-item .menu-item-description .price {
  text-align: right;
}
#cantina #atavolo {
  width: 100%;
  height: 620px;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #cantina .centered h1 {
    font-size: 2em;
  }
  #cantina .centered p {
    font-size: 1em;
  }
}
#cantina .parallax {
  height: 600px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 20px 0px #888888;
  box-shadow: inset 0px 0px 20px 0px #888888;
}
@media screen and (max-width: 768px) {
  #cantina .parallax {
    height: 400px;
    background-attachment: unset;
  }
}
#cantina .parallax p {
  font-family: Termina, sans-serif;
}
@media screen and (min-width: 821px) {
  #cantina .parallax.parallax-mobile {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #cantina .parallax.parallax-mobile-exists {
    display: none;
  }
}
#cantina .parallax.intro h1 {
  font-size: 8vw;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #cantina .parallax.intro h1 {
    font-size: 12vw;
  }
}
#cantina .parallax.intro.reservieren h1 {
  font-size: 5vw;
}
@media screen and (max-width: 1024px) {
  #cantina .parallax.intro.reservieren h1 {
    font-size: 8vw;
  }
}
#cantina .parallax.intro p {
  font-size: 1.8vw;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #cantina .parallax.intro p {
    font-size: 3.3vw;
    line-height: 1.5;
    max-width: 100%;
  }
}
#cantina .parallax.intro .cta-button {
  position: absolute;
  bottom: -75px;
  right: 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #cantina .parallax.intro .cta-button {
    right: 25px;
  }
}
@media screen and (max-width: 480px) {
  #cantina .parallax.intro .cta-button {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
#cantina .parallax.center {
  justify-content: center;
}
#cantina .parallax.top {
  justify-content: start;
}
#cantina .parallax.bottom {
  justify-content: end;
}
#cantina .parallax.left {
  align-items: start;
}
#cantina .parallax.left h1 {
  text-align: left;
}
#cantina .parallax.left p {
  text-align: left;
}
#cantina .parallax.right {
  align-items: end;
}
#cantina .parallax.right h1 {
  text-align: right;
}
#cantina .parallax.right p {
  text-align: right;
}
#cantina .parallax .parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#cantina .parallax .parallax-container.top {
  justify-content: start;
}
#cantina .parallax .parallax-container.bottom {
  justify-content: end;
  margin-bottom: 100px;
}
#cantina .parallax .parallax-container.left {
  align-items: start;
}
#cantina .parallax .parallax-container.left .parallax-content {
  text-align: left;
}
#cantina .parallax .parallax-container.right {
  align-items: end;
}
#cantina .parallax .parallax-container.right .parallax-content {
  text-align: right;
}
#cantina .parallax .parallax-container .parallax-content {
  color: white;
  margin-top: 10%;
  padding: 40px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  text-align: center;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #cantina .parallax .parallax-container .parallax-content {
    padding: 25px;
  }
}
#cantina .parallax .parallax-container .parallax-content .cta-button {
  margin-bottom: 0;
}
#cantina .centered-small h2 {
  font-size: 2em;
}
#cantina ol, #cantina ul {
  list-style-position: inside;
  margin-bottom: 0 !important;
}
#cantina .cta-button {
  display: inline-block;
  font-size: 1em;
  color: #333;
  background-color: white;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 15px 0px;
  font-family: Termina, sans-serif;
  width: auto;
}
#cantina .cta-button:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #cantina .centered-small h2 {
    font-size: 1.5em;
  }
  #cantina .reservation-btn {
    font-size: 0.8em;
  }
}
#cantina footer {
  background-color: #bbbbbb;
  color: #333;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
#cantina .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#cantina .footer-section {
  margin: 10px;
}
#cantina .footer-section p {
  font-family: Termina, sans-serif;
}
#cantina .footer-section a {
  font-family: Termina, sans-serif;
  color: #333;
  margin-right: 10px;
}
#cantina .footer-section a:last-child {
  margin-right: 0;
}
#cantina .footer-section a:hover {
  text-decoration: underline;
}
#cantina .footer-section img {
  height: 40px;
}
@media screen and (max-width: 821px) {
  #cantina .footer-content {
    flex-direction: column;
  }
}
#cantina #navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #cantina #navbar {
    padding: 20px 25px;
  }
}
#cantina .nav-menu {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
#cantina .nav-menu li {
  margin: 0 10px;
}
#cantina .nav-menu a {
  font-family: Termina, sans-serif;
  color: white;
  text-decoration: none;
}
#cantina .nav-menu a:hover {
  text-decoration: underline;
}
#cantina .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 101;
}
#cantina .hamburger div {
  width: 2rem;
  height: 0.25rem;
  background-color: white;
  border-radius: 10px;
  transition: 0.4s;
}
#cantina .change .bar1 {
  transform: rotate(-45deg) translate(-8px, 6px);
}
#cantina .change .bar2 {
  opacity: 0;
}
#cantina .change .bar3 {
  transform: rotate(45deg) translate(-9px, -8px);
}
@media screen and (max-width: 768px) {
  #cantina #navbar {
    justify-content: right;
    align-items: start;
  }
  #cantina .nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
  #cantina .nav-menu.flex {
    flex-direction: column;
  }
  #cantina .hamburger {
    display: flex;
  }
  #cantina .nav-menu a {
    width: 100%;
    text-align: center;
  }
  #cantina .nav-menu li {
    margin: 15px 0;
  }
}

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