@font-face {
  font-family: Great Vibes;
  src: url('../fonts/great-vibes-v14-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Karla;
  src: url('../fonts/karla-v23-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --white: white;
  --gainsboro: #e3e3e3;
  --dark-grey: #777;
  --black: #111;
  --dark: #232d41;
  --color-2: #f03e5a;
  --color-1: #dfa25f;
  --light-grey: #fafafa;
  --silver: #bbb;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@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-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

h6 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: var(--white);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  display: block;
}

img {
  clear: none;
  max-width: 100%;
  padding-bottom: 0;
  display: inline-block;
  position: static;
}

blockquote {
  border: 1px solid var(--gainsboro);
  text-align: center;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 48px;
  background-repeat: no-repeat;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 120px 8.33% 56px;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 12px;
  padding-left: 8.33px;
  font-size: 13px;
  line-height: 16px;
}

.body {
  color: #111;
  background-color: #0000;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.section {
  background-color: var(--black);
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 130px 56px 112px;
  position: relative;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-paddings {
  padding: 0;
}

.section.pattern-section {
  background-color: #0000;
  background-image: none;
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  display: block;
}

.section.pattern-section.no-bottom-padding {
  background-color: #0000;
  background-image: none;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.section.pattern-section.no-top-padding {
  border: 1px #000;
}

.section.pattern-section.va {
  padding-top: 0;
  padding-bottom: 162px;
}

.section.pattern-section.room {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.pattern-section.picture {
  display: flex;
}

.section.shadow-section {
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  font-size: 30px;
  display: block;
  box-shadow: 0 -8px 14px -2px #000, 0 8px 14px -2px #000;
}

.section.shadow-section.eintritt {
  padding-top: 187px;
  padding-bottom: 63px;
}

.section.shadow-section.bernachten {
  padding-bottom: 112px;
}

.section.shadow-section.room {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.pattern-section-hochzeit {
  border: 1px solid var(--black);
  background-color: #0000;
  background-image: none;
  justify-content: center;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.section.pattern-section-hochzeit.no-bottom-padding {
  background-color: #0000;
  background-image: none;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.section.pattern-section-hochzeit.no-top-padding {
  border: 1px #000;
}

.section.pattern-section-hochzeit.va {
  padding-top: 0;
  padding-bottom: 162px;
}

.section.pattern-section-hochzeit.room {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.pattern-section-hochzeit.picture {
  display: flex;
}

.section.shadow-section-wedding {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom-style: none;
  border-bottom-color: #000;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 96px;
  font-size: 30px;
  display: block;
  box-shadow: 0 0 12px -5px #000, 0 0 12px -5px #000;
}

.section.shadow-section-wedding.eintritt {
  padding-top: 187px;
  padding-bottom: 63px;
}

.section.shadow-section-wedding.bernachten {
  padding-bottom: 112px;
}

.section.shadow-section-wedding.room {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.wrapper.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper.room {
  justify-content: center;
  display: flex;
}

.wrapper.greaber {
  margin-top: 235px;
}

.wrapper.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper.wedding-offer {
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper.background-copy {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper.slide-wrapper-bottom {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper.background-black {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper.background-black-space {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper.background-padding {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding: 40px 40px 37px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #ad8b4f;
  border-radius: 24px;
  height: 48px;
  margin-top: -10px;
  margin-bottom: 22px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--dark);
}

.button.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button.ghost-button {
  transition: box-shadow .2s;
}

.button.hero-button {
  background-color: #ad8b4f;
  margin-right: 16px;
}

.button.hero-button:hover {
  background-color: var(--dark);
}

.button.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button.subscribe-button:hover {
  background-color: var(--color-2);
}

.button.small-button.nav-bar-button {
  background-color: #ad8b4f;
  margin-left: 20px;
}

.button.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.button.ghost-bg-button {
  margin-right: 16px;
}

.button.full-width-button {
  background-color: #ad8b4f;
  border-radius: 3px;
  width: 100%;
}

.button.full-width-button:hover {
  background-color: var(--color-2);
}

.button.menu {
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 105px;
  position: static;
}

.button.page {
  text-transform: uppercase;
  width: 60%;
  margin-top: 128px;
  font-size: 20px;
}

.button.page._2 {
  margin-top: 0;
}

.button.page.va {
  width: 50%;
}

.button.page.eintritt {
  justify-content: center;
  width: 90%;
  margin-top: -32px;
  margin-bottom: 37px;
  margin-left: 15px;
  display: flex;
}

.button.page.eintritt._2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 35%;
  margin-top: 65px;
  margin-left: 0;
  position: relative;
  inset: 0% 0% auto 32%;
}

.button.page.ffnung {
  width: 25%;
  margin-top: 0;
}

.button.f-hrung {
  margin-top: 0;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 64px;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 25%;
  padding: 20px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: var(--dark);
  background-image: none;
  background-position: 0 0;
  background-attachment: fixed;
}

.small-button {
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.ghost-button {
  color: #222;
  background-color: #0000;
  transition: box-shadow .2s, color .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #ddd;
}

.ghost-button:hover {
  background-color: var(--color-1);
  box-shadow: inset 0 0 0 2px var(--color-1);
  color: #fff;
}

.ghost-bg-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  transition: box-shadow .2s, background-color .2s, color .2s;
  box-shadow: inset 0 0 0 2px #fff;
}

.ghost-bg-button:hover {
  color: var(--black);
  background-color: #fff;
}

.white-button {
  color: var(--black);
  background-color: #fff;
  transition: background-color .2s, color .2s;
}

.white-button:hover {
  background-color: var(--dark);
  color: #fff;
}

.nav-bar {
  z-index: 100;
  color: #0000;
  background-color: #0000;
  max-height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.fixed-nav-bar {
  background-color: #111111e6;
  border: 1px #000;
  position: fixed;
  transform: translate(0, -75px);
  box-shadow: 0 1px 3px #616161;
}

.bg-section {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.bg-section.hero-section {
  border-color: var(--black);
  background-color: #0000;
  height: 100vh;
  padding: 0;
  position: relative;
}

.bg-section.hero-section.wedding {
  border-style: none;
  border-color: #0000;
}

.bg-section.cta-section {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0006, #0006), url('../images/27894038884_4708453b35_o-p-1600.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  border-color: #0000;
  padding-top: 120px;
  padding-bottom: 120px;
  position: static;
}

.bg-section.cta-section.disc {
  background-image: linear-gradient(#0006, #0006), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.footer-section {
  background-color: var(--dark);
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 11px 9px #000, 0 -11px 9px #000c;
}

.bg-section._404-section {
  background-image: linear-gradient(#0000001a, #0000001a), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-section.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.bg-section.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-section.page-hero-section.contact-hero {
  background-image: linear-gradient(#11111180, #11111180), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.reservation-hero {
  border-color: var(--black);
  padding-bottom: 216px;
}

.bg-section.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0006, #0006), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-section.page-hero-section.about-hero {
  background-image: linear-gradient(#11111180, #11111180), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.blackborder-hero {
  border-style: solid;
  border-color: var(--black);
  background-image: linear-gradient(#11111180, #11111180), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 90vh;
}

.bg-section.page-hero-section.blackborder-hero.eintritt {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_0580-p-3200.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: solid;
}

.bg-section.page-hero-section.blackborder-hero.wedding {
  border-color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/45616383694_7d6631e94e_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.licensing-hero {
  background-image: linear-gradient(#0000004d, #0000004d), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-section.page-hero-section.menu-hero-copy {
  border-style: solid;
  border-color: var(--black);
  background-image: linear-gradient(#11111180, #11111180), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 90vh;
}

.bg-section.page-hero-section.menu-hero-copy.eintritt {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_0580-p-3200.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: solid;
}

.bg-section.page-hero-section.menu-hero-copy.ffnung {
  background-image: linear-gradient(#11111180, #11111180), url('../images/_MG_9806-Groß.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.bg-section.page-hero-section.menu-hero-copy.wedding {
  border-color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/45616383694_7d6631e94e_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.gallery-section {
  background-color: #0000;
  border-width: 14px;
  border-color: #0000;
  padding: 104px 0 0;
}

.bg-section.huge-button {
  background-color: var(--dark);
  color: #fff;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.bg-section.huge-button:hover {
  border-color: #ad8b4f;
}

.bg-section.cta-section-copy {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0006, #0006), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  border-color: #0000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.bg-section.cta-section-copy {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0006, #0006), url('../images/DSC_0580-p-3200.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  border-color: #0000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.bg-section.cta-section-copy.disc {
  background-image: linear-gradient(#0006, #0006), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 14px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #92081e;
}

.nav-link.fixed-nav-link {
  color: var(--white);
  padding-top: 19px;
}

.nav-link.fixed-nav-link.w--current {
  color: var(--color-1);
}

.logo {
  color: #fff;
  text-transform: uppercase;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.logo.w--current {
  width: auto;
  height: 80px;
  padding-bottom: 0;
}

.logo.fixed-nav-bar-logo {
  color: var(--black);
  height: 72px;
}

.logo.fixed-nav-bar-logo.w--current {
  margin-left: -1px;
  padding-bottom: 0;
  padding-left: 0;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  margin-bottom: 2px;
  margin-right: -40px;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.nav-menu.fixed-nav-menu {
  height: 72px;
}

.slide-content {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: center;
  width: 66.66%;
  margin-top: 211px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.slide-content.content-slide-2 {
  padding-top: 129px;
  padding-bottom: 94px;
}

.slide-content.content-slide-5 {
  margin-top: 210px;
}

.slide-content.content-page {
  margin-top: 69px;
}

.slide-content.content-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.hero-text {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.social-link {
  border: 1px solid #ffffff40;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  border-color: var(--white);
  background-color: #ad8b4f;
}

.social-link.hero-link {
  border-color: #fff9;
}

.social-link.hero-link:hover {
  border-color: var(--white);
  background-color: #ad8b4f;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.section-header-wrapper.video {
  margin-top: 133px;
}

.white-text {
  color: var(--white);
  margin-bottom: 38px;
  padding-bottom: 0;
  font-weight: 400;
}

.white-text.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.white-text.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.white-text.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.white-text.eintritt {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.white-text.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.white-text.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.white-text.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.white-text.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.white-text.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.white-text.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.white-text.anzeige {
  margin-bottom: 0;
  padding-bottom: 0;
}

.white-text.tabelle {
  text-align: justify;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.white-text.tabelle.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.white-text.tabelle.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.white-text.menu-copy {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.white-text.menu-copy.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.white-text.menu-copy.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.text-link {
  color: var(--color-1);
  text-decoration: underline;
  transition: color .2s;
}

.text-link:hover {
  color: var(--color-2);
  text-decoration: underline;
}

.social-icons {
  display: flex;
}

.social-icons.footer-icons {
  margin-top: 8px;
  margin-left: -4px;
  margin-right: -4px;
}

.social-icons.hero-icons {
  float: right;
  margin-top: 0;
  margin-bottom: 32px;
  margin-right: -4px;
}

.contact-form-wrapper {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 66.66%;
  padding-bottom: 8px;
  display: flex;
}

.contact {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-card-map {
  width: 50%;
  height: 100%;
  margin-left: 6px;
}

.input {
  border: 1px solid var(--gainsboro);
  background-color: var(--light-grey);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border .2s, background-color .2s;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border: 1px solid var(--color-1);
  background-color: #fff;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.text-area.margin-input {
  margin-left: 15px;
  margin-right: 15px;
}

.input.password-input {
  text-align: center;
  margin-top: 14px;
}

.input.subscribe-input {
  background-color: #fff;
  border-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input.reservation-input {
  flex: 90%;
  margin-left: 15px;
  margin-right: 15px;
}

.input.reservation-input._50 {
  flex-grow: 1;
  flex-basis: 40%;
}

.input.reservation-input._33 {
  flex-grow: 1;
  flex-basis: 25%;
}

.input.password-input {
  text-align: center;
  margin-bottom: 16px;
}

.input.small-margin {
  margin-bottom: 16px;
}

.contact-card {
  background-color: #fff;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.footer {
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  margin-bottom: 12px;
  margin-left: 67px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-column.logos {
  margin-top: 78px;
}

.footer-link {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.footer-link.w--current {
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer-link.blog-link {
  margin-top: 26px;
}

.footer-link.blog-link.special {
  text-transform: uppercase;
  font-size: 18px;
}

.footer-link.special {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
}

.footer-post {
  border-bottom: 1px solid #ffffff40;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-date {
  opacity: .6;
  margin-top: -6px;
  font-size: 13px;
}

.footer-bottom-base {
  background-color: #0000002e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  font-size: 11px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.blog-posts {
  margin-bottom: -40px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-image {
  background-color: var(--gainsboro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-decoration: none;
  display: flex;
}

.post-card {
  color: var(--black);
  background-color: #fff;
  flex: 1;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-card:hover {
  text-decoration: none;
}

.post-date {
  margin-top: 24px;
  font-size: 17px;
}

.post-card-header-link {
  color: var(--black);
  text-decoration: none;
}

.post-card-header-link:hover {
  text-decoration: underline;
}

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

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
  display: flex;
}

.utility-page-form {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 270px;
  display: flex;
}

.post-content h1 {
  width: 66.66%;
  margin: 64px auto 32px;
  display: block;
}

.post-content p {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.post-content h2 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content blockquote {
  width: 83.33%;
  margin: 48px auto;
  display: block;
}

.post-content h3 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ul {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content h4 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content h6 {
  width: 66.66%;
  margin: 48px auto 16px;
  display: block;
}

.post-content h5 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ol {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content a {
  color: var(--color-1);
  text-decoration: underline;
  transition: color .2s;
}

.post-content a:hover {
  color: var(--color-2);
  text-decoration: underline;
}

.blog-post-header {
  margin-top: 26px;
}

.post-hero {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  top: 32px;
}

.post-dark-bg {
  background-color: #00000080;
  position: absolute;
  inset: 0;
}

.post {
  background-color: #fff;
  max-width: 970px;
  margin-top: -128px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px 96px;
  display: block;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-hero-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
}

.hero-slider {
  height: 100%;
}

.slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: auto 24px;
  transition: border .2s;
  display: none;
}

.slider-arrow:hover {
  border-color: #fff;
}

.slider-arrow.arrow-left, .slider-arrow.arrow-right {
  display: flex;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/zam.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
}

.slide-2.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/27894030414_ad67df1664_k.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-2.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/40402703601_2a8dd2abc7_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.dropdown {
  background-color: #0000;
}

.dropdown.w--open {
  background-color: #0000;
  border-radius: 3px;
  overflow: hidden;
}

.dropdown.fixed-dropdown {
  border: 1px solid var(--gainsboro);
}

.dropdown-link {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  color: var(--white);
  text-transform: capitalize;
  background-color: #111111e6;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

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

.dropdown-link.w--current {
  color: var(--color-1);
}

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--color-2);
  background-color: #f03e5a14;
  border: 1px solid #f03e5a80;
  border-radius: 3px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 20px;
}

.subscribe-form {
  z-index: 1;
  flex-direction: row;
  align-items: flex-start;
  width: 370px;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 10000;
  background-color: var(--black);
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  background-image: url('../images/Hintergrund5_trans.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0;
}

.page-wrapper {
  background-color: var(--black);
  background-image: url('../images/Hintergrund5_trans.png');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.fixed-nav-bar {
  z-index: 999;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  padding-left: 56px;
  padding-right: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -75px);
}

.features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.slide-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/28432606751_85b3f5379c_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/28510395855_d8fcf133ab_o-p-1600.jpeg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.slide-1.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/34527360655_1f4a62ac42_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-weight: 400;
}

.sub-header {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: -13px;
  font-family: Great Vibes, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.sub-header.big {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.sub-header.big.events {
  color: var(--white);
}

.sub-header.big.cup {
  color: #880116;
}

.sub-header.subscribe-sub-header {
  margin-bottom: 0;
}

.sub-header.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.sub-header.page {
  color: var(--white);
  text-transform: none;
  margin-right: 29px;
  padding-right: 0;
  font-weight: 400;
}

.sub-header.page.sub-slide-3 {
  margin-top: -322px;
}

.sub-header.page.sub-slide-4 {
  margin-top: 312px;
}

.sub-header.page.sub-slide-5 {
  margin-top: 464px;
}

.sub-header.page.sub-slide-6 {
  margin-top: -355px;
  margin-right: 0;
}

.sub-header.page.sub-slide-7 {
  margin-top: -434px;
  margin-right: 0;
}

.footer-bottom {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.badge {
  background-color: var(--color-2);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 7px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.badge:hover {
  text-decoration: none;
}

.badge.footer-badge {
  margin-left: 10px;
}

.badge.banner-badge {
  background-color: #0000;
  border: 1px solid #fff;
}

.badge.post-card-category {
  margin-bottom: 2px;
}

.badge.menu-item-category {
  background-color: var(--color-1);
  margin: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.badge.menu-item-badge {
  float: left;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
}

.badge.menu-new-badge {
  float: left;
  background-color: var(--color-2);
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
}

.badge.menu-item-tooltip {
  float: left;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
  padding-top: 2px;
  padding-left: 7px;
  font-size: 11px;
  display: flex;
  position: relative;
}

.footer-link-badge {
  align-items: center;
  display: flex;
}

.footer-bottom-text {
  opacity: .6;
  margin-right: 4px;
}

.footer-bottom-text.link {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

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

.frame {
  z-index: 0;
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 12px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.frame.white-frame {
  border-color: #fff;
}

.subscribe {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 144px;
  display: flex;
  position: relative;
}

.subscribe-header {
  z-index: 1;
  padding-bottom: 20px;
  position: relative;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big.intro-text {
  color: var(--dark-grey);
  column-count: 2;
  column-gap: 2em;
  width: 83.33%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.paragraph-big.hero-text, .paragraph-big.hero-text-phone, .paragraph-big.hero-text-nonehidemobile {
  margin-top: 13px;
  margin-bottom: 27px;
  padding: 0;
}

.menu-list-item {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  padding: 20px 15px;
  display: flex;
}

.menu-list-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.menu-info {
  flex: 1;
  align-items: flex-start;
}

.menu-name {
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.menu-name.small {
  text-transform: none;
  font-size: 15px;
}

.menu-info-main {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.menu-price {
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.menu-price.small {
  font-size: 15px;
}

.menu-dots-line {
  border-bottom: 1px dotted var(--silver);
  flex: 1;
  height: 20px;
}

.menu-dots-line.hours {
  border-bottom-color: #fff6;
}

.menu-dots-line.small {
  height: 19px;
}

.menu-more {
  float: left;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.menu-numbers {
  align-items: center;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.menu-numbers-divider {
  color: var(--silver);
  padding-left: 4px;
  padding-right: 4px;
}

.menu-ingredients {
  color: var(--dark-grey);
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 16px;
}

.menu-list {
  flex-wrap: wrap;
  display: flex;
}

.menu-list.margin {
  flex-wrap: wrap;
  margin-bottom: 68px;
}

.subscribe-badge {
  z-index: 1;
  background-color: var(--color-2);
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 40px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(20deg);
}

.subscribe-badge-discount {
  margin-left: 1px;
  font-size: 20px;
  line-height: 20px;
}

.menu-grid-card {
  margin-bottom: 40px;
  padding-bottom: 16px;
  position: relative;
}

.menu-grid-image {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

.menu {
  flex-wrap: wrap;
  display: flex;
}

.menu.margin {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-description {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.cta-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider {
  border-top: 1px solid #ad8b4f;
  border-bottom: 1px solid #ad8b4f;
  flex: 0 auto;
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: static;
}

.divider.center {
  border-top-color: #ad8b4f;
  border-bottom-color: #ad8b4f;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider.unten {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  margin-bottom: 95px;
  display: block;
}

.feature-text {
  border-left: 4px solid var(--color-1);
  background-color: #fff;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 40px 16px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.feature-banner {
  background-color: var(--color-2);
  color: #fff;
  background-image: url('../images/dinner-icon_1dinner-icon.png');
  background-position: 100% 46%;
  background-repeat: no-repeat;
  background-size: 25%;
  justify-content: flex-start;
  align-items: center;
  width: 490px;
  height: 125px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.feature-banner-content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
  position: relative;
}

.feature-image-block {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 45%;
  justify-content: flex-end;
  align-items: center;
  min-height: 40vh;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  display: flex;
  position: relative;
}

.feature-image-block._1 {
  flex-basis: 45%;
  justify-content: flex-end;
  min-height: 400px;
  padding: 0;
}

.feature-image-block._1.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_5167-p-1080.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.feature-image-block._2 {
  flex-basis: 45%;
  justify-content: flex-end;
  min-height: 400px;
  padding: 0;
  position: relative;
}

.feature-image-block._2.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/43912533722_9b0c42d102_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.feature-image-block._3 {
  background-image: url('../images/dsc03316jpg_51857134058_o-Mittel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-basis: 45%;
  justify-content: flex-end;
  min-height: 400px;
  padding-bottom: 0;
}

.feature-image-block._3.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_5167-p-1080.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.feature-image-header {
  margin-bottom: 8px;
}

.working-hours {
  background-color: var(--dark);
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 31%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 56px 56px;
  position: relative;
}

.working-hours-content {
  z-index: 1;
  color: #fff;
  text-align: center;
  position: relative;
}

.opening-hours-table {
  padding-top: 8px;
  padding-bottom: 24px;
}

.opening-hours-cell {
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 28px;
  display: flex;
}

.opening-hours-time {
  text-transform: uppercase;
  font-weight: 700;
}

.red-text {
  color: var(--color-2);
  font-size: 22px;
}

.contact-card-info {
  border: 1px solid var(--gainsboro);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 40px 28px 48px;
  display: flex;
}

.contact-card-email {
  color: var(--black);
  margin-top: -12px;
  margin-bottom: 12px;
  text-decoration: none;
}

.banner-header {
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.yellow-text {
  color: var(--color-1);
}

.side-card-feature {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-card-feature.reversed {
  margin-top: 60px;
  overflow: visible;
}

.side-card-feature.cup {
  height: 763px;
  display: flex;
}

.side-card-feature.special-copy {
  margin-top: -76px;
}

.side-card-feature.reversed-test {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 500px;
  max-height: 300px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.side-card-image {
  background-color: var(--gainsboro);
  width: 65.8%;
}

.side-card-image._1 {
  background-image: url('../images/zam.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.side-card-image._2 {
  background-image: url('../images/49147154233_cf635cb888_o-Groß.jpg');
  background-position: 60% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-card-image.disc {
  background-image: url('../images/43026446141_c2f57fa06a_o-Groß.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-width: auto;
  max-width: 65.8%;
}

.side-card-image.disc-2 {
  object-fit: cover;
  background-image: url('../images/Schlosskarte.gif');
  background-position: 0 100%;
  background-size: cover;
  min-height: 100%;
}

.side-card-image.cup-2 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0 100%;
  background-size: cover;
  height: 693px;
}

.side-card {
  z-index: 1;
  background-color: var(--black);
  flex: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -14.4%;
  padding: 80px 8%;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.side-card.reversed {
  margin-left: 0%;
  margin-right: -14.4%;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card.reversed.cup {
  margin-top: 35px;
  margin-bottom: 178px;
  margin-right: -24.4%;
  padding-top: 38px;
}

.side-card.disc {
  padding-left: 3%;
  padding-right: 3%;
}

.side-card.anzeige {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.side-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.side-card-content.disc {
  margin-bottom: 0;
}

.side-card-content.cup {
  margin-right: 0;
}

.side-card-content.anzeige {
  margin-bottom: 0;
}

.side-card-header {
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 300;
}

.post-card-info {
  justify-content: center;
  align-items: center;
  width: 41.67%;
  min-height: 480px;
  padding: 48px 8%;
  display: flex;
  position: relative;
}

.post-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.page-hero-header {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  max-width: 770px;
  margin: 40px auto;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 200;
  display: block;
}

.reservation {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border: 4px #ad8b4f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 8% 92px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 6px 3px #00000091;
}

.reservation-form {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.menu-grid-item {
  flex: 0 auto;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-date {
  color: var(--silver);
  margin-top: -8px;
}

.footer-contact {
  color: #ad8b4f;
  margin-top: -12px;
  margin-bottom: 4px;
  text-decoration: none;
}

.footer-contact:hover {
  text-decoration: underline;
}

.footer-bottom-divider {
  opacity: .3;
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 7px;
  margin-right: 8px;
}

.big-icon {
  width: 64px;
}

.big-icon.contact-block-icon {
  margin-bottom: 16px;
}

.side-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-image-content {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding: 24px 15px;
  display: flex;
}

.side-image {
  width: 39%;
  margin-left: 15px;
  margin-right: 15px;
}

.gallery {
  border: 1px solid #0000;
  flex-wrap: wrap;
  display: flex;
}

.contact-blocks {
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.contact-block {
  box-shadow: 0 0 0 1px var(--gainsboro);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 4%;
  display: flex;
}

.contact-block-text {
  color: var(--dark-grey);
  margin-top: 12px;
}

.contact-block-text.link {
  text-decoration: none;
}

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

.contact-block-link {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

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

.menu-list-card {
  flex: 1;
  display: flex;
}

.gallery-image {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 2px;
  display: flex;
  position: relative;
}

.video-wrapper {
  width: 770px;
  max-height: 480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoom-icon {
  z-index: 1;
  background-color: #000000b3;
  background-image: url('../images/zoom-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.zoom-icon.small {
  background-size: 16px;
  border-width: 1px;
  width: 40px;
  height: 40px;
}

.hero-contact {
  float: left;
  color: #fff;
  align-items: center;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.hero-contact:hover {
  text-decoration: underline;
}

.hero-phone-icon {
  margin-top: 1px;
  margin-right: 15px;
}

.hero-scroll {
  background-image: url('../images/hero-scroll-base.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 96px;
  justify-content: center;
  align-items: flex-start;
  width: 96px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  display: flex;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.footer-bottom-content {
  flex-wrap: wrap;
  flex: 1;
  place-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  line-height: 24px;
  display: flex;
}

.menu-small-grid-item {
  flex: 0 auto;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.preloader-icon {
  width: 34px;
  margin-bottom: 8px;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  z-index: 1;
  background-color: #fff;
  flex: 1;
  align-items: center;
  margin-bottom: 24px;
  padding: 52px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.licence-item-content {
  z-index: 1;
  flex: 1;
  padding-bottom: 16px;
  padding-left: 40px;
  position: relative;
}

.licence-item-image {
  z-index: 1;
  width: 170px;
  position: relative;
}

.licence-item-dot {
  background-color: var(--gainsboro);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.licence-contact-text {
  color: var(--dark-grey);
  width: 66.66%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.quick-booking {
  z-index: 100;
  opacity: 0;
  background-color: #fff;
  flex-direction: column;
  width: 240px;
  margin-right: -249px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 40px;
  overflow: visible;
  transform: none;
}

.quick-booking-form {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  margin-bottom: 0;
  padding: 20px;
}

.quick-booking-header {
  color: #fff;
  background-color: #ad8b4f;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: -48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.quick-booking-icon {
  width: 24px;
  margin-right: 10px;
}

.quick-booking-arrow-box {
  background-color: #0000000d;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  padding-top: 1px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.quick-booking-arrow {
  transform: rotate(-180deg);
}

.first-letter {
  float: left;
  color: var(--color-1);
  margin-top: 15px;
  margin-left: 16.66%;
  margin-right: 8px;
  font-size: 56px;
  line-height: 32px;
}

.tooltip {
  z-index: 10;
  background-color: var(--dark);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 9px 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.tooltip.change-tooltip {
  margin-bottom: 18px;
}

.tooltip-arrow {
  background-color: var(--dark);
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.footer-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: flex-start;
  margin-top: -15px;
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 14px;
  display: grid;
}

.instagram-photo {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin-left: 43px;
  padding: 6px 0 6px 6px;
  display: flex;
  position: relative;
}

.full-width {
  width: 200%;
  max-width: 200%;
}

.full-width._1 {
  margin-bottom: 26px;
  margin-left: -5px;
}

.full-width._2 {
  width: 150%;
  max-width: 150%;
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 18px;
}

.full-width._4 {
  filter: invert();
  width: 300%;
  max-width: 300%;
  margin-top: -9px;
  margin-left: 29px;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fisch-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.slide-3.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_MMF6642-Groß.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3.wedding {
  background-image: url('../images/DSC_2854-Groß.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.changelog.hidden {
  display: none;
}

.change {
  background-color: #fff;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.change-icon {
  color: #151515;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.change-text {
  color: #596273;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.heading {
  color: var(--white);
  margin-bottom: 24px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

.heading.page-head {
  font-size: 38px;
}

.heading.grusel {
  color: #690606;
}

.image {
  margin-bottom: -6px;
  margin-left: 14px;
}

.image.fixed-nav-bar {
  z-index: auto;
  inset: 0% auto auto 0%;
}

.heading-2 {
  margin-top: -17px;
  margin-bottom: 17px;
  font-weight: 200;
}

.heading-3 {
  margin-top: -12px;
  font-weight: 200;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.slide-4.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/27893921044_10b401566a_o_2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-4.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/DSC_4148-Groß.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/50165991508_27d2c93e12_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/34522029084_7635ff8531_k.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-5.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/52042399891_6738f2a06b_k.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/51687248484_1ca5d00be5_o-Groß.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slide-6.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_6358-Groß-Mittel.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/32467643668_97b8fe42df_o-Groß.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.slide-7.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
}

.dropdown-2 {
  color: var(--white);
}

.image-2 {
  width: 100%;
  margin-top: -34px;
  padding-top: 0;
}

.image-3 {
  margin-top: 6px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  object-fit: fill;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.heading-4 {
  color: var(--white);
  font-weight: 200;
}

.text-block, .text-block-2, .text-block-3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.grid-2 {
  grid-row-gap: 0px;
  object-fit: cover;
  grid-template-rows: 3fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.image-4 {
  position: static;
}

.image-5, .image-6 {
  object-fit: cover;
}

.div-block-2, .div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  height: 800px;
}

.class-we-pre-applied {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 70vh;
  display: grid;
}

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

.div-block-7 {
  background-color: #eddfdf;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.grid-5 {
  grid-row-gap: 0px;
  grid-template-rows: 4fr .25fr auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-8 {
  background-color: #ffffffc4;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-4 {
  padding-top: 0;
}

.heading-5 {
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 200;
}

.image-10, .image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  background-color: #ffffffc4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-10 {
  background-color: #ffffffc4;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 108px;
  grid-template-rows: 6fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  padding-bottom: 0;
}

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

.heading-6 {
  color: var(--white);
  text-align: center;
  margin-top: -3px;
  font-size: 20px;
  font-weight: 400;
}

.text-block-grid {
  color: var(--white);
  text-align: center;
  margin-top: -16px;
  font-size: 15px;
}

.text-block-grid.video {
  margin-top: 0;
}

.image-13, .image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-7, .heading-8 {
  color: var(--white);
  font-weight: 200;
}

.heading-9 {
  margin-top: 0;
  font-weight: 200;
}

.heading-10 {
  color: var(--white);
}

.heading-11 {
  font-weight: 300;
}

.container {
  background-color: #11111185;
  padding-top: 20px;
}

.div-block-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: inline;
  position: relative;
}

.link-block {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.link {
  color: var(--white);
  text-decoration: none;
}

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

.link:active {
  color: var(--white);
  text-decoration: none;
}

.link.nachlass {
  color: var(--color-2);
}

.slide-nav {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-8 {
  background-image: url('../images/DSCF8616.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-10 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/DSC01012.jpg');
  background-position: 0%;
  background-size: cover;
}

.rich-text-block {
  color: var(--white);
  margin-top: -78px;
}

.collection-list-wrapper {
  margin-top: 42px;
}

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

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto 1fr auto 1fr 0 auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 70vh;
  display: grid;
  position: relative;
}

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

.div-block-11 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin: 16px;
  display: flex;
}

.rich-text-block-2 {
  color: var(--white);
  padding: 23px;
}

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

.rich-text-block-3 {
  color: var(--white);
  padding: 23px;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 16px;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  display: flex;
}

.grid-8 {
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 44px;
}

.image-18 {
  object-fit: cover;
}

.div-block-14 {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  margin-left: 21px;
  margin-right: 21px;
  padding-top: 74px;
  display: flex;
}

.heading-12, .text-block-6 {
  color: var(--white);
}

.div-block-15 {
  justify-content: center;
  display: flex;
}

.paragraph {
  text-align: right;
}

.paragraph-main {
  color: var(--white);
  text-align: justify;
  margin-top: -60px;
  margin-bottom: 18px;
  padding-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  overflow: visible;
}

.paragraph-main.va {
  text-align: center;
  margin-top: 62px;
  margin-bottom: -41px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.paragraph-main.eintritt {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: -37px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  display: flex;
}

.paragraph-main.eintritt.b-ro {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.paragraph-main.wegezoll {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 0;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-main.disc {
  margin-top: 10px;
}

.paragraph-main.room {
  text-align: left;
  max-width: 80%;
}

.paragraph-main.span-oswald {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: -37px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.paragraph-main.span-oswald.b-ro {
  flex-direction: column;
  align-items: center;
}

.paragraph-main.grusel {
  text-align: center;
  margin-top: -19px;
}

.paragraph-main.info {
  text-align: center;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph-main.info.eisenliga {
  text-align: justify;
  margin-left: 220px;
  margin-right: 220px;
}

.paragraph-main.agb {
  margin-top: 2px;
}

.paragraph-main.grusel-copy {
  outline-offset: 0px;
  text-align: center;
  border-radius: 10px;
  outline: 3px #ab0923;
  margin-top: -19px;
  padding: 24px 8px;
}

.paragraph-main.elektro {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.paragraph-main.headlineoswaldcenter {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  display: flex;
}

.paragraph-main.headlineoswaldcenter.b-ro {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.div-menu-text {
  background-color: #111111f2;
  flex-direction: row;
  flex: 0 auto;
  width: 50%;
  margin-top: 127px;
  margin-bottom: 164px;
  margin-left: -70px;
  display: block;
}

.div-menu-text.text-right {
  align-self: center;
  position: relative;
}

.div-menu-text.text-left {
  order: 0;
  align-self: center;
  margin-left: 0;
  margin-right: -70px;
  position: relative;
}

.div-menu-image {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  width: 70%;
  display: flex;
}

.div-menu-image._2 {
  background-image: none;
  background-position: 35%;
}

.div-menu-image._3 {
  background-image: none;
  background-position: 100%;
}

.div-menu {
  flex-direction: row;
  justify-content: space-around;
  min-height: 70vh;
  margin-top: 63px;
  display: flex;
}

.div-block-19 {
  border: 1px solid #ad8b4f;
  height: 85%;
  margin: 26px;
  padding: 0;
}

.heading-13 {
  flex-direction: column;
  padding-left: 6px;
  font-weight: 200;
  display: flex;
}

.heading-13.heading-left {
  text-align: right;
  padding-left: 0;
  padding-right: 6px;
}

.sub-text {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 16px;
  margin-left: -40px;
  margin-right: -40px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
}

.bold-text {
  font-weight: 200;
}

.paragraph-4 {
  padding-left: 14px;
}

.paragraph-4.text-left {
  text-align: right;
  padding-left: 0;
  padding-right: 6px;
}

.side-card-image-menu {
  background-color: var(--gainsboro);
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 100%;
  background-size: cover;
  width: 65.8%;
}

.side-card-image-menu._1 {
  background-image: url('../images/52782029508_6bc5e47380_c.jpg');
  background-position: 50% 100%;
  background-size: cover;
  position: relative;
}

.side-card-image-menu._2 {
  background-image: url('../images/52781471829_cb076a056f_c.jpg');
  background-position: 0 100%;
  background-size: auto;
}

.side-card-image-menu._3 {
  background-image: url('../images/52781161641_3496a100fa_c.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.side-card-image-menu._4 {
  background-image: url('../images/52781580926_788439b9a2_k.jpg');
  background-position: 35% 100%;
  background-size: 1000px;
}

.side-card-image-menu._5 {
  background-image: url('../images/52781475839_d14106f85d_c.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.side-card-image-menu._6 {
  background-image: url('../images/52780619807_7606e55a42_c.jpg');
  background-position: 0 100%;
  background-size: auto;
}

.side-card-image-menu._7 {
  background-image: url('../images/52781618965_e49890e725_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu._8 {
  background-image: url('../images/52098539390_fc309508ce_c.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-menu._10 {
  background-image: url('../images/46719813374_b80926d0a7_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-menu._11 {
  background-image: url('../images/40476958043_7a3e6f2569_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-menu._12 {
  background-image: url('../images/33566810238_1ba4a3c08e_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-menu.va._1 {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 20%;
}

.side-card-image-menu.va._2 {
  background-image: url('../images/22167268153_c42825a9a8_o-p-3200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu.va._3 {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-menu.va._4 {
  background-image: url('../images/_DSC9863-Groß.jpg');
  background-position: 20%;
  position: relative;
}

.side-card-image-menu.va._5 {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-menu.va._6 {
  background-image: url('../images/DSC01012.jpg');
  background-position: 50%;
}

.side-card-image-menu.va._7 {
  background-image: url('../images/DSCF8616.jpg');
  background-position: 50%;
}

.side-card-image-menu.va._8 {
  background-image: url('../images/46230949025_2b96008240_o-Mittel.jpg');
  background-position: 50% 0;
}

.side-card-image-menu.va._9 {
  background-image: url('../images/_DSC3153-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-menu.eintritt {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu.ffnung {
  background-image: url('../images/35197170602_41fa27ea2a_o-Groß.jpg');
  background-position: 60% 0;
  background-size: cover;
}

.side-card-image-menu.ffnung-rechts {
  background-image: url('../images/DSC_5167-p-1080.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.side-card-image-menu.ffnung-rechts-2 {
  background-image: url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-menu.grusel {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-menu.cup {
  background-image: url('../images/30049481375_7ce8cae0e3_o-Mittel.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.side-card-image-menu.cup-2 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-menu.cup-3 {
  background-image: url('../images/30828099688_509524adc6_k.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-menu.cup-4 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-menu.winter {
  background-image: url('../images/38973141312_3a26a86654_o-Mittel.jpg');
  background-position: 50%;
  background-size: auto;
}

.side-card-image-menu.winter-2 {
  background-image: url('../images/40600107625_70f05a179a_o-Mittel.jpg');
  background-position: 0%;
  background-size: auto;
}

.side-card-image-menu._13 {
  background-image: url('../images/52514022099_77b2bcda4d_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu._14 {
  background-image: url('../images/52513992909_d69865ac0c_c.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.side-card-image-menu._15 {
  background-image: url('../images/52781377674_02bcd06443_c.jpg');
  background-position: 0 0;
  background-size: auto;
  align-items: flex-start;
  display: flex;
}

.side-card-image-menu.turney {
  background-image: none;
}

.side-card-image-menu.turney-2 {
  background-image: url('../images/_DSC3198-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu.turney-3 {
  background-image: url('../images/38761696964_c770ac7474_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-menu.turney-4 {
  background-image: url('../images/38591461815_f628edac38_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-menu.turney-5 {
  background-image: url('../images/39439928002_9b7d239424_o-Groß.jpg');
  background-position: 40%;
  background-size: cover;
}

.side-card-image-menu.turney-6 {
  background-image: url('../images/Musikanten-Mittel.jpg');
  background-position: 70%;
  background-size: cover;
}

.side-card-image-menu.turney-7 {
  background-image: url('../images/69701196_2423119347777485_1895777682323406848_n.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-menu.turney-8 {
  background-image: url('../images/38293209304_7b158c9905_k.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu.wein {
  background-image: url('../images/_DSC7230-Mittel.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-menu.silvester {
  background-image: url('../images/Portrait2-Mittel.jpg');
  background-position: 50% 20%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-menu.silv {
  background-image: url('../images/_BBF8987-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-menu.buff {
  background-image: url('../images/_DSC9857-Groß.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-menu.turney-9 {
  background-image: url('../images/20230216_14054120230216_140540.jpg');
  background-position: 100% 25%;
  background-size: cover;
}

.side-card-image-menu.turney-10 {
  background-image: url('../images/13711683_1224335504285672_837313248_o.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.side-card-image-menu.turney-11 {
  background-image: url('../images/img_1_1676064370975-Mittel.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-menu.turney-12 {
  background-image: url('../images/39470247201_5edbbc4e30_o-Mittel.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.side-card-image-menu.turney-13 {
  background-image: url('../images/24625497627_ce947dea6a_o-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-menu.turney-14 {
  background-image: url('../images/IMG_0260.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-menu.turney-15 {
  background-image: url('../images/image1-2.JPG');
  background-position: 50% 25%;
  background-size: auto;
}

.side-card-image-menu.turney-16 {
  background-image: url('../images/18738734_1326893874031433_275439075370776512_o.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.side-card-image-menu.turney-17 {
  background-image: url('../images/_DSC3818-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-menu.turney-17-copy {
  background-image: url('../images/bossenstein.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.side-card-image-menu.elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu.grauen-1 {
  background-image: url('../images/_DSC7436-Mittel.JPG');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu.grauen-2 {
  background-image: url('../images/IMG_2646-Groß.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.side-card-image-menu.grauen-3 {
  background-image: url('../images/36998258314_8e75308ee4_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-menu.grauen-4 {
  background-image: url('../images/22529363570_7b8711cae3_c.jpg');
  background-position: 100% 60%;
  background-size: cover;
}

.side-card-image-menu.grauen-5 {
  background-image: url('../images/46680136034_10f7e62d69_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-menu.va-cup {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-menu.va-grauen {
  background-image: url('../images/_DSC5788-Groß.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-menu.va-elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-menu.va-poetry {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-menu._16 {
  background-image: url('../images/52781217426_04e006635d_c.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-menu.burger {
  background-image: url('../images/52781029677_5a46b30d81_c.jpg');
  background-position: 0%;
}

.side-card-image-menu.anzeige {
  background-image: url('../images/WhatsApp-Image-2022-10-16-at-21.54.08.jpeg');
  background-position: 100%;
}

.side-card-image-menu.anzeige-2 {
  background-image: url('../images/50165991508_27d2c93e12_o-Groß.jpg');
  background-position: 0%;
}

.side-card-menu {
  z-index: 1;
  background-color: #111111f2;
  flex: 1;
  margin: 80px 37px 80px -14.4%;
  padding: 44px 7% 0;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.side-card-menu.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.side-card-menu.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-menu.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-menu.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.side-card-menu.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.frame-menu {
  z-index: 0;
  border: 1px solid #ad8b4f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 12px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.frame-menu.white-frame {
  border-color: #fff;
}

.side-card-header-menu {
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 200;
}

.head-wrapper {
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: -81px;
  display: flex;
}

.head-wrapper.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.head-wrapper.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.head-wrapper.programm {
  margin-top: 67px;
}

.hero-section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.hero-sub-header {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: -25px;
  font-family: Great Vibes, sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.hero-sub-header.big {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.hero-sub-header.subscribe-sub-header {
  margin-bottom: 0;
}

.hero-sub-header.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.hero-sub-header.page {
  color: var(--white);
  text-transform: none;
  margin-right: 29px;
  padding-right: 0;
  font-weight: 400;
}

.hero-sub-header.page.sub-slide-3 {
  margin-top: -322px;
}

.hero-sub-header.page.sub-slide-4 {
  margin-top: 312px;
}

.hero-sub-header.page.sub-slide-5 {
  margin-top: 464px;
}

.hero-sub-header.page.sub-slide-6 {
  margin-top: -355px;
  margin-right: 0;
}

.hero-sub-header.page.sub-slide-7 {
  margin-top: -434px;
  margin-right: 0;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 138px;
  position: relative;
}

.div-relative-grey {
  mix-blend-mode: luminosity;
  object-fit: fill;
  flex-flow: column wrap;
  align-content: stretch;
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-relative-grey:hover {
  mix-blend-mode: normal;
}

.div-block-21 {
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_4095-Groß.jpg');
  background-position: 0 0, 57% 0;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-21:hover {
  mix-blend-mode: normal;
}

.div-block-22 {
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC9857-Groß.jpg');
  background-position: 0 0, 25% 100%;
  background-size: auto, auto 120%;
}

.div-block-22:hover {
  mix-blend-mode: normal;
}

.div-block-23 {
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#00000080, #00000080), url('../images/51687248484_1ca5d00be5_o-Groß.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, cover;
}

.div-block-23:hover {
  mix-blend-mode: normal;
}

.div-block-24 {
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_0016-Groß.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.div-block-24:hover {
  mix-blend-mode: normal;
}

.heading-14 {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 200;
}

.heading-grid {
  z-index: 0;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  order: 0;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 200;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.heading-grid:hover, .heading-grid:active {
  color: var(--white);
}

.heading-grid.koch {
  color: var(--white);
  object-fit: fill;
  justify-content: flex-start;
  text-decoration: none;
}

.heading-grid.koch:hover, .heading-grid.koch:active, .heading-grid.koch:focus, .heading-grid.koch:focus-visible, .heading-grid.koch[data-wf-focus-visible] {
  text-decoration: none;
}

.heading-grid.home {
  padding-top: 0;
  padding-bottom: 6px;
}

.heading-grid.home-dark {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 6px;
}

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

.div-shadow {
  background-image: linear-gradient(#00000080, #00000080), url('../images/36302784716_572c214bd8_o-Groß.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 70vh;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.div-shadow:hover {
  box-shadow: 0 0 3px 0 var(--white);
}

.div-shadow._1 {
  background-image: url('../images/36302784716_572c214bd8_o-Groß.jpg');
  background-position: 50% 30%;
  background-size: cover;
  min-height: 80vh;
}

.div-shadow._2 {
  background-image: url('../images/_DSC2418-3-Groß.JPG');
  background-position: 50% 15%;
  background-size: auto 170%;
  min-height: 80vh;
  padding-bottom: 0;
}

.div-shadow._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Koch-für-Website.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-shadow._4 {
  background-image: url('../images/52781228971_2233a19b48_c.jpg');
  background-position: 20% 35%;
  background-size: 750px;
  min-height: 80vh;
  padding-bottom: 0;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-28 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC2418-3-Groß.JPG');
  background-position: 0 0, 50% 10%;
  background-size: auto, auto 170%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.untertitel {
  color: var(--white);
  margin-top: -10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  position: relative;
}

.untertitel.grusel {
  text-align: center;
  margin-top: -8px;
  margin-bottom: 12px;
  margin-left: 0;
  font-weight: 300;
}

.collection-list-wrapper-2 {
  margin-top: 91px;
}

.full-width-1 {
  width: 200%;
  max-width: 200%;
}

.full-width-1._1 {
  margin-left: -5px;
}

.full-width-1._2 {
  filter: brightness(200%);
  width: 120%;
  max-width: 150%;
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 18px;
}

.full-width-1._4 {
  width: 300%;
  max-width: 300%;
  margin-top: -33px;
  margin-left: 29px;
}

.full-width-2 {
  width: 200%;
  max-width: 200%;
}

.full-width-2._1 {
  margin-left: -5px;
}

.full-width-2._2 {
  filter: invert();
  width: 150%;
  max-width: 150%;
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 18px;
}

.full-width-2._4 {
  width: 300%;
  max-width: 300%;
  margin-top: -33px;
  margin-left: 29px;
}

.textlink {
  color: var(--white);
  text-decoration: none;
}

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

.textlink:active {
  color: var(--white);
}

.link-2 {
  clear: none;
  color: var(--white);
  object-fit: fill;
  text-decoration: none;
  position: static;
  inset: 0%;
}

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

.link-3 {
  color: var(--white);
  text-decoration: none;
}

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

.link-4 {
  color: var(--white);
  text-decoration: none;
}

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

.link-5 {
  color: var(--white);
  text-decoration: none;
}

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

.link-6 {
  color: var(--white);
  text-decoration: none;
}

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

.link-block-3, .link-block-4 {
  text-decoration: none;
  position: relative;
}

.link-7 {
  color: var(--white);
  text-decoration: none;
}

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

.paragraph-5 {
  text-align: left;
  text-indent: 365px;
  justify-content: flex-start;
  width: auto;
  margin-top: -22px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.text-span {
  margin-left: 88px;
}

.text-span-2 {
  text-decoration: none;
}

.paragraph-6 {
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 50px;
  display: flex;
}

.paragraph-6.innen {
  margin-top: 0;
  margin-bottom: -50px;
  padding-top: 62px;
}

.grid-6.eintritt {
  grid-column-gap: 16px;
  grid-row-gap: 70px;
  grid-template-rows: 6fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-20, .image-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-7 {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.paragraph-8 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -22px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.paragraph-9 {
  margin-top: 24px;
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
}

.paragraph-10 {
  margin-top: 24px;
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
}

.text-span-3 {
  margin-left: 67px;
}

.text-span-3._2 {
  margin-left: 39px;
}

.paragraph-11 {
  text-align: center;
  margin-top: -16px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.paragraph-11._2 {
  margin-top: 26px;
  margin-bottom: 38px;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-11._3 {
  margin-top: 24px;
  line-height: 30px;
}

.paragraph-11.sonder {
  color: var(--color-2);
}

.paragraph-12 {
  margin-top: -24px;
}

.text-span-4 {
  text-transform: uppercase;
  text-decoration: none;
}

.text-span-5 {
  text-align: center;
  margin-top: 22px;
}

.text-span-6 {
  margin-top: 28px;
  font-size: 30px;
}

.slide-24 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_1412.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slide-25 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_MG_9696.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-1-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_3230.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
}

.slide-1-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/43026423261_f90a61d34d_o-Groß.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-1-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Schlosskarte.gif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-1-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_4340-p-3200.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.image-22 {
  mix-blend-mode: luminosity;
}

.image-22:hover {
  mix-blend-mode: normal;
}

.image-23 {
  mix-blend-mode: luminosity;
}

.image-23:hover {
  mix-blend-mode: normal;
}

.image-24 {
  mix-blend-mode: luminosity;
}

.image-24:hover {
  mix-blend-mode: normal;
}

.link-8 {
  color: var(--white);
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.grid-13 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr;
}

.image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34 {
  object-fit: cover;
  height: 100%;
}

.bold-text-7, .bold-text-8 {
  font-weight: 400;
}

.slider-room {
  width: 100%;
  max-width: 90%;
  height: 700px;
  margin-bottom: 110px;
}

.slide-30 {
  object-fit: cover;
  max-width: 100%;
  position: absolute;
}

.slide-nav-2 {
  object-fit: cover;
}

.slider-3 {
  width: 100%;
  height: 700px;
  max-height: none;
}

.grid-14 {
  grid-column-gap: 101px;
  grid-row-gap: 0px;
  text-align: left;
  text-transform: none;
  object-fit: fill;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .75fr;
  max-width: 80%;
  margin-bottom: 23px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 30px;
  position: static;
}

.grid-14.font {
  font-size: 30px;
}

.paragraph-13 {
  text-transform: uppercase;
  font-size: 30px;
}

.paragraph-table {
  font-size: 20px;
  line-height: 26px;
}

.paragraph-table.gro {
  text-transform: uppercase;
}

.paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28 {
  font-size: 20px;
}

.paragraph-29, .paragraph-30 {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-31, .paragraph-32 {
  font-size: 20px;
}

.paragraph-33 {
  text-transform: uppercase;
  font-size: 20px;
}

.paragraph-34, .paragraph-35, .paragraph-36 {
  font-size: 20px;
}

.text-span-7 {
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: -14px;
  font-size: 30px;
  display: block;
}

.text-span-8 {
  text-transform: uppercase;
  margin-bottom: -18px;
  display: block;
}

.paragraph-37 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
}

.image-45 {
  max-width: 100%;
}

.image-46 {
  margin-top: 16px;
  padding-left: 0;
}

.image-47 {
  margin-top: 36px;
  padding-right: 0;
}

.image-48 {
  max-width: 80%;
  margin-bottom: 119px;
}

.grid-15 {
  grid-template-rows: auto minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr;
}

.image-49 {
  margin-top: 41px;
}

.paragraph-38 {
  text-align: justify;
  font-size: 18px;
}

.text-span-9 {
  text-transform: uppercase;
}

.paragraph-39 {
  text-align: justify;
  font-size: 18px;
}

.html-embed {
  opacity: 1;
  background-color: #fff;
  border: 4px #ad8b4f;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-bottom: 0;
  padding-left: 0;
}

.html-embed.small {
  background-color: #f1efef;
  border-style: none;
  margin-top: -7px;
}

.image-50 {
  flex: 0 auto;
  margin-top: -102px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.paragraph-40 {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 7px;
  padding-bottom: 18px;
}

.paragraph-40.unten {
  margin-top: 43px;
}

.link-9 {
  text-decoration: none;
}

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

.link-10 {
  text-decoration: none;
}

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

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

.icon, .icon-2 {
  opacity: .5;
}

.slide-42 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.slide-43 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#00000080, #00000080), url('../images/1671289887113-01-Groß.jpeg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  background-clip: border-box;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  margin-top: 35px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
}

.div-block-29 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-11 {
  font-weight: 300;
  text-decoration: none;
}

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

.glocke {
  margin-top: 69px;
  margin-bottom: 10px;
}

.grid-gallery {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-gallery.grusel-3 {
  grid-column-gap: 18px;
  grid-row-gap: 15px;
  grid-template-rows: minmax(350px, 1fr) minmax(300px, 1fr);
  grid-template-columns: 1fr 1fr;
}

.grid-gallery.grusel-2 {
  grid-column-gap: 19px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(350px, 1fr) minmax(300px, 1fr);
  grid-template-columns: 1fr 1fr;
}

.grid-gallery.grusel-4 {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(350px, 1fr) minmax(300px, 1fr);
  grid-template-columns: 1fr 1fr;
  margin-top: -238px;
}

.grid-gallery.grusel-5 {
  grid-column-gap: 19px;
  grid-row-gap: 15px;
  grid-template-rows: minmax(350px, 1fr) minmax(300px, 1fr);
  grid-template-columns: 1fr 1fr;
  margin-top: 116px;
}

.grid-gallery.grusel-3-copy {
  grid-column-gap: 18px;
  grid-row-gap: 15px;
  grid-template-rows: minmax(350px, 1fr);
  grid-template-columns: 1fr 1fr;
}

.heading-15 {
  color: var(--white);
  font-weight: 200;
}

.div-block-30 {
  background-image: url('../images/45144904035_f5a1a4c80d_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-8 {
  margin-top: -56px;
}

.div-block-31 {
  object-fit: cover;
  background-image: url('../images/45144842885_4e83a790b1_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-32 {
  background-image: url('../images/44240960020_f4002fc479_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-33 {
  background-image: url('../images/45456614761_9e519ea427_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-34 {
  background-image: url('../images/46006834052_d2c2d576b5_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-35 {
  background-image: url('../images/45404479272_723418c640_o-Groß.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-36 {
  background-image: url('../images/49038131953_3d6e0bca04_o-Groß.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-37 {
  background-image: url('../images/49038854267_6962de0339_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-38 {
  background-image: url('../images/49038122233_ed12774b6f_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-39 {
  background-image: url('../images/50569550606_e41065be15_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-40 {
  background-image: url('../images/50569522206_28561876e6_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-41 {
  background-image: url('../images/50569711202_636abe55ac_o-Groß.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.link-block-5 {
  display: block;
  position: absolute;
}

.image-55 {
  width: 100%;
  height: 100%;
}

.text-span-10 {
  font-style: italic;
}

.grid-13-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.link-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2022-04-28-113143.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: #ffd000;
  text-transform: none;
  margin-top: 24px;
  margin-left: 178px;
  font-family: Great Vibes, sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-9:hover {
  text-decoration: none;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.image-56 {
  mix-blend-mode: luminosity;
}

.image-56:hover {
  mix-blend-mode: normal;
}

.image-57 {
  mix-blend-mode: luminosity;
}

.image-57:hover {
  mix-blend-mode: normal;
}

.image-58 {
  mix-blend-mode: luminosity;
}

.image-58:hover {
  mix-blend-mode: normal;
}

.grid-video {
  grid-template: "Area Area-2" minmax(200px, 1fr)
  / 1fr 1fr 1fr;
  margin-top: 0;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 42px;
  font-size: 20px;
  text-decoration: none;
}

.text-span-11 {
  text-decoration: underline;
}

.textblock-time {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 42px;
  font-size: 28px;
  text-decoration: none;
}

.link-block-7 {
  display: block;
}

.image-59, .image-60 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-block-8 {
  display: block;
}

.link-block-9 {
  object-fit: cover;
  background-image: url('../images/IMG_0074---Kopie.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: inline-block;
}

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

.text-block-11 {
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.in-image-text {
  color: #8f061b;
  text-transform: none;
  margin-top: 43px;
  margin-bottom: -13px;
  margin-left: 128px;
  padding-top: 0;
  font-family: Great Vibes, sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-decoration: none;
}

.in-image-text.big {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.in-image-text.big.events {
  color: var(--white);
}

.in-image-text.subscribe-sub-header {
  margin-bottom: 0;
}

.in-image-text.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.in-image-text.page {
  color: var(--white);
  text-transform: none;
  margin-right: 29px;
  padding-right: 0;
  font-weight: 400;
}

.in-image-text.page.sub-slide-3 {
  margin-top: -322px;
}

.in-image-text.page.sub-slide-4 {
  margin-top: 312px;
}

.in-image-text.page.sub-slide-5 {
  margin-top: 464px;
}

.in-image-text.page.sub-slide-6 {
  margin-top: -355px;
  margin-right: 0;
}

.in-image-text.page.sub-slide-7 {
  margin-top: -434px;
  margin-right: 0;
}

.text-span-12 {
  color: var(--color-1);
  text-align: left;
  font-size: 30px;
}

.text-span-13 {
  text-align: left;
  margin-left: 0;
  padding-left: 29px;
}

.youtube {
  margin-top: 70px;
}

.image-62 {
  object-fit: none;
  margin-bottom: 72px;
}

.text-block-12 {
  color: var(--white);
}

.link-12 {
  padding-top: 70px;
  font-size: 40px;
}

.text-span-14 {
  letter-spacing: 2px;
}

.image-64 {
  margin-top: -25px;
  margin-bottom: -179px;
  margin-left: 808px;
  padding-bottom: 0;
}

.link-block-10 {
  object-fit: fill;
  background-image: url('../images/Button-Tischreservierung.png');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  margin-top: 84px;
  margin-bottom: 8px;
  margin-left: 749px;
}

.image-65 {
  margin-top: -29px;
  margin-bottom: -253px;
  margin-left: 794px;
}

.link-block-11 {
  margin-bottom: -207px;
  margin-left: 763px;
}

.christmas-section {
  background-color: var(--black);
  text-align: center;
  background-image: url('../images/snowy-christmas-background-3009-Converted.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 38px 56px 112px;
  position: relative;
}

.christmas-section.no-top-padding {
  padding-top: 0;
}

.christmas-section.no-bottom-padding {
  padding-bottom: 0;
}

.christmas-section.no-paddings {
  padding: 0;
}

.christmas-section.pattern-section {
  background-color: #0000;
  background-image: none;
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.christmas-section.pattern-section.no-bottom-padding {
  background-color: #0000;
  background-image: none;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.christmas-section.pattern-section.no-top-padding {
  border: 1px #000;
}

.christmas-section.pattern-section.va {
  padding-top: 0;
  padding-bottom: 162px;
}

.christmas-section.pattern-section.room {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.christmas-section.shadow-section {
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  font-size: 30px;
  display: block;
  box-shadow: 0 -8px 14px -2px #000, 0 8px 14px -2px #000;
}

.christmas-section.shadow-section.eintritt {
  padding-top: 187px;
  padding-bottom: 63px;
}

.christmas-section.shadow-section.bernachten {
  padding-bottom: 112px;
}

.christmas-section.shadow-section.room {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sub-header-christmas {
  color: #790505;
  text-transform: none;
  margin-bottom: -13px;
  font-family: Great Vibes, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.sub-header-christmas.big {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.sub-header-christmas.big.events {
  color: var(--white);
}

.sub-header-christmas.big.cup {
  color: #880116;
}

.sub-header-christmas.subscribe-sub-header {
  margin-bottom: 0;
}

.sub-header-christmas.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.sub-header-christmas.page {
  color: var(--white);
  text-transform: none;
  margin-right: 29px;
  padding-right: 0;
  font-weight: 400;
}

.sub-header-christmas.page.sub-slide-3 {
  margin-top: -322px;
}

.sub-header-christmas.page.sub-slide-4 {
  margin-top: 312px;
}

.sub-header-christmas.page.sub-slide-5 {
  margin-top: 464px;
}

.sub-header-christmas.page.sub-slide-6 {
  margin-top: -355px;
  margin-right: 0;
}

.sub-header-christmas.page.sub-slide-7 {
  margin-top: -434px;
  margin-right: 0;
}

.heading-christmas {
  color: #790505;
  margin-bottom: 24px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.heading-christmas.page-head {
  font-size: 38px;
}

.heading-christmas.grusel {
  color: #690606;
}

.grid-christmas {
  grid-row-gap: 14px;
  grid-template-rows: 6fr 6fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
}

.div-block-christmas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button-christmas {
  color: #fff;
  background-color: #ad8b4f;
  border-radius: 24px;
  height: 48px;
  margin-top: -10px;
  margin-bottom: 22px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.button-christmas:hover {
  background-color: var(--dark);
}

.button-christmas.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button-christmas.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button-christmas.ghost-button {
  transition: box-shadow .2s;
}

.button-christmas.hero-button {
  background-color: #ad8b4f;
  margin-right: 16px;
}

.button-christmas.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-christmas.subscribe-button:hover {
  background-color: var(--color-2);
}

.button-christmas.small-button.nav-bar-button {
  background-color: #ad8b4f;
  margin-left: 20px;
}

.button-christmas.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.button-christmas.ghost-bg-button {
  margin-right: 16px;
}

.button-christmas.full-width-button {
  background-color: #ad8b4f;
  border-radius: 3px;
  width: 100%;
}

.button-christmas.full-width-button:hover {
  background-color: var(--color-2);
}

.button-christmas.menu {
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 105px;
  position: static;
}

.button-christmas.page {
  text-transform: uppercase;
  width: 60%;
  margin-top: 128px;
  font-size: 20px;
}

.button-christmas.page._2 {
  margin-top: 0;
}

.button-christmas.page.va {
  width: 50%;
}

.button-christmas.page.eintritt {
  justify-content: center;
  width: 90%;
  margin-top: -32px;
  margin-bottom: 37px;
  margin-left: 15px;
  display: flex;
}

.button-christmas.page.eintritt._2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 35%;
  margin-top: 65px;
  margin-left: 0;
  position: relative;
  inset: 0% 0% auto 32%;
}

.button-christmas.page.ffnung {
  width: 25%;
  margin-top: 0;
}

.button-christmas.f-hrung {
  margin-top: 0;
}

.heading-christmas-h3 {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  margin-top: -3px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-block-grid-christmas {
  color: var(--white);
  text-align: center;
  margin-top: -16px;
  font-size: 15px;
}

.text-block-grid-christmas.video {
  margin-top: 0;
}

.image-68 {
  margin-top: -238px;
  margin-left: -72px;
}

.image-69 {
  margin-top: 108px;
  margin-bottom: 0;
}

.image-70 {
  margin-top: -50px;
  margin-bottom: 0;
  margin-left: 467px;
}

.div-block-42 {
  background-image: url('../images/iStock_000013030345XLarge-Klein.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 700px;
  height: 900px;
  padding-top: 147px;
  padding-left: 100px;
  padding-right: 60px;
}

.wrapper-middle-big {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 75px;
  margin-bottom: 70px;
  padding-top: 65px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-middle-big.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-middle-big.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-middle-big.room {
  justify-content: center;
  display: flex;
}

.wrapper-middle-big.greaber {
  margin-top: 235px;
}

.wrapper-middle-big.background {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: auto;
}

.paragraph-41 {
  color: #2b1702;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}

.text-span-15, .text-span-16 {
  font-size: 30px;
  font-weight: 400;
}

.text-span-17 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-43 {
  background-image: url('../images/DJI_0005.jpg');
  background-position: 50%;
  background-size: cover;
  width: 90%;
  height: 600px;
  margin-top: -67px;
}

.text-block-13 {
  color: #ad8b4f;
  text-align: left;
  margin-top: 93px;
  margin-left: 62px;
  font-family: Great Vibes, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.bewerbung {
  padding-top: 70px;
  font-size: 40px;
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  margin-top: 23px;
  padding-top: 30px;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  align-items: center;
  margin-top: -30px;
  padding-top: 32px;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #ad8b4f;
  border-radius: 24px;
  height: 48px;
  margin-top: -10px;
  margin-bottom: 22px;
  padding: 12px 32px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 24px;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: var(--dark);
}

.button-2.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button-2.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button-2.ghost-button {
  transition: box-shadow .2s;
}

.button-2.hero-button {
  background-color: #ad8b4f;
  margin-right: 16px;
}

.button-2.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-2.subscribe-button:hover {
  background-color: var(--color-2);
}

.button-2.small-button.nav-bar-button {
  background-color: #ad8b4f;
  margin-left: 20px;
}

.button-2.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.button-2.ghost-bg-button {
  margin-right: 16px;
}

.button-2.full-width-button {
  background-color: #ad8b4f;
  border-radius: 3px;
  width: 100%;
}

.button-2.full-width-button:hover {
  background-color: var(--color-2);
}

.button-2.menu {
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 105px;
  position: static;
}

.button-2.page {
  text-transform: uppercase;
  width: 60%;
  margin-top: 128px;
  font-size: 20px;
}

.button-2.page._2 {
  margin-top: 0;
}

.button-2.page.va {
  width: 50%;
}

.button-2.page.eintritt {
  justify-content: center;
  width: 90%;
  margin-top: -32px;
  margin-bottom: 37px;
  margin-left: 15px;
  display: flex;
}

.button-2.page.eintritt._2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 35%;
  margin-top: 65px;
  margin-left: 0;
  position: relative;
  inset: 0% 0% auto 32%;
}

.button-2.page.ffnung {
  width: 25%;
  margin-top: 0;
}

.button-2.f-hrung {
  margin-top: 0;
}

.image-71 {
  max-width: 15%;
  padding-bottom: 39px;
}

.page-wrapper-wedding {
  background-color: #fff;
  background-image: url('../images/Hintergrund5_trans.png');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.heading-wedding {
  color: #545252;
  margin-bottom: 24px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

.heading-wedding.page-head {
  color: var(--white);
  font-size: 38px;
}

.heading-wedding.grusel {
  color: #690606;
}

.heading-wedding.page-head-wedding {
  color: #545252;
  font-size: 38px;
}

.paragraph-main-wedding {
  color: #545252;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 18px;
  padding-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  overflow: visible;
}

.paragraph-main-wedding.va {
  text-align: center;
  margin-top: 62px;
  margin-bottom: -41px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.paragraph-main-wedding.eintritt {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: -37px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  display: flex;
}

.paragraph-main-wedding.eintritt.b-ro {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.paragraph-main-wedding.wegezoll {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 0;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-main-wedding.disc {
  margin-top: 10px;
}

.paragraph-main-wedding.room {
  text-align: left;
  max-width: 80%;
}

.paragraph-main-wedding.span-oswald {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: -37px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.paragraph-main-wedding.span-oswald.b-ro {
  flex-direction: column;
  align-items: center;
}

.paragraph-main-wedding.grusel {
  text-align: center;
  margin-top: -19px;
}

.paragraph-main-wedding.info {
  text-align: center;
  margin-top: 0;
}

.paragraph-main-wedding.info.eisenliga {
  text-align: justify;
}

.paragraph-main-wedding.agb {
  margin-top: 2px;
}

.paragraph-main-wedding.grusel-copy {
  text-align: center;
  margin-top: -19px;
}

.youtube-2 {
  margin-bottom: 128px;
}

.image-72 {
  margin-bottom: -98px;
  padding-top: 177px;
}

.page-hero-header-wedding {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  max-width: 770px;
  margin: 40px auto;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 200;
  display: block;
}

.grid-wedding {
  grid-row-gap: 70px;
  grid-template-rows: 6fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 107px;
  padding-bottom: 0;
}

.heading-3-wedding {
  color: #545252;
  text-align: center;
  margin-top: -3px;
  font-size: 20px;
  font-weight: 300;
}

.text-block-grid-wedding {
  color: #545252;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
}

.text-block-grid-wedding.video {
  margin-top: 0;
}

.image-13-1, .image-14-1, .image-12-1 {
  object-fit: cover;
  width: 100%;
  height: 70%;
}

.image-13-2 {
  object-fit: cover;
  width: 100%;
  height: 80%;
}

.image-14-2 {
  float: none;
  clear: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
  inset: 0% 0% 0% auto;
}

.slider-4 {
  width: 100%;
  height: 100%;
}

.slide-59 {
  background-image: url('../images/_DSC9863-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-60 {
  background-image: url('../images/_DSC9857-Klein.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-61 {
  background-image: url('../images/_DSC2777-Mittel.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-62 {
  background-image: url('../images/fisch-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-63 {
  background-image: url('../images/_DSC2504-Klein.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.container-3 {
  background-image: none;
  background-position: 50% 70%;
  background-size: cover;
  height: 100%;
}

.grid-wedding-2 {
  grid-row-gap: 70px;
  grid-template-rows: 6fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.slider-5 {
  height: 100%;
}

.div-block-grid-wedding-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 400px;
  display: inline;
  position: relative;
}

.image-13-3, .image-14-3, .image-12-3 {
  object-fit: cover;
  width: 100%;
  height: 70%;
}

.div-block-grid-wedding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: auto;
  max-height: 450px;
  display: inline;
  position: relative;
}

.slider-6 {
  width: 65.8%;
  height: 60vh;
}

.image-13-0, .image-14-0, .image-12-0 {
  object-fit: cover;
  width: 100%;
  height: 60%;
}

.div-block-46 {
  background-color: #0000;
  background-image: url('../images/dsc03316jpg_51857134058_o-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 125px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-right: 250px;
  display: flex;
}

.div-block-47 {
  background-color: #fafafab8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 86px;
  margin-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-grid-wedding-left {
  color: #545252;
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding-right: 0;
  font-size: 15px;
}

.text-block-grid-wedding-left.video {
  margin-top: 0;
}

.image-73 {
  width: 100px;
  height: 100px;
}

.image-74 {
  margin-top: -129px;
  margin-left: 244px;
  padding-left: 160px;
}

.div-block-49 {
  background-image: url('../images/530-5305220_youtube-icon-flat-red-play-button-logo-vector.png');
  background-position: 0 0;
  background-size: cover;
  max-width: 100%;
}

.link-block-12 {
  object-fit: fill;
  background-image: url('../images/530-5305220_youtube-icon-flat-red-play-button-logo-vector.png');
  background-position: 0 0;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-left: 262px;
  padding-bottom: 59px;
  padding-right: 84px;
}

.grid-wedding-3 {
  grid-row-gap: 70px;
  grid-template-rows: 6fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 107px;
  padding-bottom: 0;
}

.div-block-info {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 10px 40px;
  display: flex;
}

.div-block-circle-small {
  background-color: #0000;
  background-image: url('../images/dsc03316jpg_51857134058_o-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 125px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-right: 100px;
  display: flex;
}

.wrapper-flex {
  text-align: left;
  background-color: #0000;
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  margin-top: 90px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px -5px #000;
}

.wrapper-flex.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-flex.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-flex.room {
  justify-content: center;
  display: flex;
}

.wrapper-flex.greaber {
  margin-top: 235px;
}

.text-block-wedding-info {
  color: #545252;
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding-right: 0;
  font-size: 15px;
}

.text-block-wedding-info.video {
  margin-top: 0;
}

.main-text-wedding {
  color: #545252;
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-circle-testis {
  background-color: #0000;
  background-image: url('../images/31439711728_6ceece5582_o-Telefon.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 125px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-right: 100px;
  display: flex;
}

.div-block-circle-offer {
  background-color: #0000;
  background-image: url('../images/Zeichnung-IV_L-1-Telefon.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 125px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-right: 100px;
  display: flex;
}

.link-block-13 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-circle-daniela {
  background-color: #0000;
  background-image: url('../images/32271188330_1a5441eb4b_q.jpg');
  background-position: 50% 0;
  background-size: 160%;
  border: 1px #000;
  border-radius: 125px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-circle-maria {
  background-color: #0000;
  background-image: url('../images/dsc02817jpg_51857382004_o-Mittel.jpg');
  background-position: 60% 24%;
  background-size: 400%;
  border: 1px #000;
  border-radius: 125px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-right: 100px;
  display: flex;
}

.heading-3-wedding-offer {
  color: #545252;
  text-align: left;
  margin-top: 72px;
  margin-right: auto;
  padding-left: 220px;
  font-size: 20px;
  font-weight: 400;
}

.text-block-wedding {
  color: #545252;
  text-align: justify;
  margin-top: 0;
  margin-right: auto;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 15px;
}

.text-block-wedding.video {
  margin-top: 0;
}

.image-75 {
  box-shadow: 0 0 12px -5px var(--black);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-top: 57px;
  padding-bottom: 38px;
}

.image-76 {
  margin-top: 33px;
  margin-bottom: -124px;
  padding-top: 11px;
  padding-bottom: 0;
}

.hero-sub-header-2 {
  color: var(--color-2);
  text-transform: none;
  margin-top: 164px;
  margin-bottom: -25px;
  font-family: Great Vibes, sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.hero-sub-header-2.big {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.hero-sub-header-2.subscribe-sub-header {
  margin-bottom: 0;
}

.hero-sub-header-2.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.hero-sub-header-2.page {
  color: var(--white);
  text-transform: none;
  margin-right: 29px;
  padding-right: 0;
  font-weight: 400;
}

.hero-sub-header-2.page.sub-slide-3 {
  margin-top: -322px;
}

.hero-sub-header-2.page.sub-slide-4 {
  margin-top: 312px;
}

.hero-sub-header-2.page.sub-slide-5 {
  margin-top: 464px;
}

.hero-sub-header-2.page.sub-slide-6 {
  margin-top: -355px;
  margin-right: 0;
}

.hero-sub-header-2.page.sub-slide-7 {
  margin-top: -434px;
  margin-right: 0;
}

.slide-74 {
  background-image: url('../images/IMG_9989-Kopie-Groß.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-75 {
  background-image: url('../images/_I2A4158_philipp-2_2-11-Groß.jpg');
  background-position: 100%;
  background-size: cover;
}

.div-block-50 {
  background-image: url('../images/_DSC7123-Groß.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-51 {
  background-image: url('../images/_DSC2504-Klein.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-52 {
  background-color: #ffffffb8;
  align-items: center;
  display: flex;
}

.text-block-14 {
  text-align: center;
  margin-top: 0;
  font-family: Great Vibes, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 42px;
}

.glocke-2 {
  margin-top: -76px;
  margin-bottom: 10px;
}

.slide-77 {
  background-image: url('../images/Bühne-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-78 {
  background-image: url('../images/DSC_1467-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-79 {
  background-image: url('../images/IMG_0149.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-80 {
  background-image: url('../images/24595239748_c174438405_o-Groß.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.text-block-15 {
  color: var(--white);
  margin-bottom: 39px;
  font-size: 18px;
}

.div-block-53 {
  background-image: url('../images/Feuervariete-Feuerspucker.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-54 {
  background-image: url('../images/_DSC9857-Klein.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.div-block-55 {
  background-color: #111111cf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14-copy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 42px;
  font-family: Oswald, sans-serif;
  font-size: 37px;
  font-weight: 200;
  line-height: 37px;
}

.text-span-18 {
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 10px;
}

.text-block-16 {
  color: var(--white);
  font-size: 20px;
  display: block;
}

.text-block-17 {
  text-align: center;
  font-size: 20px;
}

.slide-81 {
  background-image: url('../images/ElectroniCCastleTitel.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-56, .div-block-57 {
  position: relative;
}

.text-span-19 {
  text-align: center;
}

.text-block-14-copy-2 {
  color: var(--white);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 22px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 37px;
  font-weight: 200;
  line-height: 42px;
}

.image-79 {
  margin-top: 274px;
  margin-bottom: 88px;
  margin-left: 0;
}

.html-embed-2 {
  margin-top: 85px;
}

.html-embed-3 {
  max-width: none;
  max-height: none;
  margin-top: 86px;
}

.glocke-gastro {
  margin-top: -10px;
  margin-bottom: 10px;
  position: static;
}

.image-80 {
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-81 {
  margin-top: -27px;
  margin-bottom: -8px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-82 {
  margin-top: -26px;
}

.slide-3-1 {
  background-image: url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
}

.slide-3-1.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_MMF6642-Groß.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3-1.wedding {
  background-image: url('../images/DSC_2854-Groß.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-4-1 {
  background-image: url('../images/50556244566_d00bcc29d4_k.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4-1.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/27893921044_10b401566a_o_2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-4-1.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/DSC_4148-Groß.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2-1 {
  background-image: url('../images/50390306618_7cb2c77f5f_o-Groß.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
}

.slide-2-1.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/27894030414_ad67df1664_k.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-2-1.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/40402703601_2a8dd2abc7_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block-info-2 {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 10px 40px;
  display: flex;
}

.text-block-wedding-info-left {
  color: #545252;
  text-align: right;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-size: 15px;
}

.text-block-wedding-info-left.video {
  margin-top: 0;
}

.grid-18 {
  grid-template-rows: auto;
  margin-top: 63px;
  margin-bottom: 111px;
}

.side-card-wedding {
  z-index: 1;
  background-color: #fafafaf2;
  flex: 1;
  margin: 80px 5% 80px -14.4%;
  padding: 44px 7% 0;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.side-card-wedding.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-wedding.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-wedding.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-wedding.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.side-card-wedding.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-wedding.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.side-card-wedding.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-wedding.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-wedding.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.grey-text {
  color: #545252;
  margin-bottom: 38px;
  padding-bottom: 0;
}

.grey-text.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.grey-text.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.grey-text.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.grey-text.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.grey-text.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.grey-text.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.grey-text.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.grey-text.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.grey-text.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.grey-text.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.side-card-header-wedding {
  color: #545252;
  margin-bottom: 8px;
  font-weight: 200;
}

.side-card-image-trauung {
  background-color: var(--gainsboro);
  background-image: url('../images/41926622221_ebf81b8e8d_o-Klein.jpg');
  background-position: 100% 100%;
  background-size: cover;
  width: 65.8%;
}

.side-card-image-trauung._1 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0%;
  background-size: auto;
  position: relative;
}

.side-card-image-trauung._2 {
  background-image: url('../images/DSC_2854-Groß.jpg'), url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.side-card-image-trauung._3 {
  background-image: url('../images/40402703601_2a8dd2abc7_o-Groß.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-trauung._4, .side-card-image-trauung._5, .side-card-image-trauung._6, .side-card-image-trauung._7 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0;
  background-size: auto;
}

.side-card-image-trauung._8 {
  background-image: url('../images/52098539390_fc309508ce_c.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-trauung._10 {
  background-image: url('../images/46719813374_b80926d0a7_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-trauung._11 {
  background-image: url('../images/40476958043_7a3e6f2569_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-trauung._12 {
  background-image: url('../images/33566810238_1ba4a3c08e_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-trauung.va._1 {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 20%;
}

.side-card-image-trauung.va._2 {
  background-image: url('../images/22167268153_c42825a9a8_o-p-3200.jpeg');
  background-position: 50%;
}

.side-card-image-trauung.va._3 {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-trauung.va._4 {
  background-image: url('../images/_DSC9863-Groß.jpg');
  background-position: 20%;
  position: relative;
}

.side-card-image-trauung.va._5 {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-trauung.va._6 {
  background-image: url('../images/DSC01012.jpg');
  background-position: 50%;
}

.side-card-image-trauung.va._7 {
  background-image: url('../images/DSCF8616.jpg');
  background-position: 50%;
}

.side-card-image-trauung.va._8 {
  background-image: url('../images/46230949025_2b96008240_o-Mittel.jpg');
  background-position: 50% 0;
}

.side-card-image-trauung.va._9 {
  background-image: url('../images/_DSC3153-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-trauung.eintritt {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.side-card-image-trauung.ffnung {
  background-image: url('../images/35197170602_41fa27ea2a_o-Groß.jpg');
  background-position: 60% 0;
  background-size: cover;
}

.side-card-image-trauung.ffnung-rechts {
  background-image: url('../images/DSC_5167-p-1080.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.side-card-image-trauung.ffnung-rechts-2 {
  background-image: url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-trauung.grusel {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-trauung.cup {
  background-image: url('../images/30049481375_7ce8cae0e3_o-Mittel.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.side-card-image-trauung.cup-2 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-trauung.cup-3 {
  background-image: url('../images/30828099688_509524adc6_k.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-trauung.cup-4 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-trauung.winter {
  background-image: url('../images/38973141312_3a26a86654_o-Mittel.jpg');
  background-position: 50%;
  background-size: auto;
}

.side-card-image-trauung.winter-2 {
  background-image: url('../images/40600107625_70f05a179a_o-Mittel.jpg');
  background-position: 0%;
  background-size: auto;
}

.side-card-image-trauung._13 {
  background-image: url('../images/52514022099_77b2bcda4d_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-trauung._14 {
  background-image: url('../images/52513992909_d69865ac0c_c.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.side-card-image-trauung._15 {
  background-image: url('../images/52514266018_da5577fbe4_c.jpg');
  background-position: 0 100%;
  background-size: auto;
  align-items: flex-start;
  display: flex;
}

.side-card-image-trauung.turney {
  background-image: url('../images/_DSC3201-Groß.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.side-card-image-trauung.turney-2 {
  background-image: url('../images/_DSC3198-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-trauung.turney-3 {
  background-image: url('../images/38761696964_c770ac7474_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-trauung.turney-4 {
  background-image: url('../images/38591461815_f628edac38_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-trauung.turney-5 {
  background-image: url('../images/39439928002_9b7d239424_o-Groß.jpg');
  background-position: 40%;
  background-size: cover;
}

.side-card-image-trauung.turney-6 {
  background-image: url('../images/Musikanten-Mittel.jpg');
  background-position: 70%;
  background-size: cover;
}

.side-card-image-trauung.turney-7 {
  background-image: url('../images/69701196_2423119347777485_1895777682323406848_n.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-trauung.turney-8 {
  background-image: url('../images/38293209304_7b158c9905_k.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-trauung.wein {
  background-image: url('../images/_DSC7230-Mittel.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-trauung.silvester {
  background-image: url('../images/Portrait2-Mittel.jpg');
  background-position: 50% 20%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-trauung.silv {
  background-image: url('../images/_BBF8987-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-trauung.buff {
  background-image: url('../images/_DSC9857-Groß.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-trauung.turney-9 {
  background-image: url('../images/20230216_14054120230216_140540.jpg');
  background-position: 100% 25%;
  background-size: cover;
}

.side-card-image-trauung.turney-10 {
  background-image: url('../images/13711683_1224335504285672_837313248_o.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.side-card-image-trauung.turney-11 {
  background-image: url('../images/img_1_1676064370975-Mittel.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-trauung.turney-12 {
  background-image: url('../images/39470247201_5edbbc4e30_o-Mittel.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.side-card-image-trauung.turney-13 {
  background-image: url('../images/24625497627_ce947dea6a_o-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-trauung.turney-14 {
  background-image: url('../images/IMG_0260.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-trauung.turney-15 {
  background-image: url('../images/image1-2.JPG');
  background-position: 50% 25%;
  background-size: auto;
}

.side-card-image-trauung.turney-16 {
  background-image: url('../images/18738734_1326893874031433_275439075370776512_o.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.side-card-image-trauung.turney-17 {
  background-image: url('../images/_DSC3818-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-trauung.turney-17-copy {
  background-image: url('../images/bossenstein.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.side-card-image-trauung.elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-trauung.grauen-1 {
  background-image: url('../images/_DSC7436-Mittel.JPG');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-trauung.grauen-2 {
  background-image: url('../images/IMG_2646-Groß.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.side-card-image-trauung.grauen-3 {
  background-image: url('../images/36998258314_8e75308ee4_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-trauung.grauen-4 {
  background-image: url('../images/22529363570_7b8711cae3_c.jpg');
  background-position: 100% 60%;
  background-size: cover;
}

.side-card-image-trauung.grauen-5 {
  background-image: url('../images/46680136034_10f7e62d69_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-trauung.va-cup {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-trauung.va-grauen {
  background-image: url('../images/_DSC5788-Groß.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-trauung.va-elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-trauung.va-poetry {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-trauung._16 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0;
  background-size: auto;
}

.side-card-image-trauung._30 {
  background-image: url('../images/50390283358_4a6479ef70_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-trauung._31 {
  background-image: url('../images/50390957146_71bb56e72a_o-Groß.jpg');
  background-position: 50% 100%;
}

.side-card-image-trauung._32 {
  background-image: url('../images/50297511492_cc7a1ebb18_o-Groß.jpg');
  background-position: 80%;
}

.side-card-image-trauung._33 {
  background-image: url('../images/50390242768_04d0d3f221_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-trauung._37 {
  background-image: url('../images/48885792097_144fe5d17f_o-Groß.jpg');
  background-position: 100% 100%;
}

.side-card-image-trauung._38 {
  background-image: url('../images/48864658363_f9484f0817_o-Groß.jpg');
  background-position: 0 100%;
}

.side-card-image-trauung._39 {
  background-image: url('../images/48885420888_edbb605abf_o-Groß.jpg');
  background-position: 0 30%;
}

.side-card-image-trauung._43 {
  background-image: url('../images/1207-Large.jpg');
  background-position: 100% 100%;
}

.side-card-image-trauung._44 {
  background-image: url('../images/36658804251_c4ae0ff9f0_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-trauung._45 {
  background-image: url('../images/1121-Large.jpg');
  background-position: 50% 15%;
}

.side-card-image-trauung._48 {
  background-image: url('../images/_DSC2107-Groß.JPG');
  background-position: 50%;
}

.side-card-image-trauung._49 {
  background-image: url('../images/_DSC1394-Groß.JPG');
  background-position: 0 30%;
}

.side-card-image-trauung._50 {
  background-image: url('../images/_DSC1527-Groß.JPG');
  background-position: 60%;
}

.side-card-image-trauung._51 {
  background-image: url('../images/_DSC2579-Groß.JPG');
  background-position: 50% 40%;
}

.side-card-image-trauung._55 {
  background-image: url('../images/_DSC4295-Groß.JPG');
  background-position: 80% 100%;
}

.side-card-image-trauung._56 {
  background-image: url('../images/_DSC4980-Groß.JPG');
  background-position: 20%;
}

.side-card-image-trauung._57 {
  background-image: url('../images/_DSC4719-Groß.JPG');
  background-position: 100% 100%;
}

.big-button-center {
  color: #fff;
  background-color: #ad8b4f;
  border-radius: 24px;
  height: 48px;
  margin-top: 96px;
  margin-bottom: 22px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.big-button-center:hover {
  background-color: var(--dark);
}

.big-button-center.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.big-button-center.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.big-button-center.ghost-button {
  transition: box-shadow .2s;
}

.big-button-center.hero-button {
  background-color: #ad8b4f;
  margin-right: 16px;
}

.big-button-center.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.big-button-center.subscribe-button:hover {
  background-color: var(--color-2);
}

.big-button-center.small-button.nav-bar-button {
  background-color: #ad8b4f;
  margin-left: 20px;
}

.big-button-center.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.big-button-center.ghost-bg-button {
  margin-right: 16px;
}

.big-button-center.full-width-button {
  background-color: #ad8b4f;
  border-radius: 3px;
  width: 100%;
}

.big-button-center.full-width-button:hover {
  background-color: var(--color-2);
}

.big-button-center.menu {
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 105px;
  position: static;
}

.big-button-center.page {
  text-transform: uppercase;
  width: 60%;
  margin-top: 128px;
  font-size: 20px;
}

.big-button-center.page._2 {
  margin-top: 0;
}

.big-button-center.page.va {
  width: 50%;
}

.big-button-center.page.eintritt {
  justify-content: center;
  width: 90%;
  margin-top: -32px;
  margin-bottom: 37px;
  margin-left: 15px;
  display: flex;
}

.big-button-center.page.eintritt._2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 35%;
  margin-top: 65px;
  margin-left: 0;
  position: relative;
  inset: 0% 0% auto 32%;
}

.big-button-center.page.ffnung {
  width: 25%;
  margin-top: 0;
}

.big-button-center.f-hrung {
  margin-top: 0;
}

.div-block-info-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 10px 40px;
  display: flex;
}

.div-block-circle-weddingtalk {
  background-color: #0000;
  background-image: url('../images/dsc03316jpg_51857134058_o-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 125px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-right: 250px;
  display: flex;
}

.section-header-wrapper-wedding {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.section-header-wrapper-wedding.video {
  margin-top: 133px;
}

.side-card-image-s-le {
  background-color: var(--gainsboro);
  background-image: url('../images/DSC_4148-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 65.8%;
}

.side-card-image-s-le._1 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0%;
  background-size: auto;
  position: relative;
}

.side-card-image-s-le._2 {
  background-image: url('../images/52042399891_6738f2a06b_k.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-s-le._3 {
  background-image: url('../images/DSC06625-Mittel.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-s-le._4, .side-card-image-s-le._5, .side-card-image-s-le._6, .side-card-image-s-le._7 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0;
  background-size: auto;
}

.side-card-image-s-le._8 {
  background-image: url('../images/52098539390_fc309508ce_c.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-s-le._10 {
  background-image: url('../images/46719813374_b80926d0a7_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-s-le._11 {
  background-image: url('../images/40476958043_7a3e6f2569_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-s-le._12 {
  background-image: url('../images/33566810238_1ba4a3c08e_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-s-le.va._1 {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 20%;
}

.side-card-image-s-le.va._2 {
  background-image: url('../images/22167268153_c42825a9a8_o-p-3200.jpeg');
  background-position: 50%;
}

.side-card-image-s-le.va._3 {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-s-le.va._4 {
  background-image: url('../images/_DSC9863-Groß.jpg');
  background-position: 20%;
  position: relative;
}

.side-card-image-s-le.va._5 {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-s-le.va._6 {
  background-image: url('../images/DSC01012.jpg');
  background-position: 50%;
}

.side-card-image-s-le.va._7 {
  background-image: url('../images/DSCF8616.jpg');
  background-position: 50%;
}

.side-card-image-s-le.va._8 {
  background-image: url('../images/46230949025_2b96008240_o-Mittel.jpg');
  background-position: 50% 0;
}

.side-card-image-s-le.va._9 {
  background-image: url('../images/_DSC3153-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-s-le.eintritt {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.side-card-image-s-le.ffnung {
  background-image: url('../images/35197170602_41fa27ea2a_o-Groß.jpg');
  background-position: 60% 0;
  background-size: cover;
}

.side-card-image-s-le.ffnung-rechts {
  background-image: url('../images/DSC_5167-p-1080.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.side-card-image-s-le.ffnung-rechts-2 {
  background-image: url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-s-le.grusel {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-s-le.cup {
  background-image: url('../images/30049481375_7ce8cae0e3_o-Mittel.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.side-card-image-s-le.cup-2 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-s-le.cup-3 {
  background-image: url('../images/30828099688_509524adc6_k.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-s-le.cup-4 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-s-le.winter {
  background-image: url('../images/38973141312_3a26a86654_o-Mittel.jpg');
  background-position: 50%;
  background-size: auto;
}

.side-card-image-s-le.winter-2 {
  background-image: url('../images/40600107625_70f05a179a_o-Mittel.jpg');
  background-position: 0%;
  background-size: auto;
}

.side-card-image-s-le._13 {
  background-image: url('../images/52514022099_77b2bcda4d_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-s-le._14 {
  background-image: url('../images/52513992909_d69865ac0c_c.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.side-card-image-s-le._15 {
  background-image: url('../images/52514266018_da5577fbe4_c.jpg');
  background-position: 0 100%;
  background-size: auto;
  align-items: flex-start;
  display: flex;
}

.side-card-image-s-le.turney {
  background-image: url('../images/_DSC3201-Groß.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.side-card-image-s-le.turney-2 {
  background-image: url('../images/_DSC3198-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-s-le.turney-3 {
  background-image: url('../images/38761696964_c770ac7474_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-s-le.turney-4 {
  background-image: url('../images/38591461815_f628edac38_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-s-le.turney-5 {
  background-image: url('../images/39439928002_9b7d239424_o-Groß.jpg');
  background-position: 40%;
  background-size: cover;
}

.side-card-image-s-le.turney-6 {
  background-image: url('../images/Musikanten-Mittel.jpg');
  background-position: 70%;
  background-size: cover;
}

.side-card-image-s-le.turney-7 {
  background-image: url('../images/69701196_2423119347777485_1895777682323406848_n.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-s-le.turney-8 {
  background-image: url('../images/38293209304_7b158c9905_k.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-s-le.wein {
  background-image: url('../images/_DSC7230-Mittel.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-s-le.silvester {
  background-image: url('../images/Portrait2-Mittel.jpg');
  background-position: 50% 20%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-s-le.silv {
  background-image: url('../images/_BBF8987-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-s-le.buff {
  background-image: url('../images/_DSC9857-Groß.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-s-le.turney-9 {
  background-image: url('../images/20230216_14054120230216_140540.jpg');
  background-position: 100% 25%;
  background-size: cover;
}

.side-card-image-s-le.turney-10 {
  background-image: url('../images/13711683_1224335504285672_837313248_o.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.side-card-image-s-le.turney-11 {
  background-image: url('../images/img_1_1676064370975-Mittel.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-s-le.turney-12 {
  background-image: url('../images/39470247201_5edbbc4e30_o-Mittel.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.side-card-image-s-le.turney-13 {
  background-image: url('../images/24625497627_ce947dea6a_o-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-s-le.turney-14 {
  background-image: url('../images/IMG_0260.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-s-le.turney-15 {
  background-image: url('../images/image1-2.JPG');
  background-position: 50% 25%;
  background-size: auto;
}

.side-card-image-s-le.turney-16 {
  background-image: url('../images/18738734_1326893874031433_275439075370776512_o.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.side-card-image-s-le.turney-17 {
  background-image: url('../images/_DSC3818-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-s-le.turney-17-copy {
  background-image: url('../images/bossenstein.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.side-card-image-s-le.elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-s-le.grauen-1 {
  background-image: url('../images/_DSC7436-Mittel.JPG');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-s-le.grauen-2 {
  background-image: url('../images/IMG_2646-Groß.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.side-card-image-s-le.grauen-3 {
  background-image: url('../images/36998258314_8e75308ee4_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-s-le.grauen-4 {
  background-image: url('../images/22529363570_7b8711cae3_c.jpg');
  background-position: 100% 60%;
  background-size: cover;
}

.side-card-image-s-le.grauen-5 {
  background-image: url('../images/46680136034_10f7e62d69_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-s-le.va-cup {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-s-le.va-grauen {
  background-image: url('../images/_DSC5788-Groß.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-s-le.va-elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-s-le.va-poetry {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-s-le._16 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0;
  background-size: auto;
}

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

.image-83 {
  background-image: linear-gradient(#000c, #000c);
  margin-top: 117px;
}

.image-84 {
  text-shadow: 0 1px 1px #0003;
  background-image: linear-gradient(#000000b3, #000000b3);
}

.image-85 {
  margin-top: -103px;
}

.image-86 {
  margin-top: -26px;
}

.image-87 {
  margin-top: 0;
}

.image-88 {
  background-image: linear-gradient(#000000b3, #000000b3);
  margin-top: 196px;
  margin-left: 82px;
}

.paragraph-11-copy {
  color: var(--color-2);
  margin-top: -16px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.paragraph-11-copy._2 {
  margin-top: 26px;
  margin-bottom: 38px;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-11-copy._3 {
  margin-top: 24px;
  line-height: 30px;
}

.link-block-4-copy {
  text-decoration: none;
  position: relative;
}

.burger-mini-img {
  margin-top: -81px;
  margin-bottom: 0;
  margin-left: 375px;
}

.text-block-18 {
  color: var(--white);
  margin-top: 0;
}

.text-block-19 {
  color: var(--white);
  font-size: 16px;
}

.youtube-3 {
  margin-top: 91px;
  margin-bottom: 0;
}

.div-block-67 {
  background-color: #ffffff78;
  border: 2px solid #a09460;
  margin-top: 125px;
  margin-left: 27px;
  margin-right: 27px;
}

.image-89 {
  margin-top: 15px;
}

.arrow-moved {
  margin-right: 145px;
  padding-top: 0;
  padding-right: 0;
}

.side-card-image-wedding-gastro {
  background-color: var(--gainsboro);
  background-image: url('../images/alcohol-bar-beverage-312080-Mittel.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 65.8%;
}

.side-card-image-wedding-gastro._1 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0%;
  background-size: auto;
  position: relative;
}

.side-card-image-wedding-gastro._2 {
  background-image: url('../images/48212174636_156b063e76_o-Mittel.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.side-card-image-wedding-gastro._3 {
  background-image: url('../images/40402703601_2a8dd2abc7_o-Groß.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro._4, .side-card-image-wedding-gastro._5, .side-card-image-wedding-gastro._6, .side-card-image-wedding-gastro._7 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0;
  background-size: auto;
}

.side-card-image-wedding-gastro._8 {
  background-image: url('../images/52098539390_fc309508ce_c.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro._10 {
  background-image: url('../images/46719813374_b80926d0a7_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro._11 {
  background-image: url('../images/40476958043_7a3e6f2569_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding-gastro._12 {
  background-image: url('../images/33566810238_1ba4a3c08e_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro.va._1 {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 20%;
}

.side-card-image-wedding-gastro.va._2 {
  background-image: url('../images/22167268153_c42825a9a8_o-p-3200.jpeg');
  background-position: 50%;
}

.side-card-image-wedding-gastro.va._3 {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-wedding-gastro.va._4 {
  background-image: url('../images/_DSC9863-Groß.jpg');
  background-position: 20%;
  position: relative;
}

.side-card-image-wedding-gastro.va._5 {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-wedding-gastro.va._6 {
  background-image: url('../images/DSC01012.jpg');
  background-position: 50%;
}

.side-card-image-wedding-gastro.va._7 {
  background-image: url('../images/DSCF8616.jpg');
  background-position: 50%;
}

.side-card-image-wedding-gastro.va._8 {
  background-image: url('../images/46230949025_2b96008240_o-Mittel.jpg');
  background-position: 50% 0;
}

.side-card-image-wedding-gastro.va._9 {
  background-image: url('../images/_DSC3153-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.eintritt {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding-gastro.ffnung {
  background-image: url('../images/35197170602_41fa27ea2a_o-Groß.jpg');
  background-position: 60% 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.ffnung-rechts {
  background-image: url('../images/DSC_5167-p-1080.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.ffnung-rechts-2 {
  background-image: url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding-gastro.grusel {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-wedding-gastro.cup {
  background-image: url('../images/30049481375_7ce8cae0e3_o-Mittel.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.side-card-image-wedding-gastro.cup-2 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding-gastro.cup-3 {
  background-image: url('../images/30828099688_509524adc6_k.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro.cup-4 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding-gastro.winter {
  background-image: url('../images/38973141312_3a26a86654_o-Mittel.jpg');
  background-position: 50%;
  background-size: auto;
}

.side-card-image-wedding-gastro.winter-2 {
  background-image: url('../images/40600107625_70f05a179a_o-Mittel.jpg');
  background-position: 0%;
  background-size: auto;
}

.side-card-image-wedding-gastro._13 {
  background-image: url('../images/52514022099_77b2bcda4d_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding-gastro._14 {
  background-image: url('../images/52513992909_d69865ac0c_c.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.side-card-image-wedding-gastro._15 {
  background-image: url('../images/52514266018_da5577fbe4_c.jpg');
  background-position: 0 100%;
  background-size: auto;
  align-items: flex-start;
  display: flex;
}

.side-card-image-wedding-gastro.turney {
  background-image: url('../images/_DSC3201-Groß.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-2 {
  background-image: url('../images/_DSC3198-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-3 {
  background-image: url('../images/38761696964_c770ac7474_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-4 {
  background-image: url('../images/38591461815_f628edac38_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-5 {
  background-image: url('../images/39439928002_9b7d239424_o-Groß.jpg');
  background-position: 40%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-6 {
  background-image: url('../images/Musikanten-Mittel.jpg');
  background-position: 70%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-7 {
  background-image: url('../images/69701196_2423119347777485_1895777682323406848_n.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-8 {
  background-image: url('../images/38293209304_7b158c9905_k.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding-gastro.wein {
  background-image: url('../images/_DSC7230-Mittel.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.silvester {
  background-image: url('../images/Portrait2-Mittel.jpg');
  background-position: 50% 20%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-wedding-gastro.silv {
  background-image: url('../images/_BBF8987-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding-gastro.buff {
  background-image: url('../images/_DSC9857-Groß.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-9 {
  background-image: url('../images/20230216_14054120230216_140540.jpg');
  background-position: 100% 25%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-10 {
  background-image: url('../images/13711683_1224335504285672_837313248_o.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-11 {
  background-image: url('../images/img_1_1676064370975-Mittel.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-12 {
  background-image: url('../images/39470247201_5edbbc4e30_o-Mittel.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-13 {
  background-image: url('../images/24625497627_ce947dea6a_o-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-14 {
  background-image: url('../images/IMG_0260.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-15 {
  background-image: url('../images/image1-2.JPG');
  background-position: 50% 25%;
  background-size: auto;
}

.side-card-image-wedding-gastro.turney-16 {
  background-image: url('../images/18738734_1326893874031433_275439075370776512_o.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-17 {
  background-image: url('../images/_DSC3818-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.turney-17-copy {
  background-image: url('../images/bossenstein.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.side-card-image-wedding-gastro.elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding-gastro.grauen-1 {
  background-image: url('../images/_DSC7436-Mittel.JPG');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding-gastro.grauen-2 {
  background-image: url('../images/IMG_2646-Groß.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.side-card-image-wedding-gastro.grauen-3 {
  background-image: url('../images/36998258314_8e75308ee4_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding-gastro.grauen-4 {
  background-image: url('../images/22529363570_7b8711cae3_c.jpg');
  background-position: 100% 60%;
  background-size: cover;
}

.side-card-image-wedding-gastro.grauen-5 {
  background-image: url('../images/46680136034_10f7e62d69_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding-gastro.va-cup {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.va-grauen {
  background-image: url('../images/_DSC5788-Groß.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.va-elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding-gastro.va-poetry {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding-gastro._16 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0;
  background-size: auto;
}

.side-card-image-wedding {
  background-color: var(--gainsboro);
  background-image: url('../images/_DSC1642.JPG');
  background-position: 100% 0;
  background-size: cover;
  width: 65.8%;
}

.side-card-image-wedding._1 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0%;
  background-size: auto;
  position: relative;
}

.side-card-image-wedding._2 {
  background-image: url('../images/32467643668_97b8fe42df_o-Groß.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.side-card-image-wedding._3 {
  background-image: url('../images/DJI_0005.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.side-card-image-wedding._4 {
  background-image: url('../images/zam.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding._5 {
  background-image: url('../images/49147154233_cf635cb888_o-Groß.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-wedding._6 {
  background-image: url('../images/ThumbnailWeddingTalk.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.side-card-image-wedding._7 {
  background-image: url('../images/DSC_4095-Groß.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.side-card-image-wedding._8 {
  background-image: url('../images/Geschenkideen.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding._10 {
  background-image: url('../images/_DSC6091-Mittel.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-wedding._11 {
  background-image: url('../images/DSC_9965-Mittel.JPG');
  background-position: 25%;
  background-size: cover;
}

.side-card-image-wedding._12 {
  background-image: url('../images/33566836188_06bec97571_o-Mittel.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.side-card-image-wedding.va._1 {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 20%;
}

.side-card-image-wedding.va._2 {
  background-image: url('../images/22167268153_c42825a9a8_o-p-3200.jpeg');
  background-position: 50%;
}

.side-card-image-wedding.va._3 {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-wedding.va._4 {
  background-image: url('../images/_DSC9863-Groß.jpg');
  background-position: 20%;
  position: relative;
}

.side-card-image-wedding.va._5 {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-wedding.va._6 {
  background-image: url('../images/DSC01012.jpg');
  background-position: 50%;
}

.side-card-image-wedding.va._7 {
  background-image: url('../images/DSCF8616.jpg');
  background-position: 50%;
}

.side-card-image-wedding.va._8 {
  background-image: url('../images/46230949025_2b96008240_o-Mittel.jpg');
  background-position: 50% 0;
}

.side-card-image-wedding.va._9 {
  background-image: url('../images/_DSC3153-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding.eintritt {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding.ffnung {
  background-image: url('../images/35197170602_41fa27ea2a_o-Groß.jpg');
  background-position: 60% 0;
  background-size: cover;
}

.side-card-image-wedding.ffnung-rechts {
  background-image: url('../images/DSC_5167-p-1080.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.side-card-image-wedding.ffnung-rechts-2 {
  background-image: url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding.grusel {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-wedding.cup {
  background-image: url('../images/30049481375_7ce8cae0e3_o-Mittel.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.side-card-image-wedding.cup-2 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding.cup-3 {
  background-image: url('../images/30828099688_509524adc6_k.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-wedding.cup-4 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding.winter {
  background-image: url('../images/38973141312_3a26a86654_o-Mittel.jpg');
  background-position: 50%;
  background-size: auto;
}

.side-card-image-wedding.winter-2 {
  background-image: url('../images/40600107625_70f05a179a_o-Mittel.jpg');
  background-position: 0%;
  background-size: auto;
}

.side-card-image-wedding._13 {
  background-image: url('../images/48212174636_156b063e76_o-Mittel.jpg');
  background-position: 0 75%;
  background-size: cover;
}

.side-card-image-wedding._14 {
  background-image: url('../images/DSC_5020-Large.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-wedding._15 {
  background-image: url('../images/43912533722_9b0c42d102_o-Groß.jpg');
  background-position: 80%;
  background-size: cover;
  align-items: flex-start;
  display: flex;
}

.side-card-image-wedding.turney {
  background-image: url('../images/_DSC3201-Groß.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.side-card-image-wedding.turney-2 {
  background-image: url('../images/_DSC3198-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding.turney-3 {
  background-image: url('../images/38761696964_c770ac7474_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-wedding.turney-4 {
  background-image: url('../images/38591461815_f628edac38_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-wedding.turney-5 {
  background-image: url('../images/39439928002_9b7d239424_o-Groß.jpg');
  background-position: 40%;
  background-size: cover;
}

.side-card-image-wedding.turney-6 {
  background-image: url('../images/Musikanten-Mittel.jpg');
  background-position: 70%;
  background-size: cover;
}

.side-card-image-wedding.turney-7 {
  background-image: url('../images/69701196_2423119347777485_1895777682323406848_n.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding.turney-8 {
  background-image: url('../images/38293209304_7b158c9905_k.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding.wein {
  background-image: url('../images/_DSC7230-Mittel.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding.silvester {
  background-image: url('../images/Portrait2-Mittel.jpg');
  background-position: 50% 20%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-wedding.silv {
  background-image: url('../images/_BBF8987-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding.buff {
  background-image: url('../images/_DSC9857-Groß.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-wedding.turney-9 {
  background-image: url('../images/20230216_14054120230216_140540.jpg');
  background-position: 100% 25%;
  background-size: cover;
}

.side-card-image-wedding.turney-10 {
  background-image: url('../images/13711683_1224335504285672_837313248_o.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.side-card-image-wedding.turney-11 {
  background-image: url('../images/img_1_1676064370975-Mittel.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-wedding.turney-12 {
  background-image: url('../images/39470247201_5edbbc4e30_o-Mittel.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.side-card-image-wedding.turney-13 {
  background-image: url('../images/24625497627_ce947dea6a_o-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding.turney-14 {
  background-image: url('../images/IMG_0260.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding.turney-15 {
  background-image: url('../images/image1-2.JPG');
  background-position: 50% 25%;
  background-size: auto;
}

.side-card-image-wedding.turney-16 {
  background-image: url('../images/18738734_1326893874031433_275439075370776512_o.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.side-card-image-wedding.turney-17 {
  background-image: url('../images/_DSC3818-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding.turney-17-copy {
  background-image: url('../images/bossenstein.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.side-card-image-wedding.elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding.grauen-1 {
  background-image: url('../images/_DSC7436-Mittel.JPG');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding.grauen-2 {
  background-image: url('../images/IMG_2646-Groß.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.side-card-image-wedding.grauen-3 {
  background-image: url('../images/36998258314_8e75308ee4_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-wedding.grauen-4 {
  background-image: url('../images/22529363570_7b8711cae3_c.jpg');
  background-position: 100% 60%;
  background-size: cover;
}

.side-card-image-wedding.grauen-5 {
  background-image: url('../images/46680136034_10f7e62d69_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-wedding.va-cup {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding.va-grauen {
  background-image: url('../images/_DSC5788-Groß.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding.va-elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding.va-poetry {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-wedding._16 {
  background-image: url('../images/_DSC9863-Mittel.jpg');
  background-position: 60% 100%;
  background-size: cover;
}

.side-card-image-wedding._9 {
  background-image: url('../images/_DSC6908-Mittel.JPG');
  background-position: 100%;
}

.side-card-image-wedding._17 {
  background-image: url('../images/alcohol-bar-beverage-312080-Mittel.jpg');
  background-position: 90%;
}

.side-card-image-wedding._18 {
  background-image: url('../images/51345026878_00afbe2426_k-Mittel.jpg');
  background-position: 50%;
}

.side-card-image-wedding._19 {
  background-image: url('../images/50556244566_d00bcc29d4_k-Mittel.jpg');
  background-position: 0 100%;
}

.side-card-image-wedding._20 {
  background-image: url('../images/52042399891_6738f2a06b_k.jpg');
  background-position: 40% 100%;
}

.side-card-image-wedding._21 {
  background-image: url('../images/39749249154_6fc4ab8e38_o-Groß.jpg');
  background-position: 0 100%;
}

.side-card-image-wedding._22 {
  background-image: url('../images/46230949025_2b96008240_o-Groß.jpg');
  background-position: 35% 0;
}

.side-card-image-wedding._23 {
  background-image: url('../images/_DSC9536-Groß.JPG');
  background-position: 50%;
}

.side-card-image-wedding._24 {
  background-image: url('../images/DSC_6154-Groß.jpg');
}

.side-card-image-wedding._25 {
  background-image: url('../images/_DSC9938-Mittel.jpg');
  background-position: 100% 100%;
}

.side-card-image-wedding._26 {
  background-image: url('../images/_DSC9921-Mittel.jpg');
  background-position: 50% 100%;
}

.side-card-image-wedding._27 {
  background-image: url('../images/52454612672_f2dc32bec0_k.jpg');
  background-position: 20% 100%;
}

.side-card-image-wedding._28 {
  background-image: url('../images/52449277814_31e5e906ae_k.jpg');
  background-position: 0%;
}

.side-card-image-wedding._29 {
  background-image: url('../images/52446962129_c0cf27c45a_k.jpg');
  background-position: 20%;
}

.side-card-image-wedding._34 {
  background-image: url('../images/46691338562_5edf9fbb22_o-Groß.jpg');
  background-position: 0%;
}

.side-card-image-wedding._35 {
  background-image: url('../images/45659168834_87c70c8e88_o-Groß.jpg');
  background-position: 0 100%;
}

.side-card-image-wedding._36 {
  background-image: url('../images/32510202148_d540ce1fa7_o-Groß.jpg');
  background-position: 50% 100%;
}

.side-card-image-wedding._40 {
  background-image: url('../images/31439711728_6ceece5582_o-Groß.jpg');
  background-position: 100% 100%;
}

.side-card-image-wedding._41 {
  background-image: url('../images/45313517291_5a2e0e4821_o-Groß.jpg');
  background-position: 0 100%;
}

.side-card-image-wedding._42 {
  background-image: url('../images/45313485921_47f3aa1f88_o-Groß.jpg');
  background-position: 40%;
}

.side-card-image-wedding._46 {
  background-image: url('../images/34764123692_bb933a634a_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-wedding._47 {
  background-image: url('../images/34927764385_1599b8a603_o-Groß.jpg');
  background-position: 0 100%;
}

.side-card-image-wedding._52 {
  background-image: url('../images/_DSC2413-Groß.JPG');
  background-position: 100% 100%;
}

.side-card-image-wedding._53 {
  background-image: none;
}

.side-card-image-wedding._54 {
  background-image: url('../images/_DSC1768-Groß.JPG');
  background-position: 0 100%;
}

.grid-18-copy {
  grid-template-rows: auto;
  margin-top: 26px;
  margin-bottom: -28px;
}

.heading-16 {
  color: #545252;
  margin-top: -91px;
  margin-bottom: -6px;
  font-size: 38px;
  font-weight: 200;
}

.div-block-info-copy {
  background-image: linear-gradient(#ffffff7d, #ffffff7d);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 10px 40px;
  display: flex;
}

.text-block-wedding-background {
  color: #545252;
  text-align: left;
  background-image: linear-gradient(#ffffff7d, #ffffff7d);
  margin-top: 32px;
  margin-bottom: 66px;
  padding: 10px;
  font-size: 15px;
}

.text-block-wedding-background.video {
  margin-top: 0;
}

.grey-text-copy {
  color: #545252;
  text-align: left;
  flex-direction: row;
  margin-bottom: 38px;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 400;
  display: flex;
}

.text-span-20 {
  text-align: right;
  object-fit: fill;
  justify-content: flex-start;
  margin-left: 222px;
  padding-left: 0;
  display: flex;
}

.bold-text-9 {
  text-align: left;
  margin-right: 57px;
  padding-right: 0;
}

.page-hero-header-wedding-copy {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#0003, #0003);
  max-width: 770px;
  margin: 40px 200px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 200;
  display: block;
}

.side-card-feature-small-wedding {
  object-fit: fill;
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin-top: 39px;
  margin-left: 120px;
  margin-right: 120px;
  padding: 15px;
  display: flex;
}

.side-card-feature-small-wedding.reversed {
  flex-direction: row-reverse;
  margin-top: 60px;
}

.side-card-feature-small-wedding.cup {
  height: 763px;
  display: flex;
}

.side-card-feature-small-wedding.special-copy {
  margin-top: -76px;
}

.side-card-image-test {
  background-color: var(--gainsboro);
  background-image: url('../images/31439711728_6ceece5582_o-Telefon.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 200px;
  width: 250px;
  height: 250px;
}

.side-card-image-test._1 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0%;
  background-size: auto;
  position: relative;
}

.side-card-image-test._2 {
  background-image: url('../images/Zeichnung-IV_L-1-Telefon.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-test._3 {
  background-image: url('../images/40402703601_2a8dd2abc7_o-Groß.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-test._4, .side-card-image-test._5, .side-card-image-test._6, .side-card-image-test._7 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0;
  background-size: auto;
}

.side-card-image-test._8 {
  background-image: url('../images/52098539390_fc309508ce_c.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-test._10 {
  background-image: url('../images/46719813374_b80926d0a7_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-test._11 {
  background-image: url('../images/40476958043_7a3e6f2569_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-test._12 {
  background-image: url('../images/33566810238_1ba4a3c08e_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-test.va._1 {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 20%;
}

.side-card-image-test.va._2 {
  background-image: url('../images/22167268153_c42825a9a8_o-p-3200.jpeg');
  background-position: 50%;
}

.side-card-image-test.va._3 {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-test.va._4 {
  background-image: url('../images/_DSC9863-Groß.jpg');
  background-position: 20%;
  position: relative;
}

.side-card-image-test.va._5 {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 50%;
}

.side-card-image-test.va._6 {
  background-image: url('../images/DSC01012.jpg');
  background-position: 50%;
}

.side-card-image-test.va._7 {
  background-image: url('../images/DSCF8616.jpg');
  background-position: 50%;
}

.side-card-image-test.va._8 {
  background-image: url('../images/46230949025_2b96008240_o-Mittel.jpg');
  background-position: 50% 0;
}

.side-card-image-test.va._9 {
  background-image: url('../images/_DSC3153-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-test.eintritt {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.side-card-image-test.ffnung {
  background-image: url('../images/35197170602_41fa27ea2a_o-Groß.jpg');
  background-position: 60% 0;
  background-size: cover;
}

.side-card-image-test.ffnung-rechts {
  background-image: url('../images/DSC_5167-p-1080.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.side-card-image-test.ffnung-rechts-2 {
  background-image: url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-test.grusel {
  background-image: url('../images/1671290323760-01-Groß.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-test.cup {
  background-image: url('../images/30049481375_7ce8cae0e3_o-Mittel.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.side-card-image-test.cup-2 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-test.cup-3 {
  background-image: url('../images/30828099688_509524adc6_k.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-test.cup-4 {
  background-image: url('../images/40789584814_531962e653_c.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-test.winter {
  background-image: url('../images/38973141312_3a26a86654_o-Mittel.jpg');
  background-position: 50%;
  background-size: auto;
}

.side-card-image-test.winter-2 {
  background-image: url('../images/40600107625_70f05a179a_o-Mittel.jpg');
  background-position: 0%;
  background-size: auto;
}

.side-card-image-test._13 {
  background-image: url('../images/52514022099_77b2bcda4d_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-test._14 {
  background-image: url('../images/52513992909_d69865ac0c_c.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.side-card-image-test._15 {
  background-image: url('../images/52514266018_da5577fbe4_c.jpg');
  background-position: 0 100%;
  background-size: auto;
  align-items: flex-start;
  display: flex;
}

.side-card-image-test.turney {
  background-image: url('../images/_DSC3201-Groß.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.side-card-image-test.turney-2 {
  background-image: url('../images/_DSC3198-Groß.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-test.turney-3 {
  background-image: url('../images/38761696964_c770ac7474_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-test.turney-4 {
  background-image: url('../images/38591461815_f628edac38_o-Groß.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.side-card-image-test.turney-5 {
  background-image: url('../images/39439928002_9b7d239424_o-Groß.jpg');
  background-position: 40%;
  background-size: cover;
}

.side-card-image-test.turney-6 {
  background-image: url('../images/Musikanten-Mittel.jpg');
  background-position: 70%;
  background-size: cover;
}

.side-card-image-test.turney-7 {
  background-image: url('../images/69701196_2423119347777485_1895777682323406848_n.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-test.turney-8 {
  background-image: url('../images/38293209304_7b158c9905_k.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-test.wein {
  background-image: url('../images/_DSC7230-Mittel.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-test.silvester {
  background-image: url('../images/Portrait2-Mittel.jpg');
  background-position: 50% 20%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-card-image-test.silv {
  background-image: url('../images/_BBF8987-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-test.buff {
  background-image: url('../images/_DSC9857-Groß.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.side-card-image-test.turney-9 {
  background-image: url('../images/20230216_14054120230216_140540.jpg');
  background-position: 100% 25%;
  background-size: cover;
}

.side-card-image-test.turney-10 {
  background-image: url('../images/13711683_1224335504285672_837313248_o.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.side-card-image-test.turney-11 {
  background-image: url('../images/img_1_1676064370975-Mittel.jpg');
  background-position: 100%;
  background-size: cover;
}

.side-card-image-test.turney-12 {
  background-image: url('../images/39470247201_5edbbc4e30_o-Mittel.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.side-card-image-test.turney-13 {
  background-image: url('../images/24625497627_ce947dea6a_o-Mittel.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-test.turney-14 {
  background-image: url('../images/IMG_0260.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-test.turney-15 {
  background-image: url('../images/image1-2.JPG');
  background-position: 50% 25%;
  background-size: auto;
}

.side-card-image-test.turney-16 {
  background-image: url('../images/18738734_1326893874031433_275439075370776512_o.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.side-card-image-test.turney-17 {
  background-image: url('../images/_DSC3818-Mittel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-test.turney-17-copy {
  background-image: url('../images/bossenstein.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.side-card-image-test.elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-test.grauen-1 {
  background-image: url('../images/_DSC7436-Mittel.JPG');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-test.grauen-2 {
  background-image: url('../images/IMG_2646-Groß.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.side-card-image-test.grauen-3 {
  background-image: url('../images/36998258314_8e75308ee4_c.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image-test.grauen-4 {
  background-image: url('../images/22529363570_7b8711cae3_c.jpg');
  background-position: 100% 60%;
  background-size: cover;
}

.side-card-image-test.grauen-5 {
  background-image: url('../images/46680136034_10f7e62d69_o-Groß.jpg');
  background-position: 0%;
  background-size: cover;
}

.side-card-image-test.va-cup {
  background-image: url('../images/29835364580_d062624700_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-test.va-grauen {
  background-image: url('../images/_DSC5788-Groß.JPG');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-test.va-elektro {
  background-image: url('../images/EC-Titel.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-test.va-poetry {
  background-image: url('../images/51391123571_8f9c1149b6_o-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
}

.side-card-image-test._16 {
  background-image: url('../images/Wappen-Sittich-weiß.png');
  background-position: 0 0;
  background-size: auto;
}

.side-card-wedding-test {
  z-index: 1;
  background-color: #fffffff2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 5.6%;
  margin-right: -90px;
  padding: 44px 7% 0;
  display: flex;
  position: relative;
}

.side-card-wedding-test.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-wedding-test.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-wedding-test.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-wedding-test.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.side-card-wedding-test.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-wedding-test.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.side-card-wedding-test.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-wedding-test.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-wedding-test.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.side-card-content-test {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -81px;
  margin-bottom: 0;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.side-card-content-test.disc {
  margin-bottom: 0;
}

.side-card-content-test.cup {
  margin-right: 0;
}

.grey-text-test {
  color: #545252;
  text-align: left;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-weight: 400;
}

.grey-text-test.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.grey-text-test.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.grey-text-test.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.grey-text-test.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.grey-text-test.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.grey-text-test.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.grey-text-test.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.grey-text-test.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.grey-text-test.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.grey-text-test.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.wrapper-test {
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: -125px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-test.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-test.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-test.room {
  justify-content: center;
  display: flex;
}

.wrapper-test.greaber {
  margin-top: 235px;
}

.wrapper-test.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-test.wedding-offer {
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.side-card-content-test-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 264px;
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.side-card-content-test-2.disc {
  margin-bottom: 0;
}

.side-card-content-test-2.cup {
  margin-right: 0;
}

.grey-text-test-2 {
  color: #545252;
  text-align: right;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-weight: 400;
}

.grey-text-test-2.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.grey-text-test-2.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.grey-text-test-2.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.grey-text-test-2.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.grey-text-test-2.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.grey-text-test-2.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.grey-text-test-2.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.grey-text-test-2.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.grey-text-test-2.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.grey-text-test-2.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.side-card-wedding-test-2 {
  z-index: 1;
  background-color: #fffffff2;
  flex: 1;
  justify-content: flex-end;
  height: 244px;
  display: flex;
  position: relative;
}

.side-card-wedding-test-2.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-wedding-test-2.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-wedding-test-2.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-wedding-test-2.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.side-card-wedding-test-2.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-wedding-test-2.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.side-card-wedding-test-2.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-wedding-test-2.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-wedding-test-2.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.image-90 {
  box-shadow: 0 0 12px -5px var(--black);
  margin-top: 35px;
}

.text-block-wedding-background-copy {
  color: #545252;
  text-align: left;
  background-image: linear-gradient(#ffffff7d, #ffffff7d);
  margin: 75px 220px 66px;
  padding: 10px;
  font-size: 15px;
}

.text-block-wedding-background-copy.video {
  margin-top: 0;
}

.slider-6-copy {
  width: 65.8%;
  height: auto;
}

.slide-96 {
  opacity: .54;
}

.wrapper-middle {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.wrapper-middle.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-middle.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-middle.room {
  justify-content: center;
  display: flex;
}

.wrapper-middle.greaber {
  margin-top: 235px;
}

.wrapper-middle.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-color: #0774cc6b;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-middle.wedding-offer {
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-middle.background-space {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slider-big {
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin-top: 50px;
  margin-bottom: 56px;
}

.video-2 {
  margin-top: 52px;
}

.link-13 {
  color: #545252;
}

.text-span-21 {
  text-decoration: underline;
}

.mask {
  box-shadow: 0 0 12px -5px var(--black);
}

.grey-text-copy {
  color: #545252;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-weight: 400;
}

.grey-text-copy.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.grey-text-copy.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.grey-text-copy.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.grey-text-copy.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.grey-text-copy.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.grey-text-copy.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.grey-text-copy.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.grey-text-copy.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.grey-text-copy.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.grey-text-copy.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.grey-text-align-left {
  box-shadow: 0 0 12px -5px var(--black);
  color: #545252;
  text-align: left;
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 38px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-decoration: none;
}

.grey-text-align-left.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.grey-text-align-left.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.grey-text-align-left.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.grey-text-align-left.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.grey-text-align-left.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.grey-text-align-left.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.grey-text-align-left.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.grey-text-align-left.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.grey-text-align-left.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.grey-text-align-left.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.text-span-22, .text-span-23 {
  text-decoration: underline;
}

.text-block-wedding-service {
  color: #545252;
  text-align: center;
  margin-top: 37px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-wedding-service.video {
  margin-top: 0;
}

.text-block-wedding-copy {
  color: #545252;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 65px;
  font-size: 15px;
}

.grey-text-testies {
  color: #545252;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-weight: 400;
}

.grey-text-testies.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.grey-text-testies.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.grey-text-testies.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.grey-text-testies.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.grey-text-testies.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.grey-text-testies.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.grey-text-testies.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.grey-text-testies.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.grey-text-testies.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.grey-text-testies.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.text-block-wedding-seo {
  color: #545252;
  text-align: justify;
  margin-top: 0;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 15px;
}

.text-block-wedding-seo.video {
  margin-top: 0;
}

.side-card-feature-wedding-offer {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-card-feature-wedding-offer.reversed {
  align-items: center;
  margin-top: 60px;
}

.side-card-feature-wedding-offer.cup {
  height: 763px;
  display: flex;
}

.side-card-feature-wedding-offer.special-copy {
  margin-top: -76px;
}

.side-card-feature-wedding-offer.reversed-test {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 500px;
  max-height: 300px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.grey-text-empfang {
  color: #545252;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-weight: 400;
}

.grey-text-empfang.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.grey-text-empfang.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.grey-text-empfang.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.grey-text-empfang.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.grey-text-empfang.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.grey-text-empfang.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.grey-text-empfang.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.grey-text-empfang.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.grey-text-empfang.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.grey-text-empfang.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.side-card-header-wedding-test {
  color: #545252;
  margin-bottom: 8px;
  font-weight: 200;
}

.div-block-68 {
  object-fit: fill;
  flex-flow: row;
  width: 65.8%;
  height: 500px;
  display: block;
  position: relative;
}

.quick-stack {
  grid-column-gap: 0px;
  object-fit: contain;
  height: 100%;
  padding: 0;
}

.cell {
  background-image: url('../images/WhatsApp-Image-2022-10-16-at-21.54.08.jpeg');
  background-position: 70%;
  background-size: 800px;
}

.cell-2 {
  background-image: url('../images/50165991508_27d2c93e12_o-Groß.jpg');
  background-position: 60% 100%;
  background-size: cover;
}

.icon-3 {
  opacity: .5;
}

.page-hero-header-wedding-copy-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#0003, #0003);
  max-width: 770px;
  margin: 40px 200px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 200;
  display: block;
}

.wrapper-2 {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 0;
  padding-right: 0;
  position: relative;
}

.wrapper-2.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.page-hero-header-wedding-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 770px;
  margin: 40px auto;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 200;
  display: block;
}

.blackshadetop {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#00000040, #0000 11%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-round-250px {
  object-fit: cover;
  border-radius: 200px;
  width: 50%;
  height: auto;
  position: static;
  overflow: hidden;
}

.side-card-image-new {
  object-fit: cover;
  width: 65.8%;
  min-width: 0;
  max-width: none;
  position: static;
}

.div-block-69 {
  width: 65.8%;
  height: 456px;
  overflow: hidden;
}

.image-92 {
  object-fit: cover;
  overflow: hidden;
}

.div-block-70 {
  width: 65.8%;
  height: 60vh;
  overflow: hidden;
}

.image-93 {
  position: relative;
  top: -220px;
}

.image-94 {
  position: relative;
  top: -259px;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-72 {
  width: 65.8%;
  height: 50vh;
  display: block;
  overflow: hidden;
}

.image-95 {
  position: relative;
  top: -186px;
}

.side-card-feature-slide {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-card-feature-slide.reversed {
  align-items: center;
  margin-top: 60px;
}

.side-card-feature-slide.cup {
  height: 763px;
  display: flex;
}

.side-card-feature-slide.special-copy {
  margin-top: -76px;
}

.side-card-feature-slide.reversed-test {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 500px;
  max-height: 300px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-block-14 {
  display: flex;
}

.link-block-15 {
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.side-card-wedding-small-right {
  z-index: 1;
  background-color: #fffffff2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: -90px;
  margin-right: 5.6%;
  padding: 44px 7% 0;
  display: flex;
  position: relative;
}

.side-card-wedding-small-right.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-wedding-small-right.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-wedding-small-right.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-wedding-small-right.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.side-card-wedding-small-right.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-wedding-small-right.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.side-card-wedding-small-right.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-wedding-small-right.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-wedding-small-right.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.image-96 {
  width: 65%;
}

.side-card-feature-old {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-card-feature-old.reversed {
  margin-top: 60px;
  overflow: visible;
}

.side-card-feature-old.cup {
  height: 763px;
  display: flex;
}

.side-card-feature-old.special-copy {
  margin-top: -76px;
}

.side-card-feature-old.reversed-test {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 500px;
  max-height: 300px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-97 {
  object-fit: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-73, .feature-image-text {
  position: absolute;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.grid-20 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  margin-top: 121px;
}

.text-block-20 {
  color: var(--color-2);
  margin-bottom: 23px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.slide-1-copy.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/28510395855_d8fcf133ab_o-p-1600.jpeg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.slide-1-copy.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/34527360655_1f4a62ac42_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-weight: 400;
}

.slide-2-copy {
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
}

.slide-2-copy.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/27894030414_ad67df1664_k.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-2-copy.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/40402703601_2a8dd2abc7_o-Groß.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3-copy {
  justify-content: flex-end;
  align-items: center;
}

.slide-3-copy.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_MMF6642-Groß.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3-copy.wedding {
  background-image: url('../images/DSC_2854-Groß.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-4-copy.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/27893921044_10b401566a_o_2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-4-copy.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/DSC_4148-Groß.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5-copy.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/34522029084_7635ff8531_k.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-5-copy.wedding {
  background-image: linear-gradient(#0003, #0003), url('../images/52042399891_6738f2a06b_k.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-6-copy.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_6358-Groß-Mittel.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-7-copy.disc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_6350-Groß-Mittel.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
}

.blackshade {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.text-block-21 {
  color: #545252;
  text-align: center;
  margin-bottom: 33px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-10 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-52-copy {
  background-color: #ffffffb8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-4 {
  margin-top: 0;
}

.image-116 {
  object-fit: cover;
  display: block;
  position: sticky;
  inset: 0% auto auto 0%;
}

.gridbackimage {
  z-index: 0;
  clear: left;
  object-fit: cover;
  flex: 0 auto;
  order: 0;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 50vh;
  margin-top: 0;
  position: absolute;
  inset: 0% 0 0 0%;
  overflow: visible;
}

.heading-grid-overlay {
  z-index: 2;
  color: var(--white);
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  order: 0;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 200;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-grid-overlay:hover, .heading-grid-overlay:active {
  color: var(--white);
}

.heading-grid-overlay.koch {
  color: var(--white);
  justify-content: flex-start;
  text-decoration: none;
}

.heading-grid-overlay.koch:hover, .heading-grid-overlay.koch:active, .heading-grid-overlay.koch:focus, .heading-grid-overlay.koch:focus-visible, .heading-grid-overlay.koch[data-wf-focus-visible] {
  text-decoration: none;
}

.heading-grid-overlay.home {
  padding-top: 0;
  padding-bottom: 6px;
}

.heading-grid-overlay.home-dark {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 6px;
}

.blackshadegrid {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.image-117 {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.div-relative {
  mix-blend-mode: normal;
  object-fit: fill;
  flex-flow: column wrap;
  place-content: stretch flex-end;
  align-items: center;
  min-height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-relative:hover {
  mix-blend-mode: normal;
}

.white-text-tabletsmall {
  color: var(--white);
  margin-bottom: 38px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.white-text-tabletsmall.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.white-text-tabletsmall.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.white-text-tabletsmall.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.white-text-tabletsmall.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.white-text-tabletsmall.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.white-text-tabletsmall.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.white-text-tabletsmall.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.white-text-tabletsmall.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.white-text-tabletsmall.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.white-text-tabletsmall.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.white-text-tabletsmall.anzeige {
  margin-bottom: 0;
  padding-bottom: 0;
}

.blackshade-copy {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 10%;
  position: absolute;
  overflow: visible;
}

.white-text-left {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-weight: 400;
}

.white-text-left.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.white-text-left.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.white-text-left.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.white-text-left.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.white-text-left.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.white-text-left.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.white-text-left.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.white-text-left.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.white-text-left.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.white-text-left.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.white-text-left.anzeige {
  margin-bottom: 0;
  padding-bottom: 0;
}

.textbigpadding {
  text-align: justify;
  margin-top: 56px;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 18px;
}

.text-span-24 {
  color: var(--color-2);
  font-weight: 500;
}

.text-span-25 {
  color: var(--color-2);
  font-weight: 400;
}

.div-block-sidecard {
  object-fit: cover;
  flex-direction: column;
  align-items: flex-end;
  width: 65.8%;
  display: flex;
  position: relative;
}

.side-card-image-div {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  position: absolute;
}

.header-sidecard-xmas {
  z-index: 2;
  color: #a10e0e;
  text-align: center;
  text-transform: capitalize;
  background-color: #ffffff8f;
  width: 80%;
  margin-top: 84px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Great Vibes, sans-serif;
  font-size: 50px;
  font-weight: 400;
  position: absolute;
}

.image-119 {
  z-index: 3;
  max-width: 50%;
  position: absolute;
}

.sub-text-small-responsive {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 16px;
  margin-left: -40px;
  margin-right: -40px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
}

.div-block-sidecard-left {
  object-fit: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 65.8%;
  display: flex;
  position: relative;
}

.image-120 {
  object-fit: cover;
  min-height: 80vh;
  position: absolute;
}

.image-119-1 {
  z-index: 3;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.side-card-image-div-left {
  object-fit: cover;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  position: absolute;
}

.rabatt {
  color: var(--color-2);
  font-weight: 400;
}

.image-121 {
  object-fit: cover;
  max-width: 65%;
  min-height: 0;
  position: absolute;
  inset: auto 0% -1% auto;
}

.side-card-image-div-long {
  object-fit: cover;
  min-height: 95vh;
  position: absolute;
}

.side-card-image-div-left-long {
  object-fit: cover;
  min-height: 60vh;
  position: absolute;
}

.paragraph-42 {
  margin-left: 100px;
  margin-right: 100px;
  font-size: 18px;
}

.sub-header-red {
  color: var(--color-2);
  text-transform: none;
  margin-bottom: -13px;
  font-family: Great Vibes, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.sub-header-red.big {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.sub-header-red.big.events {
  color: var(--white);
}

.sub-header-red.big.cup {
  color: #880116;
}

.sub-header-red.subscribe-sub-header {
  margin-bottom: 0;
}

.sub-header-red.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.sub-header-red.page {
  color: var(--white);
  text-transform: none;
  margin-right: 29px;
  padding-right: 0;
  font-weight: 400;
}

.sub-header-red.page.sub-slide-3 {
  margin-top: -322px;
}

.sub-header-red.page.sub-slide-4 {
  margin-top: 312px;
}

.sub-header-red.page.sub-slide-5 {
  margin-top: 464px;
}

.sub-header-red.page.sub-slide-6 {
  margin-top: -355px;
  margin-right: 0;
}

.sub-header-red.page.sub-slide-7 {
  margin-top: -434px;
  margin-right: 0;
}

.paragraph-main-middle {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  overflow: visible;
}

.paragraph-main-middle.va {
  text-align: center;
  margin-top: 62px;
  margin-bottom: -41px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.paragraph-main-middle.eintritt {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: -37px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  display: flex;
}

.paragraph-main-middle.eintritt.b-ro {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.paragraph-main-middle.wegezoll {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 0;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-main-middle.disc {
  margin-top: 10px;
}

.paragraph-main-middle.room {
  text-align: left;
  max-width: 80%;
}

.paragraph-main-middle.span-oswald {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: -37px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.paragraph-main-middle.span-oswald.b-ro {
  flex-direction: column;
  align-items: center;
}

.paragraph-main-middle.grusel {
  text-align: center;
  margin-top: -19px;
}

.paragraph-main-middle.info {
  text-align: center;
  margin-top: 0;
}

.paragraph-main-middle.info.eisenliga {
  text-align: justify;
}

.paragraph-main-middle.agb {
  margin-top: 2px;
}

.paragraph-main-middle.grusel-copy {
  text-align: center;
  margin-top: -19px;
}

.wrapper-christmas {
  box-shadow: 0 -8px 14px -2px var(--black), 8px 0 14px -2px var(--black);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/snowy-christmas-background-3009-Converted.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 47px;
  padding-bottom: 90px;
  padding-right: 0;
  display: block;
  position: relative;
}

.wrapper-christmas.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-christmas.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-christmas.room {
  justify-content: center;
  display: flex;
}

.wrapper-christmas.greaber {
  margin-top: 235px;
}

.wrapper-christmas.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-christmas.wedding-offer {
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-christmas.background-copy {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.page-hero-header-red {
  color: #aa1e1e;
  text-align: center;
  text-transform: uppercase;
  max-width: 770px;
  margin: 40px auto;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 200;
  display: block;
}

.image-122 {
  max-width: 50%;
  margin-top: -80px;
  position: absolute;
}

.image-123 {
  width: 100%;
  max-width: none;
}

.div-block-74 {
  position: relative;
}

.image-124 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.middle-card-white {
  z-index: 1;
  background-color: #fafafaf2;
  flex: 1;
  margin: 0 10% -15px;
  padding: 40px 7% 0;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.middle-card-white.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.middle-card-white.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.middle-card-white.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.middle-card-white.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.middle-card-white.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.middle-card-white.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.middle-card-white.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.middle-card-white.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.middle-card-white.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.card-header-red {
  color: #790505;
  margin-bottom: 8px;
  font-weight: 300;
}

.dark-red-text {
  color: #790505;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.dark-red-text.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.dark-red-text.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.dark-red-text.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.dark-red-text.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.dark-red-text.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.dark-red-text.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.dark-red-text.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.dark-red-text.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.dark-red-text.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.dark-red-text.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.section-header-wrapper-christmas {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
}

.section-header-wrapper-christmas.video {
  margin-top: 133px;
}

.sub-header-christmas-2 {
  color: #790505;
  text-transform: none;
  margin-bottom: -13px;
  font-family: Great Vibes, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.sub-header-christmas-2.big {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.sub-header-christmas-2.big.events {
  color: var(--white);
}

.sub-header-christmas-2.big.cup {
  color: #880116;
}

.sub-header-christmas-2.subscribe-sub-header {
  margin-bottom: 0;
}

.sub-header-christmas-2.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.sub-header-christmas-2.page {
  color: var(--white);
  text-transform: none;
  margin-right: 29px;
  padding-right: 0;
  font-weight: 400;
}

.sub-header-christmas-2.page.sub-slide-3 {
  margin-top: -322px;
}

.sub-header-christmas-2.page.sub-slide-4 {
  margin-top: 312px;
}

.sub-header-christmas-2.page.sub-slide-5 {
  margin-top: 464px;
}

.sub-header-christmas-2.page.sub-slide-6 {
  margin-top: -355px;
  margin-right: 0;
}

.sub-header-christmas-2.page.sub-slide-7 {
  margin-top: -434px;
  margin-right: 0;
}

.heading-christmas-2 {
  color: #790505;
  background-color: #fff6;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  position: static;
}

.heading-christmas-2.page-head {
  font-size: 38px;
}

.heading-christmas-2.grusel {
  color: #690606;
}

.middle-card-red {
  z-index: 1;
  background-color: #790505cf;
  flex: 1;
  margin: -302px 30% -15px;
  padding: 40px 7% 0;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.middle-card-red.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.middle-card-red.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.middle-card-red.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.middle-card-red.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.middle-card-red.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.middle-card-red.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.middle-card-red.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.middle-card-red.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.middle-card-red.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-22 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 38px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.frame-menu-white {
  z-index: 0;
  border: 1px solid var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 12px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.frame-menu-white.white-frame {
  border-color: #fff;
}

.text-span-26 {
  font-size: 50px;
}

.heading-big-padding-white {
  color: var(--white);
  text-align: left;
  margin-top: 72px;
  margin-right: auto;
  padding-left: 220px;
  font-size: 20px;
  font-weight: 400;
}

.text-block-big-padding-white {
  color: var(--white);
  text-align: justify;
  margin-top: 0;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 15px;
}

.text-block-big-padding-white.video {
  margin-top: 0;
}

.wrapper-black-background {
  box-shadow: 0 8px 14px -2px var(--black), 0 -8px 14px -2px var(--black);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 67px;
  padding-right: 0;
  display: block;
  position: relative;
}

.wrapper-black-background.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-black-background.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-black-background.room {
  justify-content: center;
  display: flex;
}

.wrapper-black-background.greaber {
  margin-top: 235px;
}

.wrapper-black-background.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-black-background.wedding-offer {
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-black-background.background-copy {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.side-card-mittelalter {
  z-index: 1;
  background-color: #fafafa00;
  flex: 1;
  margin: 80px 5% 80px -14.4%;
  padding: 0 0%;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.side-card-mittelalter.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-mittelalter.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-mittelalter.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-mittelalter.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.side-card-mittelalter.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-mittelalter.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.side-card-mittelalter.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-mittelalter.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-mittelalter.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-75 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.side-card-image-div-fill {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  position: absolute;
}

.side-card-content-padding {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 44px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.side-card-content-padding.disc {
  margin-bottom: 0;
}

.side-card-content-padding.cup {
  margin-right: 0;
}

.side-card-content-padding.anzeige {
  margin-bottom: 0;
}

.div-block-sidecardcontent {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.side-card-header-thin {
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 200;
}

.text-block-white-middle {
  color: var(--white);
  text-align: center;
  margin-top: 72px;
  margin-bottom: 65px;
  font-size: 15px;
}

.text-block-white-middle.video {
  margin-top: 0;
}

.wrapper-black-background-midle {
  box-shadow: 0 8px 14px -2px var(--black), 0 -8px 14px -2px var(--black);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 77px;
  padding-bottom: 38px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-black-background-midle.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-black-background-midle.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-black-background-midle.room {
  justify-content: center;
  display: flex;
}

.wrapper-black-background-midle.greaber {
  margin-top: 235px;
}

.wrapper-black-background-midle.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-black-background-midle.wedding-offer {
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-black-background-midle.background-copy {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-white-service {
  color: var(--white);
  text-align: left;
  margin-top: 37px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.text-block-white-service.video {
  margin-top: 0;
}

.text-block-seo-white {
  color: var(--white);
  text-align: justify;
  margin-top: 0;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 15px;
}

.text-block-seo-white.video {
  margin-top: 0;
}

.glocke-gastro-xmas {
  margin-top: -10px;
  margin-bottom: 10px;
  position: static;
}

.div-block-76 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-126 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.dark-red-text-background {
  background-color: var(--white);
  color: #790505;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.dark-red-text-background.menu {
  color: var(--white);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.dark-red-text-background.menu.wein-im-schloss {
  padding-left: 37px;
  padding-right: 37px;
}

.dark-red-text-background.menu.cup {
  margin-left: -36px;
  margin-right: -36px;
}

.dark-red-text-background.eintritt {
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.dark-red-text-background.ffnung {
  color: var(--white);
  text-align: left;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  display: flex;
}

.dark-red-text-background.disc {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.dark-red-text-background.vas {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  display: flex;
}

.dark-red-text-background.vas.cup {
  text-align: left;
  margin-left: -51px;
  margin-right: -51px;
}

.dark-red-text-background.vas.cup-copy {
  text-align: left;
  margin: 0 -51px;
}

.dark-red-text-background.info {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 400;
}

.blackshaderadial {
  z-index: 1;
  object-fit: cover;
  background-color: #0000;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #00000080 74%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-content-bottom {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: center;
  width: 66.66%;
  margin: 0 auto 72px;
  padding: 40px 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.slide-content-bottom.content-slide-2 {
  padding-top: 129px;
  padding-bottom: 94px;
}

.slide-content-bottom.content-slide-5 {
  margin-top: 210px;
}

.slide-content-bottom.content-page {
  margin-top: 69px;
}

.paragraph-main-less-margin {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  overflow: visible;
}

.paragraph-main-less-margin.va {
  text-align: center;
  margin-top: 62px;
  margin-bottom: -41px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.paragraph-main-less-margin.eintritt {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: -37px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  display: flex;
}

.paragraph-main-less-margin.eintritt.b-ro {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.paragraph-main-less-margin.wegezoll {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 0;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-main-less-margin.disc {
  margin-top: 10px;
}

.paragraph-main-less-margin.room {
  text-align: left;
  max-width: 80%;
}

.paragraph-main-less-margin.span-oswald {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  justify-content: center;
  margin-top: -37px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.paragraph-main-less-margin.span-oswald.b-ro {
  flex-direction: column;
  align-items: center;
}

.paragraph-main-less-margin.grusel {
  text-align: center;
  margin-top: -19px;
}

.paragraph-main-less-margin.info {
  text-align: center;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph-main-less-margin.info.eisenliga {
  text-align: justify;
  margin-left: 220px;
  margin-right: 220px;
}

.paragraph-main-less-margin.agb {
  margin-top: 2px;
}

.paragraph-main-less-margin.grusel-copy {
  outline-offset: 0px;
  text-align: center;
  border-radius: 10px;
  outline: 3px solid #ab0923;
  margin-top: -19px;
  padding: 24px 8px;
}

.paragraph-main-less-margin.elektro {
  flex-direction: column;
  display: flex;
}

.div-block-parent {
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  margin: -156px 20px 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-127 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  position: absolute;
  inset: auto;
}

.div-block-child {
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 100px;
  display: flex;
  position: relative;
}

.sub-header-white {
  color: var(--white);
  text-transform: none;
  margin-bottom: -13px;
  font-family: Great Vibes, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.sub-header-white.big {
  color: #ad8b4f;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.sub-header-white.big.events {
  color: var(--white);
}

.sub-header-white.big.cup {
  color: #880116;
}

.sub-header-white.subscribe-sub-header {
  margin-bottom: 0;
}

.sub-header-white.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.sub-header-white.page {
  color: var(--white);
  text-transform: none;
  margin-right: 29px;
  padding-right: 0;
  font-weight: 400;
}

.sub-header-white.page.sub-slide-3 {
  margin-top: -322px;
}

.sub-header-white.page.sub-slide-4 {
  margin-top: 312px;
}

.sub-header-white.page.sub-slide-5 {
  margin-top: 464px;
}

.sub-header-white.page.sub-slide-6 {
  margin-top: -355px;
  margin-right: 0;
}

.sub-header-white.page.sub-slide-7 {
  margin-top: -434px;
  margin-right: 0;
}

.div-block-79 {
  justify-content: center;
  width: 100%;
  max-width: none;
}

.paragraph-43 {
  text-align: center;
  margin-top: 172px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  position: static;
}

.image-128 {
  z-index: 3;
  max-width: 40%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span-27 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.html-embed-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-23 {
  color: var(--color-2);
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
}

.text-span-28 {
  text-transform: uppercase;
}

.link-block-table {
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-4 {
  flex: 0 auto;
  align-self: auto;
}

.image-130 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.image-131 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-nav-3 {
  display: block;
}

.slide-image-hide {
  object-fit: cover;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.side-card-header-2 {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 300;
}

.white-text-2 {
  color: #fff;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-weight: 400;
}

.text-block-24 {
  color: #870d0d;
  font-size: 24px;
}

.image-122-copy {
  max-width: 50%;
  margin-top: -198px;
  position: absolute;
}

.blackershade {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.image-132, .image-133 {
  box-shadow: 0 11px 11px 10px #0003;
}

.image-134 {
  box-shadow: 0 11px 11px #0003;
}

.text-span-29 {
  color: var(--color-2);
}

.wrapper-space {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 202px;
  padding-right: 0;
  display: block;
  position: relative;
}

.wrapper-space.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-space.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-space.room {
  justify-content: center;
  display: flex;
}

.wrapper-space.greaber {
  margin-top: 235px;
}

.wrapper-space.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-space.wedding-offer {
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-space.background-copy {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-space.slide-wrapper-bottom {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.image-136 {
  position: absolute;
  inset: 0% 0% auto;
}

.container-5 {
  flex-flow: column;
  margin-bottom: 593px;
  display: flex;
  position: relative;
}

.div-block-80 {
  position: relative;
}

.image-background {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  position: absolute;
  inset: auto;
}

.div-block-child-noback {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 100px;
  display: flex;
  position: relative;
}

.blacktextoswald {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-eilmeldung {
  color: var(--color-2);
  margin-top: 35px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 40px;
}

.image-137 {
  margin-bottom: -32px;
  padding-bottom: 0;
}

.big-text {
  color: var(--black);
  margin-top: 41px;
  margin-bottom: 0;
  padding-bottom: 49px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
}

.image-div-fill {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  position: absolute;
  inset: 0%;
}

.wrapper-big-padding {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 86px;
  padding-left: 350px;
  padding-right: 350px;
  display: block;
  position: relative;
}

.wrapper-big-padding.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-big-padding.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-big-padding.room {
  justify-content: center;
  display: flex;
}

.wrapper-big-padding.greaber {
  margin-top: 235px;
}

.wrapper-big-padding.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-big-padding.wedding-offer {
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-big-padding.background-copy {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-big-padding.slide-wrapper-bottom {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.image-content-padding {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 44px 60px 67px;
  display: flex;
  position: relative;
}

.image-content-padding.disc {
  margin-bottom: 0;
}

.image-content-padding.cup {
  margin-right: 0;
}

.image-content-padding.anzeige {
  margin-bottom: 0;
}

.side-card-feature-small {
  object-fit: fill;
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin-top: 39px;
  margin-left: 120px;
  margin-right: 120px;
  padding: 15px;
  display: flex;
}

.side-card-feature-small.reversed {
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row-reverse;
  margin-top: 60px;
}

.side-card-feature-small.cup {
  height: 763px;
  display: flex;
}

.side-card-feature-small.special-copy {
  margin-top: -76px;
}

.side-card-header-test {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 200;
}

.side-card-small-right {
  z-index: 1;
  background-color: #111111f2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: -90px;
  margin-right: 5.6%;
  padding: 44px 7% 0;
  display: flex;
  position: relative;
}

.side-card-small-right.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-small-right.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-small-right.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-small-right.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.side-card-small-right.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.side-card-small-right.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.side-card-small-right.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.side-card-small-right.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.side-card-small-right.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.main-text {
  color: #fff;
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-info-black {
  background-image: linear-gradient(#111111f2, #111111f2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 10px 40px;
  display: flex;
}

.text-block-info {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding-right: 0;
  font-size: 15px;
}

.text-block-info.video {
  margin-top: 0;
}

.text-block-white {
  color: #fff;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 65px;
  font-size: 15px;
}

.text-block-white.video {
  margin-top: 0;
}

.text-block-service {
  color: #fff;
  text-align: center;
  margin-top: 37px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.text-block-service.video {
  margin-top: 0;
}

.text-block-background {
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#111111f2, #111111f2);
  margin: 75px 220px 66px;
  padding: 10px;
  font-size: 15px;
}

.text-block-background.video {
  margin-top: 0;
}

.text-block-seo {
  color: #545252;
  text-align: justify;
  margin-top: 0;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 15px;
}

.text-block-seo.video {
  margin-top: 0;
}

.side-card-image-background {
  object-fit: cover;
  background-color: #ffffff3b;
  width: 65.8%;
  min-width: 0;
  max-width: none;
  position: static;
}

.wrapper-center-0-padding {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-center-0-padding.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-center-0-padding.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-center-0-padding.room {
  justify-content: center;
  display: flex;
}

.wrapper-center-0-padding.greaber {
  margin-top: 235px;
}

.wrapper-center-0-padding.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-center-0-padding.wedding-offer {
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-center-0-padding.background-space {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-119-1-copy {
  z-index: 3;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-119-copy {
  z-index: 3;
  max-width: 50%;
  margin-left: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-30 {
  color: #ad8b4f;
  font-size: 60px;
  font-weight: 400;
}

.header-sidecard-gs {
  z-index: 2;
  color: #a10e0e;
  text-align: center;
  text-transform: capitalize;
  background-color: #ffffff8f;
  width: 80%;
  margin-top: 84px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 79px;
  font-family: Great Vibes, sans-serif;
  font-size: 45px;
  font-weight: 400;
  position: absolute;
}

.div-block-37-copy {
  z-index: auto;
  object-fit: cover;
  position: relative;
}

.image-138 {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.div-block-36-copy, .div-block-38-copy {
  object-fit: cover;
  position: relative;
}

.image-139, .image-140 {
  object-fit: cover;
  position: absolute;
}

.html-embed-6 {
  text-align: center;
}

.html-embed-7 {
  text-align: center;
  margin-top: 120px;
}

.paragraph-44 {
  color: var(--color-2);
  margin-top: -16px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.text-span-31 {
  padding-left: 67px;
}

.page-hero-header-winterwedd {
  color: #2e7af3;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff75;
  max-width: 770px;
  margin: 40px 130px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 200;
  display: block;
}

.heading-16-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 200;
}

.image-141 {
  margin-top: 609px;
  margin-left: 771px;
}

.slide-content-copy {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  width: 100%;
  margin-top: 211px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.slide-content-copy.content-slide-2 {
  padding-top: 129px;
  padding-bottom: 94px;
}

.slide-content-copy.content-slide-5 {
  margin-top: 210px;
}

.slide-content-copy.content-page {
  margin-top: 69px;
}

.slide-content-copy.content-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.text-block-gold-center {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 35px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
}

.side-card-header-gold {
  color: var(--color-1);
  margin-bottom: 8px;
  font-weight: 300;
}

.div-block-parent-0-margin {
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  margin: 131px 20px 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-child-no-bg {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 100px;
  display: flex;
  position: relative;
}

.paragraph-left-black {
  color: var(--black);
  text-align: left;
  margin-top: 49px;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  position: static;
}

.heading-vollkorn-black {
  font-family: Vollkorn, serif;
}

.center-card {
  z-index: 1;
  background-color: #fafafa00;
  flex: 1;
  margin: 211px 5% 80px;
  padding: 0 0%;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.center-card.reversed {
  margin-left: 3%;
  margin-right: -14.4%;
  padding-left: 0%;
  padding-right: 0%;
}

.center-card.reversed.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.center-card.reversed.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.center-card.reversed.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.center-card.ffnung {
  margin-left: -22.4%;
  margin-right: -44px;
  padding-left: 0%;
  padding-right: 0%;
}

.center-card.reversed-copy {
  margin-left: 5%;
  margin-right: -14.4%;
  padding-left: 7%;
  padding-right: 7%;
}

.center-card.reversed-copy.ffnung-links {
  margin-left: 0%;
  margin-right: -19.4%;
}

.center-card.reversed-copy.links {
  margin-bottom: 249px;
  padding-bottom: 2px;
  padding-left: 3%;
  padding-right: 3%;
}

.center-card.reversed-copy.cup {
  padding-left: 5%;
  padding-right: 5%;
}

.card-image-div-fill-copy {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  position: absolute;
}

.div-block-cardcontent {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.card-content-padding {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 128px 60px 173px;
  display: flex;
  position: relative;
}

.card-content-padding.disc {
  margin-bottom: 0;
}

.card-content-padding.cup {
  margin-right: 0;
}

.card-content-padding.anzeige {
  margin-bottom: 0;
}

.image-145 {
  max-width: 50%;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  justify-content: end;
  margin-top: 91px;
  padding-left: 100px;
  padding-right: 100px;
}

.image-146, .image-147 {
  max-width: 70%;
}

.link-block-shadow {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-149 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 340px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 220px;
  display: inline-flex;
  position: relative;
}

.image-150 {
  z-index: 3;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
}

.text-span-32 {
  text-decoration: underline;
}

.heading-17 {
  color: #545252;
  text-transform: none;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-153 {
  max-width: 70%;
  margin-top: 70px;
  margin-bottom: 20px;
}

.container-6 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.wrapper-middle-padding-top {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.wrapper-middle-padding-top.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-middle-padding-top.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-middle-padding-top.room {
  justify-content: center;
  display: flex;
}

.wrapper-middle-padding-top.greaber {
  margin-top: 235px;
}

.wrapper-middle-padding-top.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-color: #0774cc6b;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-middle-padding-top.wedding-offer {
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-middle-padding-top.background-space {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-wedding-copy {
  color: #545252;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.text-block-wedding-copy.video {
  margin-top: 0;
}

.texthead-oswaldcenter {
  color: #545252;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.image-oversize-margin {
  box-shadow: 0 0 12px -5px var(--black);
  margin-top: 35px;
  margin-bottom: 40px;
}

.paragraph-45 {
  color: var(--color-2);
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.text-span-33 {
  font-size: 30px;
}

.text-block-25, .text-block-26, .text-block-27 {
  font-size: 25px;
}

.container-7 {
  margin-top: -16px;
  margin-bottom: 58px;
}

.paragraph-011 {
  text-align: center;
  margin-top: 53px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.paragraph-011._2 {
  margin-top: 26px;
  margin-bottom: 38px;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-011._3 {
  margin-top: 24px;
  line-height: 30px;
}

.paragraph-011.sonder {
  color: var(--color-2);
}

.page-hero-header-wedding-gold {
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  max-width: 770px;
  margin: 40px auto;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 200;
  display: block;
}

.side-card-image-div-non {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  position: absolute;
}

.side-card-image-div-none2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  display: none;
  position: absolute;
}

.side-card-image-none {
  object-fit: cover;
  width: 65.8%;
  min-width: 0;
  max-width: none;
  display: none;
  position: static;
}

.header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: -158px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.header.video {
  margin-top: 133px;
}

.bold-text-11, .bold-text-12 {
  text-decoration: underline;
}

.text-block-28 {
  color: #fff;
  margin-top: 10px;
}

.paragraph-46 {
  margin-top: 72px;
  margin-bottom: -155px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  margin-top: 107px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.text-block-29-copy {
  color: #000;
  text-align: center;
  margin-top: 46px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-span-34 {
  color: var(--color-2);
}

.image-156 {
  max-width: 110%;
  margin-top: 0;
  margin-bottom: 213px;
  margin-right: 28px;
}

.text-span-35 {
  color: var(--color-2);
}

.image-157 {
  max-width: 20%;
  margin-bottom: -53px;
  padding-bottom: 0;
}

.image-158 {
  max-width: 70%;
}

.text-span-36 {
  color: var(--color-2);
  text-align: center;
}

.youtube-4 {
  width: 100%;
  margin: 60px 0 140px;
}

.wrapper-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 60px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-vertical.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-vertical.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-vertical.room {
  justify-content: center;
  display: flex;
}

.wrapper-vertical.greaber {
  margin-top: 235px;
}

.wrapper-vertical.background {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-vertical.wedding-offer {
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-vertical.background-copy {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-vertical.slide-wrapper-bottom {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.wrapper-vertical.background-black {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-vertical.background-black-space {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 78px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-vertical.background-padding {
  box-shadow: 0 0 12px -5px var(--black);
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding: 40px 40px 37px;
  display: flex;
}

.side-card-feature-tablet-new {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-card-feature-tablet-new.reversed {
  margin-top: 60px;
  overflow: visible;
}

.side-card-feature-tablet-new.cup {
  height: 763px;
  display: flex;
}

.side-card-feature-tablet-new.special-copy {
  margin-top: -76px;
}

.side-card-feature-tablet-new.reversed-test {
  background-image: url('../images/beige-aged-background-Groß.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 500px;
  max-height: 300px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-162 {
  max-width: 70%;
}

.paragraphkarlacenterwhite {
  text-align: center;
  background-color: #111111b3;
  border: 1px solid #ad8b4f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-headline {
  margin-bottom: -25px;
}

.bold-text-13 {
  text-decoration: underline;
}

.bold-text-headline-u {
  margin-bottom: -25px;
  text-decoration: underline;
}

.text-pagenav {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.container-8 {
  flex-flow: row;
  display: flex;
}

.link-14 {
  text-decoration: none;
}

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

.link-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.link-bigcenteroswaldwhite {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

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

.container-link {
  background-color: #111111b3;
  border: 1px solid #ad8b4f;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rabatt-section {
  text-align: center;
  background-color: #5b0a0a;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/DSC_6154-Groß.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 38px 56px 112px;
  position: relative;
}

.rabatt-section.no-top-padding {
  padding-top: 0;
}

.rabatt-section.no-bottom-padding {
  padding-bottom: 0;
}

.rabatt-section.no-paddings {
  padding: 0;
}

.rabatt-section.pattern-section {
  background-color: #0000;
  background-image: none;
  border-bottom-style: none;
  border-bottom-color: #000;
  justify-content: center;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.rabatt-section.pattern-section.no-bottom-padding {
  background-color: #0000;
  background-image: none;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.rabatt-section.pattern-section.no-top-padding {
  border: 1px #000;
}

.rabatt-section.pattern-section.va {
  padding-top: 0;
  padding-bottom: 162px;
}

.rabatt-section.pattern-section.room {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rabatt-section.shadow-section {
  background-image: url('../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpeg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  font-size: 30px;
  display: block;
  box-shadow: 0 -8px 14px -2px #000, 0 8px 14px -2px #000;
}

.rabatt-section.shadow-section.eintritt {
  padding-top: 187px;
  padding-bottom: 63px;
}

.rabatt-section.shadow-section.bernachten {
  padding-bottom: 112px;
}

.rabatt-section.shadow-section.room {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-rabatt {
  box-sizing: content-box;
  grid-row-gap: 14px;
  background-color: #7c1111eb;
  grid-template-rows: 6fr 6fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding: 20px;
}

.image-163 {
  max-width: 35%;
  margin-top: -19px;
  margin-right: -19px;
}

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

.grid-24 {
  background-color: #7c1111eb;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.container-9 {
  margin-left: 70px;
}

.div-block-81 {
  background-color: #111111f2;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 20px 60px;
  display: flex;
}

.image-164 {
  max-width: 50%;
  margin-top: -117px;
  margin-bottom: -19px;
  margin-left: -212px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 65px;
}

.image-164-copy {
  max-width: 50%;
  margin: -100px -212px -19px 0;
  padding-bottom: 0;
}

.image-166 {
  max-width: 30%;
}

.image-167 {
  max-width: 50%;
}

.container-10 {
  background-color: #7c1111eb;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.paragraph-11-red {
  color: var(--color-2);
  text-align: center;
  margin-top: -16px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.paragraph-11-red._2 {
  margin-top: 26px;
  margin-bottom: 38px;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-11-red._3 {
  margin-top: 24px;
  line-height: 30px;
}

.paragraph-11-red.sonder {
  color: var(--color-2);
}

.paragraph-47 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 17px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    padding: 80px 8px;
    overflow: hidden;
  }

  .section.pattern-section, .section.pattern-section-hochzeit {
    margin-bottom: 8px;
  }

  .wrapper.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper.slide-wrapper {
    min-height: 600px;
  }

  .wrapper.greaber {
    margin-top: 165px;
  }

  .wrapper.slide-wrapper-bottom {
    min-height: 600px;
  }

  .button.white-button.arrow-button {
    display: none;
  }

  .button.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .button.page._2 {
    margin-top: 0;
  }

  .button.page.va {
    width: 70%;
  }

  .button.page.eintritt {
    width: 100%;
    margin-left: 0;
  }

  .style-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 20px;
  }

  .button-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 0;
  }

  .nav-bar.fixed-nav-bar {
    position: fixed;
  }

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

  .bg-section.hero-section {
    height: auto;
  }

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

  .bg-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .bg-section.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .bg-section.page-hero-section.blackborder-hero {
    height: 70vh;
  }

  .bg-section.page-hero-section.blackborder-hero.ffnung {
    background-image: linear-gradient(to bottom, null, null), url('../images/_MG_9806-Groß.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: auto, cover, cover;
  }

  .bg-section.page-hero-section.menu-hero-copy {
    height: 70vh;
  }

  .bg-section.page-hero-section.menu-hero-copy.ffnung {
    background-image: linear-gradient(to bottom, null, null), url('../images/_MG_9806-Groß.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: auto, cover, cover;
  }

  .bg-section.cta-section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    background-color: #0000;
    width: 100%;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    box-shadow: inset 0 1px #6161613b;
  }

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

  .nav-link.fixed-nav-link {
    background-color: #0000;
  }

  .logo {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .logo.fixed-nav-bar-logo.w--current {
    margin-left: 6px;
  }

  .nav-menu {
    background-color: #111111e6;
    border-bottom: 1px solid #0000;
    flex-flow: column;
    align-items: stretch;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .nav-menu.fixed-nav-menu {
    border-top: 1px solid var(--gainsboro);
    height: auto;
  }

  .slide-content {
    width: 83.33%;
    margin-top: 207px;
    margin-bottom: 80px;
    display: block;
  }

  .slide-content.content-slide-2 {
    margin-top: 236px;
    padding-top: 13px;
  }

  .slide-content.content-slide-3 {
    margin-top: 171px;
  }

  .slide-content.content-slide-4 {
    margin-top: 195px;
  }

  .slide-content.content-slide-5 {
    margin-top: 128px;
  }

  .slide-content.content-slide-6 {
    margin-top: 199px;
  }

  .slide-content.content-slide-7 {
    margin-top: 218px;
  }

  .slide-content.content-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 19px;
    margin-bottom: 18px;
  }

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

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

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

  .white-text.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .white-text.vas, .white-text.tabelle {
    font-size: 20px;
    line-height: 25px;
  }

  .white-text.menu-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .contact-form-wrapper {
    padding-left: 32px;
    padding-right: 40px;
  }

  .contact-form {
    width: 100%;
  }

  .contact {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-card-map {
    height: 440px;
  }

  .contact-card {
    margin-bottom: 56px;
  }

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

  .footer-column {
    width: 50%;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .footer-link.special {
    font-size: 15px;
  }

  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }

  .blog-posts {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card {
    margin-bottom: 32px;
  }

  .blog-post-header {
    margin-top: 24px;
  }

  .post-hero {
    padding-bottom: 48px;
  }

  .post-dark-bg {
    inset: 0;
  }

  .post {
    box-shadow: none;
    margin-top: 0;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-hero-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slider {
    height: 600px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

  .slide-2.disc {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 50% 100%;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
  }

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

  .menu-button.fixed-menu-button {
    color: var(--black);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown.w--open {
    padding-bottom: 1px;
  }

  .dropdown.fixed-dropdown {
    border-style: none;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .dropdown-icon {
    opacity: .3;
    margin-right: 7px;
  }

  .features {
    justify-content: center;
    align-items: center;
  }

  .slide-1.disc {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 50% 100%;
  }

  .sub-header {
    font-size: 34px;
  }

  .sub-header.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .sub-header.big.disc {
    margin-bottom: 0;
  }

  .footer-bottom {
    padding-left: 4%;
    padding-right: 4%;
  }

  .badge.menu-item-category {
    margin: 12px;
  }

  .subscribe {
    width: 83.33%;
    max-width: none;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-big.intro-text {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu-list-item {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-name, .menu-price {
    font-size: 15px;
  }

  .menu-dots-line {
    height: 19px;
  }

  .menu-list {
    justify-content: center;
  }

  .menu-grid-card {
    margin-bottom: 16px;
  }

  .menu-grid-image {
    margin-bottom: 8px;
  }

  .section-description {
    margin-bottom: 32px;
  }

  .cta-content {
    margin-bottom: 24px;
  }

  .feature-text {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .feature-banner {
    max-width: 90%;
    height: 100px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 21px;
  }

  .feature-image-block {
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .working-hours {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-card-info {
    padding-left: 8%;
    padding-right: 8%;
  }

  .side-card-feature {
    margin-top: 28px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card-feature.reversed {
    margin-top: 28px;
  }

  .side-card-feature.reversed-test {
    max-width: 400px;
    margin-top: 16px;
    margin-right: 60px;
  }

  .side-card-image._1 {
    background-position: 55%;
  }

  .side-card-image._2 {
    background-position: 50% 100%;
  }

  .side-card {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -16.66%;
  }

  .side-card.reversed {
    margin-right: -16.66%;
  }

  .side-card.anzeige {
    margin-top: -22px;
    margin-left: 0%;
  }

  .post-card-info {
    width: 50%;
    min-height: 440px;
  }

  .page-hero-header {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 70px;
  }

  .reservation {
    width: 90%;
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 72px;
  }

  .reservation-form {
    width: 100%;
  }

  .menu-grid-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .big-icon {
    width: 56px;
  }

  .side-image-content {
    width: 42%;
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-image {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-blocks {
    flex-wrap: wrap;
  }

  .contact-block {
    flex: 0 auto;
    width: 50%;
  }

  .video-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .zoom-icon, .hero-scroll {
    display: none;
  }

  .footer-bottom-content {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-small-grid-item {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-items, .licence-contact-text {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide-3.disc {
    background-image: linear-gradient(to bottom, null, null), url('../images/_MMF6642-Groß.jpg');
    background-position: 0 0, 50% 0;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .image {
    margin-bottom: -6px;
  }

  .heading-2 {
    margin-top: 18px;
  }

  .heading-3 {
    margin-top: 19px;
    margin-bottom: 17px;
  }

  .slide-4.disc {
    background-image: linear-gradient(to bottom, null, null), url('../images/27893921044_10b401566a_o_2.jpg');
    background-position: 0 0, 50% 0;
  }

  .dropdown-link-2 {
    text-align: center;
  }

  .image-2 {
    margin-top: -22px;
  }

  .image-3 {
    margin-left: 76px;
    position: fixed;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 15px;
  }

  .text-block-grid {
    font-size: 12px;
  }

  .text-block-grid.video {
    font-size: 16px;
  }

  .nav-menu-2 {
    background-color: var(--black);
  }

  .slide-13 {
    background-image: url('../images/EC-Titel.jpg');
    background-position: 50% 0;
    background-size: 110%;
  }

  .image-18 {
    max-width: 70%;
  }

  .paragraph-main {
    text-align: center;
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .paragraph-main.eintritt {
    text-align: justify;
  }

  .paragraph-main.disc {
    margin-top: 24px;
  }

  .paragraph-main.room {
    margin-top: -78px;
    padding-right: 0;
  }

  .paragraph-main.span-oswald {
    text-align: justify;
  }

  .paragraph-main.grusel {
    margin-bottom: 0;
  }

  .paragraph-main.info.eisenliga {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-main.grusel-copy {
    margin-bottom: 0;
  }

  .paragraph-main.elektro {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-main.headlineoswaldcenter {
    text-align: justify;
  }

  .div-menu-image._1 {
    background-position: 50% 0;
  }

  .div-menu-image._3 {
    background-position: 60%;
  }

  .side-card-image-menu {
    background-position: 50%;
  }

  .side-card-image-menu._1 {
    background-position: 50% 100%;
  }

  .side-card-image-menu._2 {
    background-position: 30% 100%;
  }

  .side-card-image-menu._3 {
    background-image: url('../images/52781410839_8c80e4d36b_c.jpg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-menu._4 {
    background-position: 30% 100%;
    background-size: 750px;
  }

  .side-card-image-menu._5 {
    background-position: 90% 100%;
    background-size: cover;
  }

  .side-card-image-menu._6 {
    background-position: 25% 100%;
    background-size: cover;
  }

  .side-card-image-menu._7 {
    background-position: 100% 100%;
  }

  .side-card-image-menu.va._1 {
    background-position: 100% 0;
    background-size: cover;
  }

  .side-card-image-menu.va._2 {
    background-size: cover;
  }

  .side-card-image-menu.va._3 {
    background-position: 50%;
  }

  .side-card-image-menu.va._8 {
    background-position: 100% 0;
  }

  .side-card-image-menu.va._9 {
    background-position: 40% 0;
  }

  .side-card-image-menu.ffnung-rechts-2 {
    background-position: 20%;
  }

  .side-card-image-menu.grusel {
    background-position: 50% 25%;
  }

  .side-card-image-menu.cup {
    background-position: 60% 0;
  }

  .side-card-image-menu.cup-2 {
    background-position: 50%;
  }

  .side-card-image-menu.cup-4 {
    background-position: 20%;
  }

  .side-card-image-menu.winter-2 {
    background-position: 50%;
  }

  .side-card-image-menu._14 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-menu._15 {
    background-position: 50% 100%;
    background-size: contain;
  }

  .side-card-image-menu.turney {
    background-position: 100% 0;
  }

  .side-card-image-menu.turney-2 {
    background-position: 100%;
  }

  .side-card-image-menu.turney-3 {
    background-position: 50%;
  }

  .side-card-image-menu.turney-4 {
    background-position: 20%;
  }

  .side-card-image-menu.turney-5, .side-card-image-menu.turney-6 {
    background-position: 50%;
  }

  .side-card-image-menu.turney-7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-menu.turney-8, .side-card-image-menu.wein {
    background-position: 100%;
  }

  .side-card-image-menu.silvester {
    background-size: cover;
    margin-right: 37px;
    padding-right: 66px;
  }

  .side-card-image-menu.turney-9 {
    background-position: 100%;
  }

  .side-card-image-menu.turney-10 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-menu.turney-11 {
    background-position: 50%;
  }

  .side-card-image-menu.turney-12 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-menu.turney-13 {
    background-position: 100%;
  }

  .side-card-image-menu.turney-14 {
    background-position: 0%;
    background-size: cover;
  }

  .side-card-image-menu.turney-15 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-menu.turney-16 {
    background-position: 100%;
  }

  .side-card-image-menu.turney-17 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-menu.turney-17-copy {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-menu.elektro {
    background-position: 30%;
  }

  .side-card-image-menu.grauen-1 {
    background-position: 50%;
  }

  .side-card-image-menu.grauen-2 {
    background-position: 100% 30%;
  }

  .side-card-image-menu.grauen-4 {
    background-position: 100% 70%;
  }

  .side-card-image-menu.va-cup {
    background-position: 80%;
  }

  .side-card-image-menu.va-grauen {
    background-position: 50%;
  }

  .side-card-image-menu.va-elektro, .side-card-image-menu.va-poetry {
    background-position: 40%;
  }

  .side-card-image-menu._16 {
    background-image: url('../images/52781468449_50280cc5d3_c.jpg');
    background-position: 50% 100%;
  }

  .side-card-image-menu.burger {
    background-image: url('../images/52782044103_eff22749c5_c.jpg');
    background-position: 0 100%;
    background-size: cover;
  }

  .side-card-menu {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -22.66%;
  }

  .side-card-menu.reversed {
    margin-left: auto;
    margin-right: auto;
  }

  .side-card-menu.ffnung {
    margin-right: -9px;
  }

  .head-wrapper.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .head-wrapper.slide-wrapper {
    min-height: 600px;
  }

  .hero-section-header-wrapper {
    width: 470px;
    margin-top: 23px;
    margin-bottom: 24px;
  }

  .hero-sub-header {
    font-size: 34px;
  }

  .hero-sub-header.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .grid-9 {
    grid-row-gap: 0px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-26 {
    background-image: none;
    background-position: 0 0;
    background-size: cover;
  }

  .div-shadow._1, .div-shadow._2, .div-shadow._3 {
    min-height: 50vh;
  }

  .div-shadow._4 {
    background-size: 550px;
    min-height: 50vh;
  }

  .grid-11 {
    width: 100%;
  }

  .untertitel.grusel {
    font-size: 20px;
  }

  .image-19 {
    max-width: 80%;
  }

  .textlink {
    font-size: 22px;
  }

  .slide-22 {
    background-image: linear-gradient(to bottom, null, null), url('../images/48884481686_94f0eb6dba_o-Groß.jpg');
    background-size: auto, cover;
  }

  .paragraph-11._2 {
    font-size: 22px;
  }

  .slide-24 {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 50%;
  }

  .grid-12 {
    margin-top: 80px;
  }

  .grid-13 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .slide-26 {
    background-position: 100%;
  }

  .slide-27 {
    background-position: 100% 0;
  }

  .slide-28 {
    background-position: 100% 100%;
  }

  .slide-29 {
    background-position: 50% 0;
  }

  .slide-36 {
    background-position: 70% 100%;
  }

  .paragraph-table.it {
    font-size: 18px;
  }

  .grid-15 {
    max-width: 100%;
  }

  .paragraph-38, .paragraph-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .italic-text {
    font-size: 18px;
  }

  .slide-39 {
    background-image: url('../images/1671292368716-01-Groß.jpeg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-41 {
    background-image: linear-gradient(#000000bd, #000000bd), url('../images/50035940.jpg');
    background-position: 0 0, 50%;
    background-size: auto, 150% 150%;
  }

  .text-block-7 {
    margin-top: 77px;
  }

  .link-11 {
    font-size: 20px;
  }

  .glocke {
    margin-top: 89px;
  }

  .grid-gallery {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-gallery.grusel-3 {
    grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .grid-gallery.grusel-2 {
    grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
    justify-content: stretch;
    justify-items: stretch;
  }

  .grid-gallery.grusel-4, .grid-gallery.grusel-5 {
    grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .grid-gallery.grusel-3-copy {
    grid-template-rows: minmax(300px, 1fr);
  }

  .div-block-36 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-38 {
    background-position: 65%;
  }

  .grid-13-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-9 {
    margin-top: 18px;
    margin-left: 142px;
    font-size: 45px;
  }

  .in-image-text {
    margin-top: 28px;
    margin-left: 86px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    text-decoration: none;
  }

  .in-image-text.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .in-image-text.big.disc {
    margin-bottom: 0;
  }

  .slide-45 {
    background-size: cover;
  }

  .image-64 {
    object-fit: cover;
    max-width: 60%;
    margin-top: 40px;
    margin-bottom: -241px;
    margin-left: 497px;
  }

  .link-block-11 {
    margin-top: 6px;
    margin-bottom: -154px;
    margin-left: 500px;
    padding-left: 0;
  }

  .image-66 {
    max-width: 70%;
  }

  .christmas-section {
    background-image: url('../images/snowy-christmas-background-3009-Converted.jpg');
    background-position: 0 0;
    background-size: auto;
    padding: 17px 8px 80px;
    overflow: hidden;
  }

  .christmas-section.pattern-section {
    margin-bottom: 8px;
  }

  .sub-header-christmas {
    font-size: 34px;
  }

  .sub-header-christmas.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .sub-header-christmas.big.disc {
    margin-bottom: 0;
  }

  .grid-christmas {
    padding-bottom: 0;
  }

  .button-christmas.white-button.arrow-button {
    display: none;
  }

  .button-christmas.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .button-christmas.page._2 {
    margin-top: 0;
  }

  .button-christmas.page.va {
    width: 70%;
  }

  .button-christmas.page.eintritt {
    width: 100%;
    margin-left: 0;
  }

  .heading-christmas-h3 {
    font-size: 15px;
  }

  .text-block-grid-christmas {
    font-size: 12px;
  }

  .text-block-grid-christmas.video {
    font-size: 16px;
  }

  .image-70 {
    margin-top: -40px;
    margin-left: 106px;
  }

  .wrapper-middle-big.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-middle-big.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-middle-big.greaber {
    margin-top: 165px;
  }

  .div-block-44 {
    margin-top: 75px;
  }

  .button-2.white-button.arrow-button {
    display: none;
  }

  .button-2.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .button-2.page._2 {
    margin-top: 0;
  }

  .button-2.page.va {
    width: 70%;
  }

  .button-2.page.eintritt {
    width: 100%;
    margin-left: 0;
  }

  .paragraph-main-wedding {
    text-align: center;
    margin-top: -89px;
    margin-bottom: -44px;
  }

  .paragraph-main-wedding.eintritt {
    text-align: justify;
  }

  .paragraph-main-wedding.disc {
    margin-top: 24px;
  }

  .paragraph-main-wedding.room {
    margin-top: -78px;
    padding-right: 0;
  }

  .paragraph-main-wedding.span-oswald {
    text-align: justify;
  }

  .paragraph-main-wedding.grusel, .paragraph-main-wedding.grusel-copy {
    margin-bottom: 0;
  }

  .image-72 {
    margin-bottom: -58px;
    padding-top: 40px;
  }

  .page-hero-header-wedding {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .grid-wedding {
    padding-bottom: 0;
  }

  .heading-3-wedding {
    font-size: 15px;
  }

  .text-block-grid-wedding {
    font-size: 12px;
  }

  .text-block-grid-wedding.video {
    font-size: 16px;
  }

  .grid-wedding-2 {
    padding-bottom: 0;
  }

  .div-block-46 {
    margin-left: 10px;
  }

  .div-block-47 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-grid-wedding-left {
    margin-right: 10px;
    font-size: 15px;
  }

  .text-block-grid-wedding-left.video {
    font-size: 16px;
  }

  .grid-wedding-3 {
    padding-bottom: 0;
  }

  .wrapper-flex.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-flex.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-flex.greaber {
    margin-top: 165px;
  }

  .text-block-wedding-info {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-wedding-info.video {
    font-size: 16px;
  }

  .main-text-wedding {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 16px;
  }

  .heading-3-wedding-offer {
    padding-left: 100px;
    font-size: 18px;
  }

  .text-block-wedding {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 15px;
  }

  .text-block-wedding.video {
    font-size: 16px;
  }

  .hero-sub-header-2 {
    font-size: 34px;
  }

  .hero-sub-header-2.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-14 {
    font-size: 30px;
    line-height: 38px;
  }

  .glocke-2 {
    margin-top: -48px;
  }

  .image-77 {
    margin-top: 26px;
  }

  .slide-77 {
    background-position: 50% 0;
  }

  .div-block-54 {
    background-size: cover;
  }

  .text-block-14-copy {
    font-size: 30px;
    line-height: 38px;
  }

  .text-span-18 {
    font-size: 15px;
  }

  .slide-81 {
    background-position: 28% 0;
    background-size: cover;
  }

  .div-block-56 {
    background-position: 50% 100%;
  }

  .text-block-14-copy-2 {
    margin-bottom: -5px;
    font-size: 30px;
    line-height: 38px;
  }

  .image-79 {
    max-width: 40%;
    margin-top: 150px;
  }

  .div-block-58, .div-block-59, .div-block-60, .div-block-62, .div-block-64 {
    background-position: 50%;
  }

  .glocke-gastro {
    margin-top: 89px;
  }

  .image-80 {
    margin-left: 0;
  }

  .slide-3-1.disc {
    background-image: linear-gradient(to bottom, null, null), url('../images/_MMF6642-Groß.jpg');
    background-position: 0 0, 50% 0;
  }

  .slide-4-1.disc {
    background-image: linear-gradient(to bottom, null, null), url('../images/27893921044_10b401566a_o_2.jpg');
    background-position: 0 0, 50% 0;
  }

  .slide-2-1.disc {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 50% 100%;
  }

  .text-block-wedding-info-left {
    font-size: 12px;
  }

  .text-block-wedding-info-left.video {
    font-size: 16px;
  }

  .grid-18 {
    grid-auto-flow: row;
    margin-top: 118px;
  }

  .side-card-wedding {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -22.66%;
  }

  .side-card-wedding.reversed {
    margin-right: -16.66%;
  }

  .side-card-wedding.ffnung {
    margin-right: -9px;
  }

  .side-card-wedding.reversed-copy {
    margin-right: -16.66%;
  }

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

  .grey-text.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .grey-text.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .side-card-image-trauung {
    background-position: 50%;
  }

  .side-card-image-trauung._1 {
    background-position: 100% 100%;
  }

  .side-card-image-trauung._2 {
    background-position: 20% 100%;
  }

  .side-card-image-trauung._3 {
    background-position: 65% 100%;
  }

  .side-card-image-trauung._4 {
    background-position: 20% 100%;
  }

  .side-card-image-trauung._5 {
    background-position: 90% 100%;
  }

  .side-card-image-trauung._6 {
    background-position: 40% 100%;
  }

  .side-card-image-trauung._7 {
    background-position: 75% 100%;
  }

  .side-card-image-trauung.va._3 {
    background-position: 50%;
  }

  .side-card-image-trauung.va._8 {
    background-position: 100% 0;
  }

  .side-card-image-trauung.va._9 {
    background-position: 40% 0;
  }

  .side-card-image-trauung.ffnung-rechts-2 {
    background-position: 20%;
  }

  .side-card-image-trauung.grusel {
    background-position: 50% 25%;
  }

  .side-card-image-trauung.cup {
    background-position: 60% 0;
  }

  .side-card-image-trauung.cup-2 {
    background-position: 50%;
  }

  .side-card-image-trauung.cup-4 {
    background-position: 20%;
  }

  .side-card-image-trauung.winter-2 {
    background-position: 50%;
  }

  .side-card-image-trauung._14 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-trauung._15 {
    background-position: 0 100%;
    background-size: cover;
  }

  .side-card-image-trauung.turney {
    background-position: 100% 0;
  }

  .side-card-image-trauung.turney-2 {
    background-position: 100%;
  }

  .side-card-image-trauung.turney-3 {
    background-position: 50%;
  }

  .side-card-image-trauung.turney-4 {
    background-position: 20%;
  }

  .side-card-image-trauung.turney-5, .side-card-image-trauung.turney-6 {
    background-position: 50%;
  }

  .side-card-image-trauung.turney-7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-trauung.turney-8, .side-card-image-trauung.wein {
    background-position: 100%;
  }

  .side-card-image-trauung.silvester {
    background-size: cover;
    margin-right: 37px;
    padding-right: 66px;
  }

  .side-card-image-trauung.turney-9 {
    background-position: 100%;
  }

  .side-card-image-trauung.turney-10 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-trauung.turney-11 {
    background-position: 50%;
  }

  .side-card-image-trauung.turney-12 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-trauung.turney-13 {
    background-position: 100%;
  }

  .side-card-image-trauung.turney-14 {
    background-position: 0%;
    background-size: cover;
  }

  .side-card-image-trauung.turney-15 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-trauung.turney-16 {
    background-position: 100%;
  }

  .side-card-image-trauung.turney-17 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-trauung.turney-17-copy {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-trauung.elektro {
    background-position: 30%;
  }

  .side-card-image-trauung.grauen-1 {
    background-position: 50%;
  }

  .side-card-image-trauung.grauen-2 {
    background-position: 100% 30%;
  }

  .side-card-image-trauung.grauen-4 {
    background-position: 100% 70%;
  }

  .side-card-image-trauung._30 {
    background-position: 60%;
  }

  .side-card-image-trauung._31 {
    background-position: 20% 100%;
  }

  .side-card-image-trauung._32 {
    background-position: 50%;
  }

  .side-card-image-trauung._33 {
    background-position: 30%;
  }

  .side-card-image-trauung._37 {
    background-position: 85% 100%;
  }

  .side-card-image-trauung._38 {
    background-position: 35% 100%;
  }

  .side-card-image-trauung._39 {
    background-position: 10% 40%;
  }

  .side-card-image-trauung._48 {
    background-position: 60%;
  }

  .side-card-image-trauung._49 {
    background-position: 30% 30%;
  }

  .side-card-image-trauung._51 {
    background-position: 0 60%;
  }

  .side-card-image-trauung._55 {
    background-position: 70% 100%;
  }

  .side-card-image-trauung._56 {
    background-position: 35%;
  }

  .side-card-image-trauung._57 {
    background-position: 80% 100%;
  }

  .big-button-center.white-button.arrow-button {
    display: none;
  }

  .big-button-center.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .big-button-center.page._2 {
    margin-top: 0;
  }

  .big-button-center.page.va {
    width: 70%;
  }

  .big-button-center.page.eintritt {
    width: 100%;
    margin-left: 0;
  }

  .section-header-wrapper-wedding {
    width: 470px;
    margin-bottom: 24px;
  }

  .side-card-image-s-le {
    background-position: 50%;
  }

  .side-card-image-s-le._1 {
    background-position: 100% 100%;
  }

  .side-card-image-s-le._2 {
    background-position: 20% 100%;
  }

  .side-card-image-s-le._3 {
    background-position: 65% 100%;
  }

  .side-card-image-s-le._4 {
    background-position: 20% 100%;
  }

  .side-card-image-s-le._5 {
    background-position: 90% 100%;
  }

  .side-card-image-s-le._6 {
    background-position: 40% 100%;
  }

  .side-card-image-s-le._7 {
    background-position: 75% 100%;
  }

  .side-card-image-s-le.va._3 {
    background-position: 50%;
  }

  .side-card-image-s-le.va._8 {
    background-position: 100% 0;
  }

  .side-card-image-s-le.va._9 {
    background-position: 40% 0;
  }

  .side-card-image-s-le.ffnung-rechts-2 {
    background-position: 20%;
  }

  .side-card-image-s-le.grusel {
    background-position: 50% 25%;
  }

  .side-card-image-s-le.cup {
    background-position: 60% 0;
  }

  .side-card-image-s-le.cup-2 {
    background-position: 50%;
  }

  .side-card-image-s-le.cup-4 {
    background-position: 20%;
  }

  .side-card-image-s-le.winter-2 {
    background-position: 50%;
  }

  .side-card-image-s-le._14 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-s-le._15 {
    background-position: 0 100%;
    background-size: cover;
  }

  .side-card-image-s-le.turney {
    background-position: 100% 0;
  }

  .side-card-image-s-le.turney-2 {
    background-position: 100%;
  }

  .side-card-image-s-le.turney-3 {
    background-position: 50%;
  }

  .side-card-image-s-le.turney-4 {
    background-position: 20%;
  }

  .side-card-image-s-le.turney-5, .side-card-image-s-le.turney-6 {
    background-position: 50%;
  }

  .side-card-image-s-le.turney-7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-s-le.turney-8, .side-card-image-s-le.wein {
    background-position: 100%;
  }

  .side-card-image-s-le.silvester {
    background-size: cover;
    margin-right: 37px;
    padding-right: 66px;
  }

  .side-card-image-s-le.turney-9 {
    background-position: 100%;
  }

  .side-card-image-s-le.turney-10 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-s-le.turney-11 {
    background-position: 50%;
  }

  .side-card-image-s-le.turney-12 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-s-le.turney-13 {
    background-position: 100%;
  }

  .side-card-image-s-le.turney-14 {
    background-position: 0%;
    background-size: cover;
  }

  .side-card-image-s-le.turney-15 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-s-le.turney-16 {
    background-position: 100%;
  }

  .side-card-image-s-le.turney-17 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-s-le.turney-17-copy {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-s-le.elektro {
    background-position: 30%;
  }

  .side-card-image-s-le.grauen-1 {
    background-position: 50%;
  }

  .side-card-image-s-le.grauen-2 {
    background-position: 100% 30%;
  }

  .side-card-image-s-le.grauen-4 {
    background-position: 100% 70%;
  }

  .grid-19 {
    flex: 0 auto;
  }

  .image-88 {
    margin-left: 66px;
  }

  .paragraph-11-copy._2 {
    font-size: 22px;
  }

  .burger-mini-img {
    margin-top: -40px;
    margin-left: 106px;
  }

  .text-block-19 {
    font-size: 14px;
    line-height: 20px;
  }

  .youtube-3 {
    margin-top: 126px;
    margin-bottom: 21px;
  }

  .side-card-image-wedding-gastro {
    background-position: 50% 0;
  }

  .side-card-image-wedding-gastro._1 {
    background-position: 100% 100%;
  }

  .side-card-image-wedding-gastro._2 {
    background-position: 100%;
  }

  .side-card-image-wedding-gastro._3 {
    background-position: 65% 100%;
  }

  .side-card-image-wedding-gastro._4 {
    background-position: 20% 100%;
  }

  .side-card-image-wedding-gastro._5 {
    background-position: 90% 100%;
  }

  .side-card-image-wedding-gastro._6 {
    background-position: 40% 100%;
  }

  .side-card-image-wedding-gastro._7 {
    background-position: 75% 100%;
  }

  .side-card-image-wedding-gastro.va._3 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.va._8 {
    background-position: 100% 0;
  }

  .side-card-image-wedding-gastro.va._9 {
    background-position: 40% 0;
  }

  .side-card-image-wedding-gastro.ffnung-rechts-2 {
    background-position: 20%;
  }

  .side-card-image-wedding-gastro.grusel {
    background-position: 50% 25%;
  }

  .side-card-image-wedding-gastro.cup {
    background-position: 60% 0;
  }

  .side-card-image-wedding-gastro.cup-2 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.cup-4 {
    background-position: 20%;
  }

  .side-card-image-wedding-gastro.winter-2 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro._14 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro._15 {
    background-position: 0 100%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.turney {
    background-position: 100% 0;
  }

  .side-card-image-wedding-gastro.turney-2 {
    background-position: 100%;
  }

  .side-card-image-wedding-gastro.turney-3 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.turney-4 {
    background-position: 20%;
  }

  .side-card-image-wedding-gastro.turney-5, .side-card-image-wedding-gastro.turney-6 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.turney-7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.turney-8, .side-card-image-wedding-gastro.wein {
    background-position: 100%;
  }

  .side-card-image-wedding-gastro.silvester {
    background-size: cover;
    margin-right: 37px;
    padding-right: 66px;
  }

  .side-card-image-wedding-gastro.turney-9 {
    background-position: 100%;
  }

  .side-card-image-wedding-gastro.turney-10 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.turney-11 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.turney-12 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.turney-13 {
    background-position: 100%;
  }

  .side-card-image-wedding-gastro.turney-14 {
    background-position: 0%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.turney-15 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.turney-16 {
    background-position: 100%;
  }

  .side-card-image-wedding-gastro.turney-17 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.turney-17-copy {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.elektro {
    background-position: 30%;
  }

  .side-card-image-wedding-gastro.grauen-1 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.grauen-2 {
    background-position: 100% 30%;
  }

  .side-card-image-wedding-gastro.grauen-4 {
    background-position: 100% 70%;
  }

  .side-card-image-wedding {
    background-position: 85%;
  }

  .side-card-image-wedding._1 {
    background-position: 100% 100%;
  }

  .side-card-image-wedding._2 {
    background-position: 70% 100%;
  }

  .side-card-image-wedding._3 {
    background-position: 100% 100%;
  }

  .side-card-image-wedding._4 {
    background-position: 20% 100%;
  }

  .side-card-image-wedding._5 {
    background-position: 90% 100%;
  }

  .side-card-image-wedding._6 {
    background-position: 40% 100%;
  }

  .side-card-image-wedding._7 {
    background-position: 100% 100%;
  }

  .side-card-image-wedding._8 {
    background-position: 50% 0;
  }

  .side-card-image-wedding._10 {
    background-position: 100% 100%;
  }

  .side-card-image-wedding._11 {
    background-position: 35%;
  }

  .side-card-image-wedding.va._3 {
    background-position: 50%;
  }

  .side-card-image-wedding.va._8 {
    background-position: 100% 0;
  }

  .side-card-image-wedding.va._9 {
    background-position: 40% 0;
  }

  .side-card-image-wedding.ffnung-rechts-2 {
    background-position: 20%;
  }

  .side-card-image-wedding.grusel {
    background-position: 50% 25%;
  }

  .side-card-image-wedding.cup {
    background-position: 60% 0;
  }

  .side-card-image-wedding.cup-2 {
    background-position: 50%;
  }

  .side-card-image-wedding.cup-4 {
    background-position: 20%;
  }

  .side-card-image-wedding.winter-2 {
    background-position: 50%;
  }

  .side-card-image-wedding._14 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-wedding._15 {
    background-position: 60% 100%;
    background-size: cover;
  }

  .side-card-image-wedding.turney {
    background-position: 100% 0;
  }

  .side-card-image-wedding.turney-2 {
    background-position: 100%;
  }

  .side-card-image-wedding.turney-3 {
    background-position: 50%;
  }

  .side-card-image-wedding.turney-4 {
    background-position: 20%;
  }

  .side-card-image-wedding.turney-5, .side-card-image-wedding.turney-6 {
    background-position: 50%;
  }

  .side-card-image-wedding.turney-7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding.turney-8, .side-card-image-wedding.wein {
    background-position: 100%;
  }

  .side-card-image-wedding.silvester {
    background-size: cover;
    margin-right: 37px;
    padding-right: 66px;
  }

  .side-card-image-wedding.turney-9 {
    background-position: 100%;
  }

  .side-card-image-wedding.turney-10 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding.turney-11 {
    background-position: 50%;
  }

  .side-card-image-wedding.turney-12 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-wedding.turney-13 {
    background-position: 100%;
  }

  .side-card-image-wedding.turney-14 {
    background-position: 0%;
    background-size: cover;
  }

  .side-card-image-wedding.turney-15 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-wedding.turney-16 {
    background-position: 100%;
  }

  .side-card-image-wedding.turney-17 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-wedding.turney-17-copy {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding.elektro {
    background-position: 30%;
  }

  .side-card-image-wedding.grauen-1 {
    background-position: 50%;
  }

  .side-card-image-wedding.grauen-2 {
    background-position: 100% 30%;
  }

  .side-card-image-wedding.grauen-4 {
    background-position: 100% 70%;
  }

  .side-card-image-wedding._16 {
    background-position: 40% 100%;
  }

  .side-card-image-wedding._9, .side-card-image-wedding._17 {
    background-position: 80%;
  }

  .side-card-image-wedding._18 {
    background-position: 60%;
  }

  .side-card-image-wedding._19 {
    background-position: 35% 100%;
  }

  .side-card-image-wedding._20 {
    background-position: 60% 100%;
  }

  .side-card-image-wedding._23 {
    background-position: 100%;
  }

  .side-card-image-wedding._27 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding._28 {
    background-position: 40%;
  }

  .side-card-image-wedding._29 {
    background-position: 60%;
  }

  .side-card-image-wedding._36 {
    background-position: 60% 100%;
  }

  .side-card-image-wedding._40 {
    background-position: 65% 100%;
  }

  .side-card-image-wedding._41 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding._42 {
    background-position: 60%;
  }

  .side-card-image-wedding._47 {
    background-position: 30% 100%;
  }

  .side-card-image-wedding._52 {
    background-position: 65% 100%;
  }

  .side-card-image-wedding._53 {
    background-position: 30%;
  }

  .side-card-image-wedding._54 {
    background-position: 40% 100%;
  }

  .grid-18-copy {
    grid-auto-flow: row;
    margin-top: 8px;
  }

  .heading-16 {
    margin-top: -54px;
  }

  .text-block-wedding-background {
    font-size: 15px;
  }

  .text-block-wedding-background.video {
    font-size: 16px;
  }

  .page-hero-header-wedding-copy {
    margin: 40px 140px;
    padding-right: 0;
    font-size: 50px;
  }

  .side-card-feature-small-wedding {
    margin-top: 83px;
    margin-left: 60px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card-feature-small-wedding.reversed {
    margin-right: 60px;
  }

  .side-card-image-test {
    background-position: 50%;
    width: 200px;
    height: 200px;
    margin-top: 23px;
  }

  .side-card-image-test._1 {
    background-position: 100% 100%;
  }

  .side-card-image-test._2 {
    background-position: 20% 100%;
  }

  .side-card-image-test._3 {
    background-position: 65% 100%;
  }

  .side-card-image-test._4 {
    background-position: 20% 100%;
  }

  .side-card-image-test._5 {
    background-position: 90% 100%;
  }

  .side-card-image-test._6 {
    background-position: 40% 100%;
  }

  .side-card-image-test._7 {
    background-position: 75% 100%;
  }

  .side-card-image-test.va._3 {
    background-position: 50%;
  }

  .side-card-image-test.va._8 {
    background-position: 100% 0;
  }

  .side-card-image-test.va._9 {
    background-position: 40% 0;
  }

  .side-card-image-test.ffnung-rechts-2 {
    background-position: 20%;
  }

  .side-card-image-test.grusel {
    background-position: 50% 25%;
  }

  .side-card-image-test.cup {
    background-position: 60% 0;
  }

  .side-card-image-test.cup-2 {
    background-position: 50%;
  }

  .side-card-image-test.cup-4 {
    background-position: 20%;
  }

  .side-card-image-test.winter-2 {
    background-position: 50%;
  }

  .side-card-image-test._14 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-test._15 {
    background-position: 0 100%;
    background-size: cover;
  }

  .side-card-image-test.turney {
    background-position: 100% 0;
  }

  .side-card-image-test.turney-2 {
    background-position: 100%;
  }

  .side-card-image-test.turney-3 {
    background-position: 50%;
  }

  .side-card-image-test.turney-4 {
    background-position: 20%;
  }

  .side-card-image-test.turney-5, .side-card-image-test.turney-6 {
    background-position: 50%;
  }

  .side-card-image-test.turney-7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-test.turney-8, .side-card-image-test.wein {
    background-position: 100%;
  }

  .side-card-image-test.silvester {
    background-size: cover;
    margin-right: 37px;
    padding-right: 66px;
  }

  .side-card-image-test.turney-9 {
    background-position: 100%;
  }

  .side-card-image-test.turney-10 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-test.turney-11 {
    background-position: 50%;
  }

  .side-card-image-test.turney-12 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-test.turney-13 {
    background-position: 100%;
  }

  .side-card-image-test.turney-14 {
    background-position: 0%;
    background-size: cover;
  }

  .side-card-image-test.turney-15 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .side-card-image-test.turney-16 {
    background-position: 100%;
  }

  .side-card-image-test.turney-17 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .side-card-image-test.turney-17-copy {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-test.elektro {
    background-position: 30%;
  }

  .side-card-image-test.grauen-1 {
    background-position: 50%;
  }

  .side-card-image-test.grauen-2 {
    background-position: 100% 30%;
  }

  .side-card-image-test.grauen-4 {
    background-position: 100% 70%;
  }

  .side-card-wedding-test {
    margin: 48px -189px 48px 5%;
  }

  .side-card-wedding-test.reversed {
    margin-right: -16.66%;
  }

  .side-card-wedding-test.ffnung {
    margin-right: -9px;
  }

  .side-card-wedding-test.reversed-copy {
    margin-right: -16.66%;
  }

  .grey-text-test.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-text-test.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .grey-text-test.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .wrapper-test.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-test.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-test.greaber {
    margin-top: 165px;
  }

  .grey-text-test-2.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-text-test-2.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .grey-text-test-2.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .side-card-wedding-test-2 {
    margin: 48px 4.6% 73px -52.66%;
  }

  .side-card-wedding-test-2.reversed {
    margin-right: -16.66%;
  }

  .side-card-wedding-test-2.ffnung {
    margin-right: -9px;
  }

  .side-card-wedding-test-2.reversed-copy {
    margin-right: -16.66%;
  }

  .text-block-wedding-background-copy {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 15px;
  }

  .text-block-wedding-background-copy.video {
    font-size: 16px;
  }

  .slide-94 {
    background-position: 60%;
  }

  .slide-95 {
    background-position: 65%;
  }

  .slide-96 {
    background-position: 75%;
  }

  .wrapper-middle.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-middle.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-middle.greaber {
    margin-top: 165px;
  }

  .slide-97 {
    background-position: 65% 100%;
  }

  .grey-text-copy.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-text-copy.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .grey-text-copy.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .grey-text-align-left.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-text-align-left.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .grey-text-align-left.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-wedding-service {
    font-size: 15px;
  }

  .text-block-wedding-service.video {
    font-size: 16px;
  }

  .text-block-wedding-copy {
    font-size: 15px;
  }

  .grey-text-testies.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-text-testies.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .grey-text-testies.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-wedding-seo {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 15px;
  }

  .text-block-wedding-seo.video {
    font-size: 16px;
  }

  .side-card-feature-wedding-offer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card-feature-wedding-offer.reversed-test {
    max-width: 400px;
    margin-top: 16px;
    margin-right: 60px;
  }

  .grey-text-empfang.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-text-empfang.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .grey-text-empfang.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-68 {
    width: 100%;
    height: 400px;
  }

  .page-hero-header-wedding-copy-2 {
    margin: 40px 140px;
    padding-right: 0;
    font-size: 50px;
  }

  .wrapper-2.slide-wrapper {
    min-height: 600px;
  }

  .page-hero-header-wedding-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .side-card-image-new {
    background-position: 50%;
  }

  .side-card-feature-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card-feature-slide.reversed-test {
    max-width: 400px;
    margin-top: 16px;
    margin-right: 60px;
  }

  .side-card-wedding-small-right {
    margin: 48px 5% 48px -189px;
  }

  .side-card-wedding-small-right.reversed {
    margin-right: -16.66%;
  }

  .side-card-wedding-small-right.ffnung {
    margin-right: -9px;
  }

  .side-card-wedding-small-right.reversed-copy {
    margin-right: -16.66%;
  }

  .side-card-feature-old {
    margin-top: 28px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card-feature-old.reversed {
    margin-top: 28px;
  }

  .side-card-feature-old.reversed-test {
    max-width: 400px;
    margin-top: 16px;
    margin-right: 60px;
  }

  .image-104 {
    object-fit: fill;
    position: static;
    inset: 0%;
  }

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

  .slide-1-copy.disc, .slide-2-copy.disc {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 50% 100%;
  }

  .slide-3-copy.disc {
    background-image: linear-gradient(to bottom, null, null), url('../images/_MMF6642-Groß.jpg');
    background-position: 0 0, 50% 0;
  }

  .slide-4-copy.disc {
    background-image: linear-gradient(to bottom, null, null), url('../images/27893921044_10b401566a_o_2.jpg');
    background-position: 0 0, 50% 0;
  }

  .text-block-21 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .image-114 {
    max-width: 110%;
    margin-top: 15px;
  }

  .image-115 {
    margin-top: -34px;
  }

  .div-relative {
    min-height: 50vh;
  }

  .white-text-tabletsmall {
    font-size: 13px;
    line-height: 20px;
  }

  .white-text-tabletsmall.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-text-tabletsmall.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .white-text-tabletsmall.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .blackshade-copy {
    height: 7%;
  }

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

  .white-text-left.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .white-text-left.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .textbigpadding {
    text-align: center;
  }

  .side-card-image-div {
    min-height: 0;
  }

  .header-sidecard-xmas {
    width: 75%;
    margin-top: 105px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 35px;
  }

  .image-119 {
    max-width: 70%;
  }

  .sub-text-small-responsive {
    font-size: 25px;
  }

  .image-120 {
    min-height: 80vh;
  }

  .image-119-1 {
    max-width: 70%;
  }

  .side-card-image-div-left {
    min-height: 0;
  }

  .side-card-image-div-long {
    min-height: 78vh;
  }

  .side-card-image-div-left-long {
    min-height: 80vh;
  }

  .sub-header-red {
    font-size: 34px;
  }

  .sub-header-red.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .sub-header-red.big.disc {
    margin-bottom: 0;
  }

  .paragraph-main-middle {
    text-align: center;
    margin-top: 0;
    margin-bottom: -44px;
  }

  .paragraph-main-middle.eintritt {
    text-align: justify;
  }

  .paragraph-main-middle.disc {
    margin-top: 24px;
  }

  .paragraph-main-middle.room {
    margin-top: -78px;
    padding-right: 0;
  }

  .paragraph-main-middle.span-oswald {
    text-align: justify;
  }

  .paragraph-main-middle.grusel, .paragraph-main-middle.grusel-copy {
    margin-bottom: 0;
  }

  .wrapper-christmas {
    background-size: cover;
    margin-top: 42px;
    padding-bottom: 46px;
  }

  .wrapper-christmas.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-christmas.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-christmas.greaber {
    margin-top: 165px;
  }

  .page-hero-header-red {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .image-122 {
    margin-top: -54px;
  }

  .middle-card-white {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10%;
    padding-top: 20px;
  }

  .middle-card-white.reversed {
    margin-right: -16.66%;
  }

  .middle-card-white.ffnung {
    margin-right: -9px;
  }

  .middle-card-white.reversed-copy {
    margin-right: -16.66%;
  }

  .dark-red-text.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-red-text.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .dark-red-text.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .section-header-wrapper-christmas {
    width: 470px;
    margin-bottom: 24px;
  }

  .sub-header-christmas-2 {
    font-size: 34px;
  }

  .sub-header-christmas-2.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .sub-header-christmas-2.big.disc {
    margin-bottom: 0;
  }

  .middle-card-red {
    margin-top: -87px;
    margin-bottom: 0;
    margin-left: 30%;
    padding-top: 20px;
  }

  .middle-card-red.reversed {
    margin-right: -16.66%;
  }

  .middle-card-red.ffnung {
    margin-right: -9px;
  }

  .middle-card-red.reversed-copy {
    margin-right: -16.66%;
  }

  .text-block-22 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-big-padding-white {
    padding-left: 100px;
    font-size: 18px;
  }

  .text-block-big-padding-white {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 15px;
  }

  .text-block-big-padding-white.video {
    font-size: 16px;
  }

  .wrapper-black-background {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-black-background.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-black-background.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-black-background.greaber {
    margin-top: 165px;
  }

  .side-card-mittelalter {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -22.66%;
  }

  .side-card-mittelalter.reversed {
    margin-right: -16.66%;
  }

  .side-card-mittelalter.ffnung {
    margin-right: -9px;
  }

  .side-card-mittelalter.reversed-copy {
    margin-right: -16.66%;
  }

  .side-card-image-div-fill {
    min-height: 0;
  }

  .side-card-content-padding {
    padding-bottom: 20px;
  }

  .text-block-white-middle {
    font-size: 15px;
  }

  .text-block-white-middle.video {
    font-size: 16px;
  }

  .wrapper-black-background-midle.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-black-background-midle.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-black-background-midle.greaber {
    margin-top: 165px;
  }

  .text-block-white-service {
    font-size: 15px;
  }

  .text-block-white-service.video {
    font-size: 16px;
  }

  .text-block-seo-white {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 15px;
  }

  .text-block-seo-white.video {
    font-size: 16px;
  }

  .glocke-gastro-xmas {
    margin-top: -38px;
    margin-bottom: -3px;
    padding-bottom: 0;
  }

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

  .dark-red-text-background.ffnung {
    font-size: 22px;
    line-height: 30px;
  }

  .dark-red-text-background.vas {
    font-size: 20px;
    line-height: 25px;
  }

  .blackshaderadial {
    background-image: radial-gradient(circle closest-corner at 50% 100%, #00000080 77%, #0000 87%);
  }

  .slide-content-bottom {
    width: 83.33%;
    margin-top: 207px;
    margin-bottom: -26px;
    display: block;
  }

  .slide-content-bottom.content-slide-2 {
    margin-top: 236px;
    padding-top: 13px;
  }

  .slide-content-bottom.content-slide-3 {
    margin-top: 171px;
  }

  .slide-content-bottom.content-slide-4 {
    margin-top: 195px;
  }

  .slide-content-bottom.content-slide-5 {
    margin-top: 128px;
  }

  .slide-content-bottom.content-slide-6 {
    margin-top: 199px;
  }

  .slide-content-bottom.content-slide-7 {
    margin-top: 218px;
  }

  .paragraph-main-less-margin {
    text-align: center;
    margin-top: 48px;
    margin-bottom: -44px;
  }

  .paragraph-main-less-margin.eintritt {
    text-align: justify;
  }

  .paragraph-main-less-margin.disc {
    margin-top: 24px;
  }

  .paragraph-main-less-margin.room {
    margin-top: -78px;
    padding-right: 0;
  }

  .paragraph-main-less-margin.span-oswald {
    text-align: justify;
  }

  .paragraph-main-less-margin.grusel {
    margin-bottom: 0;
  }

  .paragraph-main-less-margin.info.eisenliga {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-main-less-margin.grusel-copy {
    margin-bottom: 0;
  }

  .paragraph-main-less-margin.elektro {
    text-align: justify;
  }

  .div-block-parent {
    min-height: 0;
    margin-top: -65px;
    padding-bottom: 0;
  }

  .image-127 {
    object-fit: cover;
    max-width: none;
    height: 100%;
    min-height: 0;
    inset: auto;
  }

  .div-block-child {
    padding-top: 124px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sub-header-white {
    font-size: 34px;
  }

  .sub-header-white.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .sub-header-white.big.disc {
    margin-bottom: 0;
  }

  .div-block-79 {
    width: 100%;
  }

  .paragraph-43 {
    margin-top: 161px;
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-128 {
    max-width: 60%;
  }

  .link-block-table {
    margin-top: 6px;
    margin-bottom: -154px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-122-copy {
    margin-top: -182px;
  }

  .wrapper-space.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-space.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-space.greaber {
    margin-top: 165px;
  }

  .wrapper-space.slide-wrapper-bottom {
    min-height: 600px;
  }

  .image-background {
    object-fit: cover;
    max-width: none;
    height: 100%;
    min-height: 0;
    inset: auto;
  }

  .div-block-child-noback {
    padding-top: 124px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blacktextoswald {
    font-size: 18px;
  }

  .text-block-eilmeldung {
    margin-top: 77px;
  }

  .image-div-fill {
    min-height: 0;
  }

  .wrapper-big-padding {
    padding-left: 200px;
    padding-right: 200px;
  }

  .wrapper-big-padding.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-big-padding.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-big-padding.greaber {
    margin-top: 165px;
  }

  .wrapper-big-padding.slide-wrapper-bottom {
    min-height: 600px;
  }

  .image-content-padding {
    padding-bottom: 54px;
  }

  .side-card-feature-small {
    margin-top: 83px;
    margin-left: 60px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card-feature-small.reversed {
    margin-right: 60px;
  }

  .side-card-small-right {
    margin: 48px 5% 48px -189px;
  }

  .side-card-small-right.reversed {
    margin-right: -16.66%;
  }

  .side-card-small-right.ffnung {
    margin-right: -9px;
  }

  .side-card-small-right.reversed-copy {
    margin-right: -16.66%;
  }

  .main-text {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 16px;
  }

  .text-block-info {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-info.video {
    font-size: 16px;
  }

  .text-block-white {
    font-size: 15px;
  }

  .text-block-white.video {
    font-size: 16px;
  }

  .text-block-service {
    font-size: 15px;
  }

  .text-block-service.video {
    font-size: 16px;
  }

  .text-block-background {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 15px;
  }

  .text-block-background.video {
    font-size: 16px;
  }

  .text-block-seo {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 15px;
  }

  .text-block-seo.video {
    font-size: 16px;
  }

  .side-card-image-background {
    background-position: 50%;
  }

  .wrapper-center-0-padding.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-center-0-padding.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-center-0-padding.greaber {
    margin-top: 165px;
  }

  .image-119-1-copy, .image-119-copy {
    max-width: 40%;
  }

  .text-span-30 {
    font-size: 40px;
  }

  .header-sidecard-gs {
    width: 75%;
    margin-top: 105px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-36-copy {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-38-copy {
    background-position: 65%;
  }

  .page-hero-header-winterwedd {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .heading-16-copy {
    margin-top: 0;
  }

  .image-141 {
    max-width: 30%;
    margin-top: 112px;
    margin-left: 396px;
  }

  .slide-content-copy {
    width: 83.33%;
    margin-top: 207px;
    margin-bottom: -23px;
    display: block;
  }

  .slide-content-copy.content-slide-2 {
    margin-top: 236px;
    padding-top: 13px;
  }

  .slide-content-copy.content-slide-3 {
    margin-top: 171px;
  }

  .slide-content-copy.content-slide-4 {
    margin-top: 195px;
  }

  .slide-content-copy.content-slide-5 {
    margin-top: 128px;
  }

  .slide-content-copy.content-slide-6 {
    margin-top: 199px;
  }

  .slide-content-copy.content-slide-7 {
    margin-top: 218px;
  }

  .slide-content-copy.content-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 19px;
    margin-bottom: 18px;
  }

  .text-block-gold-center {
    margin-top: 77px;
  }

  .div-block-parent-0-margin {
    min-height: 0;
    margin-top: 87px;
    padding-bottom: 0;
  }

  .div-block-child-no-bg {
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-left-black {
    margin-top: 4px;
    margin-bottom: 99px;
    font-size: 25px;
    line-height: 25px;
  }

  .center-card {
    margin-top: 116px;
    margin-bottom: 48px;
    margin-left: 5%;
  }

  .center-card.reversed {
    margin-right: -16.66%;
  }

  .center-card.ffnung {
    margin-right: -9px;
  }

  .center-card.reversed-copy {
    margin-right: -16.66%;
  }

  .card-image-div-fill-copy {
    min-height: 0;
  }

  .card-content-padding {
    padding-bottom: 20px;
  }

  .image-144 {
    margin-bottom: -87px;
  }

  .image-149 {
    margin-top: 530px;
  }

  .image-151 {
    margin-top: 22px;
  }

  .heading-17 {
    margin-bottom: 61px;
  }

  .image-153 {
    max-width: 100%;
  }

  .wrapper-middle-padding-top.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-middle-padding-top.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-middle-padding-top.greaber {
    margin-top: 165px;
  }

  .text-block-wedding-copy {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 15px;
  }

  .text-block-wedding-copy.video {
    font-size: 16px;
  }

  .paragraph-011._2 {
    font-size: 22px;
  }

  .page-hero-header-wedding-gold {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .side-card-image-div-non {
    min-height: 0;
  }

  .side-card-image-div-none2 {
    min-height: 0;
    display: none;
  }

  .side-card-image-none {
    background-image: none;
    display: none;
  }

  .header {
    width: 470px;
    margin-bottom: 24px;
  }

  .text-block-29 {
    margin-top: 48px;
  }

  .text-block-29-copy {
    margin-top: 45px;
  }

  .image-156 {
    margin-bottom: 150px;
  }

  .wrapper-vertical.hero-bottom-wrapper {
    margin-bottom: -26px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-vertical.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-vertical.greaber {
    margin-top: 165px;
  }

  .wrapper-vertical.slide-wrapper-bottom {
    min-height: 600px;
  }

  .side-card-feature-tablet-new {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card-feature-tablet-new.reversed {
    margin-top: 28px;
  }

  .side-card-feature-tablet-new.reversed-test {
    max-width: 400px;
    margin-top: 16px;
    margin-right: 60px;
  }

  .text-pagenav, .link-text {
    font-size: 20px;
  }

  .rabatt-section {
    padding: 17px 8px 80px;
    overflow: hidden;
  }

  .rabatt-section.pattern-section {
    margin-bottom: 8px;
  }

  .grid-rabatt {
    padding-bottom: 0;
  }

  .image-163 {
    max-width: 40%;
  }

  .grid-24 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-81 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-164 {
    padding-left: 22px;
  }

  .paragraph-11-red._2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .section.shadow-section, .section.shadow-section-wedding {
    background-size: cover;
  }

  .wrapper.slide-wrapper {
    min-height: 400px;
  }

  .wrapper.greaber {
    margin-top: 135px;
  }

  .wrapper.slide-wrapper-bottom {
    min-height: 400px;
  }

  .button.hero-button, .button.ghost-bg-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .button.page {
    font-size: 16px;
  }

  .button.page.va {
    width: 90%;
  }

  .button.page.eintritt._2 {
    width: 50%;
    left: 25%;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-right: 0;
  }

  .nav-bar.fixed-nav-bar {
    margin-top: 0;
    position: fixed;
  }

  .bg-section {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .bg-section.page-hero-section.blackborder-hero.ffnung, .bg-section.page-hero-section.menu-hero-copy.ffnung {
    background-image: linear-gradient(#00000080, #00000080), url('../images/_MG_9806-Groß.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .bg-section.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .logo {
    height: 60px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .logo.fixed-nav-bar-logo.w--current {
    margin-left: -6px;
    position: relative;
  }

  .slide-content {
    width: 100%;
    margin-bottom: 86px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .slide-content.content-slide-2 {
    margin-top: 214px;
  }

  .slide-content.content-slide-3 {
    margin-top: 153px;
  }

  .slide-content.content-slide-4 {
    margin-top: 178px;
  }

  .slide-content.content-slide-6 {
    margin-top: 175px;
  }

  .slide-content.content-slide-7 {
    margin-top: 176px;
  }

  .slide-content.content-flex {
    width: 100%;
  }

  .hero-text {
    margin-bottom: 24px;
  }

  .section-header-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

  .white-text.disc {
    font-size: 18px;
  }

  .white-text.menu-copy {
    font-size: 15px;
    line-height: 18px;
  }

  .contact-form-wrapper {
    flex-direction: row;
    padding-right: 32px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .contact-card-map {
    width: 100%;
    height: 320px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .input.text-area.margin-input, .input.reservation-input, .input.reservation-input._50 {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-card {
    flex-direction: column-reverse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .blog-posts {
    width: 100%;
  }

  .post-card-image {
    height: 320px;
    margin-bottom: 0;
    margin-left: 12px;
  }

  .post-card {
    flex-direction: column-reverse;
  }

  .post-date {
    margin-top: 8px;
    font-size: 15px;
  }

  .blog-post-header {
    margin-top: 16px;
  }

  .post-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-slider {
    height: 560px;
  }

  .slider-arrow, .slider-arrow.arrow-left, .slider-arrow.arrow-right {
    display: none;
  }

  .menu-button.fixed-menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .slide-1.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/34527360655_1f4a62ac42_o-Groß.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .subscribe {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraph-big.intro-text {
    text-align: center;
    column-count: 1;
  }

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

  .menu-list.margin {
    padding-left: 0;
    padding-right: 0;
  }

  .section-description {
    margin-bottom: 24px;
  }

  .cta-content {
    width: auto;
  }

  .feature-text {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-banner {
    width: 300px;
    height: 100px;
    padding-top: 33px;
  }

  .feature-image-block {
    min-width: 75vw;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-image-block._1 {
    background-image: url('../images/43026446141_c2f57fa06a_o-Groß.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 60%;
  }

  .feature-image-block._2 {
    min-width: 60%;
  }

  .feature-image-block._3 {
    background-image: url('../images/dsc03316jpg_51857134058_o-Mittel.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 60%;
  }

  .working-hours {
    width: 66.66%;
  }

  .contact-card-info {
    margin-right: 0;
  }

  .side-card-feature {
    flex-wrap: wrap;
  }

  .side-card-feature.reversed {
    flex-direction: column-reverse;
  }

  .side-card-feature.reversed.cup, .side-card-feature.reversed-test.cup {
    justify-content: flex-end;
  }

  .side-card-image {
    width: 100%;
    height: 400px;
  }

  .side-card-image._1 {
    background-position: 50%;
  }

  .side-card-image._2 {
    background-position: 100%;
  }

  .side-card-image.disc {
    min-width: 0;
    max-width: none;
    min-height: 100%;
  }

  .side-card {
    width: 83.33%;
    margin: -48px auto 0;
    padding-top: 56px;
    padding-bottom: 40px;
    display: block;
  }

  .side-card.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card.disc {
    width: 90%;
  }

  .side-card.anzeige {
    width: 100%;
    margin-top: -36px;
  }

  .post-card-info {
    width: 100%;
    min-height: auto;
  }

  .page-hero-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .reservation {
    width: 100%;
    margin-top: 64px;
    padding-top: 0;
    padding-bottom: 56px;
  }

  .reservation-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .side-image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .side-image-content {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .side-image {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-image, .menu-small-grid-item {
    width: 50%;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 36px;
  }

  .licence-contact-text {
    width: 100%;
    margin-top: 16px;
  }

  .instagram-photo {
    width: 50%;
    margin-top: -42px;
  }

  .changelog {
    width: 100%;
  }

  .change {
    padding: 20px;
  }

  .change-text {
    margin-left: 16px;
  }

  .slide-4.disc {
    background-image: linear-gradient(#00000080, #00000080), url('../images/27893921044_10b401566a_o_2.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .dropdown-link-2 {
    text-align: center;
  }

  .image-3 {
    max-width: 36%;
    margin-top: 3px;
  }

  .grid-6 {
    grid-template-rows: 3fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(auto, 3fr);
  }

  .heading-6 {
    font-size: 15px;
  }

  .text-block-grid.video {
    font-size: 14px;
  }

  .slide-13 {
    background-image: url('../images/EC-Titel.jpg');
    background-position: 30% 0;
    background-size: 150%;
  }

  .slide-14 {
    background-image: linear-gradient(to bottom, null, null), url('../images/38757269722_e43d878444_o-Groß.jpg');
    background-position: 0 0, 45%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .div-block-14 {
    padding-top: 16px;
  }

  .paragraph-main {
    margin-top: -23px;
    margin-bottom: -16px;
    font-size: 15px;
  }

  .paragraph-main.va {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-main.wegezoll {
    font-size: 18px;
  }

  .paragraph-main.disc {
    margin-top: 52px;
  }

  .paragraph-main.room {
    margin-top: -77px;
  }

  .paragraph-main.elektro {
    text-align: center;
    line-height: 20px;
  }

  .div-menu-image {
    background-position: 50%;
  }

  .div-menu-image._1 {
    object-fit: fill;
    flex: 0 auto;
    position: static;
  }

  .div-menu {
    align-items: stretch;
    min-height: 70vh;
    position: static;
  }

  .side-card-image-menu {
    width: 100%;
    height: 400px;
  }

  .side-card-image-menu._1 {
    background-position: 50% 100%;
  }

  .side-card-image-menu._2 {
    background-image: url('../images/52781221186_ac9fce7e15_c.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .side-card-image-menu._3 {
    background-image: url('../images/52781161641_3496a100fa_c.jpg');
    background-position: 50% 100%;
  }

  .side-card-image-menu._4 {
    background-position: 50% 80%;
  }

  .side-card-image-menu._5, .side-card-image-menu._6, .side-card-image-menu._7, .side-card-image-menu._10 {
    background-position: 50% 100%;
  }

  .side-card-image-menu.va._2 {
    background-size: cover;
  }

  .side-card-image-menu.va._8 {
    background-position: 50% 0;
  }

  .side-card-image-menu.cup, .side-card-image-menu.winter {
    background-position: 50% 30%;
  }

  .side-card-image-menu._15 {
    background-position: 100%;
    background-size: cover;
  }

  .side-card-image-menu.turney {
    background-position: 50% 10%;
    background-size: cover;
  }

  .side-card-image-menu.turney-2 {
    background-position: 50%;
  }

  .side-card-image-menu.silvester {
    margin-right: 0;
    padding-right: 0;
  }

  .side-card-image-menu.silv {
    background-position: 50%;
  }

  .side-card-image-menu.turney-9, .side-card-image-menu.turney-10 {
    background-position: 50% 20%;
  }

  .side-card-image-menu.turney-14 {
    background-position: 50%;
  }

  .side-card-image-menu._16 {
    background-image: url('../images/52781217426_04e006635d_c.jpg');
  }

  .side-card-menu {
    width: 83.33%;
    margin: -48px auto 0;
    padding-top: 56px;
    padding-bottom: 0;
    display: block;
  }

  .side-card-menu.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-menu.reversed.ffnung-links {
    margin-left: 8%;
  }

  .side-card-menu.ffnung {
    margin-left: 9.6%;
  }

  .head-wrapper.slide-wrapper {
    min-height: 400px;
  }

  .hero-section-header-wrapper {
    width: auto;
    margin-top: 37px;
    margin-bottom: 16px;
  }

  .hero-sub-header {
    margin-bottom: -11px;
  }

  .grid-9 {
    background-color: var(--black);
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .div-relative-grey {
    min-height: 30vh;
  }

  .grid-10 {
    mix-blend-mode: luminosity;
    margin-top: 130px;
  }

  .grid-10:hover {
    mix-blend-mode: normal;
  }

  .div-block-25 {
    background-image: url('../images/_DSC9857-Groß.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .div-shadow._1, .div-shadow._3 {
    min-height: 50vh;
  }

  .div-shadow._4 {
    background-position: 30% 35%;
  }

  .untertitel {
    font-size: 22px;
  }

  .untertitel.grusel {
    margin-bottom: 56px;
  }

  .image-19 {
    max-width: 75%;
  }

  .link-2, .link-3, .link-4, .link-5 {
    font-size: 18px;
  }

  .slide-15 {
    background-position: 70%;
  }

  .slide-17 {
    background-image: linear-gradient(#0000, #0000), url('../images/43912533722_9b0c42d102_o-Groß.jpg');
    background-position: 0 0, 50%;
  }

  .slide-18 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC2334-Groß.JPG');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .slide-22 {
    background-image: linear-gradient(#0000, #0000), url('../images/48884481686_94f0eb6dba_o-Groß.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-23 {
    background-image: linear-gradient(#0000, #0000), url('../images/27894120604_4fce2cc419_o-Groß.jpg');
    background-position: 0 0, 50%;
  }

  .paragraph-8 {
    padding-left: 39px;
    padding-right: 41px;
    font-size: 18px;
  }

  .slide-25 {
    background-image: linear-gradient(to bottom, null, null), url('../images/_MG_9696.jpg');
    background-position: 0 0, 50% 0;
  }

  .slide-1-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/43026423261_f90a61d34d_o-Groß.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .slide-1-5 {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 50% 0;
  }

  .slider-room {
    height: 450px;
  }

  .grid-14 {
    max-width: 90%;
    font-size: 20px;
  }

  .paragraph-13 {
    font-size: 20px;
  }

  .paragraph-table {
    margin-bottom: 0;
    font-size: 15px;
  }

  .paragraph-table.it {
    font-size: 13px;
  }

  .text-span-7 {
    margin-bottom: -30px;
    font-size: 20px;
  }

  .image-48 {
    margin-bottom: 98px;
  }

  .paragraph-38, .paragraph-39 {
    font-size: 15px;
  }

  .html-embed {
    margin-left: -43px;
  }

  .html-embed.small {
    background-color: #f1efef;
  }

  .slide-39 {
    background-image: url('../images/1671292368716-01-Groß.jpeg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-40 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/32087424337_af35674238_o-Groß.jpg');
    background-position: 0 0, 80%;
    background-size: auto, cover;
  }

  .slide-41 {
    background-image: linear-gradient(#000000c4, #000000c4), url('../images/50035940.jpg');
    background-position: 0 0, 40%;
    background-size: auto, auto 150%;
  }

  .glocke {
    margin-top: 51px;
    margin-bottom: 11px;
  }

  .grid-gallery.grusel-3 {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .grid-gallery.grusel-2 {
    grid-column-gap: 7px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
    grid-template-columns: .75fr 1fr;
  }

  .grid-gallery.grusel-4 {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .grid-gallery.grusel-5 {
    grid-column-gap: 7px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
    grid-template-columns: .75fr 1fr;
  }

  .grid-gallery.grusel-3-copy {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(200px, 1fr);
  }

  .div-block-37 {
    background-size: cover;
  }

  .div-block-38 {
    background-position: 75%;
  }

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

  .link-block-6 {
    height: 100%;
  }

  .grid-video {
    grid-template: "." 1fr
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
  }

  .text-block-10, .textblock-time {
    padding-left: 31px;
    padding-right: 31px;
    line-height: 28px;
  }

  .in-image-text {
    margin-top: 16px;
    margin-left: 33px;
  }

  .text-span-14 {
    letter-spacing: 0;
    font-size: 24px;
  }

  .image-64 {
    margin-top: 25px;
    margin-bottom: -228px;
    margin-left: 367px;
  }

  .link-block-11 {
    margin-top: 16px;
    margin-bottom: -149px;
    margin-left: 403px;
    padding-left: 2px;
  }

  .image-66 {
    max-width: 80%;
  }

  .christmas-section {
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 64px;
  }

  .christmas-section.shadow-section {
    background-size: cover;
  }

  .grid-christmas {
    grid-template-rows: 3fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 3fr);
  }

  .button-christmas.hero-button, .button-christmas.ghost-bg-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .button-christmas.page {
    font-size: 16px;
  }

  .button-christmas.page.va {
    width: 90%;
  }

  .button-christmas.page.eintritt._2 {
    width: 50%;
    left: 25%;
  }

  .heading-christmas-h3 {
    font-size: 15px;
  }

  .text-block-grid-christmas.video {
    font-size: 14px;
  }

  .image-70 {
    margin-top: -48px;
    margin-left: 266px;
  }

  .div-block-42 {
    max-width: 100%;
  }

  .wrapper-middle-big.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-middle-big.greaber {
    margin-top: 135px;
  }

  .paragraph-41 {
    font-size: 18px;
  }

  .text-span-15, .text-span-16 {
    font-size: 26px;
  }

  .div-block-43 {
    height: 400px;
    margin-top: 0;
  }

  .text-block-13 {
    margin-top: 45px;
    font-size: 30px;
    line-height: 40px;
  }

  .slide-52 {
    background-position: 50%;
  }

  .slide-55 {
    background-position: 30%;
  }

  .slide-58 {
    background-position: 50% 0;
  }

  .div-block-44 {
    margin-top: 45px;
  }

  .button-2.hero-button, .button-2.ghost-bg-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .button-2.page {
    font-size: 16px;
  }

  .button-2.page.va {
    width: 90%;
  }

  .button-2.page.eintritt._2 {
    width: 50%;
    left: 25%;
  }

  .image-71 {
    max-width: 20%;
  }

  .paragraph-main-wedding {
    margin-bottom: -16px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-main-wedding.va {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-main-wedding.wegezoll {
    font-size: 18px;
  }

  .paragraph-main-wedding.disc {
    margin-top: 52px;
  }

  .paragraph-main-wedding.room {
    margin-top: -77px;
  }

  .image-72 {
    margin-top: -148px;
    margin-bottom: -256px;
    padding-top: 0;
  }

  .page-hero-header-wedding {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .grid-wedding {
    grid-template-rows: 3fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 3fr);
  }

  .heading-3-wedding {
    font-size: 15px;
  }

  .text-block-grid-wedding.video {
    font-size: 14px;
  }

  .grid-wedding-2 {
    grid-template-rows: 3fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 3fr);
  }

  .slider-6 {
    width: 100%;
    height: 400px;
  }

  .div-block-46 {
    width: 200px;
  }

  .text-block-grid-wedding-left {
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-grid-wedding-left.video {
    font-size: 14px;
  }

  .grid-wedding-3 {
    grid-template-rows: 3fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 3fr);
  }

  .div-block-info {
    justify-content: flex-start;
  }

  .wrapper-flex.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-flex.greaber {
    margin-top: 135px;
  }

  .text-block-wedding-info {
    line-height: 20px;
  }

  .text-block-wedding-info.video {
    font-size: 14px;
  }

  .main-text-wedding {
    margin-bottom: 43px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .div-block-circle-testis, .div-block-circle-offer {
    width: 100px;
    height: 100px;
  }

  .heading-3-wedding-offer {
    padding-left: 10px;
    font-size: 15px;
  }

  .text-block-wedding {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .text-block-wedding.video {
    font-size: 14px;
  }

  .hero-sub-header-2 {
    margin-bottom: -11px;
  }

  .text-block-14 {
    font-size: 25px;
    line-height: 32px;
  }

  .glocke-2 {
    margin-top: -25px;
    margin-bottom: 11px;
  }

  .slide-77 {
    background-position: 50% 0;
  }

  .div-block-54 {
    background-size: cover;
  }

  .text-block-14-copy {
    font-size: 25px;
    line-height: 32px;
  }

  .slide-81 {
    background-image: none;
  }

  .text-block-14-copy-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .image-79 {
    max-width: 40%;
    margin-top: 287px;
  }

  .glocke-gastro {
    margin-top: 51px;
    margin-bottom: 11px;
  }

  .image-80 {
    margin-left: 0;
  }

  .slide-4-1 {
    background-position: 24% 100%;
  }

  .slide-4-1.disc {
    background-image: linear-gradient(#00000080, #00000080), url('../images/27893921044_10b401566a_o_2.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .div-block-info-2 {
    justify-content: flex-start;
  }

  .text-block-wedding-info-left.video {
    font-size: 14px;
  }

  .grid-18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 67px;
    margin-bottom: -65px;
  }

  .side-card-wedding {
    width: 83.33%;
    margin: -48px auto 0;
    padding-top: 56px;
    padding-bottom: 0;
    display: block;
  }

  .side-card-wedding.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-wedding.reversed.ffnung-links {
    margin-left: 8%;
  }

  .side-card-wedding.ffnung {
    margin-left: 9.6%;
  }

  .side-card-wedding.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-wedding.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .grey-text.disc {
    font-size: 18px;
  }

  .side-card-image-trauung {
    width: 100%;
    height: 400px;
  }

  .side-card-image-trauung._1 {
    background-position: 50% 100%;
  }

  .side-card-image-trauung._2 {
    background-position: 50%;
  }

  .side-card-image-trauung._3 {
    background-position: 50% 100%;
  }

  .side-card-image-trauung._4 {
    background-position: 50% 80%;
  }

  .side-card-image-trauung._10 {
    background-position: 50% 100%;
  }

  .side-card-image-trauung.va._8 {
    background-position: 50% 0;
  }

  .side-card-image-trauung.cup, .side-card-image-trauung.winter {
    background-position: 50% 30%;
  }

  .side-card-image-trauung.turney {
    background-position: 50% 10%;
    background-size: cover;
  }

  .side-card-image-trauung.turney-2 {
    background-position: 50%;
  }

  .side-card-image-trauung.silvester {
    margin-right: 0;
    padding-right: 0;
  }

  .side-card-image-trauung.silv {
    background-position: 50%;
  }

  .side-card-image-trauung.turney-9, .side-card-image-trauung.turney-10 {
    background-position: 50% 20%;
  }

  .side-card-image-trauung.turney-14 {
    background-position: 50%;
  }

  .side-card-image-trauung._31 {
    background-position: 50% 75%;
  }

  .side-card-image-trauung._33 {
    background-position: 50%;
  }

  .side-card-image-trauung._49 {
    background-position: 50% 15%;
  }

  .side-card-image-trauung._55 {
    background-position: 50% 100%;
  }

  .big-button-center.hero-button, .big-button-center.ghost-bg-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .big-button-center.page {
    font-size: 16px;
  }

  .big-button-center.page.va {
    width: 90%;
  }

  .big-button-center.page.eintritt._2 {
    width: 50%;
    left: 25%;
  }

  .div-block-info-3 {
    justify-content: flex-start;
  }

  .div-block-circle-weddingtalk {
    width: 100px;
    height: 100px;
    padding-right: 100px;
  }

  .section-header-wrapper-wedding {
    width: auto;
    margin-bottom: 16px;
  }

  .side-card-image-s-le {
    width: 100%;
    height: 400px;
  }

  .side-card-image-s-le._1 {
    background-position: 50% 100%;
  }

  .side-card-image-s-le._2 {
    background-position: 100%;
  }

  .side-card-image-s-le._3 {
    background-position: 50% 100%;
  }

  .side-card-image-s-le._4 {
    background-position: 50% 80%;
  }

  .side-card-image-s-le._10 {
    background-position: 50% 100%;
  }

  .side-card-image-s-le.va._8 {
    background-position: 50% 0;
  }

  .side-card-image-s-le.cup, .side-card-image-s-le.winter {
    background-position: 50% 30%;
  }

  .side-card-image-s-le.turney {
    background-position: 50% 10%;
    background-size: cover;
  }

  .side-card-image-s-le.turney-2 {
    background-position: 50%;
  }

  .side-card-image-s-le.silvester {
    margin-right: 0;
    padding-right: 0;
  }

  .side-card-image-s-le.silv {
    background-position: 50%;
  }

  .side-card-image-s-le.turney-9, .side-card-image-s-le.turney-10 {
    background-position: 50% 20%;
  }

  .side-card-image-s-le.turney-14 {
    background-position: 50%;
  }

  .image-88 {
    margin-top: 165px;
    margin-left: 0;
  }

  .burger-mini-img {
    max-width: 50%;
    margin-top: -48px;
    margin-left: 23px;
  }

  .youtube-3 {
    margin-top: 73px;
  }

  .arrow-moved {
    margin-right: 0;
  }

  .side-card-image-wedding-gastro {
    background-position: 50%;
    width: 100%;
    height: 400px;
  }

  .side-card-image-wedding-gastro._1 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding-gastro._2 {
    background-position: 100% 45%;
  }

  .side-card-image-wedding-gastro._3 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding-gastro._4 {
    background-position: 50% 80%;
  }

  .side-card-image-wedding-gastro._10 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding-gastro.va._8 {
    background-position: 50% 0;
  }

  .side-card-image-wedding-gastro.cup, .side-card-image-wedding-gastro.winter {
    background-position: 50% 30%;
  }

  .side-card-image-wedding-gastro.turney {
    background-position: 50% 10%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.turney-2 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.silvester {
    margin-right: 0;
    padding-right: 0;
  }

  .side-card-image-wedding-gastro.silv {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.turney-9, .side-card-image-wedding-gastro.turney-10 {
    background-position: 50% 20%;
  }

  .side-card-image-wedding-gastro.turney-14 {
    background-position: 50%;
  }

  .side-card-image-wedding {
    width: 100%;
    height: 400px;
  }

  .side-card-image-wedding._1 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding._2 {
    background-position: 100%;
  }

  .side-card-image-wedding._3 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding._4 {
    background-position: 50% 80%;
  }

  .side-card-image-wedding._6 {
    background-position: 100% 100%;
    margin-bottom: 21px;
    padding-bottom: 0;
  }

  .side-card-image-wedding._10 {
    background-position: 60% 100%;
    margin-bottom: 24px;
  }

  .side-card-image-wedding.va._8 {
    background-position: 50% 0;
  }

  .side-card-image-wedding.cup, .side-card-image-wedding.winter {
    background-position: 50% 30%;
  }

  .side-card-image-wedding._13 {
    background-position: 0 90%;
  }

  .side-card-image-wedding._15 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding.turney {
    background-position: 50% 10%;
    background-size: cover;
  }

  .side-card-image-wedding.turney-2 {
    background-position: 50%;
  }

  .side-card-image-wedding.silvester {
    margin-right: 0;
    padding-right: 0;
  }

  .side-card-image-wedding.silv {
    background-position: 50%;
  }

  .side-card-image-wedding.turney-9, .side-card-image-wedding.turney-10 {
    background-position: 50% 20%;
  }

  .side-card-image-wedding.turney-14 {
    background-position: 50%;
  }

  .side-card-image-wedding._9 {
    background-position: 35% 100%;
  }

  .side-card-image-wedding._27 {
    background-position: 0 100%;
  }

  .grid-18-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 34px;
    margin-bottom: -65px;
  }

  .heading-16 {
    margin-top: -31px;
    margin-bottom: 15px;
  }

  .div-block-info-copy {
    justify-content: flex-start;
  }

  .text-block-wedding-background.video {
    font-size: 14px;
  }

  .page-hero-header-wedding-copy {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .side-card-feature-small-wedding {
    flex-direction: row;
    width: 100%;
    margin-left: 10px;
  }

  .side-card-feature-small-wedding.reversed {
    flex-direction: row-reverse;
    margin-left: 120px;
    margin-right: 10px;
  }

  .side-card-feature-small-wedding.reversed.cup {
    justify-content: flex-end;
  }

  .side-card-image-test {
    width: 200px;
    height: 200px;
  }

  .side-card-image-test._1 {
    background-position: 50% 100%;
  }

  .side-card-image-test._2 {
    background-position: 80%;
  }

  .side-card-image-test._3 {
    background-position: 50% 100%;
  }

  .side-card-image-test._4 {
    background-position: 50% 80%;
  }

  .side-card-image-test._10 {
    background-position: 50% 100%;
  }

  .side-card-image-test.va._8 {
    background-position: 50% 0;
  }

  .side-card-image-test.cup, .side-card-image-test.winter {
    background-position: 50% 30%;
  }

  .side-card-image-test.turney {
    background-position: 50% 10%;
    background-size: cover;
  }

  .side-card-image-test.turney-2 {
    background-position: 50%;
  }

  .side-card-image-test.silvester {
    margin-right: 0;
    padding-right: 0;
  }

  .side-card-image-test.silv {
    background-position: 50%;
  }

  .side-card-image-test.turney-9, .side-card-image-test.turney-10 {
    background-position: 50% 20%;
  }

  .side-card-image-test.turney-14 {
    background-position: 50%;
  }

  .side-card-wedding-test {
    width: 83.33%;
    margin: 0 -109px 0 5%;
    padding-bottom: 0;
    display: flex;
  }

  .side-card-wedding-test.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-wedding-test.reversed.ffnung-links {
    margin-left: 8%;
  }

  .side-card-wedding-test.ffnung {
    margin-left: 9.6%;
  }

  .side-card-wedding-test.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-wedding-test.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .grey-text-test.disc {
    font-size: 18px;
  }

  .wrapper-test.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-test.greaber {
    margin-top: 135px;
  }

  .side-card-content-test-2 {
    margin-bottom: -11px;
  }

  .grey-text-test-2.disc {
    font-size: 18px;
  }

  .side-card-wedding-test-2 {
    width: 83%;
  }

  .side-card-wedding-test-2.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-wedding-test-2.reversed.ffnung-links {
    margin-left: 8%;
  }

  .side-card-wedding-test-2.ffnung {
    margin-left: 9.6%;
  }

  .side-card-wedding-test-2.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-wedding-test-2.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .text-block-wedding-background-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-wedding-background-copy.video {
    font-size: 14px;
  }

  .slider-6-copy {
    width: 100%;
    height: 400px;
  }

  .wrapper-middle.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-middle.greaber {
    margin-top: 135px;
  }

  .slider-big {
    height: 450px;
  }

  .grey-text-copy.disc, .grey-text-align-left.disc {
    font-size: 18px;
  }

  .text-block-wedding-service, .text-block-wedding-service.video, .text-block-wedding-copy.video {
    font-size: 14px;
  }

  .grey-text-testies {
    font-size: 13px;
    line-height: 20px;
  }

  .grey-text-testies.disc {
    font-size: 18px;
  }

  .text-block-wedding-seo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-wedding-seo.video {
    font-size: 14px;
  }

  .side-card-feature-wedding-offer {
    flex-flow: column-reverse wrap;
  }

  .side-card-feature-wedding-offer.reversed {
    flex-direction: column-reverse;
  }

  .side-card-feature-wedding-offer.reversed.cup {
    justify-content: flex-end;
  }

  .side-card-feature-wedding-offer.reversed-test {
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 41px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 57px;
  }

  .side-card-feature-wedding-offer.reversed-test.cup {
    justify-content: flex-end;
  }

  .grey-text-empfang.disc {
    font-size: 18px;
  }

  .div-block-68 {
    width: 100%;
    height: 400px;
  }

  .cell-2 {
    background-position: 50% 100%;
  }

  .page-hero-header-wedding-copy-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .wrapper-2.slide-wrapper {
    min-height: 400px;
  }

  .slide-image {
    display: block;
  }

  .page-hero-header-wedding-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .right-arrow-3 {
    display: none;
  }

  .side-card-image-new {
    width: 100%;
    height: 400px;
  }

  .div-block-70 {
    width: 100%;
  }

  .side-card-feature-slide {
    flex-flow: column wrap;
    margin-top: 14px;
  }

  .side-card-feature-slide.reversed {
    flex-direction: column-reverse;
  }

  .side-card-feature-slide.reversed.cup {
    justify-content: flex-end;
  }

  .side-card-feature-slide.reversed-test {
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 41px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 57px;
  }

  .side-card-feature-slide.reversed-test.cup {
    justify-content: flex-end;
  }

  .side-card-wedding-small-right {
    width: 83.33%;
    margin: 0 5% 0 -109px;
    padding-bottom: 0;
    display: block;
  }

  .side-card-wedding-small-right.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-wedding-small-right.reversed.ffnung-links {
    margin-left: 8%;
  }

  .side-card-wedding-small-right.ffnung {
    margin-left: 9.6%;
  }

  .side-card-wedding-small-right.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-wedding-small-right.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .side-card-feature-old {
    flex-wrap: wrap;
  }

  .side-card-feature-old.reversed {
    flex-direction: column-reverse;
  }

  .side-card-feature-old.reversed.cup, .side-card-feature-old.reversed-test.cup {
    justify-content: flex-end;
  }

  .image-98 {
    max-width: 130%;
  }

  .image-100 {
    max-width: 100%;
  }

  .image-109 {
    max-width: 150%;
  }

  .slide-1-copy.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/34527360655_1f4a62ac42_o-Groß.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-4-copy.disc {
    background-image: linear-gradient(#00000080, #00000080), url('../images/27893921044_10b401566a_o_2.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .text-block-21 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .image-114 {
    margin-top: 58px;
  }

  .gridbackimage {
    min-height: 30vh;
  }

  .div-relative {
    min-height: 35vh;
  }

  .white-text-tabletsmall.disc, .white-text-left.disc {
    font-size: 18px;
  }

  .textbigpadding {
    padding-left: 60px;
    padding-right: 60px;
    line-height: 22px;
  }

  .div-block-sidecard {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    width: auto;
    min-height: 45vh;
    display: flex;
  }

  .side-card-image-div {
    min-height: 0;
  }

  .header-sidecard-xmas {
    width: 100%;
    margin-top: 50px;
    padding-top: 10px;
  }

  .image-119 {
    max-width: 50%;
  }

  .sub-text-small-responsive {
    font-size: 22px;
  }

  .div-block-sidecard-left {
    width: 100%;
    min-height: 45vh;
  }

  .image-120 {
    min-height: 40vh;
  }

  .image-119-1 {
    max-width: 50%;
  }

  .side-card-image-div-left {
    min-height: 0;
  }

  .side-card-image-div-long, .side-card-image-div-left-long {
    min-height: 40vh;
  }

  .paragraph-main-middle {
    margin-bottom: -16px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-main-middle.va {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-main-middle.wegezoll {
    font-size: 18px;
  }

  .paragraph-main-middle.disc {
    margin-top: 52px;
  }

  .paragraph-main-middle.room {
    margin-top: -77px;
  }

  .wrapper-christmas {
    background-size: auto;
  }

  .wrapper-christmas.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-christmas.greaber {
    margin-top: 135px;
  }

  .page-hero-header-red {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .middle-card-white {
    width: 83.33%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .middle-card-white.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .middle-card-white.reversed.ffnung-links {
    margin-left: 8%;
  }

  .middle-card-white.ffnung {
    margin-left: 9.6%;
  }

  .middle-card-white.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .middle-card-white.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .dark-red-text, .dark-red-text.disc {
    font-size: 18px;
  }

  .section-header-wrapper-christmas {
    width: auto;
    margin-bottom: 16px;
  }

  .middle-card-red {
    width: 83.33%;
    margin: -308px auto 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .middle-card-red.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .middle-card-red.reversed.ffnung-links {
    margin-left: 8%;
  }

  .middle-card-red.ffnung {
    margin-left: 9.6%;
  }

  .middle-card-red.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .middle-card-red.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .text-block-22 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-big-padding-white {
    padding-left: 10px;
    font-size: 15px;
  }

  .text-block-big-padding-white {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .text-block-big-padding-white.video {
    font-size: 14px;
  }

  .wrapper-black-background.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-black-background.greaber {
    margin-top: 135px;
  }

  .side-card-mittelalter {
    width: 83.33%;
    margin: -48px auto 0;
    padding-top: 56px;
    padding-bottom: 0;
    display: block;
  }

  .side-card-mittelalter.reversed {
    flex: 1;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-mittelalter.reversed.ffnung-links {
    margin-left: 8%;
  }

  .side-card-mittelalter.ffnung {
    margin-left: 9.6%;
  }

  .side-card-mittelalter.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-mittelalter.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .side-card-image-div-fill {
    min-height: 0;
  }

  .text-block-white-middle.video {
    font-size: 14px;
  }

  .wrapper-black-background-midle.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-black-background-midle.greaber {
    margin-top: 135px;
  }

  .text-block-white-service, .text-block-white-service.video {
    font-size: 14px;
  }

  .text-block-seo-white {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-seo-white.video {
    font-size: 14px;
  }

  .glocke-gastro-xmas {
    margin-top: -36px;
    margin-bottom: 11px;
  }

  .dark-red-text-background, .dark-red-text-background.disc {
    font-size: 18px;
  }

  .blackshaderadial {
    background-image: radial-gradient(circle closest-corner at 50% 100%, #00000080 77%, #0000);
  }

  .slide-content-bottom {
    width: 100%;
    margin-bottom: -44px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .slide-content-bottom.content-slide-2 {
    margin-top: 214px;
  }

  .slide-content-bottom.content-slide-3 {
    margin-top: 153px;
  }

  .slide-content-bottom.content-slide-4 {
    margin-top: 178px;
  }

  .slide-content-bottom.content-slide-6 {
    margin-top: 175px;
  }

  .slide-content-bottom.content-slide-7 {
    margin-top: 176px;
  }

  .paragraph-main-less-margin {
    margin-top: 60px;
    margin-bottom: -16px;
    font-size: 15px;
  }

  .paragraph-main-less-margin.va {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-main-less-margin.wegezoll {
    font-size: 18px;
  }

  .paragraph-main-less-margin.disc {
    margin-top: 52px;
  }

  .paragraph-main-less-margin.room {
    margin-top: -77px;
  }

  .paragraph-main-less-margin.elektro {
    line-height: 20px;
  }

  .image-127 {
    object-fit: cover;
    max-width: none;
    min-height: 0;
  }

  .div-block-child {
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-79 {
    width: 100%;
  }

  .paragraph-43 {
    margin-top: 146px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 20px;
  }

  .text-span-27 {
    font-size: 25px;
  }

  .link-block-table {
    margin-top: 16px;
    margin-bottom: -149px;
    margin-left: 373px;
    padding-left: 0;
  }

  .image-129 {
    margin-top: -33px;
    margin-left: 83px;
    padding-bottom: 0;
  }

  .slide-image-hide {
    display: block;
  }

  .image-122-copy {
    max-width: 30%;
  }

  .wrapper-space.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-space.greaber {
    margin-top: 135px;
  }

  .wrapper-space.slide-wrapper-bottom {
    min-height: 400px;
  }

  .image-background {
    object-fit: cover;
    max-width: none;
    min-height: 0;
  }

  .div-block-child-noback {
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blacktextoswald {
    font-size: 18px;
  }

  .image-div-fill {
    min-height: 0;
  }

  .wrapper-big-padding {
    padding-left: 100px;
    padding-right: 100px;
  }

  .wrapper-big-padding.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-big-padding.greaber {
    margin-top: 135px;
  }

  .wrapper-big-padding.slide-wrapper-bottom {
    min-height: 400px;
  }

  .side-card-feature-small {
    flex-direction: row;
    width: 100%;
    margin-left: 10px;
  }

  .side-card-feature-small.reversed {
    flex-direction: row-reverse;
    margin-left: 120px;
    margin-right: 10px;
  }

  .side-card-feature-small.reversed.cup {
    justify-content: flex-end;
  }

  .side-card-small-right {
    width: 83.33%;
    margin: 0 5% 0 -109px;
    padding-bottom: 0;
    display: block;
  }

  .side-card-small-right.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-small-right.reversed.ffnung-links {
    margin-left: 8%;
  }

  .side-card-small-right.ffnung {
    margin-left: 9.6%;
  }

  .side-card-small-right.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-small-right.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .main-text {
    margin-bottom: -46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .div-block-info-black {
    justify-content: flex-start;
  }

  .text-block-info {
    line-height: 20px;
  }

  .text-block-info.video, .text-block-white.video, .text-block-service, .text-block-service.video {
    font-size: 14px;
  }

  .text-block-background {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-background.video {
    font-size: 14px;
  }

  .text-block-seo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-seo.video {
    font-size: 14px;
  }

  .side-card-image-background {
    width: 100%;
    height: 400px;
  }

  .wrapper-center-0-padding.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-center-0-padding.greaber {
    margin-top: 135px;
  }

  .image-119-1-copy {
    max-width: 30%;
    margin-right: -30px;
  }

  .image-119-copy {
    max-width: 30%;
    margin-right: -30px;
    inset: 0% 0% auto auto;
  }

  .header-sidecard-gs {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 76px;
  }

  .div-block-37-copy {
    background-size: cover;
  }

  .div-block-38-copy {
    background-position: 75%;
  }

  .page-hero-header-winterwedd {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .heading-16-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
  }

  .image-141 {
    margin-top: 97px;
    margin-left: 344px;
  }

  .slide-content-copy {
    width: 100%;
    margin-bottom: -9px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .slide-content-copy.content-slide-2 {
    margin-top: 214px;
  }

  .slide-content-copy.content-slide-3 {
    margin-top: 153px;
  }

  .slide-content-copy.content-slide-4 {
    margin-top: 178px;
  }

  .slide-content-copy.content-slide-6 {
    margin-top: 175px;
  }

  .slide-content-copy.content-slide-7 {
    margin-top: 176px;
  }

  .slide-content-copy.content-flex {
    width: 100%;
  }

  .image-142 {
    max-width: 80%;
  }

  .div-block-parent-0-margin {
    margin-top: 72px;
  }

  .div-block-child-no-bg {
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-left-black {
    margin-top: 9px;
    margin-bottom: 76px;
    font-size: 15px;
    line-height: 18px;
  }

  .center-card {
    width: 83.33%;
    margin: 54px auto 0;
    padding-top: 56px;
    padding-bottom: 0;
    display: block;
  }

  .center-card.reversed {
    flex: 1;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .center-card.reversed.ffnung-links {
    margin-left: 8%;
  }

  .center-card.ffnung {
    margin-left: 9.6%;
  }

  .center-card.reversed-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .center-card.reversed-copy.ffnung-links {
    margin-left: 8%;
  }

  .card-image-div-fill-copy {
    min-height: 0;
  }

  .card-content-padding {
    padding-top: 73px;
  }

  .image-144 {
    margin-bottom: -115px;
  }

  .image-145 {
    max-width: 70%;
  }

  .image-147 {
    max-width: 100%;
  }

  .image-149 {
    margin-top: 340px;
  }

  .heading-17 {
    margin-bottom: 68px;
    font-size: 15px;
    line-height: 20px;
  }

  .image-153 {
    max-width: 100%;
  }

  .wrapper-middle-padding-top.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-middle-padding-top.greaber {
    margin-top: 135px;
  }

  .text-block-wedding-copy {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .text-block-wedding-copy.video {
    font-size: 14px;
  }

  .image-oversize-margin {
    max-width: 110%;
  }

  .page-hero-header-wedding-gold {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .side-card-image-div-non {
    min-height: 0;
  }

  .side-card-image-div-none2 {
    min-height: 0;
    display: none;
  }

  .side-card-image-none {
    width: 100%;
    height: 400px;
    display: none;
  }

  .header {
    width: auto;
    margin-bottom: 16px;
  }

  .text-block-29-copy {
    margin-top: -22px;
  }

  .image-156 {
    max-width: 150%;
  }

  .wrapper-vertical {
    flex-flow: column;
  }

  .wrapper-vertical.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-vertical.greaber {
    margin-top: 135px;
  }

  .wrapper-vertical.slide-wrapper-bottom {
    min-height: 400px;
  }

  .side-card-feature-tablet-new {
    flex-wrap: wrap;
  }

  .side-card-feature-tablet-new.reversed {
    flex-direction: column-reverse;
  }

  .side-card-feature-tablet-new.reversed.cup, .side-card-feature-tablet-new.reversed-test.cup {
    justify-content: flex-end;
  }

  .paragraphkarlacenterwhite {
    padding-left: 39px;
    padding-right: 41px;
    font-size: 18px;
  }

  .text-pagenav, .link-text {
    font-size: 18px;
  }

  .rabatt-section {
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 64px;
  }

  .rabatt-section.shadow-section {
    background-size: cover;
  }

  .grid-rabatt {
    grid-template-rows: 3fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 3fr);
  }

  .image-163 {
    max-width: 43%;
  }

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

  .div-block-81 {
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-164 {
    padding-left: 0;
  }
}

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

  img {
    max-width: 30%;
  }

  .section {
    background-position: 0%;
    background-size: cover;
  }

  .section.pattern-section {
    object-position: 50% 50%;
    padding-top: 56px;
  }

  .section.pattern-section.va {
    padding-bottom: 53px;
  }

  .section.pattern-section-hochzeit {
    padding-top: 21px;
  }

  .section.pattern-section-hochzeit.va {
    padding-bottom: 53px;
  }

  .section.shadow-section-wedding {
    padding-top: 34px;
    padding-bottom: 18px;
  }

  .wrapper.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper.greaber {
    margin-top: 82px;
  }

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

  .wrapper.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.background-copy, .wrapper.background-black, .wrapper.background-black-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.background-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-top: 7px;
  }

  .button.hero-button {
    margin-top: 7px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .button.ghost-bg-button {
    margin: 7px;
  }

  .button.page {
    margin-top: 86px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .button.page.eintritt {
    margin-top: -12px;
    font-size: 16px;
  }

  .button.page.eintritt._2 {
    width: 60%;
    left: 19%;
  }

  .style-block.typography-styles {
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .nav-bar {
    padding-left: 8px;
  }

  .nav-bar.fixed-nav-bar {
    position: fixed;
  }

  .bg-section.hero-section {
    padding-bottom: 0;
  }

  .bg-section.cta-section {
    background-image: linear-gradient(#0000, #0000), none;
    background-position: 0 0, 45% 100%;
    background-size: auto, 400%;
  }

  .bg-section.page-hero-section.reservation-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/40738680383_264c190585_o-Groß.jpg');
    background-position: 0 0, 55% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .bg-section.page-hero-section.blackborder-hero {
    height: 50vh;
  }

  .bg-section.page-hero-section.blackborder-hero.ffnung {
    background-image: linear-gradient(#00000080, #00000080), url('../images/_MG_9806-Groß.jpg');
    background-position: 0 0, 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .bg-section.page-hero-section.menu-hero-copy {
    height: 50vh;
  }

  .bg-section.page-hero-section.menu-hero-copy.ffnung {
    background-image: linear-gradient(#00000080, #00000080), url('../images/_MG_9806-Groß.jpg');
    background-position: 0 0, 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .bg-section.gallery-section {
    padding-top: 51px;
  }

  .bg-section.cta-section-copy {
    background-image: linear-gradient(#0000, #0000), none;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .logo.w--current {
    height: 50px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .logo.fixed-nav-bar-logo.w--current {
    margin-left: -2px;
  }

  .slide-content {
    flex-direction: column;
    margin-top: 87px;
    margin-bottom: 144px;
    padding: 16px 4% 32px;
    display: flex;
  }

  .slide-content.content-slide-1 {
    align-items: stretch;
    margin-top: 37px;
    margin-bottom: -75px;
  }

  .slide-content.content-slide-2 {
    margin-top: 329px;
  }

  .slide-content.content-slide-3 {
    margin-top: 320px;
  }

  .slide-content.content-slide-5 {
    margin-top: 237px;
  }

  .slide-content.content-slide-6 {
    margin-top: 296px;
  }

  .slide-content.content-slide-7 {
    margin-top: 319px;
  }

  .slide-content.content-page {
    align-items: center;
    margin-top: 163px;
  }

  .slide-content.content-event {
    align-items: stretch;
    margin-top: 37px;
    margin-bottom: -75px;
  }

  .slide-content.content-flex {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-top: 37px;
    margin-bottom: -75px;
  }

  .section-header-wrapper {
    width: 100%;
    margin-bottom: -6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper.video {
    margin-top: 84px;
  }

  .white-text {
    font-size: 12px;
    line-height: 15px;
  }

  .white-text.menu, .white-text.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text.menu.cup {
    margin-right: -27px;
  }

  .white-text.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .white-text.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .white-text.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .white-text.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .white-text.vas.cup, .white-text.vas.cup-copy {
    font-size: 15px;
  }

  .white-text.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .white-text.tabelle {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .white-text.tabelle.cup, .white-text.tabelle.cup-copy {
    font-size: 15px;
  }

  .white-text.menu-copy, .white-text.menu-copy.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text.menu-copy.cup {
    margin-right: -27px;
  }

  .social-icons.hero-icons {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .contact-form-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.subscribe-input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 24px;
  }

  .contact-card {
    width: auto;
    margin-top: 24px;
    position: relative;
    bottom: 0;
  }

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

  .footer-column {
    width: 100%;
  }

  .footer-bottom-base {
    flex-direction: column;
    align-items: center;
  }

  .post-card-image {
    height: 224px;
  }

  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content p {
    width: 100%;
  }

  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-content img {
    width: 100%;
    max-width: none;
  }

  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ul {
    width: 100%;
  }

  .post-content h4, .post-content h6, .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ol {
    width: 100%;
  }

  .blog-post-header {
    max-width: none;
  }

  .post {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider {
    height: 720px;
  }

  .slide-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/zam.jpg');
    background-position: 0 0, 43%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slide-2.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 65% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slide-2.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/40402703601_2a8dd2abc7_o-Groß.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .menu-button {
    color: #fff;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .slide-1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/28432606751_85b3f5379c_o-Groß.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-1.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 54% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .slide-1.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/34527360655_1f4a62ac42_o-Groß.jpg');
    background-position: 0 0, 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .sub-header.big.events {
    margin-bottom: -22px;
    font-size: 30px;
  }

  .footer-bottom {
    margin-top: 7px;
  }

  .footer-bottom-text.link {
    font-size: 12px;
  }

  .subscribe {
    padding-left: 12%;
    padding-right: 12%;
  }

  .paragraph-big.hero-text {
    margin-top: 114px;
    display: none;
  }

  .paragraph-big.hero-text-phone {
    margin-top: 114px;
    display: none;
    overflow: hidden;
  }

  .paragraph-big.hero-text-nonehidemobile {
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
    display: block;
  }

  .menu-list-image {
    margin-right: 16px;
  }

  .subscribe-badge {
    margin: 20px;
  }

  .cta-content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .divider.center {
    margin-top: 8px;
  }

  .divider.unten {
    margin-top: 31px;
    margin-bottom: 28px;
  }

  .feature-banner {
    width: 100%;
    max-width: 100%;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-image-block {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-block._1 {
    background-image: url('../images/43026446141_c2f57fa06a_o-Groß.jpg');
    background-position: 47%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
  }

  .feature-image-block._2 {
    background-image: url('../images/_MMF7655.jpg');
    background-position: 50% 70%;
    background-size: cover;
    min-height: 300px;
  }

  .feature-image-block._3 {
    background-image: url('../images/dsc03316jpg_51857134058_o-Mittel.jpg');
    background-position: 47%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
  }

  .working-hours {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .side-card-feature {
    margin-top: 60px;
  }

  .side-card-feature.reversed {
    flex-direction: column-reverse;
  }

  .side-card-feature.reversed.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .side-card-feature.special, .side-card-feature.special-copy {
    margin-top: 0;
  }

  .side-card-feature.reversed-test {
    flex-direction: column;
    margin-top: 27px;
    margin-right: 0;
    padding-top: 58px;
  }

  .side-card-feature.reversed-test.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .side-card-image {
    height: 280px;
  }

  .side-card-image._2 {
    background-position: 65%;
  }

  .side-card {
    width: 100%;
    margin-top: 0;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-card.reversed {
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-card.disc {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .side-card-content.menu {
    width: 85%;
    margin-top: -28px;
    margin-bottom: -1px;
    margin-left: 22px;
    padding-top: 0;
  }

  .post-card-info {
    padding-left: 12%;
    padding-right: 12%;
  }

  .page-hero-header {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .reservation {
    width: auto;
    margin-top: -10px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 0;
    padding-bottom: 40px;
  }

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

  .side-image-wrapper {
    align-items: center;
  }

  .side-image-content {
    margin-bottom: -60px;
    padding-top: 25px;
  }

  .side-image {
    flex: 1;
    width: 100%;
    max-width: 70%;
    margin-left: 0;
  }

  .contact-block {
    width: 100%;
  }

  .hero-contact {
    margin-bottom: 16px;
  }

  .hero-scroll {
    padding-top: 9px;
  }

  .menu-small-grid-item {
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    justify-content: center;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .licence-item-content {
    text-align: center;
    padding-top: 16px;
    padding-left: 0;
  }

  .first-letter {
    margin-left: 0;
  }

  .footer-logos {
    margin-top: -56px;
    margin-left: -21px;
    margin-right: 23px;
    padding-left: 1px;
    padding-right: 70px;
  }

  .instagram-photo {
    width: 70%;
    margin-top: -27px;
  }

  .full-width._1 {
    width: 300%;
  }

  .full-width._4 {
    font-size: 50px;
  }

  .heading.page-head {
    font-size: 30px;
  }

  .heading.page-head.eintritt {
    margin-top: 27px;
    margin-bottom: 7px;
    font-size: 26px;
  }

  .heading.nest {
    font-size: 22px;
  }

  .heading.events {
    font-size: 25px;
  }

  .image {
    margin-bottom: -5px;
    margin-left: 5px;
  }

  .heading-2, .heading-3 {
    margin-top: 17px;
  }

  .slide-4 {
    background-image: linear-gradient(#0009, #0009), url('../images/_DSC3153-Groß.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-4.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .slide-4.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/DSC_4148-Groß.jpg');
    background-position: 0 0, 62%;
    background-size: auto, cover;
  }

  .slide-5 {
    background-image: linear-gradient(#0009, #0009), url('../images/50165991508_27d2c93e12_o-Groß.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-5.disc {
    background-image: linear-gradient(#00000080, #00000080), url('../images/34522029084_7635ff8531_k.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .slide-5.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/52042399891_6738f2a06b_k.jpg');
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .slide-6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/51687248484_1ca5d00be5_o-Groß.jpg');
    background-position: 0 0, 43%;
  }

  .slide-6.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 45% 0;
    background-size: auto, cover;
  }

  .slide-7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/32467643668_97b8fe42df_o-Groß.jpg');
    background-position: 0 0, 67%;
  }

  .slide-7.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .dropdown-link-2 {
    text-align: center;
  }

  .image-2 {
    max-width: 50%;
    margin-top: 13px;
    margin-left: -64px;
  }

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

  .div-block-4 {
    width: 100%;
    margin-top: 0;
  }

  .image-7 {
    object-fit: fill;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    height: 400px;
  }

  .class-we-pre-applied {
    object-fit: cover;
    max-width: 100%;
  }

  .image-8 {
    max-width: 100%;
  }

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

  .image-9, .image-10, .image-11 {
    max-width: 100%;
  }

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

  .image-12 {
    max-width: 100%;
  }

  .text-block-grid.video {
    font-size: 12px;
    line-height: 18px;
  }

  .image-13, .image-14, .image-15 {
    max-width: 100%;
  }

  .link-block {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .link {
    font-size: 15px;
  }

  .link.job {
    font-size: 12px;
  }

  .slide-13 {
    background-image: url('../images/EC-Titel.jpg');
    background-position: 25% 0;
    background-size: cover;
  }

  .slide-14 {
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }

  .container-2 {
    grid-template-rows: auto .25fr auto .25fr 0 auto auto auto;
  }

  .image-16 {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }

  .rich-text-block-2 {
    object-fit: contain;
    font-size: 15px;
  }

  .image-17 {
    max-width: 100%;
  }

  .grid-8 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .image-18 {
    max-width: 50%;
  }

  .div-block-14 {
    background-color: #0000;
    margin: 7px;
    padding-top: 0;
  }

  .paragraph, .paragraph-2 {
    display: none;
  }

  .paragraph-main {
    text-align: center;
    margin: -18px 5px -23px;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-main.va {
    margin-top: 57px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-main.eintritt {
    margin-top: -16px;
    margin-bottom: -7px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-main.wegezoll {
    margin-bottom: -35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-main.room {
    text-align: left;
  }

  .paragraph-main.span-oswald {
    margin-top: -16px;
    margin-bottom: -7px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-main.grusel {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-main.info {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-main.grusel-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-main.elektro {
    text-align: center;
    line-height: 18px;
  }

  .paragraph-main.headlineoswaldcenter {
    margin-top: 20px;
    margin-bottom: -20px;
    font-size: 20px;
    line-height: 30px;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    opacity: 1;
    display: none;
  }

  .div-menu-text {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 90%;
    height: 50%;
    margin-top: -51px;
    margin-left: 13px;
    display: block;
  }

  .div-menu-image {
    object-fit: fill;
    flex: 1;
    width: auto;
    height: auto;
    min-height: 50vh;
    overflow: visible;
  }

  .div-menu-image._2 {
    flex-flow: row;
    align-content: center;
  }

  .div-menu {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
  }

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

  .sub-text {
    font-size: 15px;
  }

  .bold-text, .paragraph-4 {
    text-align: center;
  }

  .side-card-image-menu {
    height: 280px;
  }

  .side-card-image-menu._1 {
    background-position: 20% 100%;
    background-size: cover;
  }

  .side-card-image-menu._2 {
    background-position: 35% 100%;
  }

  .side-card-image-menu._3 {
    background-image: url('../images/52781410839_8c80e4d36b_c.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .side-card-image-menu._4, .side-card-image-menu._5 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-menu._6 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .side-card-image-menu._7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-menu._8 {
    background-position: 50% 100%;
  }

  .side-card-image-menu._10 {
    background-position: 0 100%;
  }

  .side-card-image-menu.va._1 {
    margin-top: -30px;
  }

  .side-card-image-menu.va._2 {
    background-size: cover;
  }

  .side-card-image-menu.ffnung, .side-card-image-menu.ffnung-rechts, .side-card-image-menu.ffnung-rechts-2 {
    margin-top: -38px;
  }

  .side-card-image-menu.grusel {
    margin-top: -53px;
  }

  .side-card-image-menu.cup {
    background-size: auto;
    margin-top: -79px;
  }

  .side-card-image-menu.winter {
    background-size: cover;
    margin-top: -71px;
  }

  .side-card-image-menu.winter-2 {
    background-size: cover;
  }

  .side-card-image-menu._14 {
    background-position: 50% 100%;
  }

  .side-card-image-menu._15 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-menu.winter-4 {
    margin-top: 62px;
  }

  .side-card-image-menu.turney {
    background-size: cover;
    margin-top: -79px;
  }

  .side-card-image-menu.turney-8, .side-card-image-menu.wein {
    background-position: 50%;
  }

  .side-card-image-menu.silvester {
    background-size: cover;
    margin-top: -95px;
  }

  .side-card-image-menu.buff {
    background-position: 50% 100%;
  }

  .side-card-image-menu.turney-9 {
    background-position: 50% 40%;
  }

  .side-card-image-menu.turney-13 {
    background-position: 50%;
  }

  .side-card-image-menu.turney-14 {
    background-position: 80%;
  }

  .side-card-image-menu.turney-17 {
    background-position: 50% 100%;
  }

  .side-card-image-menu.grauen-4 {
    background-position: 100% 80%;
  }

  .side-card-image-menu.grauen-5, .side-card-image-menu.va-cup, .side-card-image-menu.va-poetry {
    background-position: 50%;
  }

  .side-card-image-menu._16 {
    background-image: url('../images/52781468449_50280cc5d3_c.jpg');
    background-position: 30% 100%;
    background-size: cover;
  }

  .side-card-image-menu.burger {
    background-image: url('../images/52781029677_5a46b30d81_c.jpg');
    background-position: 50%;
  }

  .side-card-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-card-menu.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-menu.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-menu.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .frame-menu {
    align-items: center;
  }

  .head-wrapper {
    margin-top: -36px;
  }

  .head-wrapper.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .hero-section-header-wrapper {
    width: 100%;
    margin-top: 43px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-sub-header {
    margin-top: 6px;
    margin-bottom: -22px;
    font-size: 34px;
  }

  .hero-sub-header.eintritt {
    font-size: 30px;
    line-height: 30px;
  }

  .grid-9 {
    grid-template-rows: minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .div-relative-grey {
    min-height: 20vh;
  }

  .heading-grid {
    margin-top: 8px;
    padding-top: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .heading-grid.home, .heading-grid.home-dark {
    margin-bottom: 0;
    font-size: 20px;
  }

  .div-shadow._2 {
    min-height: 50vh;
  }

  .div-shadow._3 {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/Koch-für-Website.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, scroll;
    min-height: 40vh;
  }

  .div-shadow._4 {
    background-position: 20% 35%;
    background-size: 600px;
    min-height: 50vh;
  }

  .grid-11 {
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
    grid-template-columns: 1.25fr;
  }

  .untertitel.grusel {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .image-19 {
    max-width: 70%;
  }

  .slide-15 {
    background-position: 60%;
  }

  .slide-18 {
    background-image: url('../images/_DSC2334-Groß.JPG');
    background-position: 85%;
    background-size: cover;
  }

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

  .image-20, .image-21 {
    max-width: 100%;
  }

  .paragraph-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-8 {
    padding-left: 16px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-9, .paragraph-10 {
    margin-bottom: 13px;
    font-size: 18px;
  }

  .text-span-3 {
    margin-left: 20px;
  }

  .text-span-3._2 {
    margin-left: 28px;
  }

  .paragraph-11 {
    margin-top: 14px;
    font-size: 15px;
  }

  .paragraph-11._2 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-11._3 {
    margin-top: 9px;
    line-height: 20px;
  }

  .text-span-6 {
    font-size: 16px;
  }

  .slide-25 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/_MG_9696.jpg');
    background-position: 0 0, 45% 0;
    background-size: auto, cover;
  }

  .slide-1-2 {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .slide-1-4 {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 60% 0;
    background-size: auto, cover;
  }

  .slide-1-5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_4341.jpg');
    background-position: 0 0, 35% 0;
    background-size: auto, cover;
  }

  .grid-12 {
    grid-column-gap: 4px;
  }

  .image-22, .image-23, .image-24 {
    max-width: 100%;
  }

  .grid-13 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44 {
    max-width: 100%;
  }

  .bold-text-8 {
    line-height: 20px;
  }

  .slide-26 {
    background-position: 70%;
  }

  .slider-room {
    height: 300px;
  }

  .slide-27 {
    background-position: 60% 0;
  }

  .slide-28 {
    background-position: 30% 100%;
  }

  .slide-31 {
    background-position: 65%;
  }

  .slide-32, .slide-33 {
    background-position: 45%;
  }

  .slide-36 {
    background-position: 80% 100%;
  }

  .grid-14 {
    grid-column-gap: 34px;
  }

  .paragraph-13 {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .paragraph-table {
    font-size: 14px;
  }

  .paragraph-table.it {
    font-size: 12px;
    line-height: 12px;
  }

  .text-span-7 {
    font-size: 16px;
  }

  .paragraph-37 {
    margin-bottom: -8px;
    font-size: 14px;
  }

  .image-46 {
    max-width: 100%;
  }

  .image-47 {
    max-width: 100%;
    margin-top: 0;
  }

  .image-49 {
    max-width: 100%;
    margin-top: 12px;
  }

  .paragraph-38 {
    text-align: left;
    margin-bottom: -23px;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-39 {
    text-align: left;
    margin-bottom: -21px;
    font-size: 12px;
    line-height: 15px;
  }

  .html-embed.small {
    background-color: #f1efef;
    margin-top: 5px;
  }

  .image-50 {
    max-width: 20%;
    margin-top: -90px;
    padding-bottom: 0;
  }

  .paragraph-40 {
    margin-top: 32px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-40.unten {
    margin-top: 35px;
  }

  .grid-16 {
    grid-column-gap: 6px;
    grid-template-columns: 1fr .5fr;
  }

  .image-51, .image-52, .image-53 {
    max-width: 100%;
  }

  .icon {
    opacity: .5;
    margin-right: 0;
    padding-right: 0;
  }

  .icon-2 {
    opacity: .5;
    margin-left: 0;
  }

  .slide-39 {
    background-image: url('../images/1671292368716-01-Groß.jpeg');
    background-position: 50%;
  }

  .slide-40 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/32087424337_af35674238_o-Groß.jpg');
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .slide-41 {
    background-image: linear-gradient(to bottom, null, null), url('../images/50035940.jpg');
    background-position: 0 0, 50%;
  }

  .slide-42 {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 60%;
  }

  .text-block-7 {
    margin-bottom: -28px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .link-11 {
    font-size: 16px;
  }

  .glocke {
    margin-top: 47px;
  }

  .grid-gallery {
    grid-column-gap: 6px;
    grid-row-gap: 7px;
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .grid-gallery.grusel-3 {
    grid-column-gap: 0px;
    grid-row-gap: 19px;
    grid-template-rows: minmax(200px, .25fr) minmax(200px, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .grid-gallery.grusel-4 {
    margin-top: -56px;
  }

  .grid-gallery.grusel-5 {
    margin-top: 51px;
  }

  .grid-gallery.grusel-3-copy {
    grid-column-gap: 0px;
    grid-row-gap: 19px;
    grid-template-rows: minmax(200px, .25fr);
    grid-template-columns: 1fr 1fr;
  }

  .div-block-38 {
    background-position: 80%;
  }

  .div-block-41 {
    background-position: 30%;
  }

  .image-55 {
    max-width: 100%;
  }

  .grid-13-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-9 {
    margin-top: 20px;
    margin-left: 67px;
    font-size: 30px;
  }

  .grid-17 {
    grid-column-gap: 0px;
  }

  .image-56, .image-57, .image-58 {
    max-width: 100%;
  }

  .grid-video {
    grid-template: "." minmax(100px, 1fr)
                   "."
                   "."
                   / 1fr;
  }

  .text-block-10, .textblock-time {
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .image-59, .image-60 {
    max-width: 100%;
  }

  .link-block-9 {
    object-fit: cover;
  }

  .in-image-text {
    margin-top: 32px;
    margin-left: 112px;
    font-size: 25px;
  }

  .in-image-text.big.events {
    margin-bottom: -22px;
    font-size: 30px;
  }

  .text-span-12 {
    font-size: 20px;
  }

  .text-span-13 {
    padding-left: 18px;
  }

  .slide-47 {
    background-position: 40%;
  }

  .slide-49 {
    background-position: 50% 0;
  }

  .youtube {
    margin-top: 49px;
  }

  .image-62 {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .image-63 {
    max-width: 100%;
  }

  .link-12 {
    margin-top: -21px;
    padding-bottom: 30px;
    font-size: 24px;
  }

  .text-span-14 {
    font-size: 16px;
    line-height: 25px;
  }

  .image-64 {
    max-width: 50%;
    margin-top: -145px;
    margin-bottom: 53px;
    margin-left: -31px;
  }

  .link-block-11 {
    margin-top: -128px;
    margin-bottom: 60px;
    margin-left: 17px;
  }

  .image-66 {
    max-width: 70%;
  }

  .image-67 {
    max-width: 100%;
  }

  .christmas-section {
    background-position: 50% 0;
    background-size: contain;
    padding-top: 62px;
  }

  .christmas-section.pattern-section {
    padding-top: 21px;
  }

  .christmas-section.pattern-section.va {
    padding-bottom: 53px;
  }

  .sub-header-christmas {
    color: var(--white);
  }

  .sub-header-christmas.big.events {
    margin-bottom: -22px;
    font-size: 30px;
  }

  .heading-christmas {
    color: var(--white);
  }

  .heading-christmas.page-head {
    font-size: 30px;
  }

  .heading-christmas.page-head.eintritt {
    margin-top: 27px;
    margin-bottom: 7px;
    font-size: 26px;
  }

  .heading-christmas.nest {
    font-size: 22px;
  }

  .heading-christmas.events {
    font-size: 25px;
  }

  .grid-christmas {
    grid-row-gap: 29px;
    grid-template-rows: 1fr auto auto auto auto minmax(auto, 1fr);
    grid-template-columns: 2.5fr;
  }

  .button-christmas {
    margin-top: -8px;
  }

  .button-christmas.hero-button {
    margin-top: 7px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-christmas.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .button-christmas.ghost-bg-button {
    margin: 7px;
  }

  .button-christmas.page {
    margin-top: 86px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .button-christmas.page.eintritt {
    margin-top: -12px;
    font-size: 16px;
  }

  .button-christmas.page.eintritt._2 {
    width: 60%;
    left: 19%;
  }

  .heading-christmas-h3 {
    color: var(--white);
    background-color: #72080878;
    border-style: solid;
    border-color: #0000;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-grid-christmas {
    background-color: #72080878;
    border: 1px solid #0000;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-grid-christmas.video {
    font-size: 12px;
    line-height: 18px;
  }

  .image-69 {
    max-width: 100%;
    margin-top: -48px;
  }

  .image-70 {
    max-width: 60%;
    margin-top: -60px;
    margin-left: 122px;
  }

  .div-block-42 {
    height: 800px;
    margin-top: -86px;
    padding-top: 125px;
    padding-left: 38px;
    padding-right: 31px;
  }

  .wrapper-middle-big {
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .wrapper-middle-big.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-middle-big.greaber {
    margin-top: 82px;
  }

  .wrapper-middle-big._1 {
    margin-top: -28px;
  }

  .paragraph-41 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-15, .text-span-16 {
    font-size: 22px;
  }

  .text-span-17 {
    font-size: 18px;
  }

  .div-block-43 {
    height: 300px;
  }

  .text-block-13 {
    margin-top: 38px;
    margin-left: 27px;
    font-size: 20px;
    line-height: 30px;
  }

  .slide-53 {
    background-position: 30%;
  }

  .slide-58 {
    background-position: 60% 0;
  }

  .bewerbung {
    margin-top: -21px;
    padding-bottom: 30px;
    font-size: 24px;
  }

  .button-2 {
    margin-top: 7px;
    font-size: 20px;
  }

  .button-2.hero-button {
    margin-top: 7px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-2.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .button-2.ghost-bg-button {
    margin: 7px;
  }

  .button-2.page {
    margin-top: 86px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .button-2.page.eintritt {
    margin-top: -12px;
    font-size: 16px;
  }

  .button-2.page.eintritt._2 {
    width: 60%;
    left: 19%;
  }

  .image-71 {
    max-width: 30%;
    padding-bottom: 0;
  }

  .heading-wedding.page-head {
    font-size: 30px;
  }

  .heading-wedding.page-head.eintritt {
    margin-top: 27px;
    margin-bottom: 7px;
    font-size: 26px;
  }

  .heading-wedding.nest {
    font-size: 22px;
  }

  .heading-wedding.events {
    font-size: 25px;
  }

  .heading-wedding.page-head-wedding {
    font-size: 20px;
  }

  .heading-wedding.page-head-wedding.eintritt {
    margin-top: 27px;
    margin-bottom: 7px;
    font-size: 26px;
  }

  .paragraph-main-wedding {
    text-align: center;
    margin: -18px 5px -23px;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-main-wedding.va {
    margin-top: 57px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-main-wedding.eintritt {
    margin-top: -16px;
    margin-bottom: -7px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-main-wedding.wegezoll {
    margin-bottom: -35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-main-wedding.room {
    text-align: left;
  }

  .paragraph-main-wedding.span-oswald {
    margin-top: -16px;
    margin-bottom: -7px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-main-wedding.grusel, .paragraph-main-wedding.grusel-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .youtube-2 {
    height: 200px;
    margin-top: -29px;
    margin-bottom: 55px;
  }

  .image-72 {
    max-width: 100%;
    margin-top: 36px;
    margin-bottom: -127px;
  }

  .page-hero-header-wedding {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
  }

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

  .text-block-grid-wedding.video {
    font-size: 12px;
    line-height: 18px;
  }

  .image-13-1, .image-14-1, .image-12-1, .image-13-2, .image-14-2 {
    max-width: 100%;
  }

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

  .slide-65 {
    background-position: 35% 100%;
  }

  .slide-69 {
    background-position: 30% 100%;
  }

  .image-13-3, .image-14-3, .image-12-3 {
    max-width: 100%;
  }

  .slider-6 {
    height: 280px;
  }

  .image-13-0, .image-14-0, .image-12-0 {
    max-width: 100%;
  }

  .div-block-46 {
    width: 120px;
    height: 120px;
    padding-right: 100px;
  }

  .div-block-47 {
    max-width: none;
    margin-top: 52px;
    margin-left: 0;
  }

  .text-block-grid-wedding-left {
    margin-left: 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-grid-wedding-left.video {
    font-size: 12px;
    line-height: 18px;
  }

  .link-block-12 {
    width: 10px;
    max-width: none;
    height: 10px;
    margin-left: 101px;
    padding-bottom: 32px;
    padding-left: 12px;
    padding-right: 33px;
  }

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

  .wrapper-flex.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-flex.greaber {
    margin-top: 82px;
  }

  .text-block-wedding-info {
    line-height: 16px;
  }

  .text-block-wedding-info.video {
    font-size: 12px;
    line-height: 18px;
  }

  .main-text-wedding {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-circle-daniela {
    width: 120px;
    height: 100px;
  }

  .div-block-circle-maria {
    width: 100px;
    height: 100px;
  }

  .heading-3-wedding-offer {
    margin-top: 43px;
    padding-left: 0;
  }

  .text-block-wedding {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-wedding.video {
    font-size: 12px;
    line-height: 18px;
  }

  .image-75 {
    max-width: 100%;
    margin-top: 24px;
    padding-bottom: 15px;
  }

  .image-76 {
    max-width: 70%;
    margin-top: -5px;
    margin-bottom: -91px;
    padding-top: 24px;
  }

  .hero-sub-header-2 {
    margin-top: 6px;
    margin-bottom: -22px;
    font-size: 34px;
  }

  .hero-sub-header-2.eintritt {
    font-size: 30px;
    line-height: 30px;
  }

  .slide-70 {
    background-position: 85%;
  }

  .slide-71 {
    background-image: linear-gradient(#0003, #0003), url('../images/40852289183_6ae77cba3d_o-Groß.jpg');
    background-position: 0 0, 65% 100%;
  }

  .slide-73, .slide-74 {
    background-position: 40%;
  }

  .slide-75 {
    background-position: 70%;
  }

  .glocke-2 {
    margin-top: -55px;
  }

  .slide-77 {
    background-position: 50%;
  }

  .slide-78 {
    background-position: 35% 100%;
  }

  .slide-80 {
    background-position: 20% 0;
  }

  .div-block-53 {
    background-position: 100% 100%;
  }

  .div-block-54 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .text-block-14-copy {
    line-height: 25px;
  }

  .text-span-18 {
    font-size: 12px;
  }

  .slide-81 {
    background-image: url('../images/EC-Titel.jpg');
    background-position: 95%;
    background-size: cover;
  }

  .text-block-14-copy-2 {
    line-height: 28px;
  }

  .image-78 {
    margin-top: 47px;
  }

  .image-79 {
    max-width: 50%;
    margin-top: 196px;
    margin-left: 0;
  }

  .slide-88 {
    background-position: 30%;
  }

  .slide-89 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/38435387272_3053786de7_k.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .slide-90 {
    background-position: 50%;
  }

  .slide-91 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/30983684957_50620919ee_k.jpg');
    background-position: 0 0, 30% 100%;
    background-size: auto, cover;
  }

  .div-block-59 {
    background-position: 60%;
  }

  .div-block-66 {
    background-position: 50%;
  }

  .html-embed-2 {
    object-fit: fill;
  }

  .html-embed-3 {
    object-position: 50% 50%;
  }

  .glocke-gastro {
    margin-top: 47px;
  }

  .image-80 {
    margin-top: -9px;
    margin-bottom: -9px;
    padding-bottom: 22px;
  }

  .image-81 {
    margin-top: -30px;
    margin-bottom: 19px;
  }

  .image-82 {
    margin-top: -32px;
    margin-bottom: 22px;
  }

  .slide-4-1 {
    background-image: url('../images/50556244566_d00bcc29d4_k.jpg');
    background-position: 40%;
    background-size: cover;
  }

  .slide-4-1.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .slide-2-1 {
    background-image: url('../images/50390306618_7cb2c77f5f_o-Groß.jpg');
    background-position: 45%;
    background-size: cover;
  }

  .slide-2-1.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 65% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-block-wedding-info-left.video {
    font-size: 12px;
    line-height: 18px;
  }

  .grid-18 {
    margin-bottom: -60px;
  }

  .side-card-wedding {
    width: 100%;
    margin-top: -19px;
    padding: 20px 12% 0;
  }

  .side-card-wedding.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-wedding.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-wedding.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .side-card-wedding.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-wedding.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .grey-text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .grey-text.menu, .grey-text.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text.menu.cup {
    margin-right: -27px;
  }

  .grey-text.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .grey-text.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .grey-text.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .grey-text.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .grey-text.vas.cup, .grey-text.vas.cup-copy {
    font-size: 15px;
  }

  .grey-text.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .side-card-image-trauung {
    height: 280px;
  }

  .side-card-image-trauung._1 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-trauung._2 {
    background-position: 65%;
  }

  .side-card-image-trauung._3, .side-card-image-trauung._4, .side-card-image-trauung._5, .side-card-image-trauung._6, .side-card-image-trauung._7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-trauung._8 {
    background-position: 50% 100%;
  }

  .side-card-image-trauung._10 {
    background-position: 0 100%;
  }

  .side-card-image-trauung.va._1 {
    margin-top: -30px;
  }

  .side-card-image-trauung.ffnung, .side-card-image-trauung.ffnung-rechts, .side-card-image-trauung.ffnung-rechts-2 {
    margin-top: -38px;
  }

  .side-card-image-trauung.grusel {
    margin-top: -53px;
  }

  .side-card-image-trauung.cup {
    background-size: auto;
    margin-top: -79px;
  }

  .side-card-image-trauung.winter {
    background-size: cover;
    margin-top: -71px;
  }

  .side-card-image-trauung.winter-2 {
    background-size: cover;
  }

  .side-card-image-trauung._14 {
    background-position: 50% 100%;
  }

  .side-card-image-trauung._15 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-trauung.winter-4 {
    margin-top: 62px;
  }

  .side-card-image-trauung.turney {
    background-size: cover;
    margin-top: -79px;
  }

  .side-card-image-trauung.turney-8, .side-card-image-trauung.wein {
    background-position: 50%;
  }

  .side-card-image-trauung.silvester {
    background-size: cover;
    margin-top: -95px;
  }

  .side-card-image-trauung.buff {
    background-position: 50% 100%;
  }

  .side-card-image-trauung.turney-9 {
    background-position: 50% 40%;
  }

  .side-card-image-trauung.turney-13 {
    background-position: 50%;
  }

  .side-card-image-trauung.turney-14 {
    background-position: 80%;
  }

  .side-card-image-trauung.turney-17 {
    background-position: 50% 100%;
  }

  .side-card-image-trauung.grauen-4 {
    background-position: 100% 80%;
  }

  .side-card-image-trauung.grauen-5 {
    background-position: 50%;
  }

  .side-card-image-trauung._16 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-trauung._30 {
    background-position: 0%;
    margin-top: -23px;
  }

  .side-card-image-trauung._31 {
    background-position: 50% 65%;
    margin-top: -23px;
  }

  .side-card-image-trauung._32 {
    margin-top: -23px;
  }

  .side-card-image-trauung._33 {
    background-position: 50%;
    margin-top: -23px;
  }

  .side-card-image-trauung._37, .side-card-image-trauung._38 {
    background-position: 50% 100%;
    margin-top: -23px;
  }

  .side-card-image-trauung._39 {
    margin-top: -23px;
  }

  .side-card-image-trauung._43 {
    background-position: 50% 100%;
    margin-top: -23px;
  }

  .side-card-image-trauung._44 {
    margin-top: -23px;
  }

  .side-card-image-trauung._45 {
    background-position: 40% 15%;
    margin-top: -23px;
  }

  .side-card-image-trauung._48, .side-card-image-trauung._49, .side-card-image-trauung._50, .side-card-image-trauung._51 {
    margin-top: -23px;
  }

  .side-card-image-trauung._55 {
    background-position: 45% 100%;
    margin-top: -23px;
  }

  .side-card-image-trauung._56 {
    margin-top: -23px;
  }

  .side-card-image-trauung._57 {
    background-position: 50% 100%;
    margin-top: -23px;
  }

  .big-button-center {
    margin-top: 52px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .big-button-center.hero-button {
    margin-top: 7px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .big-button-center.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .big-button-center.ghost-bg-button {
    margin: 7px;
  }

  .big-button-center.page {
    margin-top: 86px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .big-button-center.page.eintritt {
    margin-top: -12px;
    font-size: 16px;
  }

  .big-button-center.page.eintritt._2 {
    width: 60%;
    left: 19%;
  }

  .section-header-wrapper-wedding {
    width: 100%;
    margin-bottom: -58px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper-wedding.video {
    margin-top: 84px;
  }

  .side-card-image-s-le {
    height: 280px;
  }

  .side-card-image-s-le._1 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-s-le._2 {
    background-position: 65%;
  }

  .side-card-image-s-le._3, .side-card-image-s-le._4, .side-card-image-s-le._5, .side-card-image-s-le._6, .side-card-image-s-le._7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-s-le._8 {
    background-position: 50% 100%;
  }

  .side-card-image-s-le._10 {
    background-position: 0 100%;
  }

  .side-card-image-s-le.va._1 {
    margin-top: -30px;
  }

  .side-card-image-s-le.ffnung, .side-card-image-s-le.ffnung-rechts, .side-card-image-s-le.ffnung-rechts-2 {
    margin-top: -38px;
  }

  .side-card-image-s-le.grusel {
    margin-top: -53px;
  }

  .side-card-image-s-le.cup {
    background-size: auto;
    margin-top: -79px;
  }

  .side-card-image-s-le.winter {
    background-size: cover;
    margin-top: -71px;
  }

  .side-card-image-s-le.winter-2 {
    background-size: cover;
  }

  .side-card-image-s-le._14 {
    background-position: 50% 100%;
  }

  .side-card-image-s-le._15 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-s-le.winter-4 {
    margin-top: 62px;
  }

  .side-card-image-s-le.turney {
    background-size: cover;
    margin-top: -79px;
  }

  .side-card-image-s-le.turney-8, .side-card-image-s-le.wein {
    background-position: 50%;
  }

  .side-card-image-s-le.silvester {
    background-size: cover;
    margin-top: -95px;
  }

  .side-card-image-s-le.buff {
    background-position: 50% 100%;
  }

  .side-card-image-s-le.turney-9 {
    background-position: 50% 40%;
  }

  .side-card-image-s-le.turney-13 {
    background-position: 50%;
  }

  .side-card-image-s-le.turney-14 {
    background-position: 80%;
  }

  .side-card-image-s-le.turney-17 {
    background-position: 50% 100%;
  }

  .side-card-image-s-le.grauen-4 {
    background-position: 100% 80%;
  }

  .side-card-image-s-le.grauen-5 {
    background-position: 50%;
  }

  .side-card-image-s-le._16 {
    background-position: 50%;
    background-size: cover;
  }

  .image-83 {
    max-width: 80%;
    margin-left: 29px;
  }

  .image-84 {
    max-width: 80%;
    margin-left: 26px;
  }

  .image-85 {
    max-width: 80%;
    margin-top: -57px;
  }

  .image-86 {
    max-width: 50%;
    padding-top: 35px;
  }

  .image-88 {
    max-width: 80%;
    margin-top: 147px;
    margin-left: 26px;
  }

  .paragraph-11-copy {
    margin-top: 14px;
    font-size: 15px;
  }

  .paragraph-11-copy._2 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-11-copy._3 {
    margin-top: 9px;
    line-height: 20px;
  }

  .burger-mini-img {
    max-width: 70%;
    margin-top: -42px;
    margin-left: 11px;
  }

  .text-block-19 {
    font-size: 12px;
  }

  .youtube-3 {
    margin-top: 57px;
    margin-bottom: -6px;
  }

  .div-block-67 {
    margin-top: 78px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-89 {
    max-width: 100%;
  }

  .side-card-image-wedding-gastro {
    background-position: 50% 10%;
    height: 280px;
  }

  .side-card-image-wedding-gastro._1 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro._2 {
    background-position: 65% 80%;
  }

  .side-card-image-wedding-gastro._3, .side-card-image-wedding-gastro._4, .side-card-image-wedding-gastro._5, .side-card-image-wedding-gastro._6, .side-card-image-wedding-gastro._7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro._8 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding-gastro._10 {
    background-position: 0 100%;
  }

  .side-card-image-wedding-gastro.va._1 {
    margin-top: -30px;
  }

  .side-card-image-wedding-gastro.ffnung, .side-card-image-wedding-gastro.ffnung-rechts, .side-card-image-wedding-gastro.ffnung-rechts-2 {
    margin-top: -38px;
  }

  .side-card-image-wedding-gastro.grusel {
    margin-top: -53px;
  }

  .side-card-image-wedding-gastro.cup {
    background-size: auto;
    margin-top: -79px;
  }

  .side-card-image-wedding-gastro.winter {
    background-size: cover;
    margin-top: -71px;
  }

  .side-card-image-wedding-gastro.winter-2 {
    background-size: cover;
  }

  .side-card-image-wedding-gastro._14 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding-gastro._15 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding-gastro.winter-4 {
    margin-top: 62px;
  }

  .side-card-image-wedding-gastro.turney {
    background-size: cover;
    margin-top: -79px;
  }

  .side-card-image-wedding-gastro.turney-8, .side-card-image-wedding-gastro.wein {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.silvester {
    background-size: cover;
    margin-top: -95px;
  }

  .side-card-image-wedding-gastro.buff {
    background-position: 50% 100%;
  }

  .side-card-image-wedding-gastro.turney-9 {
    background-position: 50% 40%;
  }

  .side-card-image-wedding-gastro.turney-13 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro.turney-14 {
    background-position: 80%;
  }

  .side-card-image-wedding-gastro.turney-17 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding-gastro.grauen-4 {
    background-position: 100% 80%;
  }

  .side-card-image-wedding-gastro.grauen-5 {
    background-position: 50%;
  }

  .side-card-image-wedding-gastro._16 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding {
    height: 280px;
  }

  .side-card-image-wedding._1 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding._2 {
    background-position: 65%;
  }

  .side-card-image-wedding._3 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding._4 {
    background-position: 50%;
    background-size: cover;
    margin-top: -58px;
  }

  .side-card-image-wedding._5 {
    background-position: 65%;
    background-size: cover;
  }

  .side-card-image-wedding._6 {
    background-position: 68% 100%;
    background-size: cover;
  }

  .side-card-image-wedding._7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding._8 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding._10 {
    background-position: 70% 100%;
  }

  .side-card-image-wedding._11 {
    background-position: 45%;
  }

  .side-card-image-wedding._12 {
    background-position: 50% 100%;
    margin-top: -36px;
  }

  .side-card-image-wedding.va._1 {
    margin-top: -30px;
  }

  .side-card-image-wedding.ffnung, .side-card-image-wedding.ffnung-rechts, .side-card-image-wedding.ffnung-rechts-2 {
    margin-top: -38px;
  }

  .side-card-image-wedding.grusel {
    margin-top: -53px;
  }

  .side-card-image-wedding.cup {
    background-size: auto;
    margin-top: -79px;
  }

  .side-card-image-wedding.winter {
    background-size: cover;
    margin-top: -71px;
  }

  .side-card-image-wedding.winter-2 {
    background-size: cover;
  }

  .side-card-image-wedding._13 {
    background-position: 50%;
  }

  .side-card-image-wedding._14 {
    background-position: 50% 100%;
    margin-top: -33px;
  }

  .side-card-image-wedding._15 {
    background-position: 50%;
    background-size: cover;
    margin-top: -38px;
  }

  .side-card-image-wedding.winter-4 {
    margin-top: 62px;
  }

  .side-card-image-wedding.turney {
    background-size: cover;
    margin-top: -79px;
  }

  .side-card-image-wedding.turney-8, .side-card-image-wedding.wein {
    background-position: 50%;
  }

  .side-card-image-wedding.silvester {
    background-size: cover;
    margin-top: -95px;
  }

  .side-card-image-wedding.buff {
    background-position: 50% 100%;
  }

  .side-card-image-wedding.turney-9 {
    background-position: 50% 40%;
  }

  .side-card-image-wedding.turney-13 {
    background-position: 50%;
  }

  .side-card-image-wedding.turney-14 {
    background-position: 80%;
  }

  .side-card-image-wedding.turney-17 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding.grauen-4 {
    background-position: 100% 80%;
  }

  .side-card-image-wedding.grauen-5 {
    background-position: 50%;
  }

  .side-card-image-wedding._16 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-wedding._9 {
    background-position: 50%;
    margin-top: -34px;
  }

  .side-card-image-wedding._17 {
    background-position: 50% 0;
  }

  .side-card-image-wedding._18 {
    margin-top: -34px;
  }

  .side-card-image-wedding._20 {
    background-position: 50% 100%;
  }

  .side-card-image-wedding._21 {
    margin-top: -36px;
  }

  .side-card-image-wedding._24 {
    margin-top: -54px;
  }

  .side-card-image-wedding._25 {
    margin-top: -38px;
  }

  .side-card-image-wedding._27, .side-card-image-wedding._28 {
    margin-top: -23px;
  }

  .side-card-image-wedding._29 {
    background-position: 20%;
    margin-top: -23px;
  }

  .side-card-image-wedding._34, .side-card-image-wedding._35 {
    margin-top: -23px;
  }

  .side-card-image-wedding._36, .side-card-image-wedding._40 {
    background-position: 50% 100%;
    margin-top: -23px;
  }

  .side-card-image-wedding._41 {
    margin-top: -23px;
  }

  .side-card-image-wedding._42 {
    background-position: 30%;
    margin-top: -23px;
  }

  .side-card-image-wedding._46, .side-card-image-wedding._47 {
    margin-top: -23px;
  }

  .side-card-image-wedding._52 {
    background-position: 50% 100%;
    margin-top: -23px;
  }

  .side-card-image-wedding._53 {
    margin-top: -23px;
  }

  .side-card-image-wedding._54 {
    background-position: 20% 100%;
    margin-top: -23px;
  }

  .side-card-image-wedding._0 {
    margin-top: -34px;
  }

  .grid-18-copy {
    margin-bottom: 47px;
  }

  .heading-16 {
    margin-top: -2px;
    font-size: 30px;
  }

  .text-block-wedding-background {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 18px;
  }

  .text-block-wedding-background.video {
    font-size: 12px;
    line-height: 18px;
  }

  .grey-text-copy.menu, .grey-text-copy.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-copy.vas.cup, .grey-text-copy.vas.cup-copy {
    font-size: 15px;
  }

  .page-hero-header-wedding-copy {
    margin: 15px 20px;
    font-size: 40px;
  }

  .side-card-feature-small-wedding {
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 60px;
    margin-right: 10px;
  }

  .side-card-feature-small-wedding.reversed {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .side-card-feature-small-wedding.reversed.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .side-card-feature-small-wedding.special, .side-card-feature-small-wedding.special-copy {
    margin-top: 0;
  }

  .side-card-image-test {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .side-card-image-test._1 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-test._2 {
    background-position: 65%;
    margin-top: -32px;
    margin-left: -217px;
  }

  .side-card-image-test._3, .side-card-image-test._4, .side-card-image-test._5, .side-card-image-test._6, .side-card-image-test._7 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-test._8 {
    background-position: 50% 100%;
  }

  .side-card-image-test._10 {
    background-position: 0 100%;
  }

  .side-card-image-test.va._1 {
    margin-top: -30px;
  }

  .side-card-image-test.ffnung, .side-card-image-test.ffnung-rechts, .side-card-image-test.ffnung-rechts-2 {
    margin-top: -38px;
  }

  .side-card-image-test.grusel {
    margin-top: -53px;
  }

  .side-card-image-test.cup {
    background-size: auto;
    margin-top: -79px;
  }

  .side-card-image-test.winter {
    background-size: cover;
    margin-top: -71px;
  }

  .side-card-image-test.winter-2 {
    background-size: cover;
  }

  .side-card-image-test._14 {
    background-position: 50% 100%;
  }

  .side-card-image-test._15 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-image-test.winter-4 {
    margin-top: 62px;
  }

  .side-card-image-test.turney {
    background-size: cover;
    margin-top: -79px;
  }

  .side-card-image-test.turney-8, .side-card-image-test.wein {
    background-position: 50%;
  }

  .side-card-image-test.silvester {
    background-size: cover;
    margin-top: -95px;
  }

  .side-card-image-test.buff {
    background-position: 50% 100%;
  }

  .side-card-image-test.turney-9 {
    background-position: 50% 40%;
  }

  .side-card-image-test.turney-13 {
    background-position: 50%;
  }

  .side-card-image-test.turney-14 {
    background-position: 80%;
  }

  .side-card-image-test.turney-17 {
    background-position: 50% 100%;
  }

  .side-card-image-test.grauen-4 {
    background-position: 100% 80%;
  }

  .side-card-image-test.grauen-5 {
    background-position: 50%;
  }

  .side-card-image-test._16 {
    background-position: 50%;
    background-size: cover;
  }

  .side-card-wedding-test {
    width: 100%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding: 37px 12% 0;
  }

  .side-card-wedding-test.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-wedding-test.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-wedding-test.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .side-card-wedding-test.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-wedding-test.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-content-test {
    align-items: center;
  }

  .side-card-content-test.menu {
    width: 85%;
    margin-top: -28px;
    margin-bottom: -1px;
    margin-left: 22px;
    padding-top: 0;
  }

  .grey-text-test {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .grey-text-test.menu, .grey-text-test.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-test.menu.cup {
    margin-right: -27px;
  }

  .grey-text-test.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .grey-text-test.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .grey-text-test.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .grey-text-test.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .grey-text-test.vas.cup, .grey-text-test.vas.cup-copy {
    font-size: 15px;
  }

  .grey-text-test.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .wrapper-test.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-test.greaber {
    margin-top: 82px;
  }

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

  .wrapper-test.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-card-content-test-2 {
    align-items: center;
  }

  .side-card-content-test-2.menu {
    width: 85%;
    margin-top: -28px;
    margin-bottom: -1px;
    margin-left: 22px;
    padding-top: 0;
  }

  .grey-text-test-2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .grey-text-test-2.menu, .grey-text-test-2.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-test-2.menu.cup {
    margin-right: -27px;
  }

  .grey-text-test-2.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .grey-text-test-2.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .grey-text-test-2.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .grey-text-test-2.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .grey-text-test-2.vas.cup, .grey-text-test-2.vas.cup-copy {
    font-size: 15px;
  }

  .grey-text-test-2.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .side-card-wedding-test-2 {
    width: 100%;
    margin-top: 97px;
    margin-left: auto;
    padding: 2px 12% 11px;
  }

  .side-card-wedding-test-2.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-wedding-test-2.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-wedding-test-2.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .side-card-wedding-test-2.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-wedding-test-2.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .image-90 {
    max-width: 100%;
    margin-top: 19px;
  }

  .text-block-wedding-background-copy {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 18px;
  }

  .text-block-wedding-background-copy.video {
    font-size: 12px;
    line-height: 18px;
  }

  .slider-6-copy {
    height: 280px;
    margin-top: -36px;
  }

  .slide-94, .slide-95, .slide-96 {
    background-position: 50%;
  }

  .wrapper-middle {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-middle.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-middle.greaber {
    margin-top: 82px;
  }

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

  .wrapper-middle.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-middle.background-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-big {
    height: 280px;
    margin-top: 28px;
    margin-bottom: 14px;
  }

  .video-2 {
    width: 120%;
    height: 200px;
    margin-top: 6px;
    margin-bottom: -23px;
  }

  .grey-text-copy {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .grey-text-copy.menu, .grey-text-copy.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-copy.menu.cup {
    margin-right: -27px;
  }

  .grey-text-copy.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .grey-text-copy.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .grey-text-copy.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .grey-text-copy.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .grey-text-copy.vas.cup, .grey-text-copy.vas.cup-copy {
    font-size: 15px;
  }

  .grey-text-copy.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .grey-text-align-left {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .grey-text-align-left.menu, .grey-text-align-left.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-align-left.menu.cup {
    margin-right: -27px;
  }

  .grey-text-align-left.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .grey-text-align-left.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .grey-text-align-left.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .grey-text-align-left.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .grey-text-align-left.vas.cup, .grey-text-align-left.vas.cup-copy {
    font-size: 15px;
  }

  .grey-text-align-left.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .text-block-wedding-service {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-wedding-service.video {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-wedding-copy {
    margin-top: 13px;
    font-size: 13px;
    line-height: 18px;
  }

  .grey-text-testies {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .grey-text-testies.menu, .grey-text-testies.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-testies.menu.cup {
    margin-right: -27px;
  }

  .grey-text-testies.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .grey-text-testies.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .grey-text-testies.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .grey-text-testies.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .grey-text-testies.vas.cup, .grey-text-testies.vas.cup-copy {
    font-size: 15px;
  }

  .grey-text-testies.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .text-block-wedding-seo {
    font-size: 11px;
    line-height: 18px;
  }

  .text-block-wedding-seo.video {
    font-size: 12px;
    line-height: 18px;
  }

  .side-card-feature-wedding-offer {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-card-feature-wedding-offer.reversed.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .side-card-feature-wedding-offer.special, .side-card-feature-wedding-offer.special-copy {
    margin-top: 0;
  }

  .side-card-feature-wedding-offer.reversed-test.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .grey-text-empfang {
    margin-bottom: 0;
    padding-top: 16px;
    font-size: 12px;
    line-height: 15px;
  }

  .grey-text-empfang.menu, .grey-text-empfang.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-empfang.menu.cup {
    margin-right: -27px;
  }

  .grey-text-empfang.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .grey-text-empfang.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .grey-text-empfang.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .grey-text-empfang.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .grey-text-empfang.vas.cup, .grey-text-empfang.vas.cup-copy {
    font-size: 15px;
  }

  .grey-text-empfang.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .side-card-header-wedding-test {
    font-size: 18px;
  }

  .div-block-68 {
    height: 250px;
  }

  .cell-2 {
    background-position: 40% 100%;
    background-size: 500px;
  }

  .icon-3 {
    opacity: .5;
    margin-left: 0;
  }

  .page-hero-header-wedding-copy-2 {
    margin: 15px 20px;
    font-size: 40px;
  }

  .slide-image {
    max-width: 100%;
    display: block;
  }

  .page-hero-header-wedding-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .image-round-250px {
    object-fit: contain;
    width: 100%;
    max-width: 70%;
    overflow: hidden;
  }

  .side-card-image-new {
    height: 280px;
    position: relative;
  }

  .div-block-70 {
    width: 100%;
    height: 28vh;
  }

  .image-93 {
    max-width: 100%;
    top: -82px;
  }

  .image-94 {
    max-width: 100%;
    height: auto;
    margin-top: -77px;
    position: static;
    top: -97px;
  }

  .div-block-72 {
    width: 100%;
    height: 34vh;
    margin-bottom: -10px;
  }

  .image-95 {
    max-width: 100%;
    position: static;
  }

  .side-card-feature-slide {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-card-feature-slide.reversed.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .side-card-feature-slide.special, .side-card-feature-slide.special-copy {
    margin-top: 0;
  }

  .side-card-feature-slide.reversed-test.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .link-block-14 {
    justify-content: flex-start;
  }

  .side-card-wedding-small-right {
    width: 100%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding: 37px 12% 0;
  }

  .side-card-wedding-small-right.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-wedding-small-right.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-wedding-small-right.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .side-card-wedding-small-right.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-wedding-small-right.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-feature-old {
    margin-top: 60px;
  }

  .side-card-feature-old.reversed {
    flex-direction: column-reverse;
  }

  .side-card-feature-old.reversed.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .side-card-feature-old.special, .side-card-feature-old.special-copy {
    margin-top: 0;
  }

  .side-card-feature-old.reversed-test {
    flex-direction: column;
    margin-top: 27px;
    margin-right: 0;
    padding-top: 58px;
  }

  .side-card-feature-old.reversed-test.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .image-98, .image-99 {
    max-width: 100%;
  }

  .image-100 {
    max-width: 150%;
  }

  .image-101 {
    max-width: 100%;
  }

  .image-102 {
    max-width: 150%;
  }

  .image-103 {
    max-width: 100%;
  }

  .grid-20 {
    margin-top: 0;
  }

  .image-104, .image-105, .image-106 {
    max-width: 100%;
  }

  .image-107 {
    max-width: 150%;
    position: static;
  }

  .image-108, .image-109, .image-110 {
    max-width: 100%;
  }

  .image-111 {
    max-width: 220%;
    position: relative;
    left: -2px;
  }

  .image-112 {
    max-width: 220%;
  }

  .image-113 {
    max-width: 100%;
  }

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

  .slide-1-copy.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 54% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .slide-1-copy.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/34527360655_1f4a62ac42_o-Groß.jpg');
    background-position: 0 0, 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-2-copy.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 65% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slide-2-copy.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/40402703601_2a8dd2abc7_o-Groß.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slide-4-copy.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .slide-4-copy.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/DSC_4148-Groß.jpg');
    background-position: 0 0, 62%;
    background-size: auto, cover;
  }

  .slide-5-copy.disc {
    background-image: linear-gradient(#00000080, #00000080), url('../images/34522029084_7635ff8531_k.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .slide-5-copy.wedding {
    background-image: linear-gradient(#0003, #0003), url('../images/52042399891_6738f2a06b_k.jpg');
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .slide-6-copy.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 45% 0;
    background-size: auto, cover;
  }

  .slide-7-copy.disc {
    background-image: linear-gradient(#00000080, #00000080), none;
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .text-block-21 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-114 {
    max-width: 110%;
    margin-top: -14px;
  }

  .image-115 {
    max-width: 120%;
    margin-top: 37px;
    margin-left: -8px;
  }

  .gridbackimage {
    min-height: 20vh;
  }

  .heading-grid-overlay {
    margin-top: 8px;
    padding-top: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .heading-grid-overlay.home, .heading-grid-overlay.home-dark {
    margin-bottom: 0;
    font-size: 20px;
  }

  .div-relative {
    min-height: 40vh;
  }

  .white-text-tabletsmall {
    font-size: 12px;
    line-height: 15px;
  }

  .white-text-tabletsmall.menu, .white-text-tabletsmall.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text-tabletsmall.menu.cup {
    margin-right: -27px;
  }

  .white-text-tabletsmall.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .white-text-tabletsmall.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .white-text-tabletsmall.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .white-text-tabletsmall.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .white-text-tabletsmall.vas.cup, .white-text-tabletsmall.vas.cup-copy {
    font-size: 15px;
  }

  .white-text-tabletsmall.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .white-text-left {
    font-size: 12px;
    line-height: 15px;
  }

  .white-text-left.menu, .white-text-left.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text-left.menu.cup {
    margin-right: -27px;
  }

  .white-text-left.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .white-text-left.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .white-text-left.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .white-text-left.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .white-text-left.vas.cup, .white-text-left.vas.cup-copy {
    font-size: 15px;
  }

  .white-text-left.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .textbigpadding {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-sidecard {
    min-height: 25vh;
  }

  .side-card-image-div {
    max-width: 100%;
    min-height: 0;
    display: inline-flex;
  }

  .header-sidecard-xmas {
    margin-top: 51px;
    padding-top: 0;
    font-size: 28px;
  }

  .image-119 {
    max-width: 70%;
  }

  .sub-text-small-responsive {
    font-size: 14px;
  }

  .div-block-sidecard-left {
    justify-content: center;
    align-items: center;
    min-height: 25vh;
  }

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

  .image-119-1 {
    max-width: 70%;
  }

  .side-card-image-div-left {
    max-width: 100%;
  }

  .side-card-image-div-long {
    max-width: 100%;
    min-height: 40vh;
  }

  .side-card-image-div-left-long {
    max-width: 100%;
  }

  .paragraph-42 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .sub-header-red.big.events {
    margin-bottom: -22px;
    font-size: 30px;
  }

  .paragraph-main-middle {
    text-align: center;
    margin: 0 5px -23px;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-main-middle.va {
    margin-top: 57px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-main-middle.eintritt {
    margin-top: -16px;
    margin-bottom: -7px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-main-middle.wegezoll {
    margin-bottom: -35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-main-middle.room {
    text-align: left;
  }

  .paragraph-main-middle.span-oswald {
    margin-top: -16px;
    margin-bottom: -7px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-main-middle.grusel, .paragraph-main-middle.grusel-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper-christmas {
    background-size: cover;
    padding: 46px 10px 1px;
  }

  .wrapper-christmas.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-christmas.greaber {
    margin-top: 82px;
  }

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

  .wrapper-christmas.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-christmas.background-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-hero-header-red {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .image-125 {
    max-width: 100%;
  }

  .middle-card-white {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 20px 12% 0;
  }

  .middle-card-white.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .middle-card-white.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .middle-card-white.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .middle-card-white.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .middle-card-white.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .card-header-red {
    font-size: 20px;
  }

  .dark-red-text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .dark-red-text.menu, .dark-red-text.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .dark-red-text.menu.cup {
    margin-right: -27px;
  }

  .dark-red-text.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .dark-red-text.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .dark-red-text.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .dark-red-text.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .dark-red-text.vas.cup, .dark-red-text.vas.cup-copy {
    font-size: 15px;
  }

  .dark-red-text.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .section-header-wrapper-christmas {
    width: 100%;
    margin-bottom: 43px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper-christmas.video {
    margin-top: 84px;
  }

  .sub-header-christmas-2 {
    color: #790505;
  }

  .sub-header-christmas-2.big.events {
    margin-bottom: -22px;
    font-size: 30px;
  }

  .heading-christmas-2 {
    color: #790505;
  }

  .heading-christmas-2.page-head {
    font-size: 30px;
  }

  .heading-christmas-2.page-head.eintritt {
    margin-top: 27px;
    margin-bottom: 7px;
    font-size: 26px;
  }

  .heading-christmas-2.nest {
    font-size: 22px;
  }

  .heading-christmas-2.events {
    font-size: 25px;
  }

  .middle-card-red {
    width: 80%;
    margin-top: -320px;
    margin-bottom: 0;
    padding: 20px 12% 0;
  }

  .middle-card-red.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .middle-card-red.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .middle-card-red.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .middle-card-red.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .middle-card-red.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

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

  .frame-menu-white {
    align-items: center;
  }

  .text-span-26 {
    font-size: 40px;
  }

  .heading-big-padding-white {
    margin-top: 43px;
    padding-left: 0;
  }

  .text-block-big-padding-white {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-big-padding-white.video {
    font-size: 12px;
    line-height: 18px;
  }

  .wrapper-black-background.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-black-background.greaber {
    margin-top: 82px;
  }

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

  .wrapper-black-background.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-black-background.background-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-card-mittelalter {
    width: 100%;
    margin-top: -19px;
    padding: 20px 0% 0;
  }

  .side-card-mittelalter.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-mittelalter.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-mittelalter.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .side-card-mittelalter.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-mittelalter.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-image-div-fill {
    max-width: 100%;
    min-height: 0;
  }

  .side-card-content-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-card-content-padding.menu {
    width: 85%;
    margin-top: -28px;
    margin-bottom: -1px;
    margin-left: 22px;
    padding-top: 0;
  }

  .text-block-white-middle {
    font-size: 13px;
    line-height: 18px;
  }

  .text-block-white-middle.video {
    font-size: 12px;
    line-height: 18px;
  }

  .wrapper-black-background-midle.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-black-background-midle.greaber {
    margin-top: 82px;
  }

  .wrapper-black-background-midle.background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-black-background-midle.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-black-background-midle.background-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-white-service {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-white-service.video {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-seo-white {
    text-align: left;
    font-size: 11px;
    line-height: 18px;
  }

  .text-block-seo-white.video {
    font-size: 12px;
    line-height: 18px;
  }

  .glocke-gastro-xmas {
    margin-top: -37px;
  }

  .dark-red-text-background {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .dark-red-text-background.menu, .dark-red-text-background.menu.wein-im-schloss {
    padding-left: 0;
    padding-right: 0;
  }

  .dark-red-text-background.menu.cup {
    margin-right: -27px;
  }

  .dark-red-text-background.eintritt {
    font-size: 20px;
    line-height: 30px;
  }

  .dark-red-text-background.ffnung {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .dark-red-text-background.disc {
    margin-top: -23px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .dark-red-text-background.vas {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .dark-red-text-background.vas.cup, .dark-red-text-background.vas.cup-copy {
    font-size: 15px;
  }

  .dark-red-text-background.info {
    margin-top: 10px;
    font-size: 12px;
  }

  .blackshaderadial {
    background-image: linear-gradient(to top, #00000080 34%, #0000);
  }

  .slide-content-bottom {
    flex-direction: column;
    margin-top: 87px;
    margin-bottom: 0;
    padding: 16px 4% 32px;
    display: flex;
  }

  .slide-content-bottom.content-slide-1 {
    align-items: stretch;
    margin-top: 37px;
    margin-bottom: -75px;
  }

  .slide-content-bottom.content-slide-2 {
    margin-top: 329px;
  }

  .slide-content-bottom.content-slide-3 {
    margin-top: 320px;
  }

  .slide-content-bottom.content-slide-5 {
    margin-top: 237px;
  }

  .slide-content-bottom.content-slide-6 {
    margin-top: 296px;
  }

  .slide-content-bottom.content-slide-7 {
    margin-top: 319px;
  }

  .slide-content-bottom.content-page {
    margin-top: 163px;
  }

  .slide-content-bottom.content-event {
    align-items: stretch;
    margin-top: 37px;
    margin-bottom: -75px;
  }

  .paragraph-main-less-margin {
    text-align: center;
    margin: 16px 5px -23px;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-main-less-margin.va {
    margin-top: 57px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-main-less-margin.eintritt {
    margin-top: -16px;
    margin-bottom: -7px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-main-less-margin.wegezoll {
    margin-bottom: -35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-main-less-margin.room {
    text-align: left;
  }

  .paragraph-main-less-margin.span-oswald {
    margin-top: -16px;
    margin-bottom: -7px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-main-less-margin.grusel {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-main-less-margin.info {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-main-less-margin.grusel-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-main-less-margin.elektro {
    line-height: 18px;
  }

  .div-block-parent {
    min-height: 0;
    margin-top: -43px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-127 {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .div-block-child {
    padding: 66px 10px 20px;
  }

  .sub-header-white.big.events {
    margin-bottom: -22px;
    font-size: 30px;
  }

  .div-block-79 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-43 {
    margin-top: 149px;
    font-size: 13px;
  }

  .image-128 {
    max-width: 70%;
  }

  .text-span-27 {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .link-block-table {
    margin-top: -6px;
    margin-bottom: 60px;
    margin-left: 15px;
    inset: 0% auto auto 0%;
  }

  .container-4 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .image-129 {
    max-width: 70%;
    margin-left: -20px;
  }

  .slide-image-hide {
    max-width: 100%;
    display: none;
  }

  .white-text-2 {
    font-size: 12px;
    line-height: 15px;
  }

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

  .image-122-copy {
    max-width: 40%;
    margin-top: -141px;
  }

  .image-135 {
    position: static;
    inset: 0% 0% auto;
  }

  .wrapper-space.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-space.greaber {
    margin-top: 82px;
  }

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

  .wrapper-space.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-space.background-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-background {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .div-block-child-noback {
    padding: 66px 10px 20px;
  }

  .blacktextoswald {
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
  }

  .text-block-eilmeldung {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .image-137 {
    max-width: 60%;
    margin-bottom: -19px;
  }

  .big-text {
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .image-div-fill {
    max-width: 100%;
    min-height: 0;
  }

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

  .wrapper-big-padding.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-big-padding.greaber {
    margin-top: 82px;
  }

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

  .wrapper-big-padding.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-big-padding.background-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-content-padding {
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-content-padding.menu {
    width: 85%;
    margin-top: -28px;
    margin-bottom: -1px;
    margin-left: 22px;
    padding-top: 0;
  }

  .side-card-feature-small {
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 60px;
    margin-right: 10px;
  }

  .side-card-feature-small.reversed {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .side-card-feature-small.reversed.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .side-card-feature-small.special, .side-card-feature-small.special-copy {
    margin-top: 0;
  }

  .side-card-header-test {
    font-size: 18px;
  }

  .side-card-small-right {
    width: 100%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding: 37px 12% 0;
  }

  .side-card-small-right.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-small-right.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .side-card-small-right.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .side-card-small-right.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .side-card-small-right.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .main-text {
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-info {
    line-height: 16px;
  }

  .text-block-info.video {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-white {
    font-size: 13px;
    line-height: 18px;
  }

  .text-block-white.video {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-service {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-service.video {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-background {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 18px;
  }

  .text-block-background.video {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-seo {
    font-size: 11px;
    line-height: 18px;
  }

  .text-block-seo.video {
    font-size: 12px;
    line-height: 18px;
  }

  .side-card-image-background {
    height: 280px;
    position: relative;
  }

  .wrapper-center-0-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-center-0-padding.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-center-0-padding.greaber {
    margin-top: 82px;
  }

  .wrapper-center-0-padding.background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-center-0-padding.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-center-0-padding.background-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-119-1-copy, .image-119-copy {
    max-width: 35%;
  }

  .text-span-30 {
    font-size: 35px;
  }

  .header-sidecard-gs {
    margin-top: 27px;
    padding-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .image-138 {
    max-width: 100%;
  }

  .div-block-38-copy {
    background-position: 80%;
  }

  .image-139, .image-140 {
    max-width: 100%;
  }

  .paragraph-44 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 15px;
  }

  .page-hero-header-winterwedd {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .heading-16-copy {
    text-align: center;
    margin-top: 0;
    padding-top: 16px;
    font-size: 26px;
    line-height: 30px;
  }

  .image-141 {
    max-width: 80%;
    margin-top: -12px;
    margin-left: 0;
  }

  .slide-content-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 446px;
    margin-bottom: -117px;
    padding: 16px 4% 32px;
    display: flex;
  }

  .slide-content-copy.content-slide-1 {
    align-items: stretch;
    margin-top: 37px;
    margin-bottom: -75px;
  }

  .slide-content-copy.content-slide-2 {
    margin-top: 329px;
  }

  .slide-content-copy.content-slide-3 {
    margin-top: 320px;
  }

  .slide-content-copy.content-slide-5 {
    margin-top: 237px;
  }

  .slide-content-copy.content-slide-6 {
    margin-top: 296px;
  }

  .slide-content-copy.content-slide-7 {
    margin-top: 319px;
  }

  .slide-content-copy.content-page {
    align-items: center;
    margin-top: 163px;
  }

  .slide-content-copy.content-event {
    align-items: stretch;
    margin-top: 37px;
    margin-bottom: -75px;
  }

  .slide-content-copy.content-flex {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-top: 37px;
    margin-bottom: -75px;
  }

  .text-block-gold-center {
    margin-bottom: -28px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .image-142 {
    max-width: 80%;
  }

  .image-143 {
    max-width: 100%;
  }

  .div-block-parent-0-margin {
    min-height: 0;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-child-no-bg {
    margin-top: 28px;
    padding: 35px 10px 20px;
  }

  .paragraph-left-black {
    margin-top: 6px;
    margin-bottom: 65px;
    font-size: 12px;
    line-height: 14px;
  }

  .center-card {
    width: 100%;
    margin-top: 32px;
    padding: 20px 0% 0;
  }

  .center-card.reversed.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .center-card.reversed.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .center-card.ffnung {
    margin-left: -.4%;
    padding-bottom: 8px;
  }

  .center-card.reversed-copy.ffnung-links {
    margin-left: 1%;
    padding-bottom: 9px;
  }

  .center-card.reversed-copy.links {
    width: 100%;
    margin-bottom: 98px;
    padding-top: 81px;
  }

  .card-image-div-fill-copy {
    max-width: 100%;
    min-height: 0;
  }

  .card-content-padding {
    padding-top: 57px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .card-content-padding.menu {
    width: 85%;
    margin-top: -28px;
    margin-bottom: -1px;
    margin-left: 22px;
    padding-top: 0;
  }

  .image-144 {
    max-width: 100%;
    margin-bottom: -159px;
  }

  .image-145 {
    max-width: 100%;
  }

  .grid-21 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 80px;
  }

  .image-147 {
    max-width: 140%;
  }

  .link-block-shadow {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .image-148 {
    max-width: 80%;
  }

  .image-149 {
    z-index: 2;
    max-width: 100%;
    margin-top: 170px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .image-151 {
    max-width: 100%;
    margin-top: 33px;
  }

  .image-152 {
    max-width: 100%;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .wrapper-middle-padding-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-middle-padding-top.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-middle-padding-top.greaber {
    margin-top: 82px;
  }

  .wrapper-middle-padding-top.background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-middle-padding-top.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-middle-padding-top.background-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-wedding-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-wedding-copy.video {
    font-size: 12px;
    line-height: 18px;
  }

  .image-oversize-margin {
    max-width: 110%;
    margin-top: 19px;
    margin-bottom: 40px;
  }

  .container-7 {
    margin-top: -39px;
    margin-bottom: 37px;
  }

  .paragraph-011 {
    margin-top: 14px;
    font-size: 15px;
  }

  .paragraph-011._2 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-011._3 {
    margin-top: 9px;
    line-height: 20px;
  }

  .page-hero-header-wedding-gold {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .side-card-image-div-non {
    max-width: 100%;
    min-height: 0;
    display: none;
  }

  .side-card-image-div-none2 {
    max-width: 100%;
    min-height: 0;
    display: inline-flex;
  }

  .side-card-image-none {
    height: 280px;
    display: inline-flex;
    position: relative;
  }

  .header {
    width: 100%;
    margin-bottom: -6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .header.video {
    margin-top: 84px;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .image-154 {
    max-width: 100%;
  }

  .image-155 {
    max-width: 70%;
  }

  .text-block-29, .text-block-29-copy {
    font-size: 15px;
  }

  .image-158 {
    max-width: 100%;
  }

  .wrapper-vertical.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

  .wrapper-vertical.greaber {
    margin-top: 82px;
  }

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

  .wrapper-vertical.wedding-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-vertical.background-copy, .wrapper-vertical.background-black, .wrapper-vertical.background-black-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-vertical.background-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .image-159, .image-160, .image-161 {
    max-width: 100%;
  }

  .grid-22 {
    margin-top: 0;
  }

  .side-card-feature-tablet-new {
    margin-top: 60px;
  }

  .side-card-feature-tablet-new.reversed {
    flex-direction: column-reverse;
  }

  .side-card-feature-tablet-new.reversed.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .side-card-feature-tablet-new.special, .side-card-feature-tablet-new.special-copy {
    margin-top: 0;
  }

  .side-card-feature-tablet-new.reversed-test {
    flex-direction: column;
    margin-top: 27px;
    margin-right: 0;
    padding-top: 58px;
  }

  .side-card-feature-tablet-new.reversed-test.cup {
    margin-top: -9px;
    margin-bottom: -109px;
  }

  .paragraphkarlacenterwhite {
    padding-left: 16px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text-headline {
    margin-bottom: -15px;
  }

  .text-pagenav, .link-text {
    line-height: 30px;
  }

  .rabatt-section {
    background-position: 50% 0;
    background-size: contain;
    padding-top: 62px;
  }

  .rabatt-section.pattern-section {
    padding-top: 21px;
  }

  .rabatt-section.pattern-section.va {
    padding-bottom: 53px;
  }

  .grid-rabatt {
    grid-row-gap: 29px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 2.5fr;
  }

  .image-163 {
    max-width: 40%;
    margin-right: -24px;
  }

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

  .div-block-81 {
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-164 {
    margin-top: -57px;
  }

  .image-164-copy {
    margin-top: -55px;
  }

  .image-165 {
    max-width: 100%;
  }

  .paragraph-11-red {
    margin-top: 14px;
    font-size: 15px;
  }

  .paragraph-11-red._2 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-11-red._3 {
    margin-top: 9px;
    line-height: 20px;
  }

  .paragraph-47 {
    font-size: 15px;
  }
}

#w-node-_9c683bc6-1dbb-6bc3-c231-d2f19e9ad540-8b6be1bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b53594b9-69fd-4ea7-8f58-449a3b049470-8b6be1bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_27d1f0ad-5d51-1595-9c91-abe2efb0f3c1-8b6be1bd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d87f91d7-c994-414e-4dc7-14c387dc589a-8b6be1bd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b19-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b1a-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b1b-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b1c-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b1d-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b1e-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b1f-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b20-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b21-8b6be1bd, #w-node-_0d18b2d9-0470-bd62-3473-b29c9c028b22-8b6be1bd, #w-node-_9ae66446-d2d5-b438-8e3a-ae37fef8eb98-fb7ede26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc864358-960d-0101-ed9b-d17b74bedc55-8b6be1c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c6d06ce6-de12-074e-97c8-4a98b1a05539-8b6be1c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_443234d0-2a7e-926c-f415-84e501301005-8b6be1c9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_936f1468-de30-9d41-3312-90f5c9b8e89a-8b6be1c9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0e02eb80-9f23-3edf-375b-11e2001f8bb8-8b6be1c9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a5e067ed-2905-8b7a-913a-53bf5818d209-8b6be1c9 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1c9 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f5c-8b6be1c9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be1c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be1c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be1c9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_751e0b7e-069a-68ad-89bf-d19830f3de6a-8b6be1c9, #w-node-bb4e9225-78bf-fee2-9e87-e94459d7d3fe-8b6be1c9, #w-node-_8cb9e195-0ab6-60f3-3f54-09ec74f86541-8b6be1c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a3ca347-bf25-9441-dc7b-1412c0380a44-8b6be1c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a3ca347-bf25-9441-dc7b-1412c0380a45-8b6be1c9 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0a3ca347-bf25-9441-dc7b-1412c0380a46-8b6be1c9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1cd {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f5c-8b6be1cd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be1cd {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be1cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be1cd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1ce {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f5c-8b6be1ce {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be1ce {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be1ce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be1ce {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5a9b140f-bb97-8360-881a-5646c544e522-8b6be1da {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45ff5841-f789-f6cf-e9b2-9b8def06e1a9-8b6be1db {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_45ff5841-f789-f6cf-e9b2-9b8def06e1ab-8b6be1db {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-_45ff5841-f789-f6cf-e9b2-9b8def06e1b3-8b6be1db {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9c85785d-aefa-4c34-3cd0-fa87b4628c5f-8b6be1dc, #w-node-b6d8abec-310b-c52d-e487-e0e76ef3274c-8b6be1dc, #w-node-bb6995b3-b7f9-a4e6-4847-a3d557f4ec22-8b6be1dc, #w-node-_4fe3a382-494e-82d8-ec96-b4aaa59cce81-8b6be1dc, #w-node-_46a16d3e-365e-c9cf-d7fd-32f5cce0508a-8b6be1dc, #w-node-_8fbd254c-578e-2e1d-ee2b-4ed642ee3245-8b6be1dc, #w-node-_91efb1b2-a9d1-5e06-f993-fea7670804ea-8b6be1dc, #w-node-_10fb14f5-cea6-9cef-35f2-9a39a5c1079e-8b6be1dc, #w-node-_31ffa8c4-df1d-078f-4249-da5041c787cb-8b6be1dc, #w-node-_50185b8f-30a0-8f09-0644-51c0bc3ff812-8b6be1dc, #w-node-_8ce99cda-86b2-212d-a736-270e479de54a-8b6be1dc, #w-node-a8cf775c-42eb-3584-0fe6-56f8b6696228-8b6be1dc, #w-node-_85a50553-65de-d2a3-8ecc-665327a3157f-8b6be1dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be1e9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be1e9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-bd1e288f-18bd-d04b-2c6f-5043a7ebbbe0-8b6be1e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be1e9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ac22875d-bd34-6bbd-372d-b7a43db5c871-8b6be232 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6c3d88d3-e3a4-03b5-f6af-3e7614314f2b-8b6be232, #w-node-_6c3d88d3-e3a4-03b5-f6af-3e7614314f2c-8b6be232, #w-node-_56d96247-5091-a66d-f2ee-dc561bbabc9b-8b6be232, #w-node-_56d96247-5091-a66d-f2ee-dc561bbabc9c-8b6be232, #w-node-e9b7a653-4120-5c5a-4e50-069a58b16905-8b6be232, #w-node-e9b7a653-4120-5c5a-4e50-069a58b16906-8b6be232, #w-node-cb52ee30-0581-295f-72b1-a09f58744f6a-8b6be232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c31-8b6be234 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c38-8b6be234 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c42-8b6be234 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c4c-8b6be234 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c56-8b6be234 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c62-8b6be234 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2754bbbc-fa1f-b3f6-7af1-bf93b55f7995-8b6be234 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be236 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be236 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f5c-8b6be236 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be236 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be236 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be236 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_611a2bf2-7a80-19a1-edf7-d3a5309bc8d5-8b6be236 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a1f56bb-d265-6b17-2745-63d5c7c823fd-8b6be236 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-ee0c5f29-69f8-7b59-e32e-087ed5c274e5-8b6be236 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_25ae381a-8437-0c24-660d-fcabd7cb2b6f-8b6be236 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25ae381a-8437-0c24-660d-fcabd7cb2b70-8b6be236 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_25ae381a-8437-0c24-660d-fcabd7cb2b71-8b6be236 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f57693c9-882b-e27e-44d7-5093b9b208a1-8b6be251 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c8c65a5d-33b1-7b26-a6dc-a42b0194c1df-8b6be251 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9b3a31fd-60a8-09e8-e3bd-7a4a014a09ce-8b6be251, #w-node-_46a2ef9d-d853-5096-d7ea-0ddcd1c6cedf-8b6be251 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9bcefb3-e2be-e75e-cecf-7851e8a6ebc2-8b6be251 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c9bcefb3-e2be-e75e-cecf-7851e8a6ebc3-8b6be251 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-c9bcefb3-e2be-e75e-cecf-7851e8a6ebc5-8b6be251 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be253 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be253 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be253 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-feb1973b-0a45-da93-bc10-ba3d197436da-8b6be256 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_83d16850-8c08-29ae-431c-8480084c0f52-8b6be256 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b8299215-6703-2093-7164-cb5f2335299c-8b6be256 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_09bc6ccb-36cd-cb2a-fdea-6e666853e3b1-8b6be256 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4770ac41-1928-6ff6-e567-29d52b0426e6-8b6be256 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e79abd7e-2d08-dc18-b962-81938d01a3af-8b6be256 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4e0f0208-1ac8-4f07-abce-4d71b092e426-8b6be256 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_5ee6f91c-6bba-0d82-69e4-aaf7156fd6fe-8b6be256 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_43e5f96f-ce55-7674-5876-2453e490ed6a-8b6be256 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-b737c7fc-58b5-f798-04c1-fe0742053d58-8b6be256 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_21ca3239-f020-ed5b-b552-958b3a72caaf-8b6be256 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_4106fc1f-b90e-02a4-1a89-a1ccafbf4c7b-8b6be256 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_65cb2b5b-d3d1-52c8-d978-504ec8bad8a5-8b6be256 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_2ba98b03-7b1d-e224-4b70-648ea53370c7-8b6be256 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_3e919c66-d70a-2b3b-9d9f-f3c272cfa867-8b6be256 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_87acfd4b-a164-ca75-89d7-8030c1a832c9-8b6be256 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_3aa179f1-4a23-0d61-02ae-78a3bb298e10-8b6be256 {
  grid-area: 12 / 1 / 13 / 2;
}

#w-node-_8a8cf6d6-919d-ccd7-3496-f4b6135a9d2d-8b6be256 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_2e217bc6-394d-7f4e-b894-37d53b715507-8b6be256 {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-_387b6229-6c05-a421-85cb-0675de3c273a-8b6be256 {
  grid-area: 13 / 2 / 14 / 3;
}

#w-node-_7181c06d-fc2e-f62f-f261-d3d0d1b93980-8b6be256 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_52c335ea-e24d-ea37-f459-793aefb9e59f-8b6be256 {
  grid-area: 14 / 1 / 15 / 2;
}

#w-node-_3c1e34fe-cb52-4461-9b7f-3f27eac936ef-8b6be256 {
  grid-area: 14 / 2 / 15 / 3;
}

#w-node-_51959c9f-7738-b2eb-0983-e62a015a980b-8b6be256 {
  grid-area: 15 / 2 / 16 / 3;
}

#w-node-e04889d4-da58-294f-ee94-2b001952e73b-8b6be256 {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_61c7ee23-2dd9-581a-f38c-1fcc266ad29d-8b6be256 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57ce6351-ef23-0e0b-3709-c34819c92e3d-8b6be256, #w-node-a85553a4-d955-111d-1150-65b29463fa7f-8b6be256, #w-node-acb1b82d-6090-1718-5a52-1e9f8ee6d646-8b6be256, #w-node-_4e2bb000-cae8-9918-b5a7-3555286f18a9-8b6be256, #w-node-dd68a685-a67d-8570-dca5-94cfba97f1d3-8b6be256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e230241-eec9-255a-53d3-329785269715-8b6be256 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f0ad132b-422a-fad9-4dc0-852745ce17bb-8b6be256 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22d89aaa-58af-9a04-2b33-1e66c4989aa0-8b6be26c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_22d89aaa-58af-9a04-2b33-1e66c4989ac6-8b6be26c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be26f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be26f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be26f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_22c351c5-12d8-39a3-88b8-e4dd9c111bed-aac82da6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9c683bc6-1dbb-6bc3-c231-d2f19e9ad540-8b6be1bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b53594b9-69fd-4ea7-8f58-449a3b049470-8b6be1bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1c9, #w-node-_0a3ca347-bf25-9441-dc7b-1412c0380a44-8b6be1c9, #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1cd, #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1ce, #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be236 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c683bc6-1dbb-6bc3-c231-d2f19e9ad540-8b6be1bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b53594b9-69fd-4ea7-8f58-449a3b049470-8b6be1bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1c9, #w-node-_0a3ca347-bf25-9441-dc7b-1412c0380a45-8b6be1c9, #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1cd, #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1ce {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_56d96247-5091-a66d-f2ee-dc561bbabc9b-8b6be232 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c42-8b6be234 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2754bbbc-fa1f-b3f6-7af1-bf93b55f7988-8b6be234 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2754bbbc-fa1f-b3f6-7af1-bf93b55f7995-8b6be234 {
    grid-column: 1 / 2;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be236 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_22d89aaa-58af-9a04-2b33-1e66c4989ab0-8b6be26c {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c683bc6-1dbb-6bc3-c231-d2f19e9ad540-8b6be1bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b53594b9-69fd-4ea7-8f58-449a3b049470-8b6be1bd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_27d1f0ad-5d51-1595-9c91-abe2efb0f3c1-8b6be1bd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d87f91d7-c994-414e-4dc7-14c387dc589a-8b6be1bd {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_443234d0-2a7e-926c-f415-84e501301005-8b6be1c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_936f1468-de30-9d41-3312-90f5c9b8e89a-8b6be1c9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0e02eb80-9f23-3edf-375b-11e2001f8bb8-8b6be1c9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e067ed-2905-8b7a-913a-53bf5818d209-8b6be1c9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1c9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f5c-8b6be1c9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be1c9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be1c9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be1c9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0a3ca347-bf25-9441-dc7b-1412c0380a44-8b6be1c9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0a3ca347-bf25-9441-dc7b-1412c0380a45-8b6be1c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a3ca347-bf25-9441-dc7b-1412c0380a46-8b6be1c9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1cd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1cd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f5c-8b6be1cd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be1cd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be1cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be1cd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be1ce {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be1ce {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f5c-8b6be1ce {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be1ce {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be1ce {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be1ce {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45ff5841-f789-f6cf-e9b2-9b8def06e1a9-8b6be1db {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45ff5841-f789-f6cf-e9b2-9b8def06e1ab-8b6be1db {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45ff5841-f789-f6cf-e9b2-9b8def06e1b3-8b6be1db {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be1e9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be1e9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be1e9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c38-8b6be234 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c42-8b6be234 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c4c-8b6be234 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c56-8b6be234 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d0476387-4700-fdcc-cf14-5c2ac2bc6c62-8b6be234 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2754bbbc-fa1f-b3f6-7af1-bf93b55f7988-8b6be234 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2754bbbc-fa1f-b3f6-7af1-bf93b55f7995-8b6be234 {
    grid-column: 1 / 2;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f55-8b6be236 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f56-8b6be236 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f3ea08f1-f6ae-4910-b9ba-d8a5ca638f5c-8b6be236 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be236 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be236 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be236 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9bcefb3-e2be-e75e-cecf-7851e8a6ebc2-8b6be251 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c9bcefb3-e2be-e75e-cecf-7851e8a6ebc3-8b6be251 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c9bcefb3-e2be-e75e-cecf-7851e8a6ebc5-8b6be251 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be253 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be253 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be253 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_22d89aaa-58af-9a04-2b33-1e66c4989ac6-8b6be26c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f225-8b6be26f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f226-8b6be26f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3fdb16d9-7cd9-76c9-216e-1784b406f22c-8b6be26f {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Great Vibes';
  src: url('../fonts/great-vibes-v14-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla-v23-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}