h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #20272f;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #20272f;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #20272f;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #20272f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #20272f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #20272f;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #959595;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #fc0;
  text-decoration: underline;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #959595;
  font-size: 16px;
}

ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #959595;
  font-size: 16px;
}

li {
  margin-bottom: 5px;
}

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

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Oswald, sans-serif;
  color: #20272f;
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.content-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 110px;
}

.content-section.gray {
  padding-bottom: 75px;
  background-color: #f8f8f8;
}

.content-section.menu {
  margin-bottom: 80px;
  padding-top: 35px;
  padding-bottom: 0px;
  background-image: url('../images/photo-1467189386127-c4e5e31ee213.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.cta {
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 39, 47, 0.97)), to(rgba(32, 39, 47, 0.97))), url('../images/photo-1449198063792-7d754d6f3c80.jpeg');
  background-image: linear-gradient(180deg, rgba(32, 39, 47, 0.97), rgba(32, 39, 47, 0.97)), url('../images/photo-1449198063792-7d754d6f3c80.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-section.caramba-corona {
  display: none;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 76px;
  padding-bottom: 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 39, 47, 0.97)), to(rgba(32, 39, 47, 0.97))), url('../images/fabio-alves-tN3CDxTkx0Q-unsplash-min-1.jpg');
  background-image: linear-gradient(180deg, rgba(32, 39, 47, 0.97), rgba(32, 39, 47, 0.97)), url('../images/fabio-alves-tN3CDxTkx0Q-unsplash-min-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section._404 {
  height: 100vh;
  min-height: 600px;
}

.content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  max-width: 1100px;
  padding-right: 20px;
  padding-left: 20px;
}

.content-wrapper.narrow {
  padding-right: 45px;
  padding-left: 45px;
}

.content-wrapper.menu {
  position: relative;
  top: 80px;
  padding-right: 45px;
  padding-left: 45px;
}

