@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dancingscript Variablefont Wght;
  src: url('../fonts/DancingScript-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --_fonts---main: Ubuntu, Arial, sans-serif;
  --_palette---paragraph: #546285;
  --_palette---black: #333;
  --_palette---brand-color: #d8bf9f;
  --_palette---readable-accent: #af9b68;
  --_palette---button-border: #e4e6f1;
  --_sizes---radius-button: 2rem;
  --_palette---call-to-action-coral: #d87d5e;
  --_palette---call-to-action-hover: #b44d2a;
  --_fonts---headers: Montserrat, sans-serif;
  --_palette---brand-color-hover: #c2a37f;
  --_sizes---radius-bilder: 1rem;
  --_palette---slate-grey: #7e828f;
  --_palette---white-hover: #e6e6e6;
  --_palette---alice-blue: #e8fcff;
  --_palette---lynx--black: #1f2022;
  --_palette---lynx--white: white;
  --_palette---lynx--medium-purple: #8979ec;
  --_palette---lynx--grey: #797c83;
  --_palette---white: white;
  --_palette---waves-library--black: #131313;
  --_palette---waves-library--white: white;
  --_palette---cardbg: #fff7e9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  font-family: var(--_fonts---main);
  color: var(--_palette---paragraph);
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  color: var(--_palette---black);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--_palette---brand-color);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--_palette---black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--_palette---black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: var(--_palette---paragraph);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--_palette---readable-accent);
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 18px;
}

.banner {
  background-color: var(--_palette---brand-color);
  color: #fff;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 5px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  transition: color .2s, font-size .2s, opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: var(--_palette---brand-color);
  font-size: 1.25rem;
}

.nav-link.w--current {
  color: var(--_palette---brand-color);
}

.navigation-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand.w--current {
  flex: 0 auto;
}

.navbar {
  border-bottom: 1px dotted var(--_palette---brand-color);
  background-color: #fff;
  align-items: center;
  padding: 10px 3%;
  display: flex;
}

