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

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

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

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

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

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

:root {
  --bg-dark: #181515;
  --default_padding: 5%;
  --heading-color: #f4db96;
  --bg-green: #121d15;
  --akzent: #a77a51;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

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

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

.body_wrapper {
  background-color: var(--bg-dark);
  font-family: Barlow, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.header_section {
  padding-right: var(--default_padding);
  padding-left: var(--default_padding);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.header_section.legal {
  height: 300px;
}

.header_section.kontakt {
  height: auto;
}

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

.hero-image-wrapper {
  background-image: url('../images/resto73_Header.webp');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.header-overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, transparent, var(--bg-dark)), radial-gradient(circle farthest-corner at 100% 50%, #2525255c, var(--bg-dark) 77%);
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 10;
  padding-right: var(--default_padding);
  padding-left: var(--default_padding);
  background-image: linear-gradient(180deg, var(--bg-dark), transparent);
  justify-content: space-between;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-texts {
  z-index: 3;
  width: 750px;
  height: auto;
  margin-top: 100px;
  position: relative;
}

.header-texts.kontakt {
  width: 100%;
  margin: 200px auto 100px;
}

.h1 {
  background-image: linear-gradient(155deg, white, var(--heading-color));
  color: var(--heading-color);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Barlow, Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
}

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

.sub-headline {
  color: #f5f5f5;
  text-align: left;
  margin-top: 20px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text {
  color: #f5f5f5;
  text-align: left;
  margin-top: 20px;
}

.text.header {
  color: #ccc;
  margin-top: 3px;
  font-size: 18px;
}

.text.header.nopaddomg {
  padding-top: 0;
}

.text.center {
  text-align: center;
  margin-top: 10px;
}

.text.center.capped-750 {
  max-width: 750px;
}

.text.center.capped-850 {
  max-width: 900px;
}

.text.center.capped-850.mobile-left {
  text-align: center;
  max-width: none;
}

.text.center.capped-550 {
  max-width: 550px;
}

.text.center.capped {
  max-width: 750px;
}

.text.shorttext {
  margin-top: 0;
}

.text.shorttext.right {
  text-align: right;
  margin-top: 7px;
}

.section {
  padding: 75px var(--default_padding) 200px;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.section.green {
  background-color: var(--bg-green);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--bg-dark), var(--bg-green));
  height: 800px;
}

.section.in-green {
  background-image: linear-gradient(180deg, var(--bg-dark), var(--bg-green));
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.in-green.image {
  background-image: linear-gradient(180deg, var(--bg-dark) 5%, transparent 50%, var(--bg-dark) 95%), linear-gradient(to bottom, #000000b0, #000000b0), url('../images/resto73_mid_section-1.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.in-green.image.bewertungen {
  background-image: linear-gradient(180deg, var(--bg-dark) 5%, transparent 50%, var(--bg-dark) 95%), linear-gradient(to bottom, #000c, #000c), url('../images/resto73_mid_section-3.webp');
}

.section.out-green {
  background-color: #485458;
  background-image: linear-gradient(180deg, var(--bg-dark), #1f170f 50%, var(--bg-dark));
  text-transform: none;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.accent {
  background-color: #050505;
  background-image: linear-gradient(180deg, var(--bg-dark), var(--bg-dark));
  padding-top: 200px;
  padding-bottom: 50px;
}

.section.accent.lessup {
  padding-top: 100px;
}

.section.reminder {
  background-image: linear-gradient(180deg, var(--bg-dark) 5%, transparent 50%, var(--bg-dark) 95%), linear-gradient(to bottom, #000c, #000c), url('../images/resto73_mid_section-1.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.reminder.bewertung {
  background-image: linear-gradient(180deg, var(--bg-dark) 5%, transparent 50%, var(--bg-dark) 95%), linear-gradient(to bottom, #000c, #000c), url('../images/Website_Image.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.section.pricing {
  background-color: var(--bg-dark);
  padding-bottom: 75px;
  position: relative;
}

.section.white {
  background-color: #fff;
  padding-top: 150px;
}

.section.moreup {
  background-color: var(--bg-dark);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.moreup.notmoreup {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.section._100down {
  padding-bottom: 100px;
  display: none;
}

.section.dashboard {
  padding-top: 150px;
}

.section.legal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 75px;
}

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

.section.noup.nodown {
  padding-bottom: 0;
}

.content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

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

.content._100 {
  width: 100%;
}

.content.wider {
  width: 750px;
}

.h2 {
  background-image: linear-gradient(155deg, white, var(--heading-color));
  color: var(--heading-color);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Barlow, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

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

.h2.left.capped.noleft {
  text-align: center;
}

.h2.right {
  text-align: right;
  max-width: 550px;
  margin-top: 25px;
  margin-left: auto;
  font-family: Barlow, Arial, sans-serif;
}

.h2.black {
  background-color: #000;
  background-image: none;
  font-weight: 600;
}

.h2.capped {
  max-width: 750px;
}

.h2.capped._650 {
  max-width: 650px;
}

.h2.mobile-left {
  text-align: left;
}

._4er {
  z-index: 3;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  bottom: 0%;
}

.advantage {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.advantage.small {
  width: 122.891px;
}

.icon_adv {
  width: 85px;
  height: 85px;
}

.icon_adv.small {
  width: 75px;
  height: 75px;
}

.text_adv {
  color: #f5f5f5;
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  font-size: 18px;
}

.text_adv.aa {
  text-transform: none;
}

.text_adv.big {
  margin-top: 7px;
  font-size: 1.5vw;
  line-height: 2vw;
}

.text_adv.big.butsmall {
  font-size: 18px;
  line-height: 20px;
}

._2er {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 420px;
  display: grid;
}

.texthalf {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.image-overlay {
  background-image: radial-gradient(circle closest-side at 50% 50%, transparent, var(--bg-green));
  position: absolute;
  inset: 0%;
}

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

.text-span {
  color: #ccc;
}

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

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  display: none;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #a77a51;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  color: var(--heading-color);
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 500;
}

.comparison-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--akzent);
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 35px;
  padding-bottom: 35px;
  display: grid;
}

.comparison-negative, .comparison-positive {
  color: #f5f5f5;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.div-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: auto;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  display: flex;
}

.placeholder-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vergleich {
  pointer-events: auto;
  color: #b8b7b7;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  display: block;
}

.vergleich.title {
  pointer-events: auto;
  color: #f5f5f5;
  font-size: 18px;
}

.vergleich.title.big {
  font-size: 20px;
}

.button {
  background-color: var(--akzent);
  background-image: linear-gradient(135deg, #b6a065, var(--akzent));
  color: #fff;
  border-radius: 99px;
  margin-top: 0;
  padding: 11px 28px;
}

.button.nav {
  margin-top: 0;
  margin-left: 10px;
}

.button.nav.main {
  color: #fff;
  width: auto;
  font-size: 18px;
}

.button.less-up {
  margin-top: 30px;
}

.button.back {
  background-color: #242424;
  background-image: none;
  margin-top: 0;
  padding: 9px 22px;
  font-size: 16px;
}

.button.next {
  margin-top: 0;
  padding: 9px 22px;
  font-size: 16px;
}

.button.spaceup {
  text-align: center;
  margin-top: 45px;
}

.button.spaceup.less {
  width: 50%;
  margin-top: 25px;
}

.vergleich-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.plus-icon, .minus-icon {
  color: #f5f5f5;
  -webkit-user-select: none;
  user-select: none;
  font-size: 25px;
  line-height: 30px;
}

.icon-wrapper {
  aspect-ratio: 1;
  color: var(--akzent);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
  font-size: 40px;
  line-height: 40px;
}

.plus {
  background-image: linear-gradient(90deg, var(--heading-color), white);
  color: var(--heading-color);
  -webkit-text-fill-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin: auto;
  padding-bottom: 5px;
  font-size: 38px;
  line-height: 38px;
  position: relative;
  inset: 0%;
}

.minus {
  color: var(--akzent);
  -webkit-user-select: none;
  user-select: none;
  padding-bottom: 5px;
  font-size: 18px;
}

.vergleich-to {
  pointer-events: auto;
  color: #b8b7b7;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  display: block;
}

.vergleich-to.title {
  pointer-events: auto;
  color: #f5f5f5;
  font-size: 20px;
}

.vergleich-from {
  pointer-events: auto;
  color: #b8b7b7;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  display: block;
}

.vergleich-from.title {
  pointer-events: auto;
  color: #f5f5f5;
  font-size: 20px;
}

.reservation_image {
  z-index: 3;
  width: 900px;
  height: auto;
  margin-top: 35px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.spez-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
}

.spez-layout.reverse {
  grid-template-columns: 1.25fr 1fr;
}

.right-up-text {
  color: #fff;
  text-align: right;
  font-size: 22px;
}

.right-side-stick {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.right-side-stick.image {
  justify-content: center;
  align-items: flex-end;
}

.left-side-stick {
  flex-flow: column;
  justify-content: space-between;
  height: 480px;
  display: flex;
}

.left-side-stick.image {
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.section-overlap {
  padding-right: var(--default_padding);
  padding-left: var(--default_padding);
  margin-top: 0;
}

.resto-logo {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Barlow, Arial, sans-serif;
  font-size: 30px;
  display: flex;
}

.navlinks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navtext {
  opacity: 1;
  color: #ccc;
  text-decoration: none;
}

.navtext:hover {
  background-image: linear-gradient(135deg, var(--heading-color), var(--akzent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.navtext.coming {
  opacity: .5;
  color: #fdfdfd;
}

.image-dashboard {
  border-radius: 20px;
  width: 893%;
  max-width: 893px;
  margin-top: 15px;
  padding-top: 0;
}

.reservation_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.blurr-bubble {
  background-color: var(--akzent);
  filter: blur(200px);
  border-radius: 99px;
  width: 300px;
  height: 300px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.left-up-text {
  color: #fff;
  text-align: left;
  font-size: 22px;
}

._2col {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.half-enthalten {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--heading-color);
  background-color: #242424;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 25px;
  display: grid;
  box-shadow: 0 2px 10px #a77a5152;
}

.div-price.down {
  margin-bottom: 20px;
}

.title-pricing {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 500;
}

.half-prices {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.sub-price {
  color: #f5f5f5;
}

.small-pricing {
  color: #ccc;
  margin-top: 25px;
  font-size: 15px;
  line-height: 20px;
}

.pricing-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price {
  color: #fff;
  text-align: right;
  font-size: 30px;
  line-height: 30px;
}

.pricesub {
  color: #fff;
  text-align: right;
  font-size: 17px;
}

.feature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.feature-text {
  color: #fff;
  font-size: 20px;
}

.icon-svg {
  height: 60%;
}

.pricing-info {
  color: #ccc;
  text-align: center;
  font-size: 15px;
}

.mwst-info {
  background-color: #242424;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mwst-text {
  color: #777;
  font-size: 16px;
}

.steps-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 1080px;
  min-width: auto;
  max-width: none;
  margin-top: 50px;
  display: flex;
}

.compare-step-bar {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  height: 65px;
  display: flex;
  position: relative;
}

.step-number {
  background-image: linear-gradient(155deg, var(--heading-color), var(--akzent));
  color: var(--akzent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.step-number-text {
  color: #fff;
  margin-top: 4.5px;
  font-weight: 500;
  line-height: 22px;
}

.step-number-underline {
  background-color: var(--akzent);
  background-image: linear-gradient(90deg, var(--heading-color), var(--akzent));
  height: 3.5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.step-number-underline._2, .step-number-underline._3, .step-number-underline._4 {
  display: none;
}

.step-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 30px;
  display: grid;
}

.step-content._2, .step-content._3, .step-content._4 {
  display: none;
}

.step-content-half-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.step-content-half-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.h4 {
  color: #fff;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.step-content-text {
  color: #ccc;
}

.step-content-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

.list-item {
  color: var(--akzent);
}

.form_wrapper {
  box-shadow: 0 2px 20px 1px var(--heading-color);
  border-radius: 20px;
  flex-flow: column;
  width: 650px;
  margin-top: 50px;
  padding: 50px 35px;
  display: flex;
}

.footer {
  padding-right: var(--default_padding);
  padding-left: var(--default_padding);
}

.footer_content {
  border-top: 1px solid #f4db964d;
  height: 350px;
}

.form_heading {
  color: #f5f5f5;
  text-align: center;
  font-weight: 500;
}

.form-input {
  margin-top: 35px;
}

.form-input._1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 420px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form-input._2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.form-input._3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 420px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form-input._3.noup {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.form-input._3.lessup {
  width: 100%;
  max-width: none;
  margin-top: 10px;
}

.form-input._4 {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.form-input.no-up {
  margin-top: 0;
}

.form-option {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--heading-color);
  cursor: pointer;
  background-color: #242424;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 10px #a77a5152;
}

.form-option.down {
  margin-bottom: 20px;
}

.form-option-label {
  color: #f5f5f5;
}

.form-q1 {
  flex-flow: column;
  display: flex;
}

.form-q2 {
  flex-flow: column;
  display: none;
}

.input {
  border: 2px solid var(--heading-color);
  color: #fff;
  text-align: center;
  background-color: #242424;
  border-radius: 20px;
  height: 60px;
}

.input.big {
  height: 100px;
}

.input.big.q2.left {
  color: #fff;
  text-align: left;
  border-width: 2px;
}

.form-q3, .form-q4, .form-q5, .form-q6 {
  flex-flow: column;
  display: none;
}

.answers-hidden {
  display: none;
}

.if-lib-tagcheckbox1_group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.if-lib-tagcheckbox1_field {
  border: 2px solid var(--heading-color);
  cursor: pointer;
  background-color: #242424;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .8rem 1.3rem .8rem 1rem;
  display: flex;
}

.if-lib-tagcheckbox1_field.is-checked {
  border-width: 2px;
  border-color: var(--heading-color);
  background-color: #242424;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
}

.if-lib-tagcheckbox1_icon {
  cursor: pointer;
  background-color: #777;
  background-image: url('../images/checkicon_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border-style: none;
  border-radius: .25rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.if-lib-tagcheckbox1_icon.w--redirected-checked {
  background-image: url('../images/checkicon_white.svg'), linear-gradient(131deg, var(--heading-color), var(--akzent));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 75% 75%, auto;
}

.if-lib-tagcheckbox1_icon.w--redirected-focus {
  box-shadow: none;
}

.if-lib-tagcheckbox1_icon.w--redirected-focus-visible {
  outline-offset: .1rem;
  outline: .1rem solid #494759;
}

.if-lib-tagcheckbox1_label {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.next-back-wrapper {
  justify-content: space-between;
  margin-top: -10px;
  display: flex;
}

.next-back-wrapper.margin-up {
  margin-top: 50px;
}

.next-back-wrapper.margin-up.less {
  margin-top: 30px;
}

.if-lib-tagradio1_group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.if-lib-tagradio1_field {
  border: 2px solid var(--heading-color);
  cursor: pointer;
  background-color: #242424;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0 1.3rem 0 1rem;
  display: flex;
}

.if-lib-tagradio1_field.is-checked {
  border-color: var(--heading-color);
  background-color: #242424;
}

.if-lib-tagradio1_icon {
  aspect-ratio: 1;
  cursor: pointer;
  background-color: #777;
  background-image: url('../images/checkicon_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border-style: none;
  border-radius: .25rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.if-lib-tagradio1_icon.w--redirected-checked {
  background-color: #257fe9;
  background-image: url('../images/checkicon_white.svg'), linear-gradient(135deg, var(--heading-color), var(--akzent));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 75% 75%, auto;
}

.if-lib-tagradio1_icon.w--redirected-focus {
  box-shadow: none;
}

.if-lib-tagradio1_icon.w--redirected-focus-visible {
  outline-offset: .1rem;
  outline: .1rem solid #494759;
}

.if-lib-tagradio1_label {
  color: #fff;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.footer-dark {
  padding: 50px var(--default_padding) 15px;
  background-color: var(--bg-dark);
  background-image: linear-gradient(180deg, var(--bg-dark), #20170f);
  position: relative;
}

.container-2 {
  border-style: none;
  border-width: 1px;
  border-color: var(--heading-color) black black;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  display: flex;
}

.title-small {
  color: #f5f5f5;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.footer-link {
  color: #ccc;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  background-image: linear-gradient(160deg, var(--heading-color), var(--akzent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-link.coming {
  opacity: .5;
}

.footer-link.darksmall {
  margin-top: 0;
  font-size: 14px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--heading-color);
  width: 100%;
  max-width: none;
  height: 1px;
  margin: 70px auto 15px;
}

.footer-copyright-center {
  color: #6e6e6e;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-phone-mockup {
  filter: brightness(88%);
  height: 500px;
  margin-top: 100px;
}

.image-phone-mockup.noright {
  aspect-ratio: 864 / 1080;
  width: 75%;
  height: auto;
  margin-top: 0;
}

.image-phone-mockup.noleft {
  aspect-ratio: 864 / 1080;
  object-fit: fill;
  width: 75%;
  max-width: none;
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.herk-mmlichmobile {
  display: none;
}

.text-legal {
  color: #ccc;
  font-size: 17px;
  line-height: 25px;
}

.privacy-card-title {
  color: #fff;
}

.privacy-card-title.small {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 600;
}

.privacy-section-title {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.privacy-title {
  background-image: linear-gradient(155deg, var(--heading-color), var(--akzent));
}

.privacy-sub-text {
  color: #ccc;
}

.privacy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.privacy-item {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.privacy-item.gap-30 {
  grid-row-gap: 30px;
}

.privacy-card-inner {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.privacy-description {
  color: #ccc;
  margin-top: 25px;
  font-size: 17px;
  line-height: 25px;
}

.privacy-card-title-2 {
  color: #f3f6d5;
}

.privacy-card-title-2.no-down {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.link, .link-2, .bold-text-2 {
  color: #377ef1;
}

.logo-link {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-2 {
  height: 50%;
}

.mobile-opener, .mobile-menu {
  display: none;
}

.list {
  color: #fff;
  margin-top: 15px;
  padding-left: 20px;
}

.longtext-highlight {
  background-image: linear-gradient(155deg, white, var(--heading-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.logo_fotter {
  width: 114px;
}

.website-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: flex;
}

.website-image {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  width: 100%;
  max-width: 893px;
}

.website-linkblock {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.website-image-2, .website-image-3 {
  aspect-ratio: 16 / 9;
}

.mega-nav_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_container {
  background-color: #22291b;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.nav_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.margin-bottom_none._100 {
  width: 100%;
  margin-top: 25px;
}

.mega-nav_dropdown-list-wrapper {
  color: #22291b;
  background-color: #f9f4ea;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper.w--open {
  border-radius: 1.25rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.text-block-3 {
  color: #c9cb9c;
}

.nav_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #22291b;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_dropdown-link.w--current, .nav_dropdown-link.w--open {
  background-color: #2a794e1a;
}

.card-link {
  opacity: 1;
  color: #22291b;
  background-color: #f9f4ea;
  background-image: none;
  border: 0 solid #22291b33;
  border-radius: 1.25rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #22291b33, 0 3px 3px #0000001a, 0 2px #0000000d;
}

.card-link:hover {
  opacity: 1;
  color: #22291b;
  background-color: #f9f4ea;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #22291b33, 0 4px 6px #0000001a, 0 2px #0000000d;
}

.card-link.is-inverse {
  color: #f9f4ea;
  background-color: #22291b;
  border-color: #0000;
}

.nav_center {
  justify-content: flex-end;
  align-items: center;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
  position: static;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_dropdown-menu {
  position: static;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.mega-nav_link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #22291b;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal.is-y-center.height_100percent {
  height: 100%;
}

.flex_horizontal.flex_vertical {
  flex-direction: column;
}

.image-3 {
  width: 65px;
}

.icon {
  color: #2a794e;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.is-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.on-accent-primary {
  color: inherit;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.button_label {
  white-space: pre;
}

.heading_h3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.04em;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group.margin-top_none {
  margin-top: 0;
}

.button-group.is-align-center {
  justify-content: center;
}

.nav_menu-list-item {
  margin-bottom: 0;
  display: flex;
}

.mega-nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.nav {
  z-index: 99;
  color: #22291b;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav.is-accent-primary {
  color: #fff;
  background-color: #22291b;
  justify-content: center;
  align-items: center;
  height: auto;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: 100rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #2a794e1a;
}

.nav_link.on-accent-primary {
  background-color: inherit;
}

.nav_link.on-accent-primary:hover {
  background-color: color-mix(in srgb, currentColor 15%, transparent);
}

.nav_link.on-accent-primary.w--current {
  background-color: color-mix(in srgb, currentColor 30%, transparent);
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu_dropdown-list-wrapper {
  background-color: #f9f4ea;
  border-radius: 1.25rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu_dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.text-block-4 {
  color: #c9cb9c;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a794e;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:hover {
  color: #fff;
  background-color: #3aa66b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #2a794e;
}

.button-2.on-inverse {
  color: #22291b;
  background-color: #c9cb9c;
  background-image: none;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2.on-inverse:hover {
  background-color: #e0e2b6;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2.on-inverse:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.margin_top-auto {
  margin-top: auto !important;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #2a794e;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #3aa66b;
}

.text-button.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.text-button.on-accent-tertiary, .text-button.on-accent-tertiary:hover {
  color: inherit;
}

.nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.text-block-5 {
  color: #c9cb9c;
}

.image-ratio_auto {
  aspect-ratio: auto;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.container-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-3.is-max {
  width: 100%;
  max-width: none;
}

.container-3.is-small {
  max-width: 1000px;
}

.container-3.is-small.spezpad {
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.heading_h1 {
  color: #1e3b34;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.04em;
}

.section-2 {
  color: #22291b;
  background-color: #f9f4ea;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-2.is-accent-primary {
  color: #fff;
  background-color: #c9cb9c;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a794e;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:hover {
  color: #fff;
  background-color: #3aa66b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #2a794e;
}

.button-3.is-secondary {
  box-shadow: none;
  color: #22291b;
  background-color: #2a794e33;
  background-image: none;
  border-color: #0000;
}

.button-3.is-secondary:hover {
  box-shadow: none;
  background-color: #2a794e1a;
  border-color: #0000;
}

.button-3.is-secondary:active {
  box-shadow: none;
  background-color: #2a794e33;
}

.button-3.is-secondary.on-accent-primary {
  box-shadow: none;
  color: #3a5243;
  background-color: #f9f4ea33;
  background-image: none;
}

.button-3.is-secondary.on-accent-primary:hover {
  box-shadow: none;
  color: #fff9;
  background-color: #f9f4ea1a;
}

.button-3.is-secondary.on-accent-primary:active {
  box-shadow: none;
  background-color: #f9f4ea33;
}

.button-3.on-accent-primary {
  color: #22291b;
  background-color: #f9f4ea33;
  background-image: linear-gradient(#f9f4eae6, #f9f4ea99);
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3.on-accent-primary:hover {
  background-color: #f9f4ea80;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3.on-accent-primary:active {
  background-color: #f9f4ea33;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.subheading {
  color: #515f4a;
  text-align: left;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

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

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.tablet-1-col.gap-xxlarge.is-y-center {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.grid_2-col.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
}

.grid_2-col.gap-xsmall.height_100percent {
  height: 100%;
}

.card_header {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem 3rem 0;
  display: flex;
  position: relative;
}

.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.grid_1-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width_small {
  max-width: 35rem;
}

.paragraph_large {
  color: #ccc;
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.overlay_opacity-middle {
  opacity: .6;
  background-color: #22291b;
  position: absolute;
  inset: 0%;
}

.card {
  color: #22291b;
  background-color: #f9f4ea;
  background-image: none;
  border: 0 solid #22291b33;
  border-radius: 1.25rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #22291b33, 0 3px 3px #0000001a, 0 2px #0000000d;
}

.section-3 {
  color: #22291b;
  background-color: #f9f4ea;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.position_relative {
  position: relative;
}

.button-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a794e;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-4:hover {
  color: #fff;
  background-color: #3aa66b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-4:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-4:focus {
  outline-offset: 2px;
  outline: 2px solid #2a794e;
}

.button-4.on-inverse {
  color: #22291b;
  background-color: #c9cb9c;
  background-image: none;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-4.on-inverse:hover {
  background-color: #e0e2b6;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-4.on-inverse:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.flex-child_no-shrink {
  flex: none;
}

.ix_sticky-card {
  position: sticky;
  top: 0;
}

.heading-responsive {
  margin-bottom: .5em;
  font-size: 7cqw;
  line-height: 1;
}

.openingtimes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #373d30;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  width: auto;
  height: auto;
  padding: 35px;
  display: grid;
}

.heading {
  text-align: left;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: inherit;
  background-color: color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .15em .75em;
  font-size: .75rem;
  text-decoration: none;
  transition-property: border-color, color, background-color;
  transition-duration: .2s, .2s, .2s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
}

.up {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.div-block-4 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.section-4 {
  color: #22291b;
  background-color: #f9f4ea;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-4.is-inverse {
  color: #f9f4ea;
  background-color: #22291b;
}

.tag_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.weekday {
  font-size: 16px;
  font-weight: 700;
}

.button-5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a794e;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-5:hover {
  color: #fff;
  background-color: #3aa66b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-5:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-5:focus {
  outline-offset: 2px;
  outline: 2px solid #2a794e;
}

.button-5.on-inverse {
  color: #22291b;
  background-color: #c9cb9c;
  background-image: none;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-5.on-inverse:hover {
  background-color: #e0e2b6;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-5.on-inverse:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-5.on-inverse.margin-up {
  margin-top: 35px;
}

.time {
  font-size: 16px;
}

.header-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header-2.is-align-center.different-on-mobile._2col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.header-2.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-button_icon {
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.heading_h4 {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.41rem;
  font-weight: 700;
  line-height: 1.3em;
}

.section-5 {
  color: #22291b;
  background-color: #f9f4ea;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-5.is-secondary {
  background-color: #f9f4ea;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.form_success-message {
  background-color: #2a794e33;
  border: 1px solid #2a794e;
  border-radius: 1.25rem;
  padding: 2rem;
}

.image-ratio_2x3 {
  aspect-ratio: 2 / 3;
  border-radius: 1.25rem;
  position: relative;
  overflow: clip;
}

.inline-input-0 {
  z-index: -1;
  opacity: 0;
  border-radius: 0;
  margin-top: 0;
  margin-left: -25px;
  position: absolute;
}

.inline-input-0.w--redirected-checked {
  background-color: var(--heading-color);
  opacity: 100;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-left: -32px;
}

.heading_h2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 700;
  line-height: 1.04em;
}

.form_error-message_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.checkbox_label {
  color: #ccc;
}

.section-6 {
  color: #22291b;
  background-color: #f9f4ea;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-6.is-inverse {
  color: #f9f4ea;
  background-color: #22291b;
}

.input-2 {
  margin-bottom: 1.25rem;
  position: relative;
}

.input_field {
  color: #22291b;
  background-color: #0000;
  background-image: linear-gradient(#0000001a, #0000);
  border: 1px solid #22291b1a;
  border-radius: .75rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

.input_field:hover {
  background-color: #0000;
  border-color: #22291b1a;
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #22291b1a;
  outline: 2px solid #2a794e;
}

.input_field::placeholder {
  color: #22291b33;
}

.input_field.input_text-area {
  min-height: 7.5rem;
}

.input_field.on-inverse {
  color: #f9f4ea;
  background-color: #212020;
  background-image: none;
  border-color: #272727;
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

.input_field.on-inverse:hover {
  background-color: #0000;
  border-color: #f9f4ea1a;
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

.input_field.on-inverse:focus {
  outline-color: var(--heading-color);
  border-color: #f9f4ea1a;
}

.input_field.on-inverse::placeholder {
  color: #f9f4ea80;
}

.input_field.on-inverse.website {
  background-color: #1f241c;
}

.checkbox {
  margin-bottom: 1rem;
  padding: 0 0 0 2rem;
  display: flex;
  position: relative;
}

.checkbox.margin-bottom_none {
  justify-content: flex-start;
  align-items: center;
}

.display_inline-block {
  display: inline-block;
}

.input_label {
  z-index: 1;
  color: #ccc;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.form_error-message {
  background-color: #ff2b2b33;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.checkbox_toggle {
  color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, currentColor 50%, transparent);
  border-right-color: color-mix(in srgb, currentColor 50%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 50%, transparent);
  border-left-color: color-mix(in srgb, currentColor 50%, transparent);
  border-radius: .25rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -32px;
  margin-right: .75rem;
  transition-property: border-color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), cubic-bezier(.165, .84, .44, 1);
}

.checkbox_toggle:hover {
  box-shadow: color-mix(in srgb, currentColor 30%, transparent) 0px 0px 0px 4px;
}

.checkbox_toggle:focus {
  outline-color: var(--heading-color);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.checkbox_toggle.w--redirected-checked {
  background-color: #2a794e;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-style: none;
  border-color: #22291b;
  border-radius: .75rem;
}

.checkbox_toggle.w--redirected-focus {
  box-shadow: none;
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
}

.checkbox_toggle.w--redirected-focus-visible {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
  border-color: #22291b1a;
}

.button-6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a794e;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-6:hover {
  color: #fff;
  background-color: #3aa66b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-6:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-6:focus {
  outline-offset: 2px;
  outline: 2px solid #2a794e;
}

.button-6.on-inverse {
  color: #22291b;
  background-color: #c9cb9c;
  background-image: none;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-6.on-inverse:hover {
  background-color: #e0e2b6;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-6.on-inverse:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.image {
  object-fit: contain;
  width: 100%;
}

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

.text-link {
  color: #2a794e;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #2a794e99;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.on-inverse {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
}

.text-link.on-inverse:hover {
  opacity: .6;
  color: inherit;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.is-secondary {
  color: #22291b;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.is-secondary.text-span_padding {
  color: #ccc;
}

.header-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.footer_icon-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.screen-reader {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.footer_bottom-3-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #22291b33;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
}

.image-4 {
  width: 150px;
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link.on-inverse, .footer_link.on-inverse:hover {
  color: #f9f4ea;
}

.text-color_secondary {
  color: color-mix(in srgb, currentColor 75%, transparent);
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer-2 {
  color: #22291b;
  background-color: #f9f4ea;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-2.is-inverse {
  color: #f9f4ea;
  background-color: #29241b;
}

.footer_icon-link {
  color: color-mix(in srgb, currentColor 70%, transparent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .35rem;
  display: inline-flex;
}

.heading_h6 {
  letter-spacing: .1em;
  margin-bottom: .5em;
  font-size: .71rem;
  font-weight: 400;
  line-height: 1.3em;
}

.heading_h6.text-color_secondary {
  font-size: 1rem;
}

.heading-2, .heading-3, .heading-4 {
  color: #fff;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  color: #6e6e6e;
  text-align: center;
}

.utility-page-wrap {
  background-color: var(--bg-dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.onlymobile {
  display: none;
}

.link-4 {
  color: #666;
}

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

.paragraph_large-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.button-7 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a794e;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7:hover {
  color: #fff;
  background-color: #3aa66b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7:focus {
  outline-offset: 2px;
  outline: 2px solid #2a794e;
}

.button-7.on-inverse {
  color: #22291b;
  background-color: #c9cb9c;
  background-image: none;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7.on-inverse:hover {
  background-color: #e0e2b6;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7.on-inverse:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-7.on-inverse.kontakt-resto {
  background-image: linear-gradient(90deg, var(--heading-color), var(--akzent));
  color: #fff;
  width: 100%;
  font-weight: 500;
}

.text-field {
  display: none;
}

.overview-wrapper {
  flex-flow: column;
  display: flex;
}

.benefits-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.benefits-wrapper.left {
  justify-content: flex-start;
}

.bewertung-wrapper {
  flex-flow: column;
  display: flex;
}

.reasonswhy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.trust-image {
  border-radius: 10px;
  width: 100%;
  margin-top: 12px;
}

.reasons-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.reason-widget-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reason-header {
  color: #fff;
}

.plusicon {
  background-image: linear-gradient(135deg, var(--heading-color), white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 5px;
  font-size: 38px;
  line-height: 38px;
}

.reasons-divider {
  background-color: #373737;
  height: 1px;
  margin-top: 15px;
}

.reasons-text {
  color: #afaeae;
  font-size: 16px;
  line-height: 25px;
}

.reasons-text.up.less {
  margin-top: 15px;
}

.reasons-text.up.less.spezi {
  margin-top: 0;
  margin-bottom: 0;
}

.website-packages {
  grid-column-gap: 75px;
  grid-row-gap: 125px;
  width: 100%;
}

.websiteimage {
  aspect-ratio: auto;
  background-color: #e0e0e0;
  border-radius: 10px;
  width: 100%;
  margin-top: 5px;
}

.website-desc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.website-title {
  color: var(--heading-color);
  font-size: 16px;
}

.website-paket-name {
  color: #fff;
  margin-top: 5px;
  font-size: 35px;
}

.website-list {
  color: #afaeae;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.listitem {
  height: auto;
}

.gold-sec-divider {
  background-color: #373737;
  width: 100%;
  height: 1px;
}

.website-pricing-text {
  color: #afaeae;
  font-size: 16px;
  line-height: 16px;
}

.website-pricing-text.price {
  text-align: left;
  font-size: 20px;
}

.row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
  display: flex;
}

.infoadd {
  font-size: 14px;
}

.website-imgasite-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button-wrapper-website {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button2 {
  text-align: center;
  background-color: #212020;
  border: 1px solid #373737;
  border-radius: 99px;
  width: 50%;
  padding: 11px 28px;
}

.div-block-6 {
  margin-bottom: 1.25rem;
}

.checkboxtile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: block;
}

.checkbox-box {
  background-color: #212020;
  border: 1px solid #373737;
  width: 25px;
  height: 25px;
}

.checkbox-label {
  color: #ccc;
  margin-left: 10px;
}

.line {
  text-decoration: underline;
}

.link-5 {
  color: #ccc;
}

.new-content-containe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.imagephonestandard {
  width: 350px;
  margin-top: 50px;
}

.footer-wrapper-down {
  justify-content: space-between;
  display: flex;
}

.login-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.infotext {
  opacity: .5;
  color: #ccc;
  font-size: 17px;
  line-height: 25px;
}

.heading-5 {
  background-image: linear-gradient(135deg, var(--heading-color), var(--akzent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
}

.field-label {
  background-color: var(--heading-color);
  opacity: 0;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.speziinput {
  text-align: center;
  background-color: #212020;
  border: 1px solid #373737;
  border-radius: 20px;
  height: 45px;
}

@media screen and (max-width: 991px) {
  .text.header, .text.header.nopaddingup {
    padding-top: 0;
  }

  .text.center.capped-850.mobile-left {
    text-align: left;
  }

  .section {
    padding-bottom: 75px;
  }

  .section.in-green.image.bewertungen {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.out-green {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.accent {
    padding-top: 75px;
  }

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

  .h2.left, .h2.right {
    font-size: 30px;
    line-height: 40px;
  }

  ._4er {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .icon_adv {
    width: 65px;
  }

  .icon_adv.small {
    width: 65px;
    height: 65px;
  }

  .text_adv.big {
    margin-top: 5px;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .text_adv.big.butsmall {
    font-size: 17.5px;
  }

  .container {
    max-width: 728px;
  }

  .button.nav.main {
    display: none;
  }

  .reservation_image {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .spez-layout {
    grid-template-columns: 1fr 1fr;
  }

  .right-up-text {
    font-size: 18px;
  }

  .left-side-stick {
    height: auto;
  }

  .navtext {
    display: none;
  }

  .image-dashboard {
    aspect-ratio: 16 / 9;
  }

  .left-up-text {
    font-size: 18px;
  }

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

  .steps-wrapper {
    width: 100%;
  }

  .container-2 {
    border-top-style: none;
    max-width: none;
  }

  .footer-wrapper {
    padding-left: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-link {
    margin-top: 7px;
  }

  .footer-divider.lessup {
    margin-top: 35px;
  }

  .image-phone-mockup {
    height: auto;
  }

  .mobile-opener {
    aspect-ratio: 1;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    font-family: "Materialsymbolsrounded 36 Pt", Arial, sans-serif;
    display: flex;
  }

  .lottie-animation {
    width: 32px;
  }

  .menubar {
    background-image: linear-gradient(135deg, white, var(--heading-color));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 35px;
    line-height: 35px;
  }

  .mobile-menu {
    z-index: 999;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-image: linear-gradient(151deg, var(--bg-dark), black);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu-close {
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    font-family: "Materialsymbolsrounded 36 Pt", Arial, sans-serif;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-close {
    background-image: linear-gradient(155deg, white, var(--heading-color));
    text-transform: none;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 35px;
    line-height: 35px;
  }

  .link-3, .link-3.w--current {
    color: #fff;
    text-decoration: none;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .mega-nav_dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav_dropdown-menu {
    width: 100%;
    height: auto;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .mega-nav_dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav {
    height: auto;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #2a794e;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover {
    background-color: #2a794e1a;
  }

  .nav_link.w--open {
    background-color: #0000;
  }

  .nav_menu {
    background-color: #f9f4ea;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .container-3.is-max, .container-3.is-small {
    padding-bottom: 75px;
  }

  .container-3.is-small.spezpad {
    margin-left: 0;
    margin-right: 0;
  }

  .section-2.is-accent-primary {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .subheading.mobile-mid {
    text-align: center;
  }

  .header {
    padding-top: 75px;
  }

  .header.mobile-margin-down {
    padding-bottom: 75px;
  }

  .header.mobile-margin-down.different-on-mobile {
    padding-bottom: 0;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col.tablet-1-col.gap-xxlarge {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid_2-col.hide-mobiel {
    padding-top: 75px;
  }

  .is-align-center {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .is-align-center.different-on-mobile {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .section-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
  }

  .section-4.is-inverse {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header-2.is-align-center {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .header-2.is-align-center.different-on-mobile._2col {
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .header-2.is-align-center.no-padding-down {
    padding-bottom: 20px;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-5.is-secondary {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .form-2 {
    margin-bottom: 75px;
  }

  .image-ratio_2x3.ratio_1x1_mobile-l.hide-tablet {
    display: none;
  }

  .section-6.is-inverse {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .checkbox_toggle {
    min-width: 24px;
    min-height: 24px;
  }

  .header-3 {
    padding-top: 75px;
  }

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

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid_4-col.gap-small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .form-3 {
    margin-bottom: 75px;
  }

  .overview-wrapper {
    margin-bottom: 50px;
  }

  .benefits-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .reasonswhy {
    flex-flow: column;
    display: flex;
  }

  .website-packages {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header_section {
    height: 500px;
  }

  .header-texts {
    width: auto;
  }

  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .sub-headline {
    margin-top: 15px;
    font-size: 22px;
  }

  .text.header {
    font-size: 15px;
  }

  .text.header.nopaddingup {
    margin-top: -7px;
  }

  .section.in-green.image.bewertungen {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.accent {
    padding-top: 100px;
  }

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

  .section.moreup {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .h2.left {
    text-align: left;
  }

  .h2.right {
    text-align: left;
    margin-bottom: 0;
  }

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

  .advantage.hidemobile {
    display: none;
  }

  .icon_adv {
    width: 85px;
  }

  .text_adv.big {
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .features-table {
    padding: 60px 15px;
  }

  .comparison-row {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .button {
    font-size: 15px;
  }

  .button.nav {
    display: none;
  }

  .button.mobile-nav {
    margin-top: 10px;
    font-size: 17px;
  }

  .icon-wrapper {
    justify-content: center;
    align-items: center;
  }

  .spez-layout {
    flex-flow: column;
    display: flex;
  }

  .right-up-text {
    text-align: left;
    font-size: 19px;
  }

  .right-side-stick.image {
    justify-content: center;
    align-items: center;
  }

  .left-side-stick.image {
    order: 9999;
    justify-content: center;
    align-items: center;
  }

  .left-up-text {
    text-align: left;
    font-size: 19px;
  }

  .feature-text {
    font-size: 18px;
  }

  .steps-wrapper {
    max-width: none;
  }

  .step-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .step-number {
    font-size: 30px;
  }

  .step-number-text {
    font-size: 15px;
  }

  .step-content._1 {
    grid-template-columns: 1fr;
  }

  .h4 {
    font-size: 22px;
    line-height: 25px;
  }

  .step-content-text {
    font-size: 16px;
    line-height: 25px;
  }

  .form_wrapper {
    width: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-phone-mockup.noleft {
    width: 75%;
    margin-top: 20px;
  }

  .privacy-grid, .privacy-item.gap-30 {
    grid-row-gap: 24px;
  }

  .privacy-card-inner {
    grid-row-gap: 12px;
  }

  .mobile-opener {
    aspect-ratio: 1;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .lottie-animation {
    filter: brightness(1000%);
    color: #fff;
  }

  .menubar {
    background-image: linear-gradient(155deg, white, var(--heading-color));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: "Materialsymbolsrounded 36 Pt", Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
  }

  .mobile-menu {
    z-index: 999;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-image: linear-gradient(151deg, var(--bg-dark), black);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu-close {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-close {
    background-image: linear-gradient(155deg, white, var(--heading-color));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: "Materialsymbolsrounded 36 Pt", Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
  }

  .link-3 {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
  }

  .link-3.noshow {
    opacity: .5;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .button-group.is-align-center {
    padding-bottom: 0;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .heading_h1.mobilemid {
    font-size: 3rem;
  }

  .section-2.is-accent-primary {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .max-width_small {
    max-width: 100%;
  }

  .section-3 {
    padding-top: 2rem;
  }

  .section-4.is-inverse {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header-2 {
    margin-bottom: 2rem;
  }

  .header-2.is-align-center.different-on-mobile._2col {
    padding-bottom: 0;
  }

  .section-5.is-secondary {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-6.is-inverse {
    padding-top: 2rem;
  }

  .header-3 {
    margin-bottom: 2rem;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .overview-wrapper {
    margin-bottom: 0;
  }

  .benefits-wrapper {
    justify-content: center;
    align-items: center;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header_section {
    height: 520px;
  }

  .header-texts {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1 {
    text-align: center;
    font-size: 8vw;
    line-height: 10vw;
  }

  .sub-headline {
    text-align: center;
    margin-top: 10px;
    font-size: 4.2vw;
    line-height: 32px;
  }

  .text.header {
    text-align: center;
    width: auto;
    font-size: 3.8vw;
    line-height: 5vw;
  }

  .text.header.nopaddingup {
    text-align: center;
    margin-top: 0;
    font-size: 3.8vw;
    line-height: 5vw;
  }

  .text.header.nopaddomg {
    text-align: center;
  }

  .text.center {
    font-size: 16px;
    line-height: 25px;
  }

  .text.center.capped-850 {
    font-size: 16px;
    line-height: 26px;
  }

  .text.center.capped-850.mobile-left {
    text-align: left;
  }

  .text.center.capped-550 {
    font-size: 16px;
    line-height: 26px;
  }

  .section.in-green.image.bewertungen {
    background-image: linear-gradient(180deg, var(--bg-dark) 5%, transparent 50%, var(--bg-dark) 95%), linear-gradient(to bottom, #0000008f, #0000008f), url('../images/resto73_mid_section-3.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-top: 50px;
  }

  .section.out-green {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.accent {
    padding-top: 125px;
    padding-bottom: 75px;
  }

  .section.reminder {
    background-image: linear-gradient(180deg, var(--bg-dark) 5%, transparent 50%, var(--bg-dark) 95%), linear-gradient(to bottom, #0000008f, #0000008f), url('../images/resto73_mid_section-2.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .section.reminder.bewertung {
    padding-top: 100px;
  }

  .section.pricing {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .section._100down {
    padding-left: var(--default_padding);
  }

  .section.dashboard {
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .content, .content.nocut {
    overflow: visible;
  }

  .h2 {
    font-size: 7vw;
    line-height: 10vw;
  }

  .h2.left.capped.noleft {
    width: auto;
    max-width: none;
    display: block;
  }

  .h2.left.capped.noleft.hidemobile {
    display: none;
  }

  .h2.right {
    text-align: left;
    margin-top: 15px;
  }

  .h2.capped {
    width: 250px;
  }

  .h2.capped._650 {
    width: auto;
    max-width: none;
    font-size: 7vw;
    line-height: 10vw;
  }

  .h2.mobile-left {
    text-align: left;
  }

  ._4er {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .advantage {
    order: 4;
  }

  .advantage.no-mobile {
    order: 3;
    display: flex;
  }

  .advantage.hidemobile {
    display: none;
  }

  .icon_adv {
    width: 21vw;
    height: 21vw;
  }

  .text_adv.big {
    font-size: 4vw;
    line-height: 6vw;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-table {
    margin-top: 0;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    display: none;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    margin-top: 25px;
    padding-top: 0;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .button {
    font-size: 18px;
  }

  .button.nav {
    display: none;
  }

  .button.mobile-nav.viniera {
    color: #000;
    background-color: #c9cb9c;
    background-image: none;
  }

  .button.spaceup.less {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
  }

  .vergleich-row {
    margin-top: -10px;
  }

  .icon-wrapper {
    aspect-ratio: auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .plus {
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .minus, .vergleich-to, .vergleich-from {
    font-size: 16px;
    line-height: 26px;
  }

  .reservation_image {
    width: 100%;
    max-width: none;
  }

  .reservation_image.resevrierung {
    width: 100%;
  }

  .spez-layout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 50px;
    display: grid;
  }

  .right-up-text {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    display: block;
  }

  .right-side-stick {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
  }

  .left-side-stick {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
  }

  .resto-logo {
    font-size: 25px;
    line-height: 25px;
  }

  .image-dashboard {
    width: 130%;
    max-width: none;
  }

  .reservation_wrapper {
    width: 110%;
  }

  .blurr-bubble {
    width: 200px;
    height: 200px;
  }

  .left-up-text {
    font-size: 17px;
    line-height: 25px;
  }

  ._2col {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .half-enthalten {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-price {
    background-color: #1f1d1d;
  }

  .title-pricing {
    font-size: 18px;
  }

  .sub-price {
    font-size: 16px;
  }

  .small-pricing {
    font-size: 14px;
  }

  .price {
    font-size: 22px;
  }

  .pricesub {
    font-size: 15px;
  }

  .feature-text {
    font-size: 16px;
  }

  .icon-svg {
    height: 50%;
  }

  .pricing-info {
    font-size: 2.4vw;
    line-height: 6vw;
  }

  .steps-wrapper {
    margin-top: 15px;
  }

  .compare-step-bar {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .step-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 95px;
  }

  .step-number-text {
    text-align: center;
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .step-content._2, .step-content._3, .step-content._4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .form_wrapper {
    width: 100%;
    padding: 35px 20px;
  }

  .form-input._1 {
    width: 300px;
    max-width: none;
  }

  .form-input._2 {
    width: 100%;
  }

  .form-input._3 {
    width: 300px;
    max-width: none;
  }

  .if-lib-tagcheckbox1_group {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .if-lib-tagcheckbox1_field, .if-lib-tagcheckbox1_field.is-checked {
    justify-content: flex-start;
    align-items: center;
    padding-right: 1.3rem;
  }

  .container-2 {
    max-width: none;
    padding-top: 0;
  }

  .footer-wrapper {
    padding-left: 0;
  }

  .footer-content {
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-small {
    font-size: 18px;
  }

  .footer-link {
    margin-top: 7px;
    font-size: 16px;
  }

  .footer-link.coming {
    font-size: 16px;
  }

  .footer-copyright-center {
    text-align: left;
  }

  .image-phone-mockup {
    width: 65%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-phone-mockup.noright {
    width: 80%;
    margin-right: auto;
  }

  .image-phone-mockup.noleft {
    width: 80%;
    max-height: none;
    margin-left: auto;
  }

  .herk-mmlichmobile {
    background-image: linear-gradient(155deg, var(--heading-color), var(--akzent));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }

  .form {
    width: 100%;
    max-width: 100%;
  }

  .form-block {
    width: 100%;
  }

  .privacy-section-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
  }

  .privacy-grid, .privacy-item.gap-30 {
    grid-row-gap: 20px;
  }

  .privacy-card-inner {
    grid-row-gap: 10px;
  }

  .link, .link-2 {
    color: #377ef1;
  }

  .menubar {
    -webkit-text-fill-color: transparent;
    background-color: #cccca5;
    background-image: none;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: "Materialsymbolsrounded 36 Pt", Arial, sans-serif;
    font-size: 35px;
  }

  .div-block-2 {
    line-height: 35px;
  }

  .mobile-menu {
    background-color: #22291b;
    display: none;
  }

  .mobile-menu.viniera {
    background-color: #22291b;
    background-image: none;
    display: none;
  }

  .menu-close.viniera {
    background-color: #c9cb9c;
    background-image: none;
    display: flex;
  }

  .bulletpoint {
    font-size: 16px;
    line-height: 26px;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .nav_logo {
    height: 3.5rem;
  }

  .flex_horizontal {
    justify-content: flex-start;
    align-items: center;
  }

  .flex_horizontal.flex_vertical.gap-large.mobilegap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-3 {
    width: 60px;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.lessup {
    margin-top: 1rem;
  }

  .button-2 {
    white-space: nowrap;
  }

  .button-2.on-inverse {
    display: none;
  }

  .text-button.on-accent-tertiary {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .container-3.is-small.spezpad {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading_h1 {
    font-size: 2.5rem;
  }

  .heading_h1.mobilemid {
    text-align: center;
    font-size: 1.6rem;
  }

  .heading_h1.mobilemid.mobileup {
    margin-top: 40px;
  }

  .section-2.is-accent-primary {
    padding-bottom: 2rem;
  }

  .button-3 {
    white-space: nowrap;
  }

  .subheading {
    text-align: center;
    font-size: 16px;
  }

  .subheading.mobile-mid {
    text-align: center;
  }

  .header.mobile-margin-down {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .header.mobile-margin-down.different-on-mobile {
    padding-top: 0;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr) 1fr 1fr;
  }

  .grid_2-col.tablet-1-col.gap-xxlarge {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    overflow: visible;
  }

  .grid_2-col.hide-mobiel {
    display: none;
  }

  .div-block-3 {
    flex-flow: column;
    padding: 1.5rem;
  }

  .is-align-center {
    margin-top: 0;
    padding-top: 50px;
  }

  .is-align-center.different-on-mobile {
    padding-bottom: 0;
  }

  .paragraph_large {
    font-size: 16px;
  }

  .section-3 {
    padding-bottom: 2rem;
  }

  .button-4 {
    white-space: nowrap;
  }

  .button-4.on-inverse {
    font-size: 16px;
  }

  .heading-responsive {
    font-size: 10cqw;
  }

  .heading-responsive.text-width_xxsmall {
    font-size: 1.3rem;
  }

  .heading-responsive.text-width_xxsmall.mobile-down {
    margin-bottom: 2em;
  }

  .openingtimes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 1.5rem;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .button-5 {
    white-space: nowrap;
  }

  .time {
    text-align: center;
  }

  .header-2.is-align-center {
    margin-top: 0;
    padding-top: 50px;
  }

  .header-2.is-align-center.different-on-mobile {
    padding-bottom: 0;
  }

  .header-2.is-align-center.different-on-mobile._2col {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-6.is-inverse {
    padding-bottom: 2rem;
  }

  .button-6 {
    white-space: nowrap;
  }

  .footer_icon-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-block-6 {
    font-size: 17px;
  }

  .footer_bottom-3-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
  }

  .heading_h6.text-color_secondary {
    font-size: 1.2rem;
  }

  .heading-2, .heading-3, .heading-4 {
    font-size: 1.4rem;
  }

  .onlymobile {
    border-radius: 20px;
    display: block;
  }

  .link-4 {
    color: #6e6e6e;
  }

  .button-7 {
    white-space: nowrap;
  }

  .gold-sec-divider.hidemobile {
    display: none;
  }

  .button-wrapper-website {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 25px;
  }

  .button2 {
    width: 100%;
  }

  .imagephonestandard {
    width: 75%;
  }

  .footer-wrapper-down {
    flex-flow: column;
  }

  .login-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
}

#w-node-_73e08f0d-ece0-59a3-34c2-842a93589ea7-c4d9f4fd, #w-node-a7fb4caf-5cd2-6a2e-0f87-23cf79e9c500-c4d9f4fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_98f4ca27-f57e-e8c4-ac26-d8ffefd44fe7-c4d9f4fd {
  place-self: center;
}

#w-node-dd40ba35-ad21-2c6d-1d92-a5c0b8b813b8-c4d9f4fd, #w-node-dd40ba35-ad21-2c6d-1d92-a5c0b8b813be-c4d9f4fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-dd40ba35-ad21-2c6d-1d92-a5c0b8b813c4-c4d9f4fd {
  place-self: center;
}

#w-node-f437404e-4295-a220-521b-5b92e0a8def3-c4d9f4fd, #w-node-f437404e-4295-a220-521b-5b92e0a8def9-c4d9f4fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-f437404e-4295-a220-521b-5b92e0a8deff-c4d9f4fd {
  place-self: center;
}

#w-node-_922b98b4-18da-619e-d3c1-1fb7926f7287-c4d9f4fd, #w-node-_922b98b4-18da-619e-d3c1-1fb7926f728d-c4d9f4fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_922b98b4-18da-619e-d3c1-1fb7926f7293-c4d9f4fd {
  place-self: center;
}

#w-node-f0c811ff-9670-edfe-c009-7b96a0cf2525-c4d9f4fd, #w-node-f0c811ff-9670-edfe-c009-7b96a0cf252b-c4d9f4fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-f0c811ff-9670-edfe-c009-7b96a0cf2531-c4d9f4fd {
  place-self: center;
}

#w-node-_05b94b1b-0a17-00c9-0271-86cb5dc7cff3-c4d9f4fd, #w-node-_8ab62c55-8faa-d1bf-fb45-15eba7822921-c4d9f4fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8263da24-9beb-e738-dbde-1e05e48f7943-e48f793d, #w-node-_8263da24-9beb-e738-dbde-1e05e48f794c-e48f793d, #w-node-_1ca073f8-d495-bd49-0d8c-e1caa69a8cb4-e48f793d, #w-node-_8263da24-9beb-e738-dbde-1e05e48f7955-e48f793d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a111108-84fe3264, #w-node-e3eb309e-e56d-2937-9aeb-acee8a111110-84fe3264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a111118-84fe3264 {
  place-self: center;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a111121-84fe3264, #w-node-e3eb309e-e56d-2937-9aeb-acee8a111129-84fe3264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a111131-84fe3264 {
  place-self: center;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a11113a-84fe3264, #w-node-e3eb309e-e56d-2937-9aeb-acee8a111142-84fe3264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a11114a-84fe3264 {
  place-self: center;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a111153-84fe3264, #w-node-e3eb309e-e56d-2937-9aeb-acee8a11115b-84fe3264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a111163-84fe3264 {
  place-self: center;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a11116c-84fe3264, #w-node-e3eb309e-e56d-2937-9aeb-acee8a111174-84fe3264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e3eb309e-e56d-2937-9aeb-acee8a11117c-84fe3264 {
  place-self: center;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e74a-efa04a5b, #w-node-_3330b298-7c00-6827-705c-d3611e98e752-efa04a5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e75a-efa04a5b {
  place-self: center;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e763-efa04a5b, #w-node-_3330b298-7c00-6827-705c-d3611e98e76b-efa04a5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e773-efa04a5b {
  place-self: center;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e77c-efa04a5b, #w-node-_3330b298-7c00-6827-705c-d3611e98e784-efa04a5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e78c-efa04a5b {
  place-self: center;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e795-efa04a5b, #w-node-_3330b298-7c00-6827-705c-d3611e98e79d-efa04a5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e7a5-efa04a5b {
  place-self: center;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e7ae-efa04a5b, #w-node-_3330b298-7c00-6827-705c-d3611e98e7b6-efa04a5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3330b298-7c00-6827-705c-d3611e98e7be-efa04a5b {
  place-self: center;
}

#w-node-feb8ad22-3bcf-dc87-940f-25a70c946f39-0c946f36.w-node-_1e4ae87b-d468-9f86-ff89-01108a594ab2-4de4b695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bbe332a-0371-8212-2119-f5be0c37fa50-0c946f36.w-node-_1e4ae87b-d468-9f86-ff89-01108a594abe-4de4b695 {
  align-self: center;
}

#w-node-c1efefbf-7b68-ca42-0a93-7f2914d09050-0c946f36.w-node-_1e4ae87b-d468-9f86-ff89-01108a594ac0-4de4b695 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c1efefbf-7b68-ca42-0a93-7f2914d09052-0c946f36.w-node-_1e4ae87b-d468-9f86-ff89-01108a594ac2-4de4b695 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: stretch;
}

#w-node-c1efefbf-7b68-ca42-0a93-7f2914d09054-0c946f36.w-node-_1e4ae87b-d468-9f86-ff89-01108a594ac4-4de4b695 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5117a019-5657-286c-23c5-04d024d1ef30-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6da-4de4b695 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_5117a019-5657-286c-23c5-04d024d1ef33-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6dd-4de4b695 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ccb431d7-f329-209c-e112-9c305fbc7a08-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6e9-4de4b695 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-ccb431d7-f329-209c-e112-9c305fbc7a0b-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6ec-4de4b695 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b6852e6e-65f7-7c46-50a0-a8079b7c30c8-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6f8-4de4b695 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-b6852e6e-65f7-7c46-50a0-a8079b7c30cb-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6fb-4de4b695 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_4a05ed94-5f03-bdf6-af26-53d5f34bec90-f2479255.w-node-_2ea321d0-a407-a597-7363-4de14162d8dc-4de4b695 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_24e30ffa-dd2f-d0e6-e084-c49bf247925c-f2479255.w-node-_2ea321d0-a407-a597-7363-4de14162d8ea-4de4b695 {
  grid-area: 3 / 1 / 4 / 6;
  justify-self: center;
}

#w-node-_2ea321d0-a407-a597-7363-4de14162d8f6-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d8fa-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d8fc-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d8fe-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d900-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d902-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d904-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d906-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d908-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d90a-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d90c-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d90e-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d910-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d912-4de4b695, #w-node-_2ea321d0-a407-a597-7363-4de14162d914-4de4b695 {
  align-self: center;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-_37ec0fe4-a031-3990-bc37-13bbbc963495-4de4b695 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-_37ec0fe4-a031-3990-bc37-13bbbc9634a4-4de4b695 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf9-c2725ced.w-node-_37ec0fe4-a031-3990-bc37-13bbbc9634a6-4de4b695, #w-node-_3bbdd118-2d16-1d06-1f67-cd66e70178cc-c2725ced.w-node-_37ec0fe4-a031-3990-bc37-13bbbc9634ac-4de4b695, #w-node-_77e04b32-a9ec-fd16-d96d-fecfbfd5e8f0-c2725ced.w-node-_37ec0fe4-a031-3990-bc37-13bbbc9634b2-4de4b695, #w-node-_9b8da06b-c5c2-29a8-5b6b-ad35dd8e7563-c2725ced.w-node-_37ec0fe4-a031-3990-bc37-13bbbc9634b8-4de4b695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f264d8c6-9032-2dfd-b08c-cbc5ffcd8b18-4de4b695 {
  order: -9999;
}

#w-node-_9e12d28a-a203-35aa-fcc5-36ac3be47ae6-8afe22f8.w-node-f264d8c6-9032-2dfd-b08c-cbc5ffcd8b1a-4de4b695 {
  align-self: center;
}

#w-node-_34ccc393-f6a4-cf2a-32aa-10110e0bf679-8afe22f8.w-node-f264d8c6-9032-2dfd-b08c-cbc5ffcd8b1e-4de4b695 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5117a019-5657-286c-23c5-04d024d1ef33-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6dd-4de4b695, #w-node-ccb431d7-f329-209c-e112-9c305fbc7a0b-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6ec-4de4b695, #w-node-b6852e6e-65f7-7c46-50a0-a8079b7c30cb-24d1ef2a.w-node-_0cd377b5-5049-b785-eb3f-be0aa0c1e6fb-4de4b695 {
    order: -9999;
  }

  #w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-_37ec0fe4-a031-3990-bc37-13bbbc963495-4de4b695, #w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-_37ec0fe4-a031-3990-bc37-13bbbc9634a4-4de4b695 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9e12d28a-a203-35aa-fcc5-36ac3be47ae6-8afe22f8.w-node-f264d8c6-9032-2dfd-b08c-cbc5ffcd8b1a-4de4b695 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_34ccc393-f6a4-cf2a-32aa-10110e0bf679-8afe22f8.w-node-f264d8c6-9032-2dfd-b08c-cbc5ffcd8b1e-4de4b695 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5a17cbc-eb2b-19ab-3b14-3a8bb1ef1c48-c4d9f4fd {
    order: 3;
  }

  #w-node-ab41a02a-3350-6617-57fc-8f13b10ff425-c4d9f4fd {
    order: -9999;
  }

  #w-node-ab41a02a-3350-6617-57fc-8f13b10ff41f-c4d9f4fd {
    order: 4;
  }

  #w-node-_4a05ed94-5f03-bdf6-af26-53d5f34bec90-f2479255.w-node-_2ea321d0-a407-a597-7363-4de14162d8dc-4de4b695 {
    grid-column: 1 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5a17cbc-eb2b-19ab-3b14-3a8bb1ef1c48-c4d9f4fd {
    order: 3;
  }

  #w-node-ab41a02a-3350-6617-57fc-8f13b10ff419-c4d9f4fd {
    order: 4;
  }

  #w-node-ab41a02a-3350-6617-57fc-8f13b10ff425-c4d9f4fd {
    order: 2;
  }

  #w-node-ab41a02a-3350-6617-57fc-8f13b10ff42b-c4d9f4fd {
    order: 1;
  }

  #w-node-bda53287-6505-b2bd-b813-1bbe468e43bb-c4d9f4fd {
    justify-self: center;
  }

  #w-node-_6edc9f3d-2478-0e69-5765-249892d74b3f-c4d9f4fd, #w-node-_323f45dd-f9fe-270e-7ed1-deb701c5dffa-c4d9f4fd, #w-node-_15efa2f2-62af-0e96-d70b-43befc88dc58-c4d9f4fd, #w-node-b9037cf9-f9ba-6da2-cfa6-91b0667eebcf-c4d9f4fd {
    order: -9999;
  }

  #w-node-c1efefbf-7b68-ca42-0a93-7f2914d09050-0c946f36.w-node-_1e4ae87b-d468-9f86-ff89-01108a594ac0-4de4b695, #w-node-c1efefbf-7b68-ca42-0a93-7f2914d09052-0c946f36.w-node-_1e4ae87b-d468-9f86-ff89-01108a594ac2-4de4b695, #w-node-c1efefbf-7b68-ca42-0a93-7f2914d09054-0c946f36.w-node-_1e4ae87b-d468-9f86-ff89-01108a594ac4-4de4b695 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded 36 Pt';
  src: url('../fonts/MaterialSymbolsRounded_36pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}