.content-wrapper.caramba-corona {
  display: none;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.title {
  font-family: Yellowtail, sans-serif;
  color: #ff7b00;
  font-size: 30px;
  line-height: 35px;
}

.title.centered {
  text-align: center;
}

.hero {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 720px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.2px;
}

.hero-subtitle p {
  color: #fff;
}

.underline {
  display: block;
  width: 100%;
  height: 4px;
  margin: 0px;
  background-color: #ff7b00;
  color: #a37511;
}

.underline.no-bottom-border {
  width: 33%;
  margin-bottom: 0px;
}

.underline.no-bottom-border.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline._2 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.scroll-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 14px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.scroll-arrow:hover {
  opacity: 0.85;
}

.scroll-arrow.w--current {
  width: 40px;
  height: 40px;
}

.style-box {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.yellow {
  margin-bottom: 0px;
  color: #ff7b00;
}

.header-box {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.header-box.column {
  margin-bottom: 0px;
}

.header-box.full {
  width: 100%;
  text-align: left;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.contact-details {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.flex-wrapper.space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-wrapper.desktop {
  display: none;
}

.intro {
  width: 32%;
}

.intro-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-image: url('../images/637cbcc2-4e82-46dd-a524-64f8708acd89-1.JPG');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-image.w--current {
  overflow: hidden;
}

.intro-image._1 {
  background-image: url('../images/Casa-Franco.png');
  background-position: 50% 50%;
}

.intro-image._3 {
  background-image: url('../images/shutterstock_732177829-min.jpg');
  background-position: 50% 50%;
}

.intro-text {
  padding: 20px 23px 18px;
  background-color: #20272f;
}

.title-link {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #ff7b00;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.text-link {
  font-family: 'Roboto Mono', sans-serif;
  color: #848484;
  font-size: 12.5px;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

._50-percent-column {
  position: relative;
  width: 50%;
  padding-right: 10px;
}

._50-percent-column.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 465px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

._50-percent-column.image-1 {
  background-image: url('../images/photo-1461962991526-c42c6390a2ad.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column.inner-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 45px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

._50-percent-column.contact-form {
  padding: 35px;
  background-color: #f8f8f8;
}

._50-percent-column.last {
  border-bottom-style: none;
}

._50-percent-column.menu {
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}

._50-percent-column.menu.last {
  border-bottom-style: none;
}

._50-percent-column.menu-right {
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #d3d3d3;
}

._50-percent-column.menu-right.last {
  border-bottom-style: none;
}

._50-percent-column.bottles {
  background-image: url('../images/adam-wilson-6UIonphZA5o-unsplash-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column.gitarre {
  background-image: url('../images/shutterstock_541602967-min.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.hide {
  display: none;
}

.lightbox {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/6.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox._2 {
  background-image: url('../images/shutterstock_570116488-min.jpg');
  background-position: 50% 100%;
}

.lightbox._3 {
  background-image: url('../images/shutterstock_732177829-min.jpg');
}

.lightbox._4 {
  background-image: url('../images/1.jpeg');
  background-position: 50% 50%;
}

.lightbox._4 {
  background-image: url('../images/shutterstock_732177829-min.jpg');
}

.lightbox._4 {
  background-image: url('../images/shutterstock_732177829-min.jpg');
}

.lightbox._5 {
  background-image: url('../images/shutterstock_732177829-min.jpg');
}

.lightbox._5 {
  background-image: url('../images/4.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.right-arrow {
  width: 44px;
  height: 44px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #20272f;
  opacity: 0.85;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-arrow {
  color: #ff7b00;
  font-size: 19px;
}

.left-arrow {
  width: 44px;
  height: 44px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #20272f;
  opacity: 0.85;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.column-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-width: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/637cbcc2-4e82-46dd-a524-64f8708acd89-1.JPG');
  background-position: -106px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-subtitle {
  width: 100%;
  padding: 20px 20px 18px;
  background-color: #20272f;
}

.subtitle {
  font-family: 'Roboto Mono', sans-serif;
  color: #848484;
  font-size: 12.5px;
}

.service-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32.5%;
  min-height: 380px;
  padding: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 39, 47, 0.97)), to(rgba(32, 39, 47, 0.97))), url('../images/photo-1461962931919-6c1b5f30ef42.jpeg');
  background-image: linear-gradient(180deg, rgba(32, 39, 47, 0.97), rgba(32, 39, 47, 0.97)), url('../images/photo-1461962931919-6c1b5f30ef42.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.service-icon {
  width: 105px;
  height: 105px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #303943;
}

.service-icon._1 {
  background-image: url('../images/coupon.svg');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.service-icon._2 {
  background-image: url('../images/food-box.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.service-icon._3 {
  background-image: url('../images/Business.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.white {
  color: #fff;
  text-transform: uppercase;
}

.less-line-height {
  color: #c7c7c7;
  line-height: 27px;
}

.rounded-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 150px;
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #ff7b00;
  border-radius: 35px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.rounded-button:hover {
  background-color: #ff7b00;
}

.rounded-button.top-border {
  margin-top: 30px;
}

.cta {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 58px;
  font-weight: 400;
}

.big {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 55px;
  font-weight: 400;
}

.map {
  height: 100%;
  min-height: 657px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.success-message {
  background-color: transparent;
}

.field-label {
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  color: #20272f;
  font-size: 13px;
  text-transform: uppercase;
}

.text-field {
  height: 54px;
  margin-bottom: 30px;
  padding-left: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  border-radius: 5px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #959595;
}

.text-field:hover {
  border-color: #3da4ff;
}

.text-field:focus {
  border-color: #3da4ff;
}

.text-field.name {
  background-image: url('../images/Name_1Name.png');
  background-position: 0% 50%;
  background-size: 52px;
  background-repeat: no-repeat;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.text-field.mobile {
  background-image: url('../images/Mobile-1_1Mobile (1).png');
  background-position: 0px 50%;
  background-size: 52px;
  background-repeat: no-repeat;
}

.text-field.email {
  background-image: url('../images/Email-1_1Email (1).png');
  background-position: 0px 50%;
  background-size: 52px;
  background-repeat: no-repeat;
}

.text-field.message {
  height: 120px;
  padding-top: 16px;
  padding-left: 20px;
}

.submit {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background-color: #20272f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.submit:hover {
  background-color: #020303;
}

._33-percent-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._33-percent-column.no-right-border {
  padding: 20px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right-style: none;
  text-align: center;
}

._33-percent-column.contact-details {
  padding: 20px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: 1px none #d3d3d3;
  color: #d3d3d3;
  text-align: center;
}

._33-percent-column.footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._33-percent-column.footer-logo {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._33-percent-column.column-start {
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._33-percent-column.top-center {
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._33-percent-column.top-center:hover {
  opacity: 0.85;
}

._33-percent-column.top-left {
  padding-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._33-percent-column.top-right {
  display: none;
  padding-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.title-detail {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 35px;
  text-transform: uppercase;
}

.footer {
  background-color: #20272f;
}

.mini-title {
  width: 100%;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #ff7b00;
  font-size: 12.5px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 12.5px;
  text-decoration: none;
}

.footer-nav-link {
  display: inline;
  margin-right: 2em;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 12.5px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #ff7b00;
}

.footer-link:hover {
  display: block;
  color: #ff7b00;
}

.footer-paragraph {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 12.5px;
  line-height: 26px;
}

.contact-details-item {
  width: 100%;
  margin-bottom: 20px;
}

.contact-details-item.last {
  margin-bottom: 0px;
}

.footer-notice {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #1d242b;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #959595;
  font-size: 16px;
}

.footer-notice-text {
  color: #959595;
  font-size: 10px;
}

.bar {
  border-bottom: 1px none #000;
  color: #a37511;
}

.footer-logo-link.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-logo-link.w--current:hover {
  opacity: 0.8;
}

.menu-transparent-bg {
  padding: 7px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.menu-background {
  overflow: auto;
  padding: 50px 50px 35px;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  background-color: #fff;
}

.title-and-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-title {
  width: 80%;
}

.menu-price {
  width: 20%;
  text-align: center;
}

.food-title {
  color: #20272f;
  line-height: 20px;
  font-weight: 700;
}

.small {
  font-size: 12.5px;
  line-height: 25px;
}

.tab-link {
  margin-bottom: -1px;
  padding-right: 50px;
  padding-left: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #959595;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom: 1px solid #fc0;
}

.tab-link.w--current {
  padding-right: 48px;
  border-bottom: 1px solid #fc0;
  background-color: transparent;
  color: #20272f;
  font-weight: 600;
}

.tab-menu {
  border-bottom: 1px solid #e7e7e7;
}

.nav-menu {
  width: 100%;
  float: none;
  border-top: 2px solid rgba(255,255,255,0.1);
  text-align: center;
}

.nav-menu.no-top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-style: none;
}

.navlink {
  height: 85px;
  margin-right: 30px;
  padding-top: 35px;
  -webkit-transition: border 100ms cubic-bezier(.25, .46, .45, .94);
  transition: border 100ms cubic-bezier(.25, .46, .45, .94);
  font-family: Oswald, sans-serif;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom: 3px solid #ff7b00;
}

.navlink.w--current {
  border-bottom: 3px solid #ff7b00;
  color: #fff;
}

.top-menu-links {
  font-family: 'Roboto Mono', sans-serif;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  text-decoration: none;
}

.top-menu-links:hover {
  text-decoration: underline;
}

.navbar {
  z-index: 100;
  width: 100%;
  background-color: #20272f;
}

.top-line {
  width: 100%;
  height: 4px;
  background-color: #ff7b00;
}

.signature {
  margin-top: 15px;
}

.smaller {
  font-size: 50px;
}

.menu-price-text {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 14px;
}

.hidden-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: auto;
  width: 100%;
  padding: 33px 33px 30px;
  text-align: left;
}

.show-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-item {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}

.fixed-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  background-color: #20272f;
}

.checkmark {
  margin-bottom: 20px;
}

.plus-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 35px;
  height: 31px;
  background-color: #ff7b00;
  background-image: url('../images/Plus_1Plus.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.plus-button:hover {
  background-color: rgba(255, 204, 0, 0.95);
}

.stars {
  margin-bottom: 10px;
}

.star {
  margin-right: 5px;
}

.button {
  display: inline-block;
  min-width: 200px;
  padding: 16px 22px;
  border-radius: 3px;
  background-color: #fc0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Oswald, sans-serif;
  color: #20272f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  opacity: 0.9;
}

.button.top-border {
  margin-top: 0px;
  background-color: #ff7b00;
}

.button.top-border.nav-button {
  min-width: auto;
  padding: 9px 20px;
}

.first-row {
  text-align: left;
}

.second-row {
  margin-top: 25px;
}

.scroll-more {
  color: #a37511;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.update {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  padding-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fdff39;
  text-align: center;
  text-decoration: none;
}

.update-text {
  margin-top: 10px;
  color: #20272f;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.video {
  margin-bottom: 20px;
}

.map-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Map.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  text-transform: uppercase;
}

.heading-2 {
  text-transform: uppercase;
}

.heading-3 {
  text-transform: uppercase;
}

.heading-4 {
  text-transform: uppercase;
}

.heading-5 {
  text-transform: uppercase;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  margin-bottom: -19px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-2 {
  padding-right: 0px;
  padding-left: 50px;
}

.image-3 {
  max-width: 110%;
  margin-right: 0px;
  padding-right: 0px;
}

.navigation {
  max-width: 1050px;
  padding-right: 20px;
  padding-left: 20px;
}

.navigation.narrow {
  padding-right: 45px;
  padding-left: 45px;
}

.navigation.menu {
  position: relative;
  top: 80px;
  padding-right: 45px;
  padding-left: 45px;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  margin-bottom: 13px;
  padding-bottom: 0px;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.modal-body {
  position: relative;
  z-index: 10;
  width: 400px;
  height: 500px;
  padding: 35px 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.db-fixed-nav-headline {
  margin: 0px 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.shrink-box-button-2 {
  display: block;
  margin-right: 5px;
}

.shrink-box-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.close-icon {
  position: absolute;
  top: 100px;
  right: 429px;
  z-index: 20;
  width: 25px;
  margin-top: 0px;
  margin-right: 0px;
  cursor: pointer;
}

.db-mobile-fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f0f0f;
  color: #fff;
}

.db-logo-wrapper {
  padding: 10px 15px;
  background-color: #3cc47c;
}

.flex-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px 13px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 0 #000;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.button-wrapper:hover {
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.64);
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.69);
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50px;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ff7b00;
  text-decoration: none;
}

.text-block {
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.div-block-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(32, 39, 47, 0.75);
}

.modal-wrapper-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.button-wrapper-2 {
  padding: 14px 20px 13px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 0 #000;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.button-wrapper-2:hover {
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.64);
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  height: 70vh;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 9px 18px 2px rgba(0, 0, 0, 0.57);
}

.image-5 {
  margin-top: 80px;
  margin-right: 0px;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 16px;
  margin-right: 15px;
}

.modal-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(32, 39, 47, 0.75);
}

.div-block-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50px;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ff7b00;
  text-decoration: none;
}

.div-block-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50px;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ff7b00;
  text-decoration: none;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50px;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ff7b00;
  text-decoration: none;
}

.div-block-button-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50px;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ff7b00;
  text-decoration: none;
}

.cta-button2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50px;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ff7b00;
  text-decoration: none;
}

.modal2-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 16px;
  margin-right: 15px;
}

.modal-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(32, 39, 47, 0.75);
}

.modal3-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 16px;
  margin-right: 15px;
}

.embed-gutschein {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.embed-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.embed-business {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.text-span-7 {
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 14px;
}

.cookie-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  margin-bottom: -19px;
}

.reservierung {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e4e4e4;
}

.container {
  height: 100%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-3 {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 10px -1px #9b9b9b;
  overflow: hidden;
}

.html-embed-3 iframe {
  border-radius: 10px;
  display: block;
}

.logo-on-dark {
  filter: brightness(0) invert(1);
  display: block;
  margin: 0 auto 16px;
}

.image-2 {
  width: 80%;
  max-width: 640px;
  height: auto;
}

.navbar .navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Sub-Nav im Burger-Menü */
.navlink-sub {
  height: auto;
  padding: 8px 20px;
  font-family: 'Roboto Mono', sans-serif;
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
  border-bottom: none;
  transition: color 150ms ease;
}
.navlink-sub:hover {
  color: #ff7b00;
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .navlink-sub { display: none; }
}

@media screen and (max-width: 991px) {
  .sk-nav { display: none; }
  .navbar .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar .w-nav-brand {
    padding: 14px 0 !important;
  }
  .image-2 {
    width: auto;
    max-height: 120px;
    max-width: 280px;
  }
  .navlink {
    height: auto;
    padding: 10px 20px;
  }
  .header-box {
    width: 80%;
  }

  .column-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  ._33-percent-column.top-center {
    width: 100%;
  }

  ._33-percent-column.top-left {
    display: none;
  }

  ._33-percent-column.top-right {
    display: none;
  }

  .nav-menu {
    background-color: #20272f;
  }

  .navlink {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .burger-menu {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #20272f;
  }

  .columns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .db-show-tab {
    position: absolute;
    right: 20px;
    bottom: -25px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #0f0f0f;
    cursor: pointer;
  }

  .div-block-4 {
    display: none;
  }

  .modal-2 {
    display: none;
  }

  .modal-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .content-wrapper.menu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-box {
    width: 90%;
  }

  .intro {
    width: 48.5%;
    margin-bottom: 20px;
  }

  ._50-percent-column {
    width: 100%;
  }

  ._50-percent-column.text {
    width: 100%;
  }

  ._50-percent-column.image-1 {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.inner-padding {
    width: 100%;
    height: auto;
    padding-top: 0px;
  }

  ._50-percent-column.image-gallery {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.menu.last {
    border-bottom-style: solid;
  }

  ._50-percent-column.menu-right {
    padding-left: 0px;
  }

  ._50-percent-column.bottles {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.gitarre {
    width: 100%;
    height: 465px;
  }

  .column-image {
    height: 600px;
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .service-box {
    width: 48.5%;
    margin-bottom: 20px;
  }

  .map {
    height: 600px;
  }

  ._33-percent-column.no-right-border {
    width: 100%;
  }

  ._33-percent-column.contact-details {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
  }

  ._33-percent-column.footer {
    width: 50%;
  }

  ._33-percent-column.footer-logo {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._33-percent-column.column-start {
    width: 50%;
  }

  .menu-background {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link {
    width: 100%;
    height: 52px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .navigation.menu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    padding-top: 55px;
    padding-bottom: 30px;
  }

  .content-section.gray {
    padding-top: 27px;
    padding-bottom: 28px;
  }

  .hero-section {
    padding-top: 35px;
    padding-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .content-wrapper.narrow {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title {
    text-align: center;
  }

  .title.centered {
    text-align: center;
  }

  .title.left {
    text-align: left;
  }

  .hero {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 1.3em;
    text-align: center;
  }

  .hero-subtitle {
    text-align: center;
  }

  .underline.no-bottom-border {
    min-width: 180px;
  }

  .underline._2 {
    height: 4px;
    margin-top: 0px;
  }

  .scroll-arrow {
    margin-bottom: 15px;
  }

  .header-box.column {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-wrapper.mobile {
    display: none;
  }

  .flex-wrapper.desktop {
    display: block;
  }

  .intro {
    width: 100%;
  }

  ._50-percent-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-percent-column.text {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  ._50-percent-column.image-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-image: url('../images/adam-wilson-6UIonphZA5o-unsplash-2-min.jpg');
  }

  ._50-percent-column.inner-padding {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50-percent-column.image-gallery {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  ._50-percent-column.bottles {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-image: url('../images/adam-wilson-6UIonphZA5o-unsplash-2-min.jpg');
  }

  ._50-percent-column.gitarre {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-image: url('../images/shutterstock_541602967-min.jpg');
    background-position: 0% 50%;
  }

  .lightbox._4 {
    background-image: url('../images/5.jpeg');
    background-position: 0% 50%;
    background-size: cover;
  }

  .lightbox._5 {
    background-image: url('../images/3.jpeg');
  }

  .column-image {
    min-width: 100vw;
    background-position: 50% 50%;
  }

  .service-box {
    width: 100%;
  }

  .service-icon._1 {
    background-image: url('../images/coupon.svg');
    background-size: 78px;
  }

  .service-icon._2 {
    background-image: url('../images/food-box.svg');
    background-size: 65px;
  }

  .service-icon._3 {
    background-image: url('../images/Business.svg');
    background-size: 67px;
  }

  ._33-percent-column.footer {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  ._33-percent-column.column-start {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._33-percent-column.top-center.w--current {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-detail {
    text-transform: uppercase;
  }

  .mini-title {
    text-align: left;
  }

  .footer-paragraph {
    max-width: 210px;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .contact-details-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .body {
    text-align: center;
  }

  .burger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button {
    min-width: 180px;
  }

  .second-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    text-align: left;
  }

  .heading-5.center {
    text-align: center;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: 80%;
    max-width: 640px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    max-width: 120%;
  }

  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation.narrow {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-6 {
    text-align: left;
  }

  .paragraph {
    text-align: left;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-7 {
    text-transform: uppercase;
  }

  .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span-5 {
    font-weight: 700;
  }

  .text-span-6 {
    color: #ff7b00;
    text-decoration: none;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .db-fixed-nav-headline {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .modal-wrapper {
    padding: 30px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .db-mobile-fixed-nav {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .db-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .db-flex-row {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-wrapper-2 {
    padding: 30px;
  }

  .reservierung {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-7 {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 51px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #ff7b00;
    box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    text-decoration: none;
  }

  .text-block-2 {
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .html-embed-3 {
    width: 100%;
  }
}

/* ════════════════════════════════════════════════
   Speisekarte – konsolidierte Styles
   (zusammengeführt aus index.html + speisekarte.html)
   ════════════════════════════════════════════════ */

/* ── Abschnitts-Navigation ── */
/* Auf der Speisekarten-Seite ist .sk-nav sticky */
.sk-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #20272f;
  border-bottom: 3px solid #ff7b00;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fixed-navbar .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fixed-navbar-logo {
  display: none;
  flex-shrink: 0;
  padding: 6px 14px 6px 0;
  opacity: 0;
  transition: opacity 250ms ease;
}

.fixed-navbar-logo img {
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  width: auto;
  display: block;
}

.fixed-navbar.logo-visible .fixed-navbar-logo {
  display: flex;
  align-items: center;
  opacity: 1;
}

.sk-nav a {
  display: inline-block;
  padding: 15px 18px 12px;
  font-family: 'Oswald', sans-serif;
  color: rgba(255,255,255,.55);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  transition: color 150ms ease, border-color 150ms ease;
}
.sk-nav a:hover,
.sk-nav a.active {
  color: #ff7b00;
  border-bottom-color: #ff7b00;
}

/* ── Hero (nur speisekarte.html) ── */
.sk-hero {
  background-color: #20272f;
  text-align: center;
}
.sk-menu-link {
  display: block;
  text-decoration: none;
}
.sk-hero-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 760px;
  margin: 0 auto;
}
.sk-hero-special {
  display: block;
  width: min(280px, 38vw);
  height: auto;
}
.sk-hero-text {
  text-align: center;
}
.sk-hero-script {
  font-family: 'Yellowtail', sans-serif;
  color: #ff7b00;
  font-size: 2.4em;
  line-height: 1.1;
  margin-bottom: 0;
}
.sk-hero-lunch {
  font-family: 'Oswald', sans-serif;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 8px;
  text-transform: uppercase;
}
.home-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.home-info-box {
  background: #fff;
  border-top: 3px solid #ff7b00;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  padding: 28px;
}
.home-info-box p {
  margin: 0 0 14px;
}
.home-info-box p:last-child {
  margin-bottom: 0;
}
.sk-hero-claim {
  font-family: 'Oswald', sans-serif;
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ── Abschnitts-Intro (nur index.html) ── */
.sk-intro {
  background-color: #20272f;
  padding: 48px 24px 40px;
  text-align: center;
}
.sk-intro-script {
  font-family: 'Yellowtail', sans-serif;
  color: #ff7b00;
  font-size: 2.2em;
  line-height: 1.1;
  margin-bottom: 8px;
}
.sk-intro-claim {
  font-family: 'Oswald', sans-serif;
  color: rgba(255,255,255,.5);
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ── Abschnitts-Wrapper ── */
.sk-section-wrap { background: #fff; }
.sk-section-wrap.alt { background: #f8f8f8; }

.sk-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 24px 64px;
}

/* ── Abschnitts-Kopfzeile ── */
.sk-section-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 36px;
}
.sk-roman {
  font-family: 'Yellowtail', sans-serif;
  color: #ff7b00;
  font-size: 2.4em;
  line-height: 1;
  flex-shrink: 0;
}
.sk-section-head-text {}
.sk-section-title {
  font-family: 'Oswald', sans-serif;
  color: #20272f;
  font-size: 1.7em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 2px;
  line-height: 1.2;
}
.sk-section-sub {
  font-family: 'Roboto Mono', sans-serif;
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}

/* ── Karten-Raster ── */
.sk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
#menues .sk-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* ── Einzelne Karte ── */
.sk-card {
  background: #fff;
  border-radius: 5px;
  border-top: 3px solid #ff7b00;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.sk-card:hover {
  box-shadow: 0 6px 22px rgba(0,0,0,.12);
  transform: translateY(-2px);
}
.sk-section-wrap.alt .sk-card {
  box-shadow: 0 2px 10px rgba(0,0,0,.09);
}
.sk-card-body {
  padding: 22px 22px 14px;
  flex: 1;
}
.sk-card-header {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 10px;
}
.sk-num {
  min-width: 26px;
  height: 26px;
  padding: 0 5px;
  background: #ff7b00;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 3px;
}
.sk-card-title {
  font-family: 'Oswald', sans-serif;
  color: #20272f;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}
.sk-card-desc {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 13.5px;
  line-height: 1.75;
  margin: 0;
}
.sk-card-desc-wrap .sk-card-desc + .sk-card-desc {
  margin-top: 8px;
}
.sk-card-toggle {
  display: none;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: 'Roboto Mono', sans-serif;
  color: #ff7b00;
  font-size: 11.5px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
.sk-card-note {
  font-family: 'Roboto Mono', sans-serif;
  color: #b0b0b0;
  font-size: 11.5px;
  line-height: 1.6;
  font-style: italic;
  margin-top: 10px;
}

/* ── Preisblock ── */
.sk-prices {
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 12px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  border-radius: 0 0 5px 5px;
}
.sk-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 130px;
}
.sk-price-label {
  font-family: 'Roboto Mono', sans-serif;
  color: #aaa;
  font-size: 11px;
  flex: 1;
}
.sk-price-value {
  font-family: 'Oswald', sans-serif;
  color: #ff7b00;
  font-size: 1.05em;
  font-weight: 500;
  white-space: nowrap;
}

/* ── Menügänge-Liste ── */
.sk-menu-courses {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sk-menu-courses li {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.sk-course-label {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 10px;
  color: #ff7b00;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Sonderkarte (Dessert des Tages) ── */
.sk-card.special { border-top-color: #b8860b; }
.sk-card.special .sk-num { background: #b8860b; font-size: 14px; }
.sk-card.special .sk-price-value { color: #b8860b; }

/* ── Scroll-Offset für fixe Navbar (index.html) ── */
#speisekarte-salate,
#speisekarte-vorspeisen,
#speisekarte-hauptgerichte,
#speisekarte-kinder,
#speisekarte-desserts,
#speisekarte-getraenke {
  scroll-margin-top: 160px;
}

/* ── Getränke ── */
.sk-drinks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
.sk-drinks-cat {
  background: #fff;
  border-radius: 5px;
  border-top: 3px solid #ff7b00;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
  display: flex;
  flex-direction: column;
  text-align: left;
}
.sk-section-wrap.alt .sk-drinks-cat {
  box-shadow: 0 2px 10px rgba(0,0,0,.09);
}
.sk-drinks-cat-head {
  padding: 16px 22px 12px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.sk-drinks-emoji {
  font-size: 1.3em;
  flex-shrink: 0;
  margin-top: 1px;
}
.sk-drinks-cat-title {
  font-family: 'Oswald', sans-serif;
  color: #20272f;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 2px;
  line-height: 1.2;
}
.sk-drinks-cat-sub {
  font-family: 'Roboto Mono', sans-serif;
  color: #aaa;
  font-size: 10.5px;
  font-style: italic;
  margin: 0;
}
.sk-drinks-items {
  padding: 10px 22px 16px;
  flex: 1;
}
.sk-drink-item {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid #f8f8f8;
  gap: 10px;
}
.sk-drink-item:last-child { border-bottom: none; }
.sk-drink-info {
  flex: 1;
  min-width: 0;
}
.sk-drink-name {
  font-family: 'Open Sans', sans-serif;
  color: #20272f;
  font-size: 13px;
  font-weight: 600;
  display: block;
  line-height: 1.3;
}
.sk-drink-desc {
  font-family: 'Roboto Mono', sans-serif;
  color: #b5b5b5;
  font-size: 10.5px;
  line-height: 1.5;
  font-style: italic;
  display: block;
  margin-top: 2px;
}
.sk-drink-price {
  font-family: 'Oswald', sans-serif;
  color: #ff7b00;
  font-size: 0.95em;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 2px;
}
.sk-drink-prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  align-items: flex-end;
}
.sk-drink-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sk-drink-price-label-sm {
  font-family: 'Roboto Mono', sans-serif;
  color: #c0c0c0;
  font-size: 9.5px;
}
.sk-drinks-sub-group {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px dashed #ebebeb;
}
.sk-drinks-sub-group-title {
  font-family: 'Roboto Mono', sans-serif;
  color: #959595;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
.sk-drinks-intro {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 13.5px;
  line-height: 1.75;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .sk-hero { padding-top: 40px; }
  .sk-hero-content { flex-direction: column; gap: 14px; }
  .home-info-grid { grid-template-columns: 1fr; }
  .sk-grid { grid-template-columns: 1fr; }
  #menues .sk-grid { grid-template-columns: 1fr; }
  .sk-card.is-collapsible:not(.is-expanded) .sk-card-desc-wrap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #menues .sk-card.is-collapsible:not(.is-expanded) .sk-card-desc-wrap {
    -webkit-line-clamp: 6;
  }
  .sk-card.is-collapsible .sk-card-toggle {
    display: inline-block;
  }
  .sk-card,
  .sk-drinks-cat,
  .sk-card-desc,
  .sk-card-note,
  .sk-drink-info,
  .sk-drink-desc {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .navbar .w-nav-brand {
    padding: 10px 0 !important;
  }
  .image-2 {
    max-height: 90px;
    max-width: 210px;
  }
  .sk-hero-special { width: min(220px, 82vw); }
  .sk-nav a { padding: 12px 11px 9px; font-size: 11.5px; letter-spacing: .8px; }
  .sk-section { padding: 40px 16px 48px; }
}
