/* Define colors */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN9XFiaE.ttf) format('truetype');
}
@font-face {
  font-family: 'Fredericka the Great';
  font-style: normal;
  font-weight: 400;
  src: local('Fredericka the Great'), local('FrederickatheGreat'), url(https://fonts.gstatic.com/s/frederickathegreat/v9/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV--SjxbI.ttf) format('truetype');
}
/* @import "color-scheme.generated.less"; */
body,
html {
  height: 100%;
  -ms-touch-action: none;
  touch-action: none;
}
.mx-font {
  font-family: 'Roboto', sans-serif;
}
.mx-font-deco {
  font-family: 'Fredericka the Great', sans-serif;
}
.mx-font-cursive {
  font-family: 'Great Vibes', sans-serif;
}
* {
  font-family: 'Roboto', sans-serif;
}
a {
  color: #6c1a1a;
}
a:focus {
  color: #ffdb7f;
}
a:visited {
  color: #ffdb7f;
}
a:active {
  color: #ffdb7f;
}
a:hover {
  color: #ffdb7f;
}
a.alternative {
  color: #000000;
}
a.alternative:focus {
  color: #000000;
}
a.alternative:visited {
  color: #000000;
}
a.alternative:active {
  color: #000000;
}
a.alternative:hover {
  color: #000000;
}
.mx-background-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mx-background-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mx-animating.animating {
  -webkit-transition: 400ms;
  transition: 400ms;
}
.primaryBackgroundColor {
  background-color: #221e1c;
}
.hamburger {
  display: none !important;
}
@media (max-width: 991px) {
  .hamburger {
    display: block !important;
  }
}
.navi {
  position: fixed;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 100px;
  -webkit-transition: top 400ms, height 400ms, -webkit-transform 400ms;
  transition: top 400ms, height 400ms, -webkit-transform 400ms;
  transition: top 400ms, height 400ms, transform 400ms;
  transition: top 400ms, height 400ms, transform 400ms, -webkit-transform 400ms;
  top: 0%;
}
@media (max-width: 991px) {
  .navi {
    height: 55px;
    width: 100%;
    background-color: #221e1c;
    display: block;
  }
}
@media (min-width: 991px) {
  .navi.navi-page1 {
    top: 50%;
    height: 170px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.navi .navi-logo {
  display: inline-block;
  background-color: #221e1c;
  background: -webkit-linear-gradient(left, #221e1c 20%, #115831 20%, #115831 26%, #918f8e 26%, #918f8e 32%, #78252a 32%, #78252a 38%, #221e1c 38%);
  background: linear-gradient(to right, #221e1c 20%, #115831 20%, #115831 26%, #918f8e 26%, #918f8e 32%, #78252a 32%, #78252a 38%, #221e1c 38%);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  z-index: 12;
}
@media (max-width: 991px) {
  .navi .navi-logo {
    width: 100%;
    margin-bottom: -6px;
  }
}
.navi .navi-logo::before {
  content: ' ';
  background-image: url(../content/pictures/logo.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: calc(100% -  25px * 3);
  height: 100%;
  z-index: 11;
  margin-left: 25px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .navi .navi-logo::before {
    background-position-x: 30%;
    width: calc(70% -  25px * 3);
  }
}
.navi .navi-element {
  display: block;
  color: #5b5b5b;
  background-color: #fbe9bb;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin-right: 3px;
}
@media (max-width: 991px) {
  .navi .navi-element {
    display: none;
    width: 100%;
    margin-right: 0px;
    background: -webkit-linear-gradient(left, #221e1c 20%, #115831 20%, #115831 26%, #918f8e 26%, #918f8e 32%, #78252a 32%, #78252a 38%, #221e1c 38%);
    background: linear-gradient(to right, #221e1c 20%, #115831 20%, #115831 26%, #918f8e 26%, #918f8e 32%, #78252a 32%, #78252a 38%, #221e1c 38%);
    color: #fbe9bb;
  }
}
.navi .navi-element:hover {
  background-color: #ffdb7f;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navi .navi-element:hover {
    background: -webkit-linear-gradient(left, #5a4f4a 20%, #2d7048 20%, #2d7048 26%, #aca7a5 26%, #aca7a5 32%, #933d41 32%, #933d41 38%, #5a4f4a 38%);
    background: linear-gradient(to right, #5a4f4a 20%, #2d7048 20%, #2d7048 26%, #aca7a5 26%, #aca7a5 32%, #933d41 32%, #933d41 38%, #5a4f4a 38%);
  }
}
.navi .navi-element p {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  font-family: 'Great Vibes', sans-serif;
}
.navi .navi-hl {
  background: #ffdb7f;
}
@media (max-width: 991px) {
  .navi .navi-hl {
    background: -webkit-linear-gradient(left, #5a4f4a 20%, #2d7048 20%, #2d7048 26%, #aca7a5 26%, #aca7a5 32%, #933d41 32%, #933d41 38%, #5a4f4a 38%);
    background: linear-gradient(to right, #5a4f4a 20%, #2d7048 20%, #2d7048 26%, #aca7a5 26%, #aca7a5 32%, #933d41 32%, #933d41 38%, #5a4f4a 38%);
  }
}
.page {
  -webkit-transition: background-image 400ms, -webkit-transform 200ms;
  transition: background-image 400ms, -webkit-transform 200ms;
  transition: transform 200ms, background-image 400ms;
  transition: transform 200ms, background-image 400ms, -webkit-transform 200ms;
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0px;
  /* background: radial-gradient(ellipse at center, #a89f21 0%,#a57559 100%); */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
svg.blur {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.filter-r {
  /* Autoprefixer prefixes too much here! */
  opacity: 0.3;
  -webkit-mask: -webkit-radial-gradient(center, closest-side, transparent 30%, black 80%);
  -webkit-mask: -webkit-radial-gradient(center closest-side, transparent 50%, black 110%);
  -webkit-filter: blur(5px);
  /* -webkit-mask: url('#mask-radial'); */
  -webkit-mask: url('#mask-radial');
  mask: url('#mask-radial');
  /* -webkit-filter: url('#filter-radial'); */
  -webkit-filter: url('#filter-radial');
  filter: url('#filter-radial');
}
.page1 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.page1:not(.nobg) {
  background-image: url(../content/pictures/page-1-preload.jpg);
}
.page2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.page2:not(.nobg) {
  background-image: url(../content/pictures/page-2-preload.jpg);
}
.page2:not(.nobg).hires {
  background-image: url(../content/pictures/page-2.jpg);
}
.page3 {
  background: #221e1c;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.page4 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.page4:not(.nobg) {
  background-image: url(../content/pictures/page-4-preload.jpg);
}
.page4:not(.nobg).hires {
  background-image: url(../content/pictures/page-4.jpg);
}
.page5 {
  background: #6c1a1a;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.page5 .adresse {
  display: none;
}
@media (max-width: 991px) {
  .page5:not(.nobg) {
    background-image: url(../content/pictures/page-5.png);
    background-size: cover;
    background-position-x: 100%;
    background-position-y: 80%;
  }
  .page5 .googlemaps_wrapper {
    display: none;
  }
  .page5 .adresse {
    display: block;
    background: rgba(0, 0, 0, 0.75);
    color: #ffdb7f;
    position: absolute;
    width: 230px;
    left: 5%;
    top: 70px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75);
    padding: 10px;
  }
  .page5 .adresse a {
    color: #ffdb7f;
    text-decoration: underline dotted;
  }
}
.page1:not(.filter-r):not(.nobg)::after,
.page2:not(.filter-r):not(.nobg)::after,
.page4:not(.filter-r):not(.nobg)::after {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-image: url(../static/images/vignette.png);
  content: ' ';
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page1:not(.filter-r):not(.nobg)::after,
  .page2:not(.filter-r):not(.nobg)::after,
  .page4:not(.filter-r):not(.nobg)::after {
    /* IE10+ CSS styles go here */
    background-image: url(../static/images/vignette-ie.png);
  }
}
.fp3-lightbox .lb-content {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 0px;
  width: 100%;
  height: 100%;
}
.fp3-lightbox .lb-content .menu {
  background: url(/content/pictures/silvester2017.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
}
.impressum {
  padding-top: 200px;
  background: #221e1c;
  color: #5b5b5b;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .impressum {
    padding-top: 50px;
    color: #8e8e8e;
  }
  .impressum h1 {
    font-size: 30px;
  }
  .impressum h2 {
    font-size: 24px;
  }
}
.pfeil-mobile {
  /*border: 2px yellow solid;*/
  width: 300px;
  height: 100px;
  top: calc(95% -  100px);
  left: calc(50% -  300px/2);
  position: fixed;
  /*background: rgba(255,255,0,0.5);*/
  background: url(../content/pictures/button.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 100ms;
}
.pfeil-mobile:hover {
  /*background: rgba(255,255,0,0.7);*/
}
@media (min-width: 991px) {
  .banner-closed-z {
    z-index: 13;
  }
}
.banner-closed {
  background: #fbe9bb;
  color: #221e1c;
  border-top: 3px solid #221e1c;
  border-bottom: 3px solid #221e1c;
  width: 120%;
  left: -10%;
  transform: rotateZ(-7deg);
  position: fixed;
  padding: 10px 0;
  height: 170px;
  top: 20%;
}
@media (min-width: 991px) {
  .banner-closed {
    top: 15%;
    height: 190px;
  }
}
.banner-closed .inner-banner {
  border-top: 5px solid #221e1c;
  border-bottom: 5px solid #221e1c;
  text-align: center;
  height: 100%;
  padding: 20px 0;
}
.banner-closed .inner-banner .logo {
  background: url(../content/pictures/logo-black.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 75%;
}
.banner-closed .inner-banner .text {
  font-size: 17pt;
}
@media (min-width: 991px) {
  .banner-closed .inner-banner .text {
    font-size: 19pt;
  }
}
.noteblock-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 980px;
  height: 100%;
  top: 0%;
}
@media (max-width: 991px) {
  .noteblock-container {
    width: 100%;
  }
}
.noteblock-container .noteblock-picture {
  position: absolute;
  top: 115px;
  left: calc(100% -  125px + 50px);
  width: 150px;
  height: 100px;
  background-image: url(/content/pictures/AltesBild.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media (max-width: 991px) {
  .noteblock-container .noteblock-picture {
    top: 85px;
  }
}
.noteblock-container .noteblock {
  position: absolute;
  top: 150px;
  left: calc(100% -  320px + 50px);
  width: 320px;
  height: calc(100% -  150px + 50px);
  background: #fbe9bb;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 75px 25px 25px 25px;
  max-height: 600px;
}
.noteblock-container .noteblock.nopicture {
  padding: 25px 25px 25px 25px;
}
@media (max-width: 991px) {
  .noteblock-container .noteblock {
    left: 10%;
    top: 100px;
    width: 80%;
    height: calc(100% -  100px + 50px);
  }
}
.noteblock-container .noteblock p,
.noteblock-container .noteblock div.p {
  color: #5b5b5b;
}
.noteblock-container .noteblock p div.smallgap,
.noteblock-container .noteblock div.p div.smallgap {
  height: 0.5em;
}
.noteblock-container .noteblock .noteblock-headline {
  font-size: 13pt;
  font-weight: bold;
}
@media (max-width: 991px) {
  .noteblock-container .noteblock .noteblock-headline {
    width: 90%;
  }
}
.noteblock-container .noteblock .noteblock-hr {
  border: 1px solid #5b5b5b;
}
@media (max-width: 991px) {
  .noteblock-container .noteblock .noteblock-hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.noteblock-container .noteblock .noteblock-emphasis {
  font-weight: bold;
}
.speisekarte {
  position: relative;
  top: 120px;
  height: calc(100% -  120px + 50px);
  color: #fbe9bb;
}
@media (max-width: 991px) {
  .speisekarte {
    top: 90px;
    height: calc(100% -  90px + 50px);
  }
}
.speisekarte .speisekarte-selection {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.speisekarte .speisekarte-selection .sk-headline {
  font-size: 120%;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 5px;
}
.speisekarte .speisekarte-selection .sk-element,
.speisekarte .speisekarte-selection .sk-inhalt {
  cursor: pointer;
}
.speisekarte .speisekarte-selection .sk-element:hover,
.speisekarte .speisekarte-selection .sk-inhalt:hover {
  color: #ffdb7f;
}
.speisekarte .speisekarte-mobile select {
  width: 100%;
  color: #fbe9bb;
  background-color: #221e1c;
  margin-bottom: 10px;
  padding: 3px 5px;
}
.speisekarte .speisekarte-mobile .sk-inhalt {
  margin-bottom: 10px;
  text-decoration: underline dotted;
}
.speisekarte .speisekarte-overlay {
  z-index: 5;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 120px;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  color: #fbe9bb;
  background: rgba(34, 30, 28, 0.9);
}
@media (max-width: 991px) {
  .speisekarte .speisekarte-overlay {
    top: 90px;
    /* height: calc(~"100% - " (@speisekarteTopOffsetMobile + 50px) ); */
  }
}
.speisekarte .speisekarte-overlay .speisekarte-overlay-text {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.speisekarte .speisekarte-overlay .sk-inhalt-close {
  padding: 3px 5px;
  border: 1px solid #fbe9bb;
  border-radius: 3px;
  background: rgba(251, 233, 187, 0.1);
  display: inline-block;
  cursor: pointer;
}
.speisekarte .speisekarte-overlay .sk-inhalt-close:hover {
  background: rgba(251, 233, 187, 0.3);
}
.speisekarte .speisekarte-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.speisekarte .speisekarte-content .sk-line {
  height: 48px;
  position: relative;
  /*
            .sk-weingut {
                color: @italyGreen;
            }
            .sk-anbaugebiet {
                color: @italyWhite;
            }
            .sk-rebsorte {
                color: @italyRed;
            }*/
}
.speisekarte .speisekarte-content .sk-line.sk-wein {
  height: auto;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .speisekarte .speisekarte-content .sk-line {
    height: 56px;
  }
}
.speisekarte .speisekarte-content .sk-line .sk-nr {
  width: 32px;
  position: absolute;
  text-align: right;
  line-height: 1em;
}
.speisekarte .speisekarte-content .sk-line .sk-name {
  left: 40px;
  position: absolute;
  width: calc(100% - 85px);
  line-height: 1em;
}
.speisekarte .speisekarte-content .sk-line .sk-name.sk-wein {
  left: 0px;
  position: relative;
  font-weight: bold;
}
.speisekarte .speisekarte-content .sk-line .sk-desc {
  position: absolute;
  font-size: 90%;
  font-style: italic;
  left: 40px;
  top: 20px;
  line-height: 1em;
  color: #e5d5ab;
}
.speisekarte .speisekarte-content .sk-line .sk-desc.sk-wein {
  left: 0px;
  top: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .speisekarte .speisekarte-content .sk-line .sk-desc {
    /* display: none; */
  }
  .speisekarte .speisekarte-content .sk-line .sk-desc.sk-wein {
    display: initial;
  }
}
.speisekarte .speisekarte-content .sk-line .sk-price {
  right: 0px;
  position: absolute;
  line-height: 1em;
}
.google-info {
  color: #5b5b5b;
  /* background: @buttonBackground; */
}
.google-info hr {
  border: 1px solid #5b5b5b;
}
@media (max-width: 991px) {
  .google-info hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.no_scroll {
  pointer-events: none;
}
footer {
  position: fixed;
  width: 980px;
  bottom: 0;
  height: 25px;
  left: 50%;
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  text-align: center;
}
@media (max-width: 991px) {
  footer {
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
footer .af-copy {
  text-shadow: 0px 1px 1px #fbe9bb;
}
footer .af-copy a {
  text-shadow: 0px 1px 1px #5b5b5b;
}
.fp3-loading {
  background: rgba(0, 0, 0, 0.7);
}
.fp3-loading .fp3-loading-inner .fp3-loading-spinner {
  border-color: rgba(224, 206, 164, 0.09);
  border-top-color: rgba(224, 206, 164, 0.66);
  border-left-color: rgba(224, 206, 164, 0.44);
  border-bottom-color: rgba(224, 206, 164, 0.22);
}
.hamburger .bun-oben,
.hamburger .patty,
.hamburger .bun-unten {
  background-color: #8f846c;
}
.fp3-lightbox,
.fp3-gallerybox {
  background-color: rgba(0, 0, 0, 0.88);
}
.fp3-lightbox .lb-textbutton,
.fp3-gallerybox .lb-textbutton {
  color: rgba(255, 255, 255, 0.7);
}
.fp3-lightbox .lb-button-close:focus,
.fp3-gallerybox .lb-button-close:focus,
.fp3-lightbox .lb-button-close:hover,
.fp3-gallerybox .lb-button-close:hover {
  color: rgba(255, 0, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(255, 0, 0, 0.8);
}
.fp3-lightbox .lb-content {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 60px 20px rgba(0, 0, 0, 0.3);
  color: #c8c8c8;
}
.fp3-gallerybox .lb-button-left:focus,
.fp3-gallerybox .lb-button-right:focus,
.fp3-gallerybox .lb-button-left:hover,
.fp3-gallerybox .lb-button-right:hover {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.85);
}
.fp3-gallerybox .gb-thumbs .gb-thumb {
  border: 2px solid rgba(185, 129, 87, 0.2);
}
.fp3-gallerybox .gb-thumbs .gb-thumb.selected {
  border-color: rgba(185, 129, 87, 0.7);
}
.fp3-gallerybox .gb-thumbs .gb-thumb:hover {
  border-color: rgba(185, 129, 87, 0.9);
}
.fp3-gallerybox .gb-thumbs .gb-thumb:active {
  border-color: #b98157;
}
