/* =================================
   LAYOUT
   ================================= */
.page {
  min-height: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: var(--pagewidth);
}

header {
  /*transform: translate(0, 0);*/
  /*contain: layout;*/
  /*position: relative;*/

  color: #fff;
  font-weight: bold;


  width: 100%;
  margin: auto;
  max-width: 1920px;
  /*border: 1px solid red;*/
  height: 100vh;
  height: 100dvh;
  position: fixed;
  pointer-events: none;
  z-index: 20;
}


header a, header a:hover {
  color: #fff;
}

/*
header > div {
  padding: 30px;
  position: fixed;
  z-index: 10;
}*/
header > div {
  position: absolute;
  padding: 30px 3%;
  pointer-events: auto;
}

.corner-top-left {

  top: 0;
  left: 0;
}

.corner-top-right {
  top: 0;
  right: 0;
}

.corner-bottom-left {
  bottom: 0;
  left: 0;
}

.corner-bottom-right {
  bottom: 0;
  right: 0;
}

.main-content {
}

.main-content:after, .platocontent:after {
  content: "";
  display: block;
  clear: both;
}

footer {
  background: #eaf0bc;
  position: relative;
  z-index: 99999;
}

/* Holy Grail */
html, body {
  height: 100%;
  background: #848484;
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.main-content {
  flex-grow: 1;
}

header, .main-content, footer {
  flex-shrink: 0;
}

/* Holy Grail */


/* BLUE BLOCK CSS */
.fullwidth-bg {
  position: relative;
  margin-top: 1px;
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.fullwidth-bg section:last-child .p-block {
  display: none;
}

.fullwidth-bg .article-div {
  padding: 60px 0;
}

.fullwidth-bg .article-div:after {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(229, 229, 229, 0.53);
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
}

.fullwidth-bg.invert *, .fullwidth-bg.invert a {
  color: #fff;
}

.fullwidth-bg.fwbg-1 .article-div:after {
  background: rgba(0, 0, 0, 0.53);
}

.fullwidth-bg.fwbg-2 .article-div:after {
  background: rgb(14, 132, 140);
}

/* CSS CLASS */
.fullwidth-div {
  background: rgba(204, 192, 0, 0.52);
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
}

.win-os .ct-nr-0 .fullwidth-div {
  width: calc(100vw - 17px);
}

/* FULLWIDTH ALTERNATIVE, Achtung bei slide-show ct27
.fullwidth-div {
  position: relative;
  padding: 20px 0;

}
.fullwidth-div .content-div-inner {
  position: relative;
  z-index: 1;
  padding:0;
}
.fullwidth-div:before {
  content:"";
  background: rgba(204, 192, 0, 0.6);
  position: absolute;
  top:0;
  left:-100vw;
  right:-100vw;
  bottom:0;
  z-index: 0;
}
*/

/* =================================
   Width Setter Models
   ================================= */

/*
.owsetter {
max-width:80%;
min-width:320px;
margin:0 auto;
}
*/

/* ODER */

/*
.iwsetter {
  max-width: 1200px;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
*/

/*
.col-margin {
  background: #f0ead8;
  padding: 10px 20px;
}

.col-nav nav {
  background: #c6d8f1;
}

.col-nav nav:empty, .col-margin:empty {
  padding: 0 !important;
}
*/


/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/
article {
  overflow: clip;
  max-width: 100%;
}

.sectiondiv {
  padding: 0 0 0 0;
  /*overflow: hidden;
  max-width: 100%;*/
}

/* fullwidth - bg help! */
.sectiondiv {
  position: relative;
  z-index: 1;
}

.iwsetter, .fullwidth-div > div {
  max-width: var(--contentwidth); /* Max Page Size */
  padding: 0 20px; /* GOLBAL 20px sides */
  margin: 0 auto;
}


/* TOPLINK ICONS FIXED */
.top-linkbox-container {
  position: absolute;
  right: 0;
  overflow: hidden;
}

.top-linkbox-pos {
  position: fixed;
  top: 500px;
  overflow: hidden;
  z-index: 20;
  transform: translateX(-100%);
  pointer-events: none;
  will-change: contents;
}

.top-linkbox {

  pointer-events: auto;
  position: relative;
  width: 200px;
  height: 40px;
  transform: translateX(160px);

  /*variante1 right: calc(-100% + 40px);*/
  /*variante1 width: auto;*/
  transition: transform 0.25s ease-in-out;
  background: #1c82c5 url(/layout/icons_white/close.svg) no-repeat left center / 40px 40px;
  padding-left: 40px;
  margin-bottom: 5px;
  line-height: 42px;
  color: white;
  cursor: pointer;
}

.top-linkbox.active, .top-linkbox:hover {
  transform: translateX(0);
  /*variante1 transform: translateX(calc(-100% + 40px));*/
  transition: transform 0.25s ease-in-out;
  transition-delay: 0.1s;
}

.top-linkbox a {
  display: block;
  color: white;
}

.subpage {
}

.subpage.sp-1 {
}

.subpage.sp-2 {
}


.alt-pad-b {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alt-pad-t {
  margin-top: 0;
  padding-top: 0;
}

.alt-two .content-wrapper, .two-col {
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  column-count: 2;
  column-gap: 80px;
}

.alt-two .content-wrapper p, .two-col p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/*
******** 50% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-1 .article-div > section {
  width: 50%;
  float: left;
}

.subpage.page-grid-1 .article-div > section:nth-child(odd) {
  padding-right: 10px;
}

.subpage.page-grid-1 .article-div > section:nth-child(even) {
  padding-left: 10px;
}

/*
******** 33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-2 .article-div > section {
  width: calc(33.3333% - (2 * 20px / 3));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1 ) {
  margin-left: 0px;
}

/*
******** 25% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-3 .article-div > section {
  width: calc(25% - (3 * 20px / 4));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1 ) {
  margin-left: 0px;
}

/*
******** 33%/66% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-4 .article-div > section:nth-child(odd) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-4 .article-div > section:nth-child(even) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-4 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


/*
******** 66%/33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-5 .article-div > section:nth-child(even) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-5 .article-div > section:nth-child(odd) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-5 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


.subpage.page-grid .article-div:after, .subpage.page-grid:after {
  clear: both;
  display: block;
  content: "";
}

.subpage.page-grid .article-div {
  clear: both;
}

.subpage.page-grid .article-div > section > .sectiondiv {
  /*background: #eee url(/layout/test_bullseye.svg) no-repeat center center / auto 100% ;*/
}

.subpage.page-grid .article-div > section > .sectiondiv > .content-block {
  padding: 10px;
  background: rgba(255, 206, 238, 0.13);
}


.column-blocks > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-block-1 > div > .co-bl-inn {
  flex-basis: calc(50% - 10px);

}

.col-block-2 > div > .co-bl-inn {
  flex-basis: calc(33.1% - 10px);
}

.col-block-3 > div > .co-bl-inn {
  flex-basis: calc(25% - 10px);
}

.col-block-4 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(33.1% - 10px);
}

.col-block-4 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(66.666% - 10px);
}

