/**************************************

Copyright 2021 Weber Informatik Support

Datei: bundle.less

Version: 1.0

**************************************/
/**************************************

Copyright 2021 Weber Informatik Support

Datei: general.less

Version: 1.1

**************************************/
/**************************************

Copyright 2020 Weber Informatik Support

Datei: definitions.less

Version: 1.0

**************************************/
/* Farbpalette: */
/* Box-Shadow */
/* Fonts: */
@import "icons.css";
@import "hamburgers.min.css";
@font-face {
  font-family: 'Font Awesome 5 Free Regular';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Free Brands';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype");
}
/* Transitions: */
@keyframes disappear {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(50px);
    opacity: 1;
  }
  90% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-14px);
  }
  60% {
    transform: translateY(-8px);
  }
}
/* Responsive */
@keyframes hourglass {
  0% {
    content: "\f251";
  }
  50% {
    content: "\f252";
  }
  100% {
    content: "\f253";
  }
}
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abrilfatface/v23/zOL64pLDlL1D99S8g8PtiKchm-A.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-family: 'Oswald', Sans-Serif;
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  font-family: 'Oswald', Sans-Serif;
  background: #407a4d;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  font-size: 20px;
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-top: 50px;
  z-index: 100;
  background: #407a4d no-repeat center center;
  background-size: cover;
}
.wrapper .colored60 {
  position: absolute;
  top: -100%;
  left: -100%;
  right: 50%;
  bottom: -100%;
  background: rgba(247, 239, 231, 0.75);
  transform: rotate(30deg);
  transform-origin: right center;
  transition: all 0.5s ease-in-out;
}
.wrapper__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  z-index: 1;
  max-width: 1200px;
}
.wrapper .chevron {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom: 15px solid white;
  height: 80px;
  z-index: 80;
  cursor: pointer;
  opacity: 1;
  display: none;
  background: url("../img/bottom.png") bottom center no-repeat;
  background-size: 100px auto;
  animation: bounce 2s;
  animation-iteration-count: infinite;
  box-shadow: 0 15px 0px 15px white;
}
.wrapper .chevron:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  font-size: 28px;
  color: #407a4d;
}
h1,
h2 {
  font-weight: bold;
}
h3,
a {
  font-weight: normal;
}
p,
label,
span {
  font-weight: 200;
}
a {
  text-decoration: none;
  color: #002b11;
}
nav a,
footer a {
  text-decoration: none;
  color: #FFF;
}
input,
button,
textarea {
  font-family: 'Oswald', Sans-Serif;
}
mark {
  background-color: white !important;
  color: #407a4d !important;
}
/***************
*****HEADER*****
***************/
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  height: 50px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: stretch;
  font-family: 'Oswald', Sans-Serif;
  font-weight: 700;
  z-index: 1000;
  font-size: 16px;
  box-shadow: 0 5px 5px rgba(8, 21, 66, 0.15);
  overflow: hidden;
}
nav.out {
  height: 100%;
}
nav.out .overlay .colored60 {
  transform: rotate(30deg);
}
nav .nav {
  position: relative;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  background: #002b11;
  z-index: 1000;
}
nav .nav__inner {
  position: relative;
  height: 50px;
  width: 100%;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #002b11;
  max-width: 1200px;
}
nav .nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 5px 8px;
  cursor: pointer;
}
nav .nav__logo img {
  width: 80px;
}
nav .nav__logo img:last-child {
  margin-left: 15px;
  width: 45px;
}
@media (max-width: 768px) {
  nav .nav__logo img:last-child {
    display: none;
  }
}
nav .nav .hamburger {
  transform: scale(0.8) translateY(3px);
  margin-left: 12px;
}
nav .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
nav .nav ul li {
  list-style-type: none;
  margin: 0 12px;
}
@media screen and (max-width: 374px) {
  nav .nav ul li {
    margin: 0 8px;
  }
}
nav .nav ul li .icon {
  line-height: 16px;
  height: 16px;
  display: flex;
  font-size: 16px;
}
@media screen and (max-width: 374px) {
  nav .nav ul li .icon {
    font-size: 13px;
    line-height: 13px;
    height: 13px;
  }
}
nav .nav ul li .icon__text {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
}
nav .nav ul li .icon__text:before {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
nav .nav ul li .icon:before {
  font-family: "Font Awesome 5 Free";
}
nav .nav ul li .icon-brand:before {
  font-family: "Font Awesome 5 Free Brands";
}
nav .nav ul li.search {
  position: relative;
}
nav .nav ul li.search div {
  overflow: hidden;
  width: 0;
  position: absolute;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  display: flex;
  justify-content: flex-end;
}
nav .nav ul li.search div input.searchbar {
  position: absolute;
  height: 32px;
  width: 250px;
  top: 0;
  background: white;
  border-radius: 16px;
  border: none;
  padding: 0 15px;
  outline: none;
}
nav .nav ul li.search.showsearchbar div {
  left: -415px;
  width: 400px;
}
nav .overlay {
  width: 100%;
  flex: 1 0;
  background: #407a4d no-repeat center center;
  background-size: cover;
  display: none;
}
nav .overlay .colored60 {
  position: absolute;
  top: -100%;
  left: 50%;
  right: -100%;
  bottom: -100%;
  background: rgba(247, 239, 231, 0.8);
  transform: rotate(0deg);
  transform-origin: left center;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 820px) {
  nav .overlay .colored60 {
    left: -100%;
  }
}
nav .overlay__maxwidth {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
nav .overlay__inner {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column nowrap;
  z-index: 2;
  color: #002b11;
}
@media (max-width: 820px) {
  nav .overlay__inner {
    right: 40%;
  }
}
nav .overlay__inner a {
  color: #002b11;
  transition: color 0.5s ease-in-out;
}
nav .overlay__inner a:hover {
  color: #407a4d;
}
nav .overlay__inner .icon-brand:before {
  font-family: "Font Awesome 5 Free Brands";
  font-weight: 900;
}
nav .overlay__inner ul {
  display: flex;
  flex-flow: column nowrap;
  font-size: 28px;
  text-align: right;
}
nav .overlay__inner ul.title {
  font-size: 40px;
  margin-top: 20px;
}
@media (max-height: 800px) {
  nav .overlay__inner ul.title {
    margin-top: 0;
  }
}
nav .overlay__inner ul li {
  list-style-type: none;
}
nav .overlay__inner ul li a {
  color: #002b11;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
nav .overlay__inner ul.icons {
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-top: 20px;
}
nav .overlay__inner ul.icons li {
  margin-left: 15px;
}
nav .overlay__inner ul.icons li a {
  font-size: 20px;
  font-weight: normal;
}
nav .overlay__inner ul.icons li img.gilde {
  width: 45px;
}
nav .overlay__inner .creds {
  margin-top: 10px;
  text-align: right;
}
@media (max-height: 800px) {
  nav .overlay__inner .creds {
    display: none;
  }
}
nav .overlay__inner .creds p {
  color: #002b11;
}
nav .overlay__inner .credsMobile {
  display: none;
  text-align: right;
  padding-top: 20px;
}
@media (max-height: 800px) {
  nav .overlay__inner .credsMobile {
    display: block;
  }
}
nav .overlay__inner .credsMobile p {
  line-height: 180%;
}
article {
  width: 100%;
  background: white;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: #002b11;
  padding: 0 0;
  line-height: 180%;
  display: none;
  overflow: hidden;
}
article.data {
  display: flex !important;
  min-height: 100vh;
}
article h2,
article h3:not(.btn) {
  font-size: 40px;
  margin: 0px auto 50px;
  display: block;
  line-height: 50px;
  position: relative;
}
article h2:after,
article h3:not(.btn):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 50px;
  height: 2px;
  transform: translateX(-50%);
  background: #002b11;
  opacity: 0.5;
  border-radius: 1px;
}
article [data-cm24-child="true"] h2 {
  font-size: 40px;
}
article section {
  width: 100%;
  text-align: center;
  padding: 100px 25px;
  position: relative;
  /*&.primarybg {
      background: @color-primary;
      color: white;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }*/
}
article section:nth-child(2n) {
  background: #f7efe7;
}
article section:nth-child(2n) .btn {
  background: white !important;
}
article section .section__inner {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
article section .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
  z-index: 0;
  opacity: 0.5;
}
article section.oeffnungszeiten .section__inner,
article section.anlaesse .section__inner,
article section.informationen .section__inner,
article section.reservierung .section__inner,
article section.allgemein .section__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 820px) {
  article section.oeffnungszeiten .section__inner,
  article section.anlaesse .section__inner,
  article section.informationen .section__inner,
  article section.reservierung .section__inner,
  article section.allgemein .section__inner {
    flex-flow: column nowrap;
  }
}
article section.oeffnungszeiten .section__text,
article section.anlaesse .section__text,
article section.informationen .section__text,
article section.reservierung .section__text,
article section.allgemein .section__text,
article section.oeffnungszeiten .cm24__folder,
article section.anlaesse .cm24__folder,
article section.informationen .cm24__folder,
article section.reservierung .cm24__folder,
article section.allgemein .cm24__folder {
  flex: 0 0 50%;
}
@media (max-width: 820px) {
  article section.oeffnungszeiten .section__text,
  article section.anlaesse .section__text,
  article section.informationen .section__text,
  article section.reservierung .section__text,
  article section.allgemein .section__text,
  article section.oeffnungszeiten .cm24__folder,
  article section.anlaesse .cm24__folder,
  article section.informationen .cm24__folder,
  article section.reservierung .cm24__folder,
  article section.allgemein .cm24__folder {
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
}
article section.oeffnungszeiten .section__img,
article section.anlaesse .section__img,
article section.informationen .section__img,
article section.reservierung .section__img,
article section.allgemein .section__img {
  flex: 0 0 40%;
  position: relative;
  display: flex;
  border-radius: 3px;
  align-items: center;
}
@media (max-width: 820px) {
  article section.oeffnungszeiten .section__img,
  article section.anlaesse .section__img,
  article section.informationen .section__img,
  article section.reservierung .section__img,
  article section.allgemein .section__img {
    flex: 0 0 100%;
  }
}
article section.oeffnungszeiten .section__img:after,
article section.anlaesse .section__img:after,
article section.informationen .section__img:after,
article section.reservierung .section__img:after,
article section.allgemein .section__img:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  box-shadow: 5px 5px 5px rgba(8, 21, 66, 0.1);
}
article section.oeffnungszeiten .section__img .content,
article section.anlaesse .section__img .content,
article section.informationen .section__img .content,
article section.reservierung .section__img .content,
article section.allgemein .section__img .content {
  display: flex;
  align-items: center;
}
article section.oeffnungszeiten .section__img img,
article section.anlaesse .section__img img,
article section.informationen .section__img img,
article section.reservierung .section__img img,
article section.allgemein .section__img img {
  width: 100%;
  border-radius: 3px;
  height: auto;
}
article section .section__text__part + .section__text__part {
  margin-top: 50px;
}
article section .section__text__part + .section__text__part h2,
article section .section__text__part + .section__text__part h3:not(.btn) {
  font-size: 30px;
}
article section .btn {
  background: #f7efe7;
  display: inline-block;
  padding: 10px 6px;
  font-weight: 700;
  color: #002b11;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 22px;
  margin: 10px 6px 0px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
article section .btn a {
  color: #002b11;
  transition: color 0.5s ease-in-out;
}
article section .btn a:hover {
  color: #407a4d !important;
}
@media (max-width: 820px) {
  article section.anlaesse .section__inner {
    flex-flow: column-reverse nowrap;
  }
}
article section.bewertungen {
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
article section.bewertungen .bg {
  opacity: 1;
  box-shadow: 5px 5px 5px rgba(8, 21, 66, 0.1);
  left: 50%;
  top: 100px;
  bottom: 100px;
  transform: translateX(-50%);
  border-radius: 3px;
  width: calc(100% - 50px);
  max-width: 1200px;
}
article section.bewertungen blockquote p {
  font-size: 30px;
}
article section.bewertungen .content {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
  padding: 15px 40px;
}
article section.bewertungen .content > p {
  font-size: 20px;
  font-style: italic;
}
article section.reservierung .cm24__folder {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex: 0 0 100% !important;
}
@media (max-width: 820px) {
  article section.reservierung .cm24__folder {
    flex-flow: column nowrap;
  }
}
article section.reservierung .cm24__folder div#ihrtisch {
  flex: 0 0 45%;
  margin: 0 10% 0 0;
}
@media (max-width: 820px) {
  article section.reservierung .cm24__folder div#ihrtisch {
    margin: 0px 0 50px;
  }
}
article section.reservierung .cm24__folder form {
  flex: 0 0 45%;
  margin: 0 0% 0 auto;
  background: #f7efe7;
  padding: 10px 25px;
  box-shadow: 5px 5px 5px rgba(8, 21, 66, 0.1);
}
article section.reservierung .cm24__folder form h3 {
  margin: 4rem auto 2rem;
  font-size: 30px;
}
article section.zimmer h3 {
  margin: 4rem 0 2rem;
  font-size: 30px;
}
article section.zimmer h3:after {
  display: none !important;
}
article section.hotelreservation iframe {
  width: 100%;
  height: 1560px;
}
@media (max-width: 820px) {
  article section.hotelreservation iframe {
    height: 1200px;
  }
}
article section.walkthrough iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 820px) {
  article section.walkthrough iframe {
    height: 400px;
  }
}
article section.fotos {
  position: relative;
  padding: 10rem 4rem;
}
article section.fotos .fotos__inner {
  padding-bottom: 6rem;
  overflow: hidden;
}
article section.fotos .fotos__inner .gallery {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
}
article section.fotos .fotos__inner .gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
article section.fotos .fotos__inner .gallery .swiper-slide .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
article section.fotos .fotos__inner .gallery .swiper-slide .photo:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  box-shadow: 5px 5px 5px rgba(8, 21, 66, 0.1);
}
article section.fotos .fotos__inner .gallery .swiper-slide .photo img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
article section.fotos .fotos__inner .swiper-pagination {
  bottom: 2rem;
}
article section.fotos .fotos__inner .swiper-pagination .swiper-pagination-bullet-active {
  background: #002b11;
}
article section.fotos .fotos__inner .swiper-button-prev {
  width: 20px;
  height: 30px;
  left: 0;
}
article section.fotos .fotos__inner .swiper-button-prev:after {
  font-size: 3rem;
  color: #002b11 !important;
}
article section.fotos .fotos__inner .swiper-button-next {
  width: 20px;
  height: 30px;
  right: 0;
}
article section.fotos .fotos__inner .swiper-button-next:after {
  font-size: 3rem;
  color: #002b11 !important;
}
footer {
  width: 100%;
  background: #002b11;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: white;
  padding: 60px 0;
  line-height: 180%;
  display: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
footer a {
  cursor: pointer;
}
footer a:hover {
  text-decoration: underline;
}
form {
  width: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto 10px;
  border-radius: 3px;
  z-index: 7;
}
form .inputwrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 100%;
  flex-flow: row-reverse nowrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
form .inputwrap:first-child {
  border-top: none;
}
form .inputwrap .bez {
  display: flex;
  flex-flow: column;
}
form .inputwrap .bez small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: -10px;
}
form .inputwrap__left {
  flex: 0 0 75%;
  display: flex;
  justify-content: space-between;
}
form .inputwrap__left label:first-child {
  margin-right: 10px;
}
form .inputwrap.hauptspeise {
  margin-top: 40px;
  border-top: none;
}
form .inputwrap.hauptspeise ~ .hauptspeise {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
form .inputwrap .amount {
  flex: 0 0 20% !important;
}
form input,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  display: flex;
  flex: 0 0 60%;
  width: 100%;
  height: 50px;
  background-color: #FFF;
  border: 1px solid rgba(64, 122, 77, 0.25);
  border-radius: 3px;
  padding: 7px 10px;
  max-width: 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
  color: #407a4d;
  font-weight: 200;
}
@media (max-width: 820px) {
  form input,
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form textarea {
    flex: 0 0 60%;
  }
}
form textarea {
  height: 100px;
}
form .select {
  flex: 0 0 60%;
  border-radius: 3px;
  border: 1px solid rgba(64, 122, 77, 0.25);
}
@media (max-width: 820px) {
  form .select {
    flex: 0 0 60%;
  }
}
form .wrong {
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.4) !important;
  border: 3px solid #ff0000 !important;
}
form textarea {
  resize: none;
  overflow-y: auto;
}
form label {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 18px;
}
form label.price:before,
form label.total__price:before {
  content: "CHF ";
  position: relative;
  margin-right: 5px;
}
form .total {
  font-weight: bold;
}
form p.infotext {
  text-align: left;
  color: #002b11;
  font-size: 15px;
  margin: 30px 0 20px;
}
form #recaptcha {
  margin: 0 0 0 auto;
}
form button {
  background: #407a4d;
  padding: 7px 12px;
  border-radius: 3px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  display: block;
  flex: 0 0 60%;
  height: 50px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin: 0 0 0 auto;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 820px) {
  form button {
    flex: 0 0 100%;
  }
}
form button:disabled {
  color: rgba(255, 255, 255, 0.5);
  cursor: auto;
}
form button:not(:disabled):hover {
  color: #407a4d;
  background: #FFF;
}
form .grecaptcha-badge {
  display: none;
}
form button:before {
  content: "\f1d8";
  font-family: 'Font Awesome 5 Free';
  position: relative;
  margin-right: 7px;
}
form button.wait:before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  margin-right: 7px;
  animation: 1s infinite hourglass;
}
form button.done:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  position: relative;
  margin-right: 7px;
}
.popup__takeaway form .inputwrap {
  flex-direction: row !important;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #407a4d !important;
}
.datepicker-container,
.datepicker-top-left::before,
.datepicker-top-right::before {
  border-color: #407a4d !important;
}
@media screen and (max-width: 900px) {
  /**************************************

Copyright 2021 Weber Informatik Support

Datei: mobile.less

Version: 1.1

**************************************/
  .wrapper .colored60 {
    transform: rotate(75deg);
  }
  nav .nav__inner {
    padding: 0 15px;
    font-size: 14px;
  }
  nav .overlay ul.title {
    font-size: 28px !important;
  }
  nav .overlay ul:not(.title) {
    font-size: 22px !important;
  }
  nav .overlay__inner {
    right: 30px !important;
  }
  header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  header .bgs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
  }
  header .bgs .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    z-index: 5;
    box-shadow: 0 0px 50px rgba(8, 21, 66, 0.3);
    background: white;
    overflow: hidden;
    border-radius: 3px;
    max-width: 200px;
  }
  header .bgs .logo img {
    width: 100%;
    height: auto;
  }
  header .bgs__inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: space-between;
  }
  header .bgs__inner .bg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 48%;
    z-index: 3;
    border-radius: 3px;
  }
  header .bgs__inner .bg__img {
    display: none;
  }
  header .bgs__inner .bg__text {
    z-index: 2;
    color: #002b11;
    display: block;
    position: relative;
    width: 90%;
  }
  header .bgs__inner .bg__text h2 {
    font-size: 48px;
    padding: 3px 7px;
    display: table;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  header .bgs__inner .bg__text h3 {
    font-size: 16px;
    display: block;
    padding: 3px;
    margin: 0px 7px;
    font-weight: 400;
    display: table;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  }
  header .bgs__inner .bg__text h3.btn {
    display: inline-block;
    padding: 10px 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    margin: 0 0 5px 5px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: rgba(64, 122, 77, 0.5);
  }
  header .bgs__inner .bg__text h3.btn a {
    position: relative;
    transition: all 0.5s ease-in-out;
  }
  header .bgs__inner .bg__text h3.btn:before {
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    left: 70px;
    top: 20px;
    transform: rotate(0deg);
    background: none;
    position: absolute;
    transition: all 0.5s ease-in-out;
  }
  header .bgs__inner .bg__text h3.btn:hover:before {
    width: 200%;
    height: 500%;
    opacity: 1;
    left: -70px;
    top: -70px;
    background: transparent;
    transform: rotate(80deg);
  }
  header .bgs__inner .bg__text .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding-top: 10px;
  }
  header .bgs__inner .bg__text_right {
    text-align: left;
    color: #002b11;
    padding-bottom: 20px;
  }
  header .bgs__inner .bg__text_right .btn {
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.25) !important;
  }
  header .bgs__inner .bg__text_right .btn a {
    color: #002b11;
  }
  header .bgs__inner .bg__text_right .btn a:hover {
    color: white !important;
  }
  header .bgs__inner .bg__text_left {
    text-align: right;
    color: white;
    padding-top: 20px;
  }
  header .bgs__inner .bg__text_left h2,
  header .bgs__inner .bg__text_left h3:not(.btn) {
    margin-left: auto;
  }
  header .bgs__inner .bg__text_left .content {
    justify-content: flex-end;
  }
  header .bgs__inner .bg__text_left .btn {
    margin-left: 10px;
  }
  header .bgs__inner .bg__text_left .btn a {
    color: white;
  }
  header .bgs__inner .bg__text_left .btn a:hover {
    color: #002b11 !important;
  }
  header .detail {
    display: none;
    z-index: 4;
    width: 90%;
    font-size: 20px;
    color: #002b11;
    position: absolute;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header .detail__img {
    position: relative;
    width: 100%;
    flex-basis: 50%;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0px 50px rgba(8, 21, 66, 0.3);
  }
  header .detail__img .content {
    display: flex;
    align-items: center;
  }
  header .detail__img .content img {
    width: 100%;
    height: auto;
  }
  header .detail__text {
    flex-basis: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  header .detail__text img {
    width: 150px;
    height: auto;
  }
  header.showRestaurant .bg__dl {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showRestaurant .bg__tr {
    width: 50%;
  }
  header.showRestaurant .bg__text {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showRestaurant .logo {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showRestaurant .detail__restaurant {
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: space-between;
    position: absolute;
    text-align: justify;
  }
  header.showHotel .bg__tr {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showHotel .bg__dl {
    width: 50%;
  }
  header.showHotel .bg__text {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showHotel .logo {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showHotel .detail__hotel {
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: space-between;
    position: absolute;
    text-align: justify;
  }
  article section.fotos {
    padding: 0 15px;
  }
  article section.fotos .swiper-slide {
    padding: 0 3rem !important;
  }
}
@media screen and (min-width: 901px) {
  /**************************************

Copyright 2021 Weber Informatik Support

Datei: desktop.less

Version: 1.1

**************************************/
  header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .bgs {
    position: relative;
    width: 100%;
    z-index: 3;
    padding-top: 66%;
  }
  header .bgs .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18%;
    z-index: 5;
    box-shadow: 0 0px 50px rgba(8, 21, 66, 0.3);
    background: white;
    overflow: hidden;
    border-radius: 3px;
  }
  header .bgs .logo img {
    width: 100%;
    height: auto;
  }
  header .bgs__inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
  }
  header .bgs__inner .bg {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 50%;
    height: 50%;
    box-shadow: 0 0px 50px rgba(8, 21, 66, 0.3);
    z-index: 3;
    border-radius: 3px;
  }
  header .bgs__inner .bg__dl {
    left: 35px;
    bottom: 35px;
    align-items: flex-end;
  }
  header .bgs__inner .bg__tr {
    right: 35px;
    top: 35px;
    align-items: flex-start;
  }
  header .bgs__inner .bg__img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
  }
  header .bgs__inner .bg__img .content {
    display: flex;
    align-items: center;
  }
  header .bgs__inner .bg__img .content img {
    width: 100%;
    height: auto;
  }
  header .bgs__inner .bg__text {
    z-index: 2;
    color: #002b11;
    display: block;
    position: absolute;
    width: 76%;
  }
  header .bgs__inner .bg__text h2 {
    font-size: 64px;
    padding: 3px 7px;
    display: table;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  header .bgs__inner .bg__text h3 {
    font-size: 27px;
    display: block;
    padding: 3px;
    margin: 0px 7px;
    font-weight: 400;
    display: table;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  }
  header .bgs__inner .bg__text h3.btn {
    display: inline-block;
    padding: 10px 6px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    box-shadow: none;
    font-size: 22px;
    margin: 10px 6px 0px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.25);
  }
  header .bgs__inner .bg__text h3.btn a {
    position: relative;
    transition: all 0.5s ease-in-out;
  }
  header .bgs__inner .bg__text h3.btn:before {
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    left: 70px;
    top: 20px;
    transform: rotate(0deg);
    background: none;
    position: absolute;
    transition: all 0.5s ease-in-out;
  }
  header .bgs__inner .bg__text h3.btn:hover:before {
    width: 200%;
    height: 500%;
    opacity: 1;
    left: -70px;
    top: -70px;
    background: transparent;
    transform: rotate(80deg);
  }
  header .bgs__inner .bg__text .content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
  }
  header .bgs__inner .bg__text_left {
    bottom: 0px;
    right: -40px;
    transform: translateX(100%);
    text-align: left;
    color: white;
  }
  header .bgs__inner .bg__text_left .btn {
    margin-right: 10px;
    background: rgba(64, 122, 77, 0.5) !important;
  }
  header .bgs__inner .bg__text_left .btn a {
    color: white;
  }
  header .bgs__inner .bg__text_left .btn a:hover {
    color: #002b11 !important;
  }
  header .bgs__inner .bg__text_right {
    top: 0px;
    left: -40px;
    transform: translateX(-100%);
    text-align: right;
  }
  header .bgs__inner .bg__text_right h2,
  header .bgs__inner .bg__text_right h3:not(.btn) {
    margin-left: auto;
  }
  header .bgs__inner .bg__text_right .content {
    justify-content: flex-end;
  }
  header .bgs__inner .bg__text_right .btn {
    margin-left: 10px;
  }
  header .bgs__inner .bg__text_right .btn a {
    color: #002b11;
  }
  header .bgs__inner .bg__text_right .btn a:hover {
    color: white !important;
  }
  header .detail {
    display: none;
    z-index: 4;
    width: 40%;
    font-size: 20px;
    color: #002b11;
  }
  header .detail__img {
    position: absolute;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0px 50px rgba(8, 21, 66, 0.3);
  }
  header .detail__img .content {
    display: flex;
    align-items: center;
  }
  header .detail__img .content img {
    width: 100%;
    height: auto;
  }
  header .detail__text {
    font-size: 27px;
  }
  header .detail__text p {
    font-weight: 400 !important;
  }
  header .detail__text img {
    width: 150px;
    height: auto;
  }
  header.showRestaurant .bg__dl {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showRestaurant .bg__tr {
    width: 48%;
    opacity: 0;
  }
  header.showRestaurant .bg__text {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showRestaurant .logo {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showRestaurant .detail__restaurant {
    display: flex;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
  }
  header.showRestaurant .detail__img {
    right: -130%;
    top: 50%;
    transform: translateY(-50%);
  }
  header.showHotel .bg__tr {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showHotel .bg__dl {
    width: 48%;
    opacity: 0;
  }
  header.showHotel .bg__text {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showHotel .logo {
    transition: transformY(20px);
    opacity: 0;
  }
  header.showHotel .detail__hotel {
    display: flex;
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: white;
  }
  header.showHotel .detail__img {
    left: -130%;
    top: 50%;
    transform: translateY(-50%);
  }
  .wrapper__inner.wr h2 {
    font-size: 64px !important;
  }
  .wrapper__inner.wr h3 {
    font-size: 27px !important;
  }
  .wrapper__inner.wr .btn {
    font-size: 22px !important;
  }
  .wrapper__inner.wxl h2 {
    font-size: 56px !important;
  }
  .wrapper__inner.wxl h3 {
    font-size: 24px !important;
  }
  .wrapper__inner.wxl .btn {
    font-size: 19px !important;
  }
  .wrapper__inner.wl h2 {
    font-size: 53px !important;
  }
  .wrapper__inner.wl h3 {
    font-size: 18px !important;
  }
  .wrapper__inner.wl .btn {
    font-size: 17px !important;
  }
  .wrapper__inner.wm h2 {
    font-size: 48px !important;
  }
  .wrapper__inner.wm h3 {
    font-size: 16px !important;
  }
  .wrapper__inner.wm .btn {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
  header .bgs__inner .bg {
    width: 49%;
    height: 49%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1330px) {
  header .bgs__inner .bg__text h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
  header .bgs__inner .bg__text h2 {
    font-size: 53px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 901px) and (max-width: 820px) {
  header .bgs__inner .bg__text h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1330px) {
  header .bgs__inner .bg__text h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
  header .bgs__inner .bg__text h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 901px) and (max-width: 820px) {
  header .bgs__inner .bg__text h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1330px) {
  header .bgs__inner .bg__text h3.btn {
    font-size: 19px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
  header .bgs__inner .bg__text h3.btn {
    font-size: 17px;
    margin: 0 6px !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 820px) {
  header .bgs__inner .bg__text h3.btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1330px) {
  header .detail__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
  header .detail__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 901px) and (max-width: 820px) {
  header .detail__text {
    font-size: 16px;
  }
}
/**************************************

Copyright 2020 Weber Informatik Support

Datei: help.less

Version: 2.0

**************************************/
.popup {
  position: fixed;
  z-index: 20000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 40px;
}
@media (max-width: 820px) {
  .popup {
    padding: 10px;
    font-size: 15px;
  }
}
.popup__text {
  padding-bottom: 40px;
}
.popup__inner {
  background-color: #002b11;
  border-radius: 2px;
  flex: 1 1;
  position: relative;
  display: block;
  color: white;
  padding: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 2;
}
@media (max-width: 820px) {
  .popup__inner {
    padding: 20px;
  }
}
.popup__inner .close {
  position: fixed;
  right: 70px;
  top: 65px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 820px) {
  .popup__inner .close {
    top: 20px;
    right: 20px;
  }
}
.popup__inner .close:before {
  content: "\f00d" !important;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  line-height: 1;
  color: white;
}
.popup__inner h3 {
  padding-top: 45px;
}
.popup__inner p.headline,
.popup__inner li.headline {
  font-size: 110%;
  margin-bottom: 10px;
}
.popup__inner p a,
.popup__inner li a {
  text-decoration: underline;
  font-weight: bold;
}
.popup__inner ul {
  padding-left: 14px;
}
.popup__inner li {
  list-style-type: square;
}
.popup__inner li.indent20 {
  margin-left: 15px;
}
/**************************************

Copyright 2020 Weber Informatik Support

Datei: select.less

Version: 2.0

**************************************/
.select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: white;
  border: none;
  font-size: 15px;
  position: relative;
  text-align: left;
  cursor: pointer;
  height: 50px;
  padding: 10px;
}
.select .selectop {
  text-transform: capitalize;
  padding-right: 20px;
  color: #407a4d;
  line-height: 1.1;
}
.select.open {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select.open:after {
  transform: translate(0, -50%) rotate(180deg);
}
.select:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 16px;
  top: 50%;
  color: #407a4d;
  transform: translate(0, -50%);
  font-size: 16px;
  transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1);
}
.select .options {
  height: 0;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.77, 0, 0.18, 1);
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  align-items: stretch;
  background: #d2d2d2;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 5;
}
.select .options div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 30px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 3px 10px;
  color: #407a4d;
}
.select .options div.disabled {
  cursor: auto;
  opacity: 0.5;
}
.select .options div:hover {
  background: #407a4d;
  color: white;
}
.select select {
  visibility: hidden;
  position: absolute;
}
/*# sourceMappingURL=bundle.css.map */