.navigation-right {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-left {
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.nav-menu {
  margin-right: 14px;
}

.hero-paragraph {
  font-family: var(--_fonts---main);
  color: var(--_palette---paragraph);
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.34rem;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 50px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.button {
  border: 1px solid var(--_palette---button-border);
  border-radius: var(--_sizes---radius-button);
  background-color: var(--_palette---call-to-action-coral);
  text-align: center;
  text-shadow: 0 2px 1px #0003;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 3.75rem;
  padding: 1.25rem 2.2rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--_palette---call-to-action-hover);
  background-image: url('../images/Button-Wave.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.button.button-space {
  margin-top: 40px;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.hero-h1 {
  font-family: var(--_fonts---headers);
  color: var(--_palette---brand-color);
  letter-spacing: -.03em;
  max-width: 580px;
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-link {
  color: #546285;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  color: var(--_palette---black);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.flex-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal {
  color: #353448;
}

.webflow-link {
  color: var(--_palette---brand-color);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.title {
  color: #08090a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.footer {
  background-color: #fff8e8;
  background-image: url('../images/Pattern-Footer.svg');
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3% 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-span {
  filter: drop-shadow(0px 2px 0px var(--_palette---brand-color-hover));
  color: var(--_palette---black);
  background-image: url('../images/BrushBG.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 80%;
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.review-logo {
  margin-bottom: 10px;
  margin-right: 16px;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.content-section {
  background-color: #0000;
  padding: 120px 3%;
  position: relative;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-block.bg-text {
  background-image: url('../images/YumYum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrap-centre.speisekarte {
  margin-bottom: 1.5rem;
}

.works-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

.content-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-image {
  margin-bottom: 40px;
}

.cart-button {
  background-color: var(--_palette---brand-color);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-width: 55px;
  min-height: 55px;
  padding: 13px;
  font-size: 18px;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  color: var(--_palette---brand-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  height: 25px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: -6px -6px auto auto;
  box-shadow: 7px 7px 25px #7e828f45;
}

.food-card {
  background-color: #fff7e9;
  border: 1px solid #35b8be26;
  border-radius: 2rem;
  align-items: center;
  min-height: 150px;
  padding: 25px;
  transition: border-color .3s;
  display: flex;
  box-shadow: 0 2px 5px #92752d47;
}

.food-card:hover {
  border-color: #d8bf9f;
}

.food-image-square {
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.food-image {
  border-radius: var(--_sizes---radius-bilder);
  object-fit: cover;
}

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--_palette---readable-accent);
  font-size: 16px;
  font-weight: 600;
}

.food-card-content {
  width: 100%;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  min-height: 640px;
}

.cta-image {
  background-image: url('../images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('../images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

.cta-section {
  background-color: #0000;
  padding: 3%;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-radius: var(--_sizes---radius-button);
  width: 60px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 8px;
}

.submit-button {
  background-color: var(--_palette---brand-color);
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  min-height: 50px;
  display: flex;
}

.remove-button {
  color: #ff8946;
  text-decoration: none;
}

.apple-pay {
  border-radius: 4px;
  height: 44px;
}

.checkout-button {
  background-color: var(--_palette---brand-color);
  border-radius: 4px;
  justify-content: center;
  min-height: 52px;
  display: flex;
}

.cart-line-item {
  color: var(--_palette---slate-grey);
  font-size: 18px;
}

.text-block {
  color: var(--_palette---black);
}

.text-block-2 {
  color: var(--_palette---call-to-action-coral);
}

.tab-menu-round {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-round {
  border: 1px solid var(--_palette---button-border);
  border-radius: var(--_sizes---radius-button);
  text-shadow: 0 2px 1px #0003;
  background-color: #0000;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 3.75rem;
  margin-left: 15px;
  margin-right: 15px;
  padding: 1.25rem 2.2rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: color .25s, background-color .25s;
  display: flex;
}

.tab-link-round:hover {
  background-color: var(--_palette---white-hover);
}

.tab-link-round.w--current {
  border-radius: var(--_sizes---radius-button);
  background-color: var(--_palette---brand-color);
  color: #fff;
  text-shadow: 0 2px 1px #0003;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-link-round.w--current:hover {
  background-color: var(--_palette---brand-color-hover);
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar {
  color: var(--_palette---black);
  border-bottom: 1px solid #0000000a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--_palette---brand-color);
  font-size: 18px;
  font-weight: 600;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--_palette---slate-grey);
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-legal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #7e828f30;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  font-size: 15px;
  display: flex;
}

.footer-detail-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: 40px;
  font-size: .925rem;
  line-height: 1.75rem;
  display: block;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.social-icon-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.social-link {
  border: 1px solid var(--_palette---button-border);
  color: var(--_palette---paragraph);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--_palette---white-hover);
}

.social-icon {
  width: 18px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 30px;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--_palette---brand-color);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input-field {
  height: 50px;
}

.field-label {
  font-size: 15px;
}

.checkout-form {
  background-color: var(--_palette---alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-order {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: sticky;
  top: 35px;
}

.apple-pay-button {
  height: 55px;
}

.order-confirmation {
  background-color: var(--_palette---alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-81 {
  color: var(--_palette---brand-color);
}

.required {
  color: var(--_palette---call-to-action-coral);
}

.button-white {
  background-color: var(--_palette---brand-color);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--_palette---brand-color);
  background-color: #fff;
  margin-top: 40px;
}

.content-section-bg {
  background-color: #0000;
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 90%;
  padding: 140px 3%;
  display: block;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.hero-image {
  border-radius: var(--_sizes---radius-button);
  max-height: 600px;
}

.cart-icon {
  width: 25px;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--_palette---alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  font-size: 16px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.title-grey {
  color: #758ca5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.line {
  border: 1.3px #d1cdcd;
  border-top-style: dashed;
  width: 100%;
  height: 1px;
}

.empty-state {
  flex-direction: column;
}

.header-section {
  background-color: var(--_palette---alice-blue);
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 20px 3%;
  display: flex;
}

.product-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.plain-line {
  background-color: #35b8be40;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-image {
  border-radius: 15px;
  width: 100%;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-block {
  background-color: var(--_palette---brand-color);
  height: 120px;
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #333;
}

.colour-block.c3 {
  background-color: var(--_palette---call-to-action-coral);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 100px 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.block {
  margin-bottom: 45px;
}

.highlight-default {
  background-color: #ffab003b;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.p1 {
  font-family: var(--_fonts---main);
  color: var(--_palette---black);
  max-width: 600px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.p1.rezension {
  margin-bottom: 0;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--_palette---brand-color);
  margin-left: 8px;
}

.strikethrough {
  text-decoration: line-through;
}

.change-log-wrap {
  border-bottom: 1px solid #00000014;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--_palette---brand-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.order-button {
  background-color: var(--_palette---brand-color);
  border-radius: 2rem;
  justify-content: center;
  min-height: 45px;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 40px;
}

.cursive-text {
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: auto;
}

.price-text {
  color: var(--_palette---brand-color);
  letter-spacing: -.03em;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-section-short {
  background-color: #0000;
  padding: 60px 3%;
  position: relative;
}

.out-of-stock-state {
  background-color: var(--_palette---call-to-action-coral);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
}

.pattern {
  position: absolute;
  inset: 0%;
}

.pagination-button {
  background-color: var(--_palette---brand-color);
  color: #fff;
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.pagination {
  margin-top: 40px;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.additional-details {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta-full-image {
  background-image: radial-gradient(circle, #000000ab, #191a1b30), url('../images/Group-Photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 3%;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.statistic {
  color: #fff;
  margin-bottom: 0;
  font-size: 5em;
}

.statistic-block {
  color: #fff;
  text-align: center;
}

.text-block-82 {
  font-size: 20px;
}

.wave {
  margin-top: 20px;
  margin-bottom: 20px;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.notice-text {
  color: #fffc;
}

.order-column {
  position: relative;
  top: 0;
}

.order-collection {
  grid-template-areas: ".";
}

.lynx-subtitle {
  color: var(--_palette---lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-button {
  background-color: var(--_palette---lynx--black);
  color: var(--_palette---lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--_palette---lynx--medium-purple);
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-hero {
  color: var(--_palette---lynx--black);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-hero-oval {
  background-image: url('../images/Hero_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 800px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading {
  color: var(--_palette---lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--_palette---lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph {
  color: var(--_palette---lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-block-left {
  padding-right: 10%;
}

.lynx-button-2 {
  background-color: var(--_palette---lynx--black);
  color: var(--_palette---lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 21px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-2:hover {
  background-color: var(--_palette---lynx--medium-purple);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  max-height: 300px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute {
  z-index: 50;
  border: 4px solid var(--_palette---button-border);
  background-color: var(--_palette---white);
  object-fit: cover;
  border-radius: 50%;
  max-width: 56%;
  position: absolute;
  inset: auto auto 35% -12%;
  transform: rotate(7deg);
  box-shadow: 0 2px 11px 2px #0003;
}

.h2-normal {
  filter: drop-shadow(0px 2px 0px var(--_palette---brand-color-hover));
  font-family: var(--_fonts---headers);
  color: var(--_palette---black);
  background-image: url('../images/BrushBG.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 80%;
  padding: .2rem .4rem;
  font-size: 3rem;
  display: inline-block;
}

.div-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.hero-button-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 20px;
  display: flex;
}

.button-secondary {
  border: 1px solid var(--_palette---button-border);
  background-color: var(--_palette---brand-color);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--_palette---brand-color);
  text-shadow: 0 1px 1px #00000026;
  background-image: url('../images/Button-Wave.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8rem;
  min-height: 3.75rem;
  padding: 1.25rem 2.2rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: background-color .25s;
}

.button-secondary:hover {
  background-color: var(--_palette---brand-color-hover);
  background-image: url('../images/Button-Wave.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.button-secondary.button-space {
  margin-top: 40px;
}

.button-secondary.button {
  text-shadow: 0 2px 1px #00000040;
  border-radius: 8rem;
}

.button-secondary.button:hover {
  background-color: var(--_palette---brand-color-hover);
}

.div-heading-button-ber-uns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.heading {
  font-family: var(--_fonts---headers);
  font-size: 1.8rem;
  font-weight: 400;
}

.button-wrapper-speisekarte {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: var(--_sizes---radius-bilder);
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-3.last-image-top-grid {
  height: 70%;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: var(--_sizes---radius-bilder);
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: var(--_sizes---radius-bilder);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves---main-container {
  max-width: 1352px;
}

.waves---paragraph-small {
  color: var(--_palette---black);
  font-size: 16px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  font-family: var(--_fonts---main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---center-heading {
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.events-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.events-card {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.events-card.f-testimonial-card {
  grid-row-gap: 16px;
  background-color: #fff7e9;
  background-image: url('../images/Banner-Wave.svg');
  background-size: cover;
  border-radius: 32px;
}

.events-card-image-wrapper {
  border: 1px solid var(--_palette---brand-color);
  border-radius: var(--_sizes---radius-bilder);
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.events-card-image {
  z-index: 1;
  object-fit: cover;
  border: 1px #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-tag-blog-1 {
  z-index: 3;
  background-color: var(--_palette---waves-library--black);
  color: var(--_palette---waves-library--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.events-card-title {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.events-card-date {
  grid-column-gap: 8px;
  color: var(--_palette---readable-accent);
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 8px;
  display: flex;
}

.generic-text-circle {
  background-color: currentColor;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.header-h3 {
  font-family: var(--_fonts---headers);
  color: var(--_palette---black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.mr-star-2 {
  color: var(--_palette---brand-color);
  flex: none;
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
  overflow: visible;
}

.mr-rating-with-images-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-testimonial-left-a {
  border: 1px solid var(--_palette---button-border);
  color: var(--_palette---paragraph);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--_palette---white-hover);
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.mr-bold-text-5 {
  color: var(--_palette---brand-color);
  font-weight: 600;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  text-align: left;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-icon-regular-3 {
  color: var(--_palette---brand-color);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  transform: scale(1.5);
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium {
  font-size: 1.125rem;
  font-weight: 500;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: none;
  color: var(--_palette---brand-color);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  filter: drop-shadow(0 2px 5px #92752d47);
  background-color: #fff7e9;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #13131326;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.mr-small-text-5 {
  color: #18b36a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  position: static;
  overflow: hidden;
}

.mr-stars-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.f-h3-heading-3-mobile {
  color: #18b36a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-right-a {
  border: 1px solid var(--_palette---button-border);
  background-color: var(--_palette---brand-color);
  color: var(--_palette---white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  background-color: var(--_palette---brand-color-hover);
  color: var(--_palette---white);
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-avatar-small {
  background-color: #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h2 {
  font-family: var(--_fonts---headers);
  color: var(--_palette---black);
  font-size: 4rem;
  font-weight: 700;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.image {
  position: static;
}

.div-block-3 {
  z-index: 1;
  flex: 0 auto;
  align-self: auto;
  margin-left: 80px;
}

.h2-left-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-h2-left-subtitle {
  font-family: var(--_fonts---main);
  font-size: 1.1rem;
}

.h2-dot {
  width: 13.0625rem;
}

.h2-title {
  margin-top: -31px;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
}

.section.spacing.clipped {
  padding-top: 50px;
  overflow: hidden;
}

.section.full-width {
  padding-left: 0%;
  padding-right: 0%;
}

.image-2 {
  width: 6rem;
}

.div-block-4 {
  flex-flow: row-reverse;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-subtitle {
  font-family: var(--_fonts---main);
}

.h2-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.image-3 {
  max-width: 4rem;
}

.f-testimonial-main-text {
  border-radius: var(--_sizes---radius-bilder);
  background-color: #fff0da;
  margin-bottom: 1rem;
  padding: 1rem;
}

.div-block-5 {
  border-radius: var(--_sizes---radius-bilder);
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  margin: 8px;
  display: block;
  position: absolute;
  inset: 0%;
}

.card {
  background-color: var(--_palette---cardbg);
  filter: drop-shadow(0 2px 5px #92752d47);
  border: 1px solid #13131326;
  border-radius: 12px;
  padding: 1rem;
}

.card.anreise-big-card {
  background-image: radial-gradient(circle farthest-corner at 0% 19%, var(--_palette---cardbg) 50%, #fff7e903 50.1%, #fff7e900), url('../images/2025-09-25---220914.png');
  background-position: 0 0, 38% 51%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card.anreise-small-card {
  background-image: radial-gradient(circle farthest-corner at 84% 27%, var(--_palette---cardbg) 74%, #e9fff085 75%), url('../images/artist-istanbul-dPmikVwdPso-unsplash_1.avif');
  text-align: right;
  background-position: 0 0, -52%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  padding: 1.5rem;
}

.card.anreise-small-card.kontakt {
  background-image: radial-gradient(circle farthest-corner at 84% 73%, var(--_palette---cardbg) 74%, #e9fff085 75%), url('../images/jahanzeb-ahsan-unsplash_1.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
}

.anreise-card-title-container {
  margin-bottom: 1.2rem;
}

.anreise-card-title {
  font-family: var(--_fonts---headers);
  color: var(--_palette---black);
  padding-top: .25rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 25px;
}

.anreise-main-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.anreise-card-double-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.5;
  display: flex;
}

.anreise-card-double-left {
  border-right: 1px solid var(--_palette---brand-color-hover);
  text-align: right;
  padding-right: .4rem;
}

.anreise-card-double-right {
  text-align: left;
  padding-left: .4rem;
}

.anreise-card-text {
  line-height: 1.5;
}

.text-span, .text-span-2 {
  opacity: .5;
}

.anreise-card-google-maps-text {
  text-align: right;
  line-height: 1.5;
}

.anreise-big-card-bottom-right-container {
  border-top-left-radius: var(--_sizes---radius-bilder);
  border-bottom-right-radius: var(--_sizes---radius-bilder);
  background-color: var(--_palette---cardbg);
  border-top: 1px solid #13131326;
  border-left: 1px solid #13131326;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.anreise-big-card-maps-link {
  border: 1px solid #000;
  margin: 11px;
  padding: 10px;
}

.google-maps-icon {
  width: 22px;
  margin-right: .625rem;
}

.google-maps-link {
  border: 1px solid var(--_palette---button-border);
  background-color: var(--_palette---white);
  color: var(--_palette---paragraph);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.google-maps-link:hover {
  background-color: var(--_palette---white-hover);
}

.text-block-83 {
  margin-right: .5rem;
}

.food-card-item-name {
  font-family: var(--_fonts---headers);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  position: relative;
  bottom: .125rem;
}

._1080x {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.cms-menu-item {
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.collection-list-wrapper {
  display: none;
}

.icon-pfeil {
  color: var(--_palette---white);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  transform: scale(1.5);
}

.anreise-big-card-bottom-right-container-2 {
  background-color: #fff7e9;
  border-top: 1px solid #13131326;
  border-left: 1px solid #13131326;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.card-2 {
  filter: drop-shadow(0 2px 5px #92752d47);
  background-color: #fff7e9;
  border: 1px solid #13131326;
  border-radius: 12px;
  padding: 1rem;
}

.card-2.anreise-small-card {
  text-align: right;
  background-image: radial-gradient(circle at 84% 27%, #fff7e9 74%, #e9fff085 75%), url('../images/WhatsApp-Image-2025-10-08-at-17.56.10_2.jpg');
  background-position: 0 0, -52%;
  background-size: auto, cover;
  padding: 1.5rem;
}

.card-2.anreise-small-card.kontakt {
  background-image: radial-gradient(circle at 84% 73%, #fff7e9 74%, #e9fff085 75%), url('../images/WhatsApp-Image-2025-10-08-at-17.56.10.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
}

.card-2.anreise-big-card {
  background-image: radial-gradient(circle at 0 19%, #fff7e9 50%, #fff7e903 50.1%, #fff7e900), url('../images/2025-09-25---220914.png');
  background-position: 0 0, 38% 51%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.h2-normal-2 {
  filter: drop-shadow(0 2px #c2a37f);
  font-family: var(--_fonts---headers);
  color: #393b6a;
  background-image: url('../images/BrushBG.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 80%;
  padding: .2rem .4rem;
  font-size: 4rem;
  display: inline-block;
}

.anreise-card-title-2 {
  padding-top: .25rem;
  font-family: Dancingscript Variablefont Wght, Palatino Linotype, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.google-maps-link-2 {
  color: #546285;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.google-maps-link-2:hover {
  background-color: #e6e6e6;
}

.anreise-card-double-left-2 {
  text-align: right;
  border-right: 1px solid #c2a37f;
  padding-right: .4rem;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--_palette---waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.heading-2 {
  font-size: 2.5rem;
}

.padding {
  padding: 50px;
}

.padding.centered {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-link-sucr {
  background-color: #0000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: 120px;
  padding-bottom: 38px;
  transition: color .2s;
  display: flex;
}

.tab-link-sucr:hover {
  color: var(--_palette---brand-color);
  background-image: url('../images/noun-dessert-pink_1noun-dessert-pink.png');
  background-position: 50% 9px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-bottom-color: #ff9292;
}

.tab-link-sucr.w--current {
  color: #ff9292;
  background-color: #0000;
  background-image: url('../images/noun-dessert-pink_1noun-dessert-pink.png');
  background-position: 50% 9px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border: 1px #ff9292;
  border-bottom-style: solid;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.name-price {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.getraenke-container {
  width: 100%;
}

.padding-vertical, .padding-vertical.small {
  padding-top: 20px;
}

.text-block-84 {
  text-align: center;
}

.padding-horizontal {
  padding-right: 60px;
}

.name {
  border-bottom: 1px solid #b9b3b3;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.titres {
  font-family: var(--_fonts---main);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.titres:hover {
  color: var(--_palette---brand-color);
}

.left-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  margin-right: 50px;
  display: flex;
}

.left-wrapper.entrees {
  flex: 0 auto;
  align-items: center;
  width: 50%;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gerichte-container {
  width: 100%;
}

.paragraph-2 {
  color: #fff;
  margin-top: 20px;
  line-height: 1.5;
}

.price-2 {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.fassbier-container {
  width: 100%;
}

.heading-3 {
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.cocktail-container {
  width: 100%;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}

.tab-link-getr-nke {
  background-color: #0000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: 120px;
  padding-bottom: 38px;
  transition: opacity .2s;
  display: flex;
}

.tab-link-getr-nke:hover {
  color: var(--_palette---brand-color);
  border-bottom-color: #ff9292;
}

.tab-link-getr-nke.w--current {
  border-bottom-color: var(--_palette---brand-color);
  color: var(--_palette---brand-color);
  background-color: #0000;
  width: 120px;
}

.tab-link-getr-nke.w--current:hover {
  background-image: none;
}

.link-3 {
  color: #2b2b2b;
}

.black-container {
  background-color: #000;
  border-radius: 5px;
  align-self: center;
  width: 100%;
  max-width: 500px;
  margin-right: 0;
  padding: 40px 41px;
}

.tabs-menu {
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.container-3 {
  width: 100%;
  max-width: 1600px;
}

.tab-link-speisen {
  background-color: #0000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: 120px;
  display: flex;
}

.tab-link-speisen:hover {
  border-bottom-color: var(--_palette---brand-color);
  color: var(--_palette---brand-color);
}

.tab-link-speisen.w--current {
  color: var(--_palette---brand-color);
  background-color: #0000;
  border: 1px #ff9292;
  border-bottom-style: solid;
  padding-bottom: 38px;
}

.right-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  margin-right: 0;
  display: flex;
}

.trait {
  background-color: gray;
  width: 150px;
  height: 1px;
}

.copyright {
  border-top: 1px solid #b1abab;
  padding-top: 9px;
}

.menu-container {
  padding: 48px;
  display: flex;
}

.menu-container.sal {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.menu-container.sucr {
  align-items: center;
}

.sossen-container {
  width: 100%;
}

.text-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-5 {
  z-index: -1;
  margin-bottom: 12px;
  position: relative;
}

.image-5:hover {
  color: var(--_palette---brand-color);
}

.image-5:lang(en) {
  color: var(--_palette---brand-color-hover);
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---main-container-3 {
  justify-content: center;
  align-items: center;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.wa-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.waves---heading-2-no-margins-3 {
  color: var(--_palette---black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---cta-white {
  background-color: var(--_palette---waves-library--white);
  color: var(--_palette---waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.medium-wide-cta {
  min-width: 150px;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.waves-master-cta-4 {
  background-color: var(--_palette---white);
  color: var(--_palette---waves-library--white);
  background-image: url('../images/Design-ohne-Titel.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  max-height: none;
  padding: 50px 80px;
  display: flex;
}

.waves-image-cta-4 {
  border-radius: 24px;
  width: auto;
  max-width: none;
  height: 200px;
}

.waves---2-cta-flex {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---cta-outline-white {
  border: 1px solid var(--_palette---waves-library--white);
  color: var(--_palette---waves-library--white);
  background-color: #13131300;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-outline-white.medium-wide-cta {
  min-width: 150px;
}

.button-wa {
  border: 1px solid var(--_palette---button-border);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--_palette---brand-color);
  text-shadow: 0 1px 1px #00000026;
  background-color: #14dd3f;
  border-radius: 8rem;
  min-height: 3.75rem;
  padding: 1.25rem 2.2rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: background-color .25s;
}

.button-wa:hover {
  background-color: #16b438;
}

.button-wa.button-space {
  margin-top: 40px;
}

.button-wa.button {
  text-shadow: 0 2px 1px #00000040;
  border-radius: 8rem;
}

.button-wa.button:hover {
  background-color: var(--_palette---brand-color-hover);
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-image-rounded-24 {
  border-radius: 24px;
  width: 100%;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves-master-cta-3 {
  background-color: var(--_palette---waves-library--black);
  color: var(--_palette---waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
}

.waves---grid-cta-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.button-wrapper-aktion {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.kontakt-tel {
  text-align: left;
  padding-left: .4rem;
}

.button-wrapper-events {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.button-third {
  border: 2px solid var(--_palette---brand-color);
  background-color: var(--_palette---lynx--white);
  color: var(--_palette---brand-color);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--_palette---brand-color);
  text-shadow: 0 1px 1px #00000026;
  background-image: url('../images/Button-Wave.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8rem;
  min-height: 3.75rem;
  padding: 1.25rem 2.2rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: background-color .25s;
}

.button-third:hover {
  background-color: var(--_palette---brand-color);
  color: var(--_palette---alice-blue);
  background-image: url('../images/Button-Wave.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.button-third.button-space {
  margin-top: 40px;
}

.button-third.button {
  text-shadow: 0 2px 1px #00000040;
  border-radius: 8rem;
}

.button-third.button:hover {
  background-color: var(--_palette---brand-color-hover);
}

.navbar-2 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    display: flex;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
  }

  .menu-button.w--open {
    background-color: var(--_palette---brand-color);
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .button-wrapper {
    align-items: center;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .review-wrap {
    align-items: center;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .menu-item {
    width: 100%;
  }

  .cta-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .content-section-bg {
    background-color: var(--_palette---alice-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-heading {
    font-size: 55px;
  }

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

  .licence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    border-style: none dashed none none;
    width: 1px;
    height: 100%;
    min-height: 100px;
  }

  .colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-section-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lynx-heading-hero {
    font-size: 48px;
  }

  .lynx-hero-oval {
    min-height: 500px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-wrapper-speisekarte {
    align-items: center;
  }

  .events-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .f-testimonial-left-a {
    top: -75px;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .f-testimonial-right-a {
    top: -75px;
  }

  .h2-left-container {
    justify-content: flex-start;
    align-items: center;
  }

  .h2-title {
    margin-top: 0;
  }

  .section.spacing.clipped {
    overflow: hidden;
  }

  .card.anreise-big-card {
    -webkit-text-fill-color: inherit;
    background-attachment: scroll, scroll;
    background-clip: padding-box;
    padding: 1rem;
  }

  .card.anreise-small-card {
    background-image: radial-gradient(circle farthest-corner at 84% 27%, var(--_palette---cardbg) 74%, #e9fff085 75%), url('../images/artist-istanbul-dPmikVwdPso-unsplash_1.avif');
    background-position: 0 0, -52%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    padding: 1rem;
  }

  .card.anreise-small-card.kontakt {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
  }

  .cms-menu-item {
    width: 100%;
  }

  .card-2.anreise-small-card {
    background-image: radial-gradient(circle at 84% 27%, #fff7e9 74%, #e9fff085 75%), url('../images/WhatsApp-Image-2025-10-17-at-19.16.10-3.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 1rem;
  }

  .card-2.anreise-small-card.kontakt {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
  }

  .card-2.anreise-big-card {
    -webkit-text-fill-color: inherit;
    background-attachment: scroll, scroll;
    background-clip: padding-box;
    padding: 1rem;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .left-wrapper {
    width: 100%;
  }

  .left-wrapper.entrees {
    width: 100%;
    margin-right: 0;
  }

  .right-wrapper {
    width: 100%;
    margin-top: 48px;
    margin-right: 0;
  }

  .text-container {
    flex-direction: column;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves---grid-cta-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button-wrapper-aktion, .button-wrapper-events {
    align-items: center;
  }
}

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

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-width: none;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    text-align: center;
    white-space: nowrap;
    width: 40%;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .p1 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .add-to-cart {
    margin-top: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .order-column {
    width: 100%;
  }

  .order-collection {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .order-full {
    width: 100%;
  }

  .lynx-heading-hero {
    font-size: 40px;
  }

  .lynx-hero-oval {
    min-height: 320px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-image {
    justify-content: flex-end;
    align-items: stretch;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .h2-normal {
    text-align: center;
    font-size: 3rem;
  }

  .button-wrapper-speisekarte {
    flex-direction: column;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h3-heading-3-mobile {
    font-size: 40px;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .cms-menu-item {
    width: 50%;
  }

  .h2-normal-2 {
    text-align: center;
    font-size: 3rem;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .menu-container.sal {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wa-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-4 {
    padding: 80px 32px;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .button-wrapper-aktion, .button-wrapper-events {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  .banner {
    display: none;
  }

  .navbar {
    background-color: #fff0;
    position: absolute;
  }

  .hero {
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-content {
    margin-bottom: 32px;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .hero-image-wrap {
    margin-top: 0;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .legal {
    margin-right: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    padding: 12px;
  }

  .tab-link-round {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-title {
    flex: 1;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-detail-left {
    width: auto;
  }

  .social-icon-wrap {
    justify-content: center;
    align-items: stretch;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .cta-heading {
    font-size: 43px;
  }

  .cart-icon {
    margin-right: 0;
  }

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-section {
    min-height: 500px;
    padding-top: 140px;
  }

  .p1 {
    word-break: normal;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .p1.rezensionen-subtitle {
    text-align: center;
  }

  .header-h1 {
    font-size: 50px;
  }

  .pagination-button {
    width: 100%;
    max-width: 250px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .div-block {
    margin-left: 0;
  }

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .lynx-heading-hero {
    font-size: 34px;
  }

  .lynx-hero-oval {
    min-height: 200px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 30px;
  }

  .lynx-block-left {
    padding-left: 0%;
  }

  .lynx-block-image {
    left: auto;
  }

  .lynx-image {
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .lynx-image-absolute {
    bottom: 65%;
    left: -3%;
  }

  .h2-normal {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }

  .hero-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .button-secondary {
    width: 100%;
    max-width: 250px;
  }

  .div-heading-button-ber-uns {
    justify-content: center;
    align-items: stretch;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .events-card {
    grid-row-gap: 16px;
  }

  .events-card-image-wrapper {
    padding-top: 62%;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .header-h3 {
    font-size: 1.5rem;
  }

  .f-testimonial-slider-large {
    margin-top: 80px;
  }

  .mr-rating-with-images-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .f-testimonial-left-a {
    display: block;
    top: -50px;
  }

  .f-paragraph-small-2 {
    font-size: 1rem;
  }

  .f-testimonial-author {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-container-regular-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-testimonial-card {
    border: 1px solid #13131326;
  }

  .mr-small-text-5 {
    font-size: 13px;
  }

  .f-testimonial-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .f-h3-heading-3-mobile {
    text-shadow: 0 1px 1px #e4e6f1;
    font-size: 2.2rem;
  }

  .f-testimonial-right-a {
    display: block;
    top: -50px;
  }

  .f-slide-nav-hidden {
    display: block;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.spacing {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .card.anreise-big-card {
    background-position: 0 0, 48% 48%;
  }

  .anreise-card-title {
    line-height: 2rem;
  }

  .anreise-main-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .anreise-card-double-right {
    width: 40%;
  }

  .cms-menu-item {
    width: 100%;
  }

  .card-2.anreise-big-card {
    background-position: 0 0, 48% 48%;
  }

  .h2-normal-2 {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .padding.centered {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-sucr {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-vertical {
    padding-top: 30px;
  }

  .padding-horizontal {
    flex: 1;
    padding-right: 0;
  }

  .name {
    align-self: stretch;
  }

  .titres {
    font-size: 14px;
  }

  .left-wrapper.entrees {
    margin-right: 0;
  }

  .price-2 {
    font-family: var(--_fonts---main);
    min-width: 50px;
    font-size: 1rem;
    font-weight: 700;
  }

  .heading-3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .tab-link-getr-nke {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-getr-nke.w--current {
    padding-left: 20px;
  }

  .black-container {
    margin-bottom: 36px;
  }

  .tab-link-speisen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-speisen.w--current {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .menu-container.sal {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-container.sucr {
    padding: 0;
  }

  .wa-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 2rem;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves---grid-cta-3 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

  .waves-master-cta-4 {
    max-width: 100%;
    padding: 30px 15px;
  }

  .waves---2-cta-flex {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wa {
    width: 100%;
    max-width: 250px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .kontakt-tel {
    width: auto;
  }

  .button-third {
    width: 100%;
    max-width: 250px;
  }
}

#w-node-_1319aaca-244b-2640-a1ab-7b4c26cef0e1-fa0f4ee3, #w-node-_1319aaca-244b-2640-a1ab-7b4c26cef0ea-fa0f4ee3, #w-node-_315daf8a-815f-92b1-5f4d-cc79f6b65d4b-fa0f4ee3, #w-node-eb1523f1-013b-7eda-5bf5-9bb9bb353358-fa0f4ee3, #w-node-_73072f29-30a9-0ff2-275e-26d303ae3ad0-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e516c18-7524-d3dd-725a-9e84a25a72c5-fa0f4ee3, #w-node-_4e516c18-7524-d3dd-725a-9e84a25a72d0-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a7d904c1-9b0a-97a1-be90-88467ae2d6f6-fa0f4ee3, #w-node-a7d904c1-9b0a-97a1-be90-88467ae2d706-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50429490-ef8e-c164-03f4-9633a70858b1-fa0f4ee3, #w-node-_50429490-ef8e-c164-03f4-9633a70858b3-fa0f4ee3, #w-node-_50429490-ef8e-c164-03f4-9633a70858b5-fa0f4ee3, #w-node-_50429490-ef8e-c164-03f4-9633a70858b7-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_50429490-ef8e-c164-03f4-9633a70858ba-fa0f4ee3, #w-node-_50429490-ef8e-c164-03f4-9633a70858bc-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_50429490-ef8e-c164-03f4-9633a70858be-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_50429490-ef8e-c164-03f4-9633a70858c0-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a52ef94d-7595-22e9-e0e6-3d8bb494ac49-fa0f4ee3, #w-node-c5e2c1e9-c7a1-cc72-fc97-d4e29af7f1c4-fa0f4ee3, #w-node-fa25d42f-f021-c41c-d4fb-b450a82bae36-fa0f4ee3, #w-node-fa25d42f-f021-c41c-d4fb-b450a82bae5a-fa0f4ee3, #w-node-fa182bda-f1da-8152-7206-1646e58e5475-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa182bda-f1da-8152-7206-1646e58e5476-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_89211540-2354-a702-6e16-867b9a30b065-fa0f4ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89211540-2354-a702-6e16-867b9a30b078-fa0f4ee3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-fa182bda-f1da-8152-7206-1646e58e5475-fa0f4ee3 {
    place-self: center;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 1 / 5 / 2 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 4 / 1 / 5 / 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dancingscript Variablefont Wght';
  src: url('../fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}