.col-block-5 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(33.333% - 10px);
}

.col-block-5 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(66.666% - 10px);
}

.col-block-6 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(75% - 10px);
}

.col-block-6 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(25% - 10px);
}

.col-block-7 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(75% - 10px);
}

.col-block-7 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(25% - 10px);
}

.co-bl-inn {
  /*border:1px dotted red;*/
}

/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/

.foot {

  padding: 100px 3% 20px 3%;
  /*
display: flex;
flex-direction: column;
gap: 30px;
justify-content: center;
align-items: center;
*/
  /*text-align: center;*/

}


.keepheight {
  /* Webkit */
  /*height: stretch; */
  /* Webkit fallback */
  /*height: -webkit-fill-available; */
  width: 100%;
  height: 100vh;
  /*height: 100dvh;*/

  position: relative;
  z-index: 1;
}

.keepheight {
  /*min-height: 100vh;*/
  /*height: 100%;*/
}
.keepheight div img {
  /*min-height: 100vh;*/
  /*height: 100%;*/
}
@supports (-webkit-touch-callout: none) {
  .keepheight {
    /*height: -webkit-fill-available;*/
  }
}

.fullblock {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullblock > div {
  width: 50%;
  height: 100%;
}

.fullblock > div > div {
  height: 100%;
  min-height: 40vh;
}

.fullblock > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullblock-text {
  background: #99ce9b;
  color: #244623;
  padding: 8% 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
}

.fullblock-text > div {
  max-width: 1600px;

  margin: auto;
  text-align: center;
}

.fullblock-text > div h2 {

}

.fullblock-text > div > div {
  max-width: 1600px;
  margin: auto;
  /*padding-top: 5%;*/
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
}

.hero {
  background: no-repeat center center / cover;
  color: #f5db6c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero > div {
  max-width: 1600px;
  margin: auto auto 0 auto;
  text-align: center;
}

.hero .note {
  padding: 40px 0 0 0;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: bold;
}

.imgholder {
  overflow: hidden;
}

.downtext {

  margin-top: auto;
  margin-bottom: 0;

  padding: 3% 3%;
}
.fullblock > div.downtext {
  align-self: flex-end;
  height: auto;
}

.bottomtext {
  padding: 3% 3%;
}

footer {
  background: #98c373;
}

footer, footer a {
  color: #000;
  font-weight: bold;
}

.foot-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 3%;
}

.foot-info {
  text-align: center;
  padding-bottom: 60px;
}

