/* Custom */
.help-block {
  display: block;
  margin-top: -20px;
  margin-bottom: 20px;
  color: #ff0000;
  font-size: 20px;
}

.header__intro .intro__content h1 {
  color: #e9e5e1;
  text-shadow: 2px 2px 7px #000000;
}

.open-modal-link {
  cursor: pointer;
  color: black;
}

.reservation-box-bottom {
  position: fixed;
  bottom: 0;
  background-color: #e9e5e1;
  padding: 17px 0;
  z-index: 1000;
  border-top: 1px solid #755c4b;
  width: 100%;
  text-align: center;
  font-family: DINNextLTPro, sans-serif;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
  font-size: 1vw;
}
.reservation-box-bottom a {
  background-color: #755c4b;
  color: #fff;
  padding: 3px 10px 0px 10px;
}

.reservation-section {
  margin-top: 60px;
}

.reservation-headline {
  margin-bottom: 30px;
  text-align: center;
}

a.contact-link {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
a.contact-link:hover {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .reservation-box-bottom {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .reservation-box-bottom {
    font-size: 1.7vw;
  }
}
@media (max-width: 375px) {
  .reservation-box-bottom {
    font-size: 3vw;
  }
}

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