.foot-links {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.neongreen-schema {
  color: #a4efbb;
  background-color: #244623;
}

.brown-schema {
  background-color: #967b3c;
  color: #fdde95;
}

.rose-schema {
  background-color: #a27457;
  color: #fdc6a2;
}

.green-schema {
  background-color: #99ce9b;
  color: #244623;
}

.brown-schema a {
  color: #fdde95;
}

.rose-schema a {
  color: #fdc6a2;
}

.green-schema a {
  color: #244623;
}

.neongreen-schema a {
  color: #a4efbb;
}
.superheadline {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-wrap: balance;
}
.superheadline h1 {
  font-size: clamp(2.5rem, 4vw, 5.5rem);
}

.superheadline h1 a {
  text-decoration: none;
  color: #a4efbb;
}

.superheadline {
  padding: 10px 3%;
}

.keepheight.fullblock.superheadline > div {
  width: 80%;
  max-width: 1000px;
}

.sig {
  width: 50px;
  margin: auto;
  transform: translate(0, -25%);
}
.meal-schema {
  line-height: 1.2;
  font-weight: bold;
}
.meal-schema p {
  margin:-7px 0 7px 0;
  padding: 0;

  font-weight: normal;
  padding-left: 40px;
  max-width: calc(100% - 150px);
}
.price-row {
  display: flex;
  /*justify-content: space-between;*/
  position: relative;
  width: 100%;

  margin-bottom: 7px;
}

.item-name {
  display: block;
  z-index: 0;

  /*flex: 1 1 auto;*/
  /*outline: 1px solid fuchsia;*/
  /*background-clip: text;*/
  /*-webkit-background-clip: text;*/
  /*background: linear-gradient(120deg, #e3ab14 100%, transparent 40%);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100% 1em;*/
  /*background-position: 0 0.4em;*/

}
.price-row em,
.price-row b,
.price-row strong,
.price-row i {
  font-weight: normal !important;
  font-style: normal !important;
}

.item-name span {
  display: inline;
  z-index: 0;
  background: #fcf0ce;
  /*background: #ffb600;*/
  box-decoration-break: clone;
  padding-right: 2px;
}

.item-price {
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
  background: #fcf0ce;
  /*background: #d5b865;*/
  display: inline-flex;
  align-items: flex-end;
  z-index: 1;
  padding-left: 8px;
  margin-left: auto;
  /*min-width: 65px;*/
  /*outline: 1px solid blue;*/

}


.item-price-sep {
  padding-left: 25px;
}

.multi-column .item-price {
  padding-left: 10px;
  /*width: 130px;*/
}

/* Ensure the last price is right-aligned */
.multi-column .item-price:last-child {
  text-align: right;
  margin-left: auto;
}

.close {
  position: absolute;

  right: 0;
  z-index: 2;
  padding: 10px;
  cursor: pointer;
  font-size: 5rem;
  line-height: 0.6;
}

.meal-schema , .meal-schema * {

  color: #292F00;
}

.meal-schema h1 {
  border-top: 1px solid #292F00;
  margin-top: 30px;
  padding-top: 30px;
  font-size:  clamp(2.0rem, 5vw, 3.1rem);
}
.meal-schema h2 {
  font-size:  clamp(2.0rem, 5vw, 3.1rem);
  margin-top: -10px;
  padding-bottom: 15px;
}

.meal-schema h1:first-of-type {
  border: none;
}

.item-name {
  padding-left: 40px;
  position: relative;
  /*background: #fef3d5;*/
}
.price-row .item-name:after {
  content:"∙ ";
  position: absolute;
  left:22px;
  width: 15px;
  top: 0;

}
.price-row .item-name:before {
  content:"";
  background: #fef3d5;
  /*background: red;*/
  position: absolute;
  left:0px;
  width: 40px;
  height: 100%;
  top: 0;

}

.price-row:before {
  font-size: 12px;
  line-height: 1.5;
  color: #292F00;
  float: left;
  width: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  letter-spacing: 0.15em;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  bottom: 0;
}


.menu-container, .events-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  /*height: 100%;*/
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  transition: opacity 0.5s ease;
}

.menu-container .keepheight, .events-container .keepheight {
  top: 0;
  position: absolute;
  padding: 50vh 0 0 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.me-padder {
  padding: 5% 30px 30px 5%;
  background: #fef3d5;
}

/* .active*/
.menu-container.active {
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: unset;

}

.events-container.active {
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: unset;
}

.fullblock-text > div.content-container {
  max-width: 800px;
  margin: 0 auto;
  /*padding: 2rem;*/
}

/*
@media (min-width: 768px) and (min-aspect-ratio: 2/1.5) {
  .keepheight {
    max-height: calc(100vh * (1 / 1.5));
  }
}*/

#sp-block-error {
  padding: 20px 5%;
  margin: auto;
  max-width: 600px;
}


.keepheight.first-block {
  position: fixed;
  z-index: 0;
  max-width: 1920px;
  width: 100%;
}

.parter > div:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
}



.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.animate {
  opacity: 1;
  transform: translateY(0);
}