:root {
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--400: #dcddeb;
  --waves-library--black: #131313;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-dark: #2d0896;
  --elements-webflow-library--neutral--700: #4a4566;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --waves-library--dark-elevation: #ede0d8;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-blur {
  z-index: 84;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #31313100;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
}

.navbar-blur.black {
  z-index: 85;
}

.navbar-blur.desktop {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
}

.navbar-blur.desktop.wei {
  background-color: #fff;
}

.navbar-blur.desktop.schwarz {
  background-color: #171717;
}

.navbar-blur.tablet {
  display: none;
}

.navbar-blur.schwarz {
  background-color: #171717;
}

.navbar_divblock_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #17171700;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_heading_item {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.navbar_heading_item.black, .navbar_heading_item.schwarz {
  color: #000;
}

.navbar_image_item {
  z-index: 1;
  width: 26px;
  display: block;
  position: relative;
}

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

.navbar_divblock_2.ffnungszeiten {
  padding-top: 0;
}

.navba_logo_divblock {
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.navbar_logo_image {
  width: 125px;
  max-width: 100%;
}

.body {
  color: #171717;
  background-color: #171717;
}

.navbar_divblock_3 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  display: none;
}

.navbar_divblock_3.invisible {
  opacity: 0;
  margin-left: 30px;
  margin-right: 0;
}

.image {
  width: 25px;
}

.navbar_contact_link, .navbar_contact_link_invisible {
  margin-left: 5px;
  margin-right: 5px;
}

.link-block, .nb_link_block {
  text-decoration: none;
}

.nb_link_block.home {
  border: 1px #a20767;
  border-radius: 20px;
  padding: 5px;
}

.nb_link_block.home.w--current, .nb_link_block.eat-drink {
  display: block;
}

.div-block {
  height: 64px;
  margin-top: -60px;
}

.unterstrich-navbar {
  opacity: 1;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: block;
  transform: scale3d(0, 1, 1);
}

.unterstrich-navbar.eat-drink {
  opacity: 1;
  width: 100%;
  display: block;
}

.unterstrich-navbar.eat-drink.schwarz {
  background-color: #000;
}

.unterstrich-navbar.home {
  opacity: 1;
  display: block;
}

.unterstrich-navbar.home.schwarz {
  background-color: #000;
}

.unterstrich-navbar.preise {
  opacity: 1;
}

.unterstrich-navbar.preise.schwarz {
  background-color: #000;
}

.unterstrich-navbar.angebote {
  box-shadow: none;
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.unterstrich-navbar.angebote.schwarz {
  background-color: #000;
}

.unterstrich-navbar.events {
  opacity: 1;
}

.unterstrich-navbar.events.schwarz {
  background-color: #000;
}

.unterstrich-navbar.reservierung {
  opacity: 1;
  background-color: #fff;
}

.unterstrich-navbar.reservierung.schwarz {
  background-color: #000;
}

.unterstrich-navbar.ffnungszeiten {
  opacity: 1;
  padding-top: 0;
}

.unterstrich-navbar.ffnungszeiten.schwarz {
  background-color: #000;
}

.unterstrich-navbar.faq {
  opacity: 1;
}

.unterstrich-navbar.faq.schwarz {
  background-color: #000;
}

.homescreen {
  width: auto;
  height: 105vh;
}

.div_block_homescreen_picture {
  background-image: url('../images/sam-mar-oqokssj8qme-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 105vh;
  display: flex;
}

.div_block_homescreen_picture.billiard {
  background-image: url('../images/haim-charbit-dqlx-kuiyt8-unsplash.jpg');
  height: 105vh;
}

.div_block_homescreen_picture.restaurant {
  background-image: url('../images/serge-esteve-klxhdg8roj4-unsplash.jpg');
  height: 105vh;
}

.image-2 {
  height: auto;
}

.div-block-3 {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.columns {
  width: 100%;
  display: flex;
}

.column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div_block_homescreen_color {
  z-index: 3;
  background-color: #0000004d;
  height: 100vh;
  margin-top: -100vh;
  display: block;
  position: static;
}

.div_block_homescreen_color.partys {
  background-color: #0009;
  height: 105vh;
  margin-top: -105vh;
}

.div_block_homescreen_color.billiard {
  background-color: #0000008c;
  height: 105vh;
  margin-top: -105vh;
}

.div_block_homescreen_color.restaurant {
  background-color: #00000073;
  height: 105vh;
  margin-top: -105vh;
}

.div_block_homescreen_content {
  opacity: 1;
  width: 84%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.berry_bowling_heading1 {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  line-height: 102px;
}

.berry_bowling_heading1.opacity-0 {
  opacity: 0;
  overflow: visible;
}

.berry_bowling_heading2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 48px;
}

.berry_bowling_heading2.opacity-0 {
  opacity: 0;
}

.jetzt_reservieren_butten {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  background-color: #fff;
  border: 1px solid #fff;
  width: 217px;
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.div_block-_jetzt_reservieren {
  height: auto;
}

.shadowline {
  color: #171717;
  height: 0;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 0 50px 53px #000;
}

.div-block-4 {
  background-image: linear-gradient(#000c, #000c), url('../images/anderson-schmig-iayjpfdhj7e-unsplash.jpg');
  background-position: 0 0, 50% 23%;
  background-size: auto, cover;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-5 {
  background-color: #000000b3;
  height: 65vh;
  margin-top: -65vh;
  padding-top: 0;
}

.div-block-6 {
  width: 70%;
  margin: auto;
  padding-top: 0;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 62px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0 auto;
  display: flex;
}

.image-3 {
  width: 30px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 66%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-10.sonntag {
  border-bottom-style: none;
}

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

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  text-decoration: underline;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-decoration: underline;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-12 {
  opacity: 1;
  background-color: #fff;
  width: 20%;
  min-width: auto;
  max-width: none;
  height: 2px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 16px;
  width: 284px;
  margin: 14px 16px;
}

.brix---section-logo-strip-v6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.angebote-section {
  background-color: #17171700;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.angebote-master-gallery {
  height: auto;
  padding-top: 176px;
  padding-bottom: 176px;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr .9fr .9fr .9fr;
  width: 100vw;
  height: 40vh;
  margin-bottom: 0;
  position: relative;
}

.angebote-grid-1 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: .9fr .9fr .9fr .9fr;
  width: 100vw;
  height: 40vh;
  margin-bottom: 16px;
  position: relative;
}

.platzhalter-grid-angebote, .waves-medium-image-wrap-gallery-3, .divblock-angebote-grid {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.heading-angebot-grid {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
}

.divblock-angebote-grid-2 {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/adi-goldstein-fu5uvjzsmmw-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.divblock-angebote-grid-2.betriebsfeier {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/austin-distel-60cachdoqh0-unsplash.jpg');
  background-size: auto, cover;
}

.divblock-angebote-grid-2.abiparty {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/vasily-koloda-8cqdvpuo_ki-unsplash.jpg');
}

.divblock-angebote-grid-2.weihnachtsfeier {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/jonathan-borba-vcx5ahbwk6s-unsplash.jpg');
}

.divblock-angebote-grid-2.individuelles-catering {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/thriday-3fsflwmebg0-unsplash.jpg');
}

.divblock-angebote-grid-2.privater-dj {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/nereid-ndreu-aep2aejlz8g-unsplash.jpg');
}

.div-block-15 {
  width: 100%;
  height: 100%;
  margin-top: 0%;
}

.beschreibung-angebot-grid {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}

.link-angebote-grid {
  height: 98%;
  text-decoration: none;
}

.erfahre-mehr-text-block {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
}

.div-block-16 {
  z-index: 0;
  background-color: #a20767;
  width: 50%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 0 550px 163px #a20767bf;
}

.div-block-16.blush-highlights {
  width: 0%;
  margin-right: 25px;
  box-shadow: 0 0 550px 112px #a2076799;
}

.div-block-16.blush-highlights.blush-gallery {
  z-index: -2;
  width: 78%;
  margin-left: 0;
  margin-right: auto;
  box-shadow: 0 0 590px 174px #a20767bf;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---text-200 {
  color: #a20767;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---btn-primary {
  z-index: 5;
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
  position: relative;
}

.brix---btn-primary:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #661848;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary.wei {
  color: #000;
  background-color: #fff;
}

.brix---btn-primary.wei:hover {
  color: #000;
  background-color: #e0e0e0;
}

.brix---btn-primary.opacity-0 {
  opacity: 0;
  width: 363px;
}

.brix---btn-primary.sichtbar {
  width: 363px;
}

.brix---btn-primary.sichtbar.reservierung-box {
  margin-left: 0;
  font-size: 21px;
  line-height: 21px;
}

.brix---btn-primary.sichtbar.dwqdwqdwq {
  margin-top: 35px;
  font-size: 19px;
  line-height: 21px;
}

.brix---btn-primary.sichtbar.reservierung-box-copy {
  margin-left: 0;
  font-size: 21px;
  line-height: 21px;
}

.brix---btn-primary.sichtbar.r113r13r13 {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 20px;
}

.brix---btn-primary.kundenbewertungen {
  font-size: 18px;
}

.brix---btn-primary.r32r32r23 {
  width: 75%;
  max-width: 450px;
  font-size: 19px;
  line-height: 13px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  color: #000;
  background-color: #e0e0e0;
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-2 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
}

.brix---heading-h2-size-2.was-wir-anbieten {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h4-size {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---grid-top---text-2-buttons.was-wir-anbieten {
  grid-template-columns: 1fr;
}

.brix---paragraph-default {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default.sub-heading {
  font-size: 20px;
  line-height: 32px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 540px;
}

.brix---inner-container-490px.was-wir-anbieten {
  margin-left: auto;
  margin-right: auto;
}

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: #fff0;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
}

.brix---card-testimonial-v13.was-wir-anbieten {
  border-style: none;
  padding: 0;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.sternchen_div_block {
  width: auto;
  margin-bottom: 24px;
}

.sternchen_icon {
  width: auto;
  max-width: 30px;
  margin-right: 5px;
}

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

.waves---cta-dark {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

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

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

.waves---section-medium {
  background-color: #fff0;
  padding-top: 100px;
  padding-bottom: 155px;
}

.waves---heading-2-no-margins {
  color: #a20767;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 60px;
}

.waves---heading-3-no-margins {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
}

.waves-icon-32 {
  width: 90px;
  height: 90px;
}

.waves---mg-bottom-16 {
  margin-bottom: 0;
}

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

.waves---sticky-halves-left {
  position: relative;
}

.waves---master-tiles-features-2 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
  position: relative;
}

.waves---sticky-halves {
  position: sticky;
  top: 115px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---content-sticky-features-2 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 75vh;
  display: flex;
  position: relative;
}

.waves---paragraph-big {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.text-block-highlights-description {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-2 {
  color: #fff;
}

.div-block-17 {
  height: 100%;
  margin-top: auto;
}

.div-block-18 {
  background-image: linear-gradient(#0000, #0000), url('../images/brittani-burns-mdn5h3qcitw-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  width: 100%;
  height: 65vh;
}

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-accent-2 {
  color: #a20767;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---display-2 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 140px;
  padding-bottom: 140px;
}

.brix---heading-h2-size-3 {
  z-index: 10;
  color: #a20767;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.brix---heading-h2-size-3.fewfwqefwq {
  display: none;
}

.brix---heading-h3-size {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.waves---paragraph-big-2 {
  color: #a20767;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 4.25svw;
  font-weight: 900;
  line-height: 99%;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-column-gallery-1 {
  z-index: 2;
  grid-row-gap: 21px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.waves-image-gallery-1 {
  z-index: 2;
  filter: brightness(65%);
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.waves-text-wrap-gallery-1 {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.lightbox-link {
  z-index: 2;
  position: relative;
}

.lightbox-link-2, .lightbox-link-3, .lightbox-link-4 {
  z-index: 1;
  position: relative;
}

.paragraph {
  color: #e4e4e4;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.code-embed {
  width: 35px;
  margin-right: 5px;
}

.image-5 {
  width: 175px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-0 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---link-text {
  color: #a20767;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: inline-block;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: #fff0;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---grid-footer-logo-and-form {
  grid-column-gap: 210px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-5-cols {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

.brix---icon-pagraph-wrapper {
  color: var(--elements-webflow-library--neutral--600);
  align-items: flex-start;
  display: flex;
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: #a20767;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #661848;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---success-message-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library--accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-bottom-v2 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---text-400-bold {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.code-embed-2 {
  width: 26px;
  font-weight: 700;
}

.code-embed-3 {
  width: 24px;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---text-201 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---footer-link-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-2:hover {
  color: #661848;
}

.brix---card-link-icon-wrapper {
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: #a20767;
  transform: scale3d(.96, .96, 1.01);
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---paragraph-default-3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.brix---icon-square-36px {
  background-color: #f2f1ff00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---footer-col-title-2 {
  color: #a20767;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.brix---text-200-bold {
  color: #a20767;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}

.brix---big-icon-left {
  background-image: linear-gradient(#fff0, #fff0);
  border-radius: 16px;
  width: 55px;
  margin-right: 16px;
  padding: 6px;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---footer-bottom-v14 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

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

.paragraph-2 {
  color: #ddd;
  width: 45%;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.image-6, .image-7 {
  padding: 6px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---btn-primary-3 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #661848;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #a20767;
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2:focus-visible, .brix---input-2[data-wf-focus-visible] {
  border-color: #a20767;
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 60px;
}

.brix---grid-subscribe-form-button-left-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  width: 30px;
  margin-right: 16px;
}

.brix---section-hero-primary {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---text-200-bold-2 {
  color: #a20767;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---btn-primary-4 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---position-relative {
  position: relative;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h1-size-2.special-deals {
  text-align: center;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-5.special-deals {
  text-align: center;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---bg-image-full-width {
  z-index: -1;
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---hamburger-menu-bar-top-white, .brix---hamburger-menu-bar-bottom-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---show-on-tablet {
  display: none;
}

.brix---hero-bg-image-dark-header-top {
  align-items: center;
  height: 100vh;
  padding-top: 330px;
  padding-bottom: 234px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-19 {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-20 {
  background-color: #fff;
  width: 2px;
  height: 169px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.body-berry-bowling {
  background-color: #171717;
}

.div-block-22 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-80px {
  margin-bottom: 80px;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---accordion-big-number-wrapper {
  display: flex;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---paragraph-default-6 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

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

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---accordion-item-wrapper-v5 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 56px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-last {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px);
}

.brix---accordion-big-number {
  width: 92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-item-wrapper-v2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: #fff0;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

.brix---color-accent-4 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---text-202 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---grid-1-column-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---btn-primary-5 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-5:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #661848;
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h1-size-3 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size-2 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---success-message-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message-3 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-link-icon-wrapper-2 {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---paragraph-default-7 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left-2 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---grid-contact-v14 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---input-line {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--elements-webflow-library--neutral--400);
  color: #fff;
  background-color: #fff0;
  min-height: 84px;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 40px;
  transition: color .3s, border-color .3s;
}

.brix---input-line:hover {
  color: var(--elements-webflow-library--neutral--800);
  border-bottom-color: #a20767;
}

.brix---input-line:focus {
  border-color: var(--elements-webflow-library--accent--primary-1) var(--elements-webflow-library--accent--primary-1) #a20767;
  color: #fff;
}

.brix---input-line:focus-visible, .brix---input-line[data-wf-focus-visible] {
  border-width: 0 0 2px;
  border-color: #4a3aff #4a3aff #a20767;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.brix---input-line::placeholder {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.brix---text-area-line {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--elements-webflow-library--neutral--400);
  background-color: #fff0;
  min-height: 180px;
  padding: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area-line:hover {
  border-color: var(--elements-webflow-library--accent--primary-1) var(--elements-webflow-library--accent--primary-1) #a20767;
}

.brix---text-area-line:focus {
  border-color: var(--elements-webflow-library--accent--primary-1) var(--elements-webflow-library--accent--primary-1) #a20767;
  color: #fff;
}

.brix---text-area-line:focus-visible, .brix---text-area-line[data-wf-focus-visible] {
  color: #fff;
  border-bottom-color: #a20767;
}

.brix---text-area-line::placeholder {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
}

.brix---form-grid-1-column-gap-row-48px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-top-80px {
  height: 959.328vh;
  margin-top: 80px;
}

.brix---btn-primary-6 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-6:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #661848;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h1-size-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---paragraph-default-8 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---section-hero-top-small {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/tim-mossholder-u_kg0bca4qk-unsplash_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-3 {
  color: #171717;
  background-color: #171717;
}

.div-block-23 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/tim-mossholder-u_kg0bca4qk-unsplash.jpg');
  background-position: 0 0, 0 -184px;
  background-size: auto, cover;
  height: 75vh;
  margin-top: 50px;
}

.image-8 {
  filter: brightness(50%);
  height: auto;
  margin-top: 0;
}

.heading-8 {
  z-index: 19;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.tab-link-tab-7 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
}

.tab-link-tab-7.w--current {
  background-color: #fff0;
  border-color: #858585;
  margin-left: 2.5px;
  margin-right: 2.5px;
  transition: border-color .3s;
}

.tab-link-tab-3 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-3.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.tab-link-tab-5 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-5.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.div-block-24 {
  z-index: 0;
  filter: blur(327px);
  background-color: #b16d008a;
  width: 100%;
  height: 278px;
  margin-top: -712px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-24.rgeergerge {
  z-index: 20;
  background-color: #b16d004a;
  margin-top: -752px;
  margin-bottom: 0;
  position: relative;
}

.div-block-24.rgeergerge._213423423 {
  z-index: 7;
  filter: blur(255px);
  background-color: #a20767;
  width: 80%;
  height: 429px;
  margin-top: -917px;
  margin-bottom: 566px;
  display: block;
  position: relative;
}

.div-block-25 {
  z-index: 36;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  height: auto;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #deaf62;
  border-radius: 8px;
  padding: 10px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  transition: transform .3s;
  box-shadow: 0 0 20px 2px #deaf629e;
}

.button:hover {
  transform: scale(.9);
}

.section {
  z-index: 1;
  color: #0000;
  background-color: #0000;
  padding-top: 10%;
  padding-bottom: 5%;
  position: relative;
}

.div-block-angebot {
  border: 1px solid #707070;
  border-radius: 16px;
  padding: 20px;
}

.div-block-allg-info-adresse {
  margin-bottom: 35px;
  display: flex;
}

.div-block-53 {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.tabs {
  z-index: 10;
  width: 91%;
  min-width: 455px;
  margin-left: auto;
  margin-right: auto;
}

.heading-allg-info {
  color: #fff;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.tabs-menu {
  justify-content: space-around;
  margin-top: 0%;
  margin-bottom: 3%;
  display: flex;
}

.div-block-54 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding: 5%;
  display: flex;
}

.text-block-allg-info {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  width: auto;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
  border: 1px solid #858585;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-right: 2.5px;
  padding: 7.5px;
  display: flex;
}

.tabs-content {
  border: 1px solid #464646;
  border-radius: 24px;
  padding: 20px;
}

.image-9 {
  border-radius: 12px;
  width: 74px;
  max-width: 100%;
  display: block;
}

.div-block-50 {
  height: auto;
}

.div-block-allg-info-ffnungszeiten {
  margin-bottom: 75px;
  display: flex;
}

.div-block-2 {
  width: 100%;
}

.tab-link-tab-6 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-6.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.code-embed-4 {
  width: 48px;
  margin-top: 13px;
  margin-right: 5px;
}

.code-embed-5 {
  width: 50px;
  height: auto;
  margin-top: 20px;
  margin-right: 5px;
  padding-bottom: 0;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-2.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.tab-link-tab-4 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-4.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.image-10 {
  z-index: 2;
  border-radius: 12px;
  position: relative;
}

.div-block-55 {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-56 {
  width: 100%;
}

.div-block-57 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-58 {
  background-color: #ebebeb;
  width: 50%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.heading-zur-angebotsbeschreibung {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 43px;
}

.div-block-angebot-holder {
  background-color: #171717;
  border-radius: 12px;
  flex-flow: column;
  padding-bottom: 50px;
  display: flex;
}

.image-11 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.div-block-angebotsbeschreibung-content {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-zur-angebotsbeschreibung {
  color: #d1d1d1;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-for-angebot-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px 12px 0 0;
  height: 485px;
}

.div-block-for-angebot-image.betriebsfeier {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/angebote_betriebsfeier.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-for-angebot-image.private-partys {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/aleksandr-popov-exboerlbhxc-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-for-angebot-image.abipartys {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/vasily-koloda-8cqdvpuo_ki-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-for-angebot-image.seminare {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/headway-f2krf_qfcqw-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-for-angebot-image.individuelles-catering {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/thriday-3fsflwmebg0-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-for-angebot-image.weihnachtsfeier {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/jonathan-borba-vcx5ahbwk6s-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-for-angebot-image.privater-dj {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/nereid-ndreu-aep2aejlz8g-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-for-angebot-image.disco {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/haley-lawrence-e5ojnzwkv4i-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-for-angebot-image.turniere {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/guney-akin-tstf2yujjbu-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.heading-angebotpicture {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Great Vibes, cursive;
  font-size: 10svw;
  font-weight: 400;
  line-height: 74px;
  display: flex;
}

.bold-text-berry-bowling-angebotsbeschreibung {
  color: #a20767;
}

.bold-text-angebotsbeschreibung, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: #fff;
  font-size: 20px;
  line-height: 31px;
}

.image-12 {
  filter: brightness(70%);
  border-radius: 10px;
  width: 50px;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2svw;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.tab-link-tab-8 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  padding: 7.5px;
}

.tab-link-tab-8.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.tab-link-tab-9 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  padding: 7.5px;
}

.tab-link-tab-9.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-angebote {
  color: #fff;
  font-size: 20px;
  line-height: 31px;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33 {
  font-size: 20px;
  line-height: 31px;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h1-size-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---badge-wrapper-top-left {
  position: absolute;
  inset: 20px auto auto 20px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---paragraph-default-9 {
  color: #a3a3a3;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---link-wrapper-color-primary-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---text-200-bold-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---badge-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-3-columns-gap-row-48px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---product-card-wrapper-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---product-card-wrapper-v1:hover {
  transform: scale(.96);
}

.brix---product-card-image-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---product-card-content-small {
  padding: 24px 24px 32px;
}

.brix---product-content-v5 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: #fff0;
  background-color: #925a5a00;
  border-radius: 24px;
}

.brix---color-accent-5 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px-4 {
  width: auto;
  margin-bottom: 0;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---display-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 96px;
  display: grid;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-primary-full-width {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #5a1e43;
  transform: translate3d(0, -3px, .01px);
}

.brix---pricing-content-v5 {
  color: #fff0;
  padding: 40px 28px 56px;
}

.div-block-62 {
  background-color: #d388b61f;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 145px;
  margin: 0 auto 10px;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.div-block-63 {
  border: 1px solid #ffffff40;
  border-radius: 7.5px;
}

.image-13 {
  border-radius: 20px;
}

.image-eat-drink {
  border-radius: 7.5px;
  width: 100%;
  height: 100%;
}

.image-15 {
  border-radius: 20px;
}

.columns-2 {
  margin-bottom: 96px;
}

.div-block-64 {
  background-color: var(--elements-webflow-library--neutral--100);
  width: 85%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.body-speisekarte {
  background-color: #171717;
  background-image: url('../images/speisekarte_hintergrund.png');
  background-position: 0 0;
  background-size: auto;
}

.section-drinks {
  background-image: linear-gradient(#0009, #0009), url('../images/kobby-mendez-xbftjrmic0c-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 10svw;
  font-weight: 400;
  line-height: 10svw;
}

.speisekarte-divblock-strich {
  background-color: #fff;
  width: 36%;
  height: 1px;
}

.speisekarte-divblock-menu-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-heading {
  color: #fff;
  margin: 0 15px;
  font-family: Montserrat, sans-serif;
}

.image-16 {
  width: 150px;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-2 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-65 {
  flex-flow: column;
  align-items: center;
  width: 60%;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.speisengruppe-heading {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 49px;
}

.div-block-66 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 25px;
  display: block;
}

.heading-14 {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.speisenvariante-column1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.speisenvariante-column2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.speisenvariante-columns {
  align-items: center;
  display: flex;
}

.men-column1 {
  padding-left: 0;
  padding-right: 30px;
}

.men-column2 {
  flex-flow: column;
  padding-left: 30px;
  padding-right: 0;
  display: block;
}

.seisenvariante-listblock {
  margin-bottom: 30px;
}

.bold-text-34 {
  font-size: 21px;
}

.speisengruppe-liste {
  max-width: 480px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.columns-3 {
  max-width: 1060.8px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-35 {
  display: block;
}

.bold-text-36 {
  font-weight: 600;
}

.button-2 {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  transition: color .3s, border-color .3s, transform .3s;
}

.button-2:hover {
  color: #a7a7a7;
  border-color: #646464;
  transform: scale(.9);
}

.button-2.choosed {
  border-color: #a20767;
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  width: 330px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/swag-photography-khul9igonfu-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
}

.heading-16 {
  color: #a20767;
  text-align: center;
  width: 584.594px;
  min-width: 584.594px;
  margin: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.heading-uhrzeiten {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.heading-uhrzeiten.bis.column-invisible, .heading-uhrzeiten.uhrzeit.column-invisible {
  opacity: 0;
}

.divblock-strich-uhrzeiten {
  border-top: 1px solid #fff;
}

.divblock-strich-uhrzeiten.above-none {
  border-top-style: none;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.column-ffnungszeiten-wochentag {
  align-items: center;
  display: block;
}

.div-block-list-iteam-uhrzeiten {
  width: auto;
}

.column-rechts-uhrzeiten {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-links-uhrzeiten {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.image-17 {
  width: 125px;
  margin-bottom: 20px;
}

.div-block-68 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-69 {
  margin-bottom: 60px;
}

.ffnungszeiten-mit-hinweis {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ffnungszeiten-mit-hinweis.sommerpause {
  display: none;
}

.ffnungszeiten-mit-hinweis.regul-r {
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  width: 60%;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.div-block-71.osterzeiten {
  margin-left: auto;
  margin-right: auto;
}

.div-block-72 {
  width: 40%;
  padding-left: 55px;
  padding-right: 0;
}

.heading-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
}

.paragraph-4 {
  color: #d1d1d1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.uhrzeiten-strich {
  background-color: #a20767;
  width: 15%;
  height: 1px;
}

.div-block-73 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-73.osterzeiten {
  margin-bottom: 100px;
}

.ffnungszeiten {
  padding-top: 100px;
}

.ffnungszeiten.oster-ffnungszeiten {
  display: none;
}

.div-block-75 {
  background-color: #a2076700;
  width: 2%;
  height: 0;
  margin-left: 258px;
  box-shadow: 0 2px 961px 196px #a2076761;
}

.div-block-75.rechts {
  margin-left: 0;
  margin-right: 258px;
}

.div-block-76 {
  justify-content: flex-end;
  display: flex;
}

.brix---card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: #fff0;
  border-radius: 24px;
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---display-4 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
}

.brix---display-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 31px;
}

.brix---mg-bottom-3 {
  color: #c7c7c7;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h1-size-6 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---btn-primary-small-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  width: 55%;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  color: #fff;
  background-color: #661848;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small-2 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  width: 56%;
  min-width: 202px;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #661848;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small-2.f31212fg {
  width: 482px;
  min-width: auto;
  font-size: 21px;
  line-height: 21px;
}

.brix---paragraph-default-10 {
  color: #c7c7c7;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---divider-64px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

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

.brix---text-300-medium-2 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---flex-vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---card-pricing-popular {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: #4a3aff00;
  border-radius: 24px;
  position: relative;
}

.brix---grid-2-columns---pricing-v9 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---pricing-content-v9 {
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.brix---flex-horizontal-pricing-v9 {
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.brix---square-icon-64px {
  border-radius: 16px;
  max-width: 64px;
}

.brix---pricing-v9-icon-wrapper {
  margin-right: 16px;
}

.brix---grid-logo-strip-pricing-v9 {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: start;
  display: grid;
}

.bold-text-37 {
  font-family: Montserrat, sans-serif;
}

.image-18 {
  border-radius: 10px;
}

.waves---section-hero-primary {
  padding-top: 170px;
  padding-bottom: 170px;
}

.waves---mega-heading-1 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 66px;
}

.waves---subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 667px;
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-title-line-hero-2 {
  background-image: linear-gradient(90deg, #13131300, var(--elements-webflow-library--neutral--100));
  border-radius: 30px;
  width: 92px;
  height: 12px;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.div-block-77 {
  background-color: #fff;
  width: 55%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.f-h2-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-h3-heading {
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading.f-text-color-white {
  color: var(--flowui-component-library--white);
}

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

.f-paragraph-small.f-text-color-gray-600 {
  color: #fff;
  background-color: #fff0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.f-paragraph-small.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-badge-filled {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: #000;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-container-small {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

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

.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-section-large {
  padding: 0 5% 153px;
  position: relative;
}

.f-section-large.eventpaket {
  display: none;
}

.f-icon-regular {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #a20767;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.f-text-color-white {
  color: #fff;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 20px;
  display: flex;
}

.f-pricing-month-wrapper {
  align-items: center;
  display: flex;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-card-dark {
  color: #fff;
  background-color: #16004200;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-text-weight-bold {
  font-weight: 700;
}

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

.f-pricing-duration {
  color: var(--flowui-component-library--gray-400);
  font-size: 16px;
  font-weight: 400;
}

.f-pricing-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-toggle-menu {
  background-color: #f3f5fb00;
  border: 1px solid #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.f-pricing-button-toggle {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 44px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.f-pricing-button-toggle.w--current {
  color: #000;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.f-pricing-tab {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.f-pricing-column-basic.sch-lerpaket {
  grid-template-columns: 1fr 1fr;
  max-width: 680px;
}

.f-pricing-tab-pane {
  width: 100%;
}

.text-block-3 {
  color: var(--flowui-component-library--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-3.choosed {
  color: var(--waves-library--black);
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
}

.f-h2-heading-copy {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 29px;
  display: flex;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
}

.tab-link-tab-1-2 {
  margin-right: 20px;
}

.tab-link-tab-1-2.w--current, .tab-link-tab-1-2.f-pricing-button-toggle {
  margin-right: 0;
}

.tab-link-tab-1-2.f-pricing-button-toggle.w--current {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.tab-link-tab-2-2 {
  margin-left: 0;
}

.tabs-2 {
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.text-block-7 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
}

.section-5 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/danjel-qose-zgyad42nnya-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.div-block-78 {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 61px;
  line-height: 75px;
}

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

.slider {
  width: 100%;
  height: 75vh;
}

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

.display-none {
  display: none;
}

.div-block-79 {
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.image-19 {
  object-fit: fill;
  height: 100%;
}

.slide-2 {
  background-color: #f31d1d00;
}

.div-block-80 {
  height: 75vh;
  margin-bottom: 0;
}

.slider-2 {
  height: 100%;
}

.none-display {
  display: none;
}

.div-block-81 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 40px;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop-2 {
  display: none;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.brix---slide-item-mg-2 {
  margin-right: 28px;
}

.brix---link-wrapper-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-547px-2 {
  max-width: 574px;
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #0084ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-490px {
  max-width: 400px;
  height: 100%;
  overflow: visible;
}

.brix---section-overflow-hidden-2 {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.brix---color-accent-6 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-700 {
  color: var(--elements-webflow-library--neutral--700);
}

.brix---color-neutral-823 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-5 {
  margin-bottom: 8px;
}

.brix---text-203 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.brix---mg-bottom-4 {
  margin-bottom: 0;
}

.brix---btn-primary-7 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-7:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #661848;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-7.form {
  width: 100%;
}

.brix---flex-horizontal-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---grid-top---text-2-buttons-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---text-200-bold-5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px-2 {
  max-width: 490px;
}

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---btn-slider-arrow-right---testimonial-v12-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12-2:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12-2:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---slider-mask-width-1012px {
  max-width: 1012px;
  height: 100%;
  overflow: visible;
}

.brix---card-testimonial-v14 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 32px 32px 32px 40px;
  display: flex;
}

.brix---testimonial-v14-left-side {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 58px;
  display: flex;
}

.brix---testimonial-v14-left-right {
  background-color: var(--elements-webflow-library--neutral--200);
  border-radius: 18px;
  width: 100%;
  max-width: 574px;
  padding: 90px 46px;
}

.brix---color-neutral-824 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-825 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---card-testimonial-color-4 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-4:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-5 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-5:hover {
  transform: scale3d(.94, .94, 1.01);
}

.div-block-82 {
  width: 80%;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
}

.image-20 {
  border-radius: 20px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-20.neues {
  height: auto;
}

.link-block-3 {
  height: 100%;
}

.link-block-3.neues {
  perspective: 1000px;
  border-radius: 20px;
  width: 30%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-83 {
  background-color: #a2076700;
  width: 1px;
  height: 1px;
  box-shadow: -60px -100px 1000px 191px #a207678f;
}

.div-block-84 {
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 150px;
  display: flex;
}

.brix---color-neutral-826 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-827 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-secondary-4 {
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-4:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  color: #000;
  background-color: #e0e0e0;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---heading-h1-size-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---opacity-20-3 {
  opacity: .2;
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---section-hero-v4 {
  height: 100vh;
  padding-top: 181px;
  padding-bottom: 140px;
  display: none;
  position: relative;
  overflow: hidden;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: #a20767;
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.f-h3-heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 1.2;
}

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

.f-checkbox-field {
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.f-checkbox-field.none {
  margin-top: 20px;
  margin-bottom: 0;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 185px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: #fff;
  letter-spacing: -.01em;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-57 {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.f-margin-bottom-57.heading-reservierung {
  margin-bottom: 0;
}

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

.f-image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large.kleinschrift {
  color: #7a7a7a;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}

.f-paragraph-large.kleinschrift.kalender {
  margin-bottom: 40px;
}

.f-section-large-2 {
  padding: 207px 0% 92px;
  position: relative;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #a20767;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 18px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #661848;
  transform: translate(0, -3px);
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-checkbox-label {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.f-margin-bottom-48 {
  height: 27%;
  margin-bottom: 0;
}

.f-contact-form {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: start;
}

.f-contact-image-wrapper {
  max-width: none;
  height: 100%;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.div-block-85 {
  max-width: 651px;
  height: 100%;
}

.slider-3 {
  background-color: #ddd0;
  height: 100%;
}

.arrow-reservierungsformular {
  border: 1px solid #a20767;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 7px 19px;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
  inset: auto 0% -46px auto;
}

.arrow-reservierungsformular:hover {
  color: #a20767;
  background-color: #fff;
  border-color: #fff;
  transform: translate(0, -3px);
}

.arrow-reservierungsformular.links {
  inset: auto auto -46px 0%;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  transition: border-color .3s, color .3s, transform .3s;
}

.code-embed-6 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.slide-reservierungsformular-1 {
  vertical-align: baseline;
  height: 100%;
}

.mask, .div-block-86, .slide-reservierungsformular-2 {
  height: 100%;
}

.select-field {
  background-color: #fff;
  border-radius: 8px;
}

.f-field-input {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.f-field-input.individuelle-anfrage {
  border-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 5px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 100px;
  min-height: 70px;
  padding: 16px 24px;
  font-size: 18px;
}

.form-block {
  height: 65%;
}

.navbar_image_item_black {
  z-index: 2;
  width: 26px;
  margin-bottom: -26px;
  position: relative;
}

.section-7 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.heading-20 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 60px;
}

.div-block-87 {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.heading-21 {
  color: #a20767;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 43px;
}

.link, .link-2 {
  color: #a20767;
}

.divblock-rechtstext-zusammenf-hrung {
  margin-bottom: 30px;
}

.heading-22, .heading-23 {
  opacity: 0;
}

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

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

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

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

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

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

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

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

.link-7, .bold-text-42 {
  color: #fff;
  text-decoration: none;
}

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

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

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

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

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-accent-7 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-828 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-829 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-830 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Montserrat, sans-serif;
}

.brix---mg-bottom-8px-6 {
  margin-bottom: 8px;
}

.brix---mg-bottom-32px-4 {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px-6 {
  margin-bottom: 40px;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---text-204 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---btn-primary-8 {
  z-index: 25;
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #a20767;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: relative;
}

.brix---btn-primary-8:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #661848;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-3 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input-3:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #a20767;
}

.brix---input-3:focus {
  color: var(--elements-webflow-library--neutral--800);
  border-color: #a20767;
}

.brix---input-3:focus-visible, .brix---input-3[data-wf-focus-visible] {
  border-color: #a20767;
}

.brix---input-3::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #a20767;
}

.brix---text-area:focus {
  color: var(--elements-webflow-library--neutral--800);
  border-color: #a20767;
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-8 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 69px;
}

.brix---heading-h3-size-5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---success-message-4 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #a20767;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message-4 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-center-6 {
  text-align: center;
}

.brix---card-link-icon-wrapper-3 {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---half-bg-bottom {
  z-index: -1;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---social-icon-square-30px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---paragraph-default-12 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---input-label {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big-2 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left-3 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---inner-container-460px-center {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-752px-center {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.slider-4 {
  height: 105vh;
}

.div-block-88 {
  z-index: 3;
  height: 105vh;
  margin-top: -105vh;
  display: flex;
  position: relative;
}

.slide-nav {
  z-index: 70;
  margin-top: 0;
}

.div-block-89 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
}

.text-block-8 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-block-4 {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.link-block-4:hover {
  color: #000;
  background-color: #fff;
}

.link-block-4.ol {
  border-top-left-radius: 20px;
  font-size: 22px;
  line-height: 24px;
}

.link-block-4.or {
  border-top-right-radius: 20px;
  font-size: 22px;
  line-height: 24px;
}

.link-block-4.ur {
  border-bottom-right-radius: 20px;
  font-size: 22px;
  line-height: 24px;
}

.link-block-4.ul {
  border-bottom-left-radius: 20px;
  font-size: 22px;
  line-height: 24px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
}

.div-block-90 {
  border-top: 0 #000;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px #000;
  border-top-right-radius: 20px;
}

.div-block-91 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom-right-radius: 20px;
}

.div-block-92 {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom-left-radius: 20px;
}

.div-block-93 {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-left-radius: 20px;
}

.brix---grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-831 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-832 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-7 {
  margin-bottom: 8px;
}

.brix---mg-bottom-48px-6 {
  margin-bottom: 48px;
}

.brix---mg-bottom-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---container-default-11 {
  max-width: 1295px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-6 {
  color: #a20767;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
}

.brix---heading-h2-size-6.fewfwefw {
  margin-bottom: 30px;
}

.brix---heading-h3-size-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}

.brix---text-center-7 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-bottom: 60px;
  display: flex;
}

.brix---text-center-7._2e21r1 {
  display: block;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 0;
}

.brix---paragraph-default-13 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-13.kurzer-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.brix---inner-container-600px---center-2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-left-text-wrapper {
  margin-left: 0;
}

.brix---card---icon-left---content-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.brix---card---icon-left---content-right.angebote {
  box-shadow: none;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/angebote_kindergeburtstag.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---card---icon-left---content-right.angebote:hover {
  box-shadow: none;
}

.brix---card---icon-left---content-right.angebote.betriebsfeier {
  background-image: linear-gradient(#0009, #0009), url('../images/austin-distel-60cachdoqh0-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.brix---card---icon-left---content-right.angebote.abipartys {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/angebote_abiparty.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.brix---card---icon-left---content-right.angebote.weihnachtsfeier {
  background-image: linear-gradient(#00000080, #00000080), url('../images/angebote_weihnachtsfeier.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.brix---card---icon-left---content-right.angebote.catering {
  background-image: linear-gradient(#00000080, #00000080), url('../images/angebote_individuellescatering.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  max-width: none;
}

.brix---card---icon-left---content-right.angebote.privater-dj {
  background-image: linear-gradient(#00000080, #00000080), url('../images/angebote_privaterdj.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  max-width: none;
}

.link-block-5 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 24px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.link-block-5:hover {
  transform: scale(.95);
  box-shadow: 0 0 40px #a207674d;
}

.link-block-5.kindergeburtstag {
  max-width: 592px;
}

.link-block-5.kindergeburtstag:hover {
  box-shadow: 0 2px 78px #ffffff0d;
}

.link-block-5.betriebsfeier {
  max-width: 592px;
}

.link-block-5.betriebsfeier:hover {
  box-shadow: 0 2px 78px #ffffff0d;
}

.link-block-5.abipartys {
  max-width: 592px;
}

.link-block-5.abipartys:hover {
  box-shadow: 0 2px 78px #ffffff0d;
}

.link-block-5.weihnachtsfeier {
  max-width: 592px;
}

.link-block-5.weihnachtsfeier:hover {
  box-shadow: 0 2px 78px #ffffff0d;
}

.link-block-5.catering {
  max-width: 592px;
}

.link-block-5.catering:hover {
  box-shadow: 0 2px 78px #ffffff0d;
}

.link-block-5.privater-dj {
  max-width: 592px;
}

.link-block-5.privater-dj:hover {
  box-shadow: 0 2px 78px #ffffff0d;
}

.div-block-94 {
  background-color: #fff;
  width: 61%;
  height: 2px;
  margin: 15px auto 24px;
}

.div-block-95 {
  display: flex;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
}

.div-block-96 {
  background-color: #0000009c;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.brix---color-accent-8 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-833 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-834 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px-5 {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px-7 {
  margin-bottom: 48px;
}

.brix---display-6 {
  color: #a20767;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---container-default-12 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 0;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h2-size-7 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
}

.brix---text-center-8 {
  text-align: center;
}

.brix---subtitle-4 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---link-icon-right-3 {
  margin-left: 6px;
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---paragraph-default-14 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---tabs-content-card {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.brix---square-icon-48px {
  background-color: #d388b61f;
  border-radius: 10px;
  width: 48px;
  padding: 4px 3px;
}

.brix---tab-small-center {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: #fff;
  background-color: #13111100;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 12px;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-small-center:hover {
  border-color: #a20767;
}

.brix---tab-small-center.w--current {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: #fff;
  background-color: #fff0;
  border-width: 2px;
  border-color: #a20767;
  font-family: Montserrat, sans-serif;
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-97 {
  background-image: url('../images/unbenannt-1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 0%;
  margin-left: 0%;
  display: flex;
  position: absolute;
  inset: 3% 2% auto auto;
}

.heading-24 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
}

.text-block-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-11 {
  color: #fff;
}

.div-block-98 {
  width: 80%;
  margin-left: auto;
}

.div-block-99 {
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-99.zweier {
  justify-content: center;
  width: 90%;
}

.werbebanner {
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.werbebanner.tabs {
  display: none;
}

.slider-5 {
  height: 100%;
}

.slider-neuigkeiten {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 85%;
  display: block;
}

.slider-neuigkeiten._3-slide {
  height: auto;
}

.slider-neuigkeiten._2-slide, .slider-neuigkeiten._1-slide {
  display: none;
}

.slide-nav-2 {
  margin-top: auto;
}

.div-block-100 {
  background-color: #a20767;
  margin-bottom: 0;
  position: absolute;
  inset: auto 5% -5% auto;
  box-shadow: 0 0 400px 150px #a20767;
}

.brix---color-neutral-835 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-836 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

.brix---color-neutral-837 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px-8 {
  margin-bottom: 8px;
}

.brix---mg-bottom-32px-6 {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px-8 {
  margin-bottom: 48px;
}

.brix---container-default-13 {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-7 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 180px;
  padding-bottom: 180px;
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h2-size-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size-7 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-9 {
  text-align: center;
}

.brix---mg-bottom-12px-4 {
  margin-bottom: 12px;
}

.brix---link-icon-right-4 {
  margin-left: 6px;
}

.brix---paragraph-default-15 {
  color: #f0f0f0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-600px---center-3.fwefwefw {
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.brix---text-200-bold-8 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-link-img-bg {
  border-radius: 24px;
  align-items: flex-end;
  width: 100%;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-21 {
  width: 175px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.image-22 {
  width: 26px;
}

.div-block-101 {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  width: 31px;
  height: 27px;
  display: flex;
  position: relative;
  inset: auto;
}

.line {
  z-index: 8;
  background-color: #000;
  width: 25px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
}

.menu-button.unsichtbar, .menu-bg, .menu, .link-block-6 {
  display: none;
}

.loading-screen-home {
  z-index: 200;
  background-color: #171717;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: none;
  position: fixed;
}

.div-block-104 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-105 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 5px;
  margin-top: 45px;
  margin-bottom: -45px;
  margin-right: 0%;
}

.div-block-106 {
  width: 404px;
}

.image-23 {
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-24 {
  width: 17%;
}

.div-block-107 {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: auto auto auto 0%;
  box-shadow: 0 0 250px 125px #a20767;
}

.brix---color-neutral-838 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-839 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-6 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-7 {
  margin-bottom: 40px;
}

.brix---container-default-14 {
  z-index: 3;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.brix---section-8 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---heading-h2-size-9 {
  color: #a20767;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
}

.brix---text-center-10 {
  text-align: center;
}

.brix---paragraph-default-16 {
  color: #fff;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.brix---inner-container-600px---center-4 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 60px;
  display: grid;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.div-block-108 {
  z-index: 0;
  width: 1px;
  height: 1px;
  margin-top: -326px;
  position: absolute;
  inset: auto 15% auto auto;
  box-shadow: 0 2px 360px 150px #a2076799;
}

.div-block-108.r23r2g42g {
  margin-top: 268px;
  inset: auto 0% auto auto;
}

.section-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 66vh;
}

.section-11 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 40px;
  display: flex;
}

.heading-25 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 60px;
}

.paragraph-7 {
  color: #fff;
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.div-block-109 {
  justify-content: space-around;
  align-items: center;
  width: 95%;
  display: flex;
}

.image-wrap {
  z-index: 1;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-blackberry-card {
  border-radius: 34px;
}

.div-block-110 {
  width: 1100px;
}

.div-block-111 {
  flex-flow: column;
  justify-content: center;
  width: auto;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.shine {
  opacity: .4;
  filter: blur(100px);
  background-color: #fff;
  border-radius: 50%;
  width: 14rem;
  height: 14rem;
  display: none;
  position: absolute;
}

.brix---color-accent-9 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-840 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-5 {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
}

.brix---display-7 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---container-default-15 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-9 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-8 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---paragraph-default-17 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-5 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-stats-v3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 28px;
  display: flex;
}

.brix---grid-3-columns---1-col-mb {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-zahlen {
  border: 4px solid #fff;
  border-radius: 50%;
}

.image-zahlen {
  border-radius: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.ffnungszeiten_home.regul-r {
  display: none;
}

.loading-screen-subpage {
  z-index: 100;
  background-color: #171717;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-25 {
  width: 33.3333%;
}

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

.div-block-112 {
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 350px 250px #a20767;
}

.div-block-113 {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.reservierungsstrich {
  background-color: #fff;
  width: 28%;
  height: 2px;
}

.fb_timeslots_timezone-text {
  color: #292929;
}

.fb_form-input {
  border: 1px solid #cacaca;
  border-radius: 4px;
  height: 3.625rem;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.fb_form-input:focus {
  color: #000;
  border-width: 1px;
  border-color: #000;
}

.fb_form-input::placeholder {
  color: #a3a3a3;
  font-size: 1rem;
  font-weight: 400;
}

.fb_datepicker_icon {
  position: absolute;
  inset: auto 1.25rem auto auto;
}

.fb_timeslots_timezone {
  background-color: #68686826;
  border-radius: 3px;
  padding: 2px 5px;
}

.fb_category-dropdown_icon {
  color: #a3a3a3;
}

.fb_form-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fb_summary-component {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-top: 3rem;
  padding: 1rem;
}

.fb_submit-button {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  margin-top: 2rem;
  padding: 1.25rem;
  transition: background-color .2s;
}

.fb_submit-button:hover {
  background-color: #000c;
}

.fb_form-wrapper {
  color: #a3a3a3;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
}

.fb_timeslot_grid-item {
  align-items: center;
  display: flex;
}

.fb_summary-item_tag {
  color: #686868;
  font-weight: 700;
}

.fb_service-dropdown_toggle {
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 100%;
  height: 3.625rem;
}

.fb_service-dropdown_toggle.w--open {
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-radius: 4px 4px 0 0;
}

.fb_summary-item {
  color: #686868;
  justify-content: space-between;
  display: flex;
}

.fb_form_message-success {
  color: #000;
  -webkit-text-stroke-color: #a3a3a366;
  margin-top: 2rem;
}

.fb_container-vertical {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fb_service-dropdown_icon {
  color: #a3a3a3;
}

.fb_datepicker_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.fb_summary-heading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.fb_category-dropdown_text {
  color: #a3a3a3;
}

.fb_summary-content {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  display: flex;
}

.fb_timeslots_wrapper {
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 1.25rem;
}

.fb_timeslots_label-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.fb_timeslot_radiobutton {
  border-color: #a3a3a3;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 8px;
}

.fb_timeslot_radiobutton.w--redirected-checked {
  background-color: #000;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 4px;
  box-shadow: 0 0 #0000;
}

.fb_service-dropdown_text {
  color: #a3a3a3;
}

.fb_timeslot_radiobutton-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
}

.fb_service-dropdown_input {
  color: #a3a3a3;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  height: 3.625rem;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 1rem;
  display: none;
}

.fb_form {
  margin-top: 4rem;
}

.fb_booking-form-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding: 4.5rem 3rem;
  display: grid;
  box-shadow: 1px 0 29px 3px #0000000d;
}

.fb_service-dropdown_list {
  border: 1px solid #000;
  border-top: 0 #000;
}

.fb_service-dropdown_list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0 #000;
  border-radius: 0 0 4px 4px;
}

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

.fb_category-dropdown_input {
  color: #a3a3a3;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  height: 3.625rem;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 1rem;
  display: none;
}

.fb_form-input-grid {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fb_service-dropdown {
  width: 100%;
}

.fb_form_message-error {
  color: #4b4b4b;
}

.fb_form-description {
  color: #383838;
  font-size: 1rem;
  line-height: 1.2;
}

.fb_category-dropdown_list {
  border: 1px solid #000;
  border-top: 0 #000;
}

.fb_category-dropdown_list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0 #000;
  border-radius: 0 0 4px 4px;
}

.fb_category-dropdown_toggle {
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 100%;
  height: 3.625rem;
}

.fb_category-dropdown_toggle.w--open {
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-radius: 4px 4px 0 0;
}

.fb_category-dropdown {
  width: 100%;
}

.brix---color-neutral-841 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-842 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-8 {
  margin-bottom: 40px;
}

.brix---btn-primary-9 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-9:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-5 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-5:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---position-relative-2 {
  position: relative;
}

.brix---buttons-row-3 {
  align-items: center;
  display: flex;
}

.brix---container-default-16 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---paragraph-default-18 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-5 {
  margin-right: 24px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---grid-2-col---1-col-t-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-wrapper-transparent-2 {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---hero-bg-image-light {
  background-image: linear-gradient(#ffffffc4, #ffffffc4);
  justify-content: center;
  height: 100vh;
  padding-top: 298px;
  padding-bottom: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-114 {
  box-shadow: 0 2px 5px 0 var(--elements-webflow-library--general--shadow-03);
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 66%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.section-14 {
  height: auto;
  margin-top: -250px;
  margin-bottom: 250px;
  position: relative;
}

.code-embed-7 {
  border-radius: 25px;
  margin-bottom: 0;
}

.div-block-115 {
  height: auto;
}

.section-15 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/swag-photography-khul9igonfu-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 329px;
  padding-bottom: 292px;
}

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

.link-11, .link-12, .link-13, .link-credits, .link-15 {
  color: #a20767;
}

.link-16 {
  color: #fff;
}

.link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26 {
  color: #a20767;
}

.text-block-14, .text-block-15, .text-block-16 {
  font-family: Montserrat, sans-serif;
}

.text-block-17 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: static;
}

@media screen and (min-width: 1440px) {
  .berry_bowling_heading1 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .brix---btn-secondary:hover {
    background-color: #4a3aff;
  }

  .paragraph {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
  }

  .code-embed {
    color: #fff;
    width: 30px;
  }

  .image-5 {
    margin-bottom: 10px;
  }

  .brix---grid-footer-logo-and-form {
    grid-column-gap: 250px;
    grid-template-columns: 1.2fr 2fr;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 88px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .paragraph-2 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
  }

  .brix---section-hero-primary {
    padding-bottom: 240px;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .brix---heading-h1-size-2, .brix---paragraph-default-5 {
    font-family: Montserrat, sans-serif;
  }

  .brix---form-grid-1-column-gap-row-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---container-default-7 {
    max-width: 1400px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .brix---3-columns-1-col-tablet {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }

  .body-speisekarte {
    background-image: url('../images/speisekarte_hintergrund.png');
    background-position: 0 0;
    background-size: auto;
  }

  .section-drinks {
    background-image: linear-gradient(#0009, #0009), url('../images/kobby-mendez-xbftjrmic0c-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .heading-12 {
    color: #fff;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Great Vibes, cursive;
    font-size: 10svw;
    font-weight: 400;
    line-height: 10svw;
    text-decoration: none;
    display: flex;
  }

  .div-block-65 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .speisengruppe-heading {
    font-size: 2.3em;
  }

  .heading-13 {
    font-size: 1.5em;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 64px;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .f-text-area {
    min-height: 250px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---card-stats-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-blur {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-blur.desktop {
    display: none;
  }

  .navbar-blur.tablet {
    display: flex;
  }

  .navbar-blur.tablet.reservierung {
    background-color: #0000;
  }

  .nb_link_block, .nb_link_block.home.w--current {
    display: none;
  }

  .nb_link_block.home.burgermenu.w--current {
    display: block;
  }

  .nb_link_block.eat-drink {
    display: none;
  }

  .nb_link_block.eat-drink.burgermenu {
    display: block;
  }

  .nb_link_block.preise {
    display: none;
  }

  .nb_link_block.preise.burgermenu, .nb_link_block.logo.w--current, .nb_link_block.logo.tablet.w--current, .nb_link_block.burgermenu, .div_block_homescreen_content {
    display: block;
  }

  .berry_bowling_heading1 {
    font-size: 85px;
    line-height: 85px;
  }

  .berry_bowling_heading1.opacity-0 {
    opacity: 0;
    font-size: 85px;
  }

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

  .div-block-6 {
    width: 90%;
  }

  .heading {
    font-size: 42px;
    line-height: 50px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 31px;
  }

  .heading-3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-12 {
    width: 17%;
    min-width: 126px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-16.blush-highlights {
    box-shadow: 0 0 550px 150px #a20767;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 19px;
    line-height: 15px;
  }

  .brix---btn-primary.sichtbar {
    width: 350px;
    font-size: 21px;
    line-height: 25px;
  }

  .brix---btn-primary.sichtbar.reservierung-box {
    font-size: 20px;
    line-height: 20px;
  }

  .brix---btn-primary.kundenbewertungen {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-primary.r32r32r23 {
    font-size: 20px;
    line-height: 20px;
  }

  .brix---btn-secondary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 42px;
    line-height: 50px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

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

  .brix---paragraph-default.sub-heading {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---slider-mask-width-390px {
    max-width: 363px;
    position: static;
  }

  .brix---section-overflow-hidden, .waves---section-medium {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .waves---heading-2-no-margins {
    font-size: 42px;
    line-height: 50px;
  }

  .waves---heading-3-no-margins {
    font-size: 26px;
    line-height: 40px;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---master-tiles-features-2 {
    width: 75%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
    width: 75%;
  }

  .waves---content-sticky-features-2 {
    grid-row-gap: 24px;
    text-align: center;
    align-items: center;
  }

  .text-block-highlights-description {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    color: #a20767;
    text-align: center;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .brix---heading-h2-size-3.fewfwqefwq {
    color: #a20767;
    margin-bottom: 100px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .waves---paragraph-big-2 {
    width: auto;
    font-size: 4svw;
    line-height: 48px;
    display: none;
  }

  .waves-column-gallery-1 {
    min-width: auto;
  }

  .paragraph {
    font-size: 2svw;
    line-height: 2.5svw;
    display: none;
  }

  .brix---mg-bottom-24px-2 {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---mg-bottom-0 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---grid-footer-logo-and-form {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }

  .brix---grid-footer-5-cols {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-bottom-v2 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---text-400-bold {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---grid-1-column {
    width: 475px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
  }

  .brix---paragraph-default-3 {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---paragraph-default-5 {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .body-berry-bowling {
    overflow: visible;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-title {
    font-size: 25px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-item-wrapper-v5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-big-number {
    width: 112px;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .brix---btn-primary-5 {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }

  .brix---heading-h1-size-3 {
    font-size: 42px;
    line-height: 50px;
  }

  .brix---heading-h3-size-2 {
    font-size: 26px;
    line-height: 40px;
  }

  .brix---paragraph-default-7 {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---grid-contact-v14 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .brix---input-line, .brix---input-line::placeholder {
    font-size: 25px;
  }

  .brix---btn-primary-6 {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 20px;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---paragraph-default-8 {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-8 {
    font-size: 39px;
    line-height: 55px;
  }

  .tab-link-tab-7, .tab-link-tab-3, .tab-link-tab-5 {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .div-block-24.rgeergerge._213423423 {
    filter: none;
    width: 1px;
    height: 1px;
    margin-top: -35%;
    margin-bottom: 35%;
    position: relative;
    inset: 0%;
    box-shadow: 0 0 45svw 30svw #a20767;
  }

  .section {
    z-index: 1;
    padding-bottom: 10px;
    position: relative;
  }

  .tabs {
    width: 100%;
    min-width: 380px;
  }

  .heading-allg-info {
    font-size: 22px;
  }

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

  .text-block-allg-info {
    font-size: 15px;
    line-height: 27px;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tab-link-tab-6 {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .code-embed-4, .code-embed-5 {
    width: 30px;
  }

  .tab-link-tab-2, .tab-link-tab-4 {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .div-block-55, .div-block-56 {
    width: 100%;
  }

  .heading-zur-angebotsbeschreibung {
    font-size: 26px;
    line-height: 40px;
  }

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

  .heading-11 {
    font-size: 17px;
    line-height: 22px;
  }

  .tab-link-tab-8, .tab-link-tab-9 {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .brix---container-default-7 {
    z-index: 1;
    position: relative;
  }

  .brix---section-3 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .brix---paragraph-default-9 {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---display-3 {
    font-size: 30px;
    line-height: 37px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
    margin-top: 116px;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }

  .div-block-63 {
    width: 100%;
    margin-bottom: 0;
  }

  .columns-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-16 {
    width: 380px;
    min-width: auto;
    font-size: 42px;
    line-height: 50px;
  }

  .heading-uhrzeiten {
    font-size: 20px;
  }

  .ffnungszeiten-mit-hinweis {
    z-index: 5;
    width: 95%;
    position: relative;
  }

  .div-block-71.osterzeiten {
    width: 80%;
  }

  .div-block-72 {
    padding-left: 20px;
  }

  .heading-17 {
    font-size: 26px;
    line-height: 40px;
  }

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

  .div-block-73 {
    width: 90%;
  }

  .ffnungszeiten {
    z-index: 5;
    position: relative;
  }

  .div-block-75 {
    width: 1px;
    margin-left: 0;
    position: absolute;
    inset: auto auto -90% 0%;
    box-shadow: 0 0 961px 196px #a2076761;
  }

  .div-block-75.rechts {
    margin-right: 0;
    inset: auto 0% -230% auto;
  }

  .brix---display-4 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size-6 {
    font-size: 42px;
    line-height: 50px;
  }

  .brix---btn-primary-small-white {
    width: 90%;
  }

  .brix---btn-primary-small-2 {
    width: 90%;
    min-width: auto;
  }

  .brix---btn-primary-small-2.f31212fg {
    font-size: 19px;
    line-height: 22px;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---grid-2-columns---pricing-v9 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-template-columns: auto auto auto;
    place-content: center;
    justify-items: center;
  }

  .image-18 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---mega-heading-1 {
    font-size: 48px;
    line-height: 60px;
  }

  .waves---subtitle {
    font-size: 19px;
    line-height: 28px;
  }

  .f-pricing-button-toggle, .f-pricing-button-toggle.w--current {
    padding-left: 38px;
    padding-right: 38px;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-78 {
    width: 75%;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---paragraph-default-11 {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---btn-primary-7 {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---slider-mask-width-1012px {
    position: static;
  }

  .brix---card-testimonial-v14 {
    flex-direction: column;
    padding-left: 32px;
  }

  .brix---testimonial-v14-left-side {
    margin-bottom: 36px;
    margin-right: 0;
  }

  .brix---testimonial-v14-left-right {
    max-width: 100%;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .link-block-3.neues {
    width: 45%;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---btn-secondary-4 {
    font-size: 20px;
  }

  .brix---heading-h1-size-7 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---section-hero-v4 {
    height: auto;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: none;
    inset: auto 0% 0%;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

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

  .heading-20 {
    font-size: 42px;
    line-height: 50px;
  }

  .div-block-87 {
    width: 90%;
  }

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

  .heading-21 {
    font-size: 26px;
    line-height: 40px;
  }

  .bold-text-39 {
    font-size: 21px;
    line-height: 30px;
  }

  .brix---mg-bottom-32px-4 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-8 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-8 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .div-block-88 {
    display: flex;
  }

  .link-block-4.ol, .link-block-4.or, .link-block-4.ur, .link-block-4.ul {
    font-size: 20px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-5 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 90px;
    font-size: 17px;
    line-height: 28px;
    display: flex;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-6 {
    font-size: 42px;
    line-height: 50px;
  }

  .brix---heading-h3-size-6 {
    font-size: 47px;
    line-height: 41px;
  }

  .brix---text-center-7 {
    height: 10%;
  }

  .brix---paragraph-default-13.kurzer-text {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---card---icon-left---content-right.angebote.kindergeburtstag {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/angebote_kindergeburtstag.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card---icon-left---content-right.angebote.betriebsfeier {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/austin-distel-60cachdoqh0-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card---icon-left---content-right.angebote.abipartys {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/angebote_abiparty.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card---icon-left---content-right.angebote.weihnachtsfeier {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/angebote_weihnachtsfeier.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card---icon-left---content-right.angebote.catering {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/angebote_individuellescatering.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .brix---card---icon-left---content-right.angebote.privater-dj {
    background-image: linear-gradient(#0009, #0009), url('../images/angebote_privaterdj.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .text-block-9 {
    font-size: 17px;
    line-height: 26px;
  }

  .brix---mg-bottom-32px-5 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 40px;
  }

  .brix---display-6 {
    font-size: 26px;
    line-height: 40px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-7 {
    font-size: 42px;
    line-height: 50px;
  }

  .brix---tabs-wrapper {
    z-index: 10;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-97 {
    width: 80px;
    height: 80px;
    inset: 2% 2% auto auto;
  }

  .heading-24 {
    font-size: 18px;
    line-height: 27px;
  }

  .div-block-99 {
    max-width: 792.891px;
  }

  .werbebanner {
    justify-content: center;
  }

  .slider-neuigkeiten {
    display: block;
  }

  .slider-neuigkeiten._3-slide {
    display: none;
  }

  .slider-neuigkeiten._2-slide {
    height: 90%;
    display: block;
  }

  .brix---mg-bottom-32px-6 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 40px;
  }

  .brix---section-7 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---heading-h2-size-8 {
    margin-top: 10px;
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size-7 {
    font-size: 26px;
    line-height: 32px;
  }

  .brix---paragraph-default-15 {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---text-200-bold-8 {
    font-size: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .menu-button {
    flex-flow: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    display: flex;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .menu-button.unsichtbar {
    opacity: 0;
    display: block;
  }

  .line-burger {
    background-color: #fff;
    border: 1px #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-burger.oben.reservierung, .line-burger.mitte.reservierung, .line-burger.unten.reservierung {
    background-color: #000;
  }

  .menu-bg {
    z-index: 100;
    background-color: #00000080;
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .menu {
    background-color: #171717;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 300px;
    height: 75%;
    min-height: 500px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .link-block-6 {
    z-index: 110;
    display: block;
    position: relative;
  }

  .link-block-6.reservierungen {
    background-color: #171717;
    border-radius: 5px;
    padding: 3px 5px;
  }

  .menu-strich {
    background-color: #fff;
    width: 75%;
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-102 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-103 {
    margin-left: auto;
    margin-right: auto;
  }

  .loading-screen-home {
    z-index: 200;
    background-color: #171717;
    height: 100vh;
    margin-bottom: -100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
  }

  .brix---section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-9 {
    font-size: 42px;
    line-height: 50px;
  }

  .brix---paragraph-default-16 {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-25 {
    font-size: 42px;
    line-height: 50px;
  }

  .paragraph-7 {
    width: 100%;
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-109 {
    flex-flow: column;
  }

  .div-block-110 {
    width: 65%;
  }

  .div-block-111 {
    margin-bottom: 60px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .brix---display-7 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-8 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-stats-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .div-block-zahlen {
    display: none;
  }

  .menu-holder {
    background-color: #171717;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100vh;
    display: none;
  }

  .loading-screen-subpage {
    display: none;
  }

  .image-25 {
    width: 50%;
  }

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

  .div-block-112 {
    z-index: 0;
  }

  .column-eat-drink {
    padding: 20px;
  }

  .column-ffnungszeiten-bis, .column-5, .column-6, .column-7, .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .fb_container-vertical {
    width: 80%;
  }

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

  .brix---btn-primary-9 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-9 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---grid-2-col---1-col-t-2 {
    grid-template-columns: 1fr;
  }

  .brix---header-wrapper-transparent-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-menu-wrapper-white-2 {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---hero-bg-image-light {
    padding-top: 240px;
    padding-bottom: 160px;
  }

  .div-block-114 {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-blur.tablet {
    display: flex;
  }

  .navbar_heading_item {
    font-size: 16px;
  }

  .berry_bowling_heading1 {
    justify-content: center;
    align-items: center;
    font-size: 51px;
    line-height: 58px;
    display: flex;
  }

  .berry_bowling_heading1.opacity-0 {
    font-size: 51px;
  }

  .berry_bowling_heading2 {
    font-size: 32px;
    line-height: 33px;
  }

  .heading {
    font-size: 33px;
    line-height: 43px;
  }

  .heading-2 {
    font-size: 19px;
    line-height: 27px;
  }

  .heading-3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .heading-4, .heading-5 {
    font-size: 18px;
    line-height: 27px;
  }

  .div-block-9 {
    width: 90%;
  }

  .div-block-12 {
    width: 27%;
    min-width: auto;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-primary.sichtbar {
    width: 277px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-primary.sichtbar.reservierung-box {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-primary.kundenbewertungen {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
  }

  .brix---btn-primary.r32r32r23 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-secondary {
    padding: 20px 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: 1fr;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sternchen_icon {
    max-width: 25px;
    margin-right: 0;
  }

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

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

  .waves---heading-2-no-margins {
    font-size: 28px;
    line-height: 40px;
  }

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

  .waves-icon-32 {
    width: 60px;
    height: 60px;
  }

  .waves---master-tiles-features-2 {
    width: auto;
    min-width: auto;
  }

  .text-block-highlights-description {
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-18 {
    height: 65vh;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .code-embed {
    width: 27px;
  }

  .image-5 {
    width: 140px;
  }

  .brix---mg-bottom-24px-2 {
    display: flex;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---footer-logo-wrapper.w--current {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-footer-5-cols {
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-400-bold {
    font-size: 20px;
    line-height: 22px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-1-column {
    width: auto;
    max-width: 432px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .body-berry-bowling {
    overflow: visible;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 48px;
  }

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

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first, .brix---accordion-item-wrapper-v5-last {
    padding: 48px 0;
  }

  .brix---accordion-big-number {
    width: 100px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---text-202 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-5 {
    padding: 20px 32px;
    font-size: 18px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---grid-contact-v14 {
    grid-template-columns: 1fr;
  }

  .brix---input-line {
    min-height: 74px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .brix---input-line::placeholder {
    font-size: 22px;
  }

  .brix---text-area-line {
    min-height: 150px;
  }

  .brix---text-area-line::placeholder {
    font-size: 22px;
    line-height: 34px;
  }

  .brix---form-grid-1-column-gap-row-48px {
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-primary-6 {
    padding: 20px 32px;
    font-size: 18px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tab-link-tab-7.w--current {
    padding: 5px;
    display: flex;
  }

  .tab-link-tab-3, .tab-link-tab-5 {
    padding: 12px 7.5px;
    display: flex;
  }

  .div-block-24.rgeergerge._213423423 {
    margin-bottom: 384px;
  }

  .div-block-25 {
    width: 71%;
  }

  .button {
    width: 99.9998%;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0%;
  }

  .div-block-53 {
    align-items: center;
    width: 100%;
  }

  .div-block-54 {
    flex-flow: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tab-link-tab-1 {
    padding: 5px;
  }

  .image-9 {
    width: 74px;
  }

  .div-block-2 {
    width: 91%;
  }

  .tab-link-tab-6 {
    align-items: stretch;
    padding: 12px 7.5px;
    display: flex;
  }

  .tab-link-tab-2, .tab-link-tab-4 {
    padding: 12px 7.5px;
    display: flex;
  }

  .div-block-55 {
    width: 80%;
  }

  .bold-text-angebotsbeschreibung {
    font-size: 19px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---section-3 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---paragraph-default-9 {
    font-size: 19px;
  }

  .brix---text-200-bold-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-3 {
    font-size: 27px;
    line-height: 34px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

  .brix---btn-primary-full-width {
    padding: 20px 32px;
    font-size: 18px;
  }

  .brix---pricing-content-v5 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3 {
    display: block;
  }

  .heading-uhrzeiten {
    width: 115px;
    font-size: 19px;
  }

  .heading-uhrzeiten.bis {
    width: auto;
  }

  .heading-uhrzeiten.bis.column-invisible {
    opacity: 0;
  }

  .heading-uhrzeiten.uhrzeit {
    width: auto;
  }

  .heading-uhrzeiten.uhrzeit.column-invisible {
    opacity: 0;
  }

  .heading-uhrzeiten.bis {
    opacity: 1;
  }

  .column-ffnungszeiten-wochentag {
    padding-left: 8px;
  }

  .column-rechts-uhrzeiten {
    padding-right: 8px;
  }

  .column-links-uhrzeiten {
    padding-left: 20px;
  }

  .section-4, .div-block-69 {
    display: block;
  }

  .ffnungszeiten-mit-hinweis {
    flex-flow: column-reverse;
    display: flex;
  }

  .div-block-71 {
    width: 100%;
  }

  .div-block-71.osterzeiten {
    width: 95%;
  }

  .div-block-72 {
    width: 100%;
  }

  .ffnungszeiten {
    display: block;
  }

  .div-block-75 {
    display: block;
    bottom: -135%;
  }

  .div-block-75.rechts {
    display: block;
    bottom: -250%;
    right: 0%;
  }

  .div-block-76 {
    display: block;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

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

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-primary-small-2.f31212fg {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---text-300-medium-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---grid-2-columns---pricing-v9 {
    grid-template-columns: 1fr;
  }

  .brix---pricing-content-v9 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-64px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

  .waves---mega-heading-1 {
    font-size: 38px;
    line-height: 46px;
  }

  .waves---subtitle {
    font-size: 19px;
    line-height: 28px;
  }

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

  .f-h2-heading {
    font-size: 44px;
  }

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

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }

  .f-h2-heading-copy {
    font-size: 44px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---paragraph-default-11 {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding: 48px 32px;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-203 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .brix---btn-primary-7 {
    padding: 20px;
    font-size: 17px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-template-columns: .9fr;
  }

  .brix---text-200-bold-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---card-testimonial-color-4, .brix---card-testimonial-color-5 {
    padding: 48px 32px;
  }

  .brix---btn-secondary-4 {
    padding: 20px;
    font-size: 17px;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---section-hero-v4 {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

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

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .heading-20 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .heading-21 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-6 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---text-204 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-8 {
    padding: 20px 32px;
  }

  .brix---input-3 {
    min-height: 70px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-200-bold-6 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left-3 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-position-relative {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .link-block-4 {
    font-size: 17px;
    line-height: 17px;
  }

  .link-block-4.ol, .link-block-4.or, .link-block-4.ur, .link-block-4.ul {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---grid-2-columns-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h3-size-6 {
    font-size: 41px;
  }

  .brix---paragraph-default-13.kurzer-text {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---card---icon-left---content-right.angebote.kindergeburtstag, .brix---card---icon-left---content-right.angebote.betriebsfeier, .brix---card---icon-left---content-right.angebote.abipartys, .brix---card---icon-left---content-right.angebote.weihnachtsfeier, .brix---card---icon-left---content-right.angebote.catering, .brix---card---icon-left---content-right.angebote.privater-dj {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-9 {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---display-6 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-4 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---tabs-menu {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---mg-left-12px {
    margin-left: 0;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-7 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    width: 40px;
    max-width: 56px;
    margin-bottom: 3px;
  }

  .brix---tab-small-center {
    flex-flow: column;
    justify-content: center;
    margin: 10px 0;
    padding: 12px 18px;
  }

  .brix---tab-small-center.w--current {
    flex-flow: column;
    padding: 12px 18px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .werbebanner {
    min-height: auto;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---section-7 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---heading-h2-size-8 {
    font-size: 38px;
    line-height: 46px;
  }

  .brix---link-icon-right-4 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-8 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .menu-bg {
    display: none;
  }

  .menu {
    display: flex;
    overflow: visible;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-7 {
    margin-bottom: 24px;
  }

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

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---paragraph-default-16 {
    width: 100%;
    font-size: 19px;
    line-height: 28px;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .heading-25 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-7 {
    width: 100%;
  }

  .div-block-110 {
    width: 95%;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---display-7 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .menu-holder {
    display: none;
    overflow: scroll;
  }

  .loading-screen-subpage {
    display: none;
  }

  .image-25 {
    width: 55%;
  }

  .column-ffnungszeiten-bis {
    justify-content: center;
    display: flex;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb_summary-item_data {
    font-size: .8rem;
  }

  .fb_summary-component {
    margin-top: 2rem;
  }

  .fb_summary-item_tag {
    font-size: .9rem;
  }

  .fb_container-vertical {
    width: 90%;
  }

  .fb_summary-heading {
    font-size: 1rem;
  }

  .fb_form {
    margin-top: 2.5rem;
  }

  .fb_booking-form-component {
    padding: 3rem 2rem;
  }

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

  .fb_form-input-grid {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-8 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-9 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-9 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---btn-primary-small-3 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---button-row-left-5 {
    margin-right: 16px;
  }

  .brix---grid-2-col---1-col-t-2 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-light {
    padding-top: 230px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  .navbar_image_item {
    width: 24px;
  }

  .div_block_homescreen_content {
    width: 95%;
    min-width: 320px;
  }

  .berry_bowling_heading1, .berry_bowling_heading1.opacity-0 {
    font-size: 35px;
    line-height: 46px;
  }

  .berry_bowling_heading2 {
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-6 {
    min-width: 315px;
  }

  .heading-2, .heading-3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
  }

  .div-block-9 {
    width: 95%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---section-logo-strip-v6, .angebote-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .angebote-grid-1 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .platzhalter-grid-angebote.last-image-top-grid {
    display: none;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary.sichtbar.reservierung-box, .brix---btn-primary.sichtbar.r113r13r13, .brix---btn-primary.kundenbewertungen {
    font-size: 17px;
  }

  .brix---btn-primary.r32r32r23 {
    width: 90%;
    font-size: 17px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 20px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 15px;
    line-height: 25px;
  }

  .brix---paragraph-default.sub-heading {
    font-size: 17px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    inset: auto 29% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 29%;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 30px;
    line-height: 37px;
  }

  .waves---heading-3-no-margins {
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
    text-decoration: underline;
  }

  .waves-icon-32 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-left: 0;
  }

  .waves---mg-bottom-16 {
    align-items: center;
    display: flex;
  }

  .waves---sticky-halves {
    width: 95%;
  }

  .waves-tile-features-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-highlights-description {
    font-size: 15px;
    line-height: 25px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .image-5 {
    width: 120px;
  }

  .brix---mg-bottom-24px-2 {
    width: 100%;
    margin-bottom: 16px;
  }

  .brix---mg-bottom-0 {
    font-size: 15px;
    line-height: 25px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---success-message-horizontal {
    flex-direction: column;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---text-201 {
    text-align: left;
    font-size: 15px;
    line-height: 16px;
  }

  .brix---grid-1-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .brix---footer-link-2 {
    font-size: 14px;
    line-height: 15px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-flow: row;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---paragraph-default-3 {
    font-size: 15px;
    line-height: 25px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-200-bold {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    width: 45px;
    max-width: 56px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-subscribe-form-button-left-2 {
    grid-template-columns: 1fr;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-4, .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 40px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 40px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---accordion-big-number {
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---text-202 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 20px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-icon-wrapper-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left-2 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---input-line {
    border-bottom-width: 1px;
    min-height: 58px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-line::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-area-line {
    border-bottom-width: 1px;
    min-height: 130px;
  }

  .brix---text-area-line::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-primary-6 {
    width: 92.5%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 20px;
  }

  .brix---btn-secondary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 40px;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 37px;
  }

  .div-block-24.rgeergerge._213423423 {
    margin-bottom: 35%;
  }

  .div-block-angebot {
    padding: 10px;
  }

  .div-block-53 {
    margin-top: 40px;
  }

  .tabs {
    width: 100%;
    min-width: auto;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-54 {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }

  .tabs-content {
    padding: 10px;
  }

  .div-block-55, .div-block-angebotsbeschreibung-content {
    width: 100%;
  }

  .paragraph-zur-angebotsbeschreibung {
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-for-angebot-image.betriebsfeier {
    height: 300px;
  }

  .heading-angebotpicture {
    font-size: 15svw;
  }

  .heading-11 {
    font-size: 15px;
    line-height: 20px;
  }

  .tab-link-tab-8 {
    font-size: 14svw;
  }

  .tab-link-tab-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 40px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---badge-wrapper-top-left {
    top: 16px;
    left: 16px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-4 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---product-card-content-small {
    padding: 20px 20px 35px;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 0;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-62 {
    border-radius: 100%;
    max-width: 130px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/swag-photography-khul9igonfu-unsplash.jpg');
    background-position: 0 0, 50%;
  }

  .heading-16 {
    width: auto;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 30px;
    line-height: 37px;
  }

  .heading-uhrzeiten {
    width: 95px;
    font-size: 15px;
    font-weight: 800;
  }

  .heading-uhrzeiten.uhrzeit {
    text-align: center;
    font-size: 15px;
  }

  .column-ffnungszeiten-wochentag {
    padding-left: 0;
    padding-right: 0;
  }

  .column-rechts-uhrzeiten {
    padding-right: 0;
  }

  .column-links-uhrzeiten {
    padding-left: 10px;
  }

  .section-4 {
    max-width: none;
  }

  .ffnungszeiten-mit-hinweis {
    width: 100%;
  }

  .div-block-71 {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-71.osterzeiten {
    width: 100%;
    max-width: 335px;
  }

  .div-block-72 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-17 {
    font-size: 25px;
    line-height: 37px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 25px;
  }

  .ffnungszeiten {
    width: 100%;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---display-4 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---btn-primary-small-2.f31212fg {
    width: auto;
    font-size: 17px;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---divider-64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---pricing-content-v9 {
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .brix---flex-horizontal-pricing-v9 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .brix---square-icon-64px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---pricing-v9-icon-wrapper {
    margin-bottom: 22px;
    margin-right: 0;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 22px;
    grid-row-gap: 31px;
    grid-template-columns: 1fr 1fr;
  }

  .waves---section-hero-primary {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-1 {
    font-size: 33px;
    line-height: 40px;
  }

  .waves---subtitle {
    font-size: 17px;
  }

  .f-pricing-card-outline, .f-pricing-card-dark {
    padding: 32px;
  }

  .f-pricing-column-basic, .f-pricing-column-basic.sch-lerpaket {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---paragraph-default-11 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---mg-bottom-8px-5 {
    margin-bottom: 6px;
  }

  .brix---text-203 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-7 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 20px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---text-200-bold-5 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12-2 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12-2 {
    left: 31%;
  }

  .brix---card-testimonial-v14 {
    padding: 40px 24px 24px;
  }

  .brix---testimonial-v14-left-right {
    padding: 32px 22px;
  }

  .brix---card-testimonial-color-4, .brix---card-testimonial-color-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-20.neues {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .link-block-3.neues {
    width: 75%;
    max-width: 250px;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-3.neues._1 {
    width: 75%;
    max-width: 250px;
    height: auto;
  }

  .link-block-3.neues._2, .link-block-3.neues._3 {
    width: 75%;
    max-width: 250px;
  }

  .brix---btn-secondary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 20px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 40px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---section-hero-v4 {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 25px;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .heading-20 {
    font-size: 30px;
    line-height: 37px;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 25px;
  }

  .heading-21 {
    font-size: 25px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-6 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---text-204 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-8 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-3 {
    min-height: 70px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---input-3::placeholder {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-area {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .brix---text-area::placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---container-default-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 40px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-icon-wrapper-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-6 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left-3 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative {
    padding-top: 160px;
    padding-bottom: 96px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .link-block-4.ol {
    width: auto;
    min-width: auto;
    font-size: 17px;
  }

  .link-block-4.or {
    min-width: auto;
    font-size: 17px;
    font-weight: 600;
  }

  .link-block-4.ur, .link-block-4.ul {
    font-size: 17px;
  }

  .brix---mg-bottom-8px-7 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---heading-h2-size-6 {
    z-index: 10;
    font-size: 30px;
    line-height: 38px;
    position: relative;
  }

  .brix---heading-h2-size-6.fewfwefw {
    line-height: 37px;
  }

  .brix---heading-h3-size-6 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 28px;
  }

  .brix---text-center-7 {
    align-items: center;
    height: auto;
    margin-bottom: 32px;
  }

  .brix---paragraph-default-13 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-13.kurzer-text {
    line-height: 28px;
  }

  .brix---card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---card---icon-left---content-right.angebote.kindergeburtstag, .brix---card---icon-left---content-right.angebote.betriebsfeier, .brix---card---icon-left---content-right.angebote.abipartys, .brix---card---icon-left---content-right.angebote.weihnachtsfeier, .brix---card---icon-left---content-right.angebote.catering, .brix---card---icon-left---content-right.angebote.privater-dj {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---display-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .brix---container-default-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---heading-h2-size-7 {
    z-index: 10;
    font-size: 30px;
    line-height: 37px;
    position: relative;
  }

  .brix---subtitle-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-7 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-small-center {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tab-small-center.w--current {
    padding: 7px 10px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .div-block-99 {
    align-items: stretch;
    width: 95%;
    max-width: none;
    margin-bottom: 80px;
    display: flex;
  }

  .div-block-99.zweier {
    display: none;
  }

  .werbebanner {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slider-neuigkeiten._2-slide {
    display: none;
  }

  .slider-neuigkeiten._1-slide {
    display: block;
  }

  .slide-nav-2 {
    z-index: 5;
  }

  .div-block-100 {
    top: auto;
    bottom: -90%;
  }

  .brix---mg-bottom-8px-8 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-8 {
    margin-top: 0;
    font-size: 33px;
    line-height: 44px;
  }

  .brix---heading-h3-size-7 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .brix---mg-bottom-12px-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brix---link-icon-right-4 {
    width: 18px;
  }

  .brix---paragraph-default-15, .brix---text-200-bold-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .image-21 {
    width: 150px;
  }

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

  .menu-bg {
    display: none;
  }

  .menu {
    width: 90%;
  }

  .menu-strich {
    width: 100%;
  }

  .loading-screen-home {
    display: none;
  }

  .div-block-106 {
    width: 75%;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 15px;
  }

  .brix---container-default-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-16 {
    width: 100%;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 37px;
  }

  .paragraph-7 {
    z-index: 1;
    font-size: 15px;
    line-height: 25px;
    position: relative;
  }

  .div-block-109 {
    width: 100%;
  }

  .brix---mg-bottom-24px-5 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .brix---display-7 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---container-default-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-8 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .menu-holder {
    width: 100%;
    display: none;
    overflow: visible;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .right-arrow {
    z-index: 7;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    display: flex;
  }

  .icon {
    margin: auto auto 0;
  }

  .left-arrow {
    margin-top: 0;
  }

  .icon-2 {
    margin: auto auto 0;
  }

  .ffnungszeiten_home {
    position: relative;
  }

  .loading-screen-subpage {
    display: none;
  }

  .image-25 {
    width: 70%;
  }

  .left-arrow-2 {
    z-index: 7;
  }

  .div-block-112 {
    top: 19%;
    box-shadow: 0 2px 350px 150px #a20767;
  }

  .column-eat-drink {
    padding: 10px 0;
  }

  .column-ffnungszeiten-bis {
    display: flex;
  }

  .fb_form-heading {
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .fb_summary-item_data {
    font-size: .7rem;
  }

  .fb_summary-item_tag {
    font-size: .75rem;
  }

  .fb_summary-heading {
    margin-bottom: .8rem;
    font-size: .9rem;
  }

  .fb_timeslots_label-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fb_booking-form-component {
    max-width: none;
    padding: 2rem 1.5rem;
  }

  .fb_timeslots_grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .fb_form-description {
    font-size: .875rem;
  }

  .brix---btn-primary-9, .brix---btn-secondary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-9 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---btn-primary-small-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    text-align: left;
    width: 100%;
  }

  .brix---paragraph-default-18 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-5 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---hero-bg-image-light {
    padding-top: 240px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .div-block-114 {
    width: 100%;
  }

  .section-14 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-c7e3dcba-7937-817a-bc68-9797bc20982a-3fdf1e41, #w-node-_65d77881-3fd9-05a9-2bfb-15c8537d8463-3fdf1e41 {
  place-self: center;
}

#w-node-_741f5205-9010-238c-2522-4e9c41d60885-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ff5334fb-63a1-7ca0-7ffe-dcb1e156e7b2-3fdf1e41 {
  align-self: end;
}

#w-node-_741f5205-9010-238c-2522-4e9c41d60887-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ba331c5f-4fbe-3a13-03b2-3181ced193d9-3fdf1e41 {
  align-self: end;
}

#w-node-ba331c5f-4fbe-3a13-03b2-3181ced193da-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5498214a-ed45-861e-942f-6a38c0675238-3fdf1e41 {
  align-self: end;
}

#w-node-_5498214a-ed45-861e-942f-6a38c0675239-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_741f5205-9010-238c-2522-4e9c41d6088e-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_51514ef6-eb76-15ca-6d72-6775d6759691-3fdf1e41 {
  align-self: end;
}

#w-node-_51514ef6-eb76-15ca-6d72-6775d6759692-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_68fa5be2-69d1-b257-58ec-84e4f75e0f5e-3fdf1e41 {
  align-self: end;
}

#w-node-_68fa5be2-69d1-b257-58ec-84e4f75e0f5f-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a9890ead-b8ca-97e1-ebfd-ff1c7771dfd2-3fdf1e41 {
  align-self: end;
}

#w-node-a9890ead-b8ca-97e1-ebfd-ff1c7771dfd3-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-afe0e171-b03e-da91-0487-fcd9a91dca39-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-afe0e171-b03e-da91-0487-fcd9a91dca43-3fdf1e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_47ea9497-e1eb-1ff1-18e5-28777a309f1e-8cb4bd04 {
  justify-self: start;
}

#w-node-c4bbc431-19af-4f82-609c-4e02823fb2ad-9ced37b9 {
  align-self: start;
}

#w-node-c4bbc431-19af-4f82-609c-4e02823fb2be-9ced37b9, #w-node-c4bbc431-19af-4f82-609c-4e02823fb2bf-9ced37b9, #w-node-c4bbc431-19af-4f82-609c-4e02823fb2db-9ced37b9, #w-node-c4bbc431-19af-4f82-609c-4e02823fb2f7-9ced37b9, #w-node-fb1d4a11-e5d7-892b-ccc9-f00201216a7a-9ced37b9, #w-node-_607b1eed-d571-2d2f-7dab-799060fa86b5-9ced37b9, #w-node-_607b1eed-d571-2d2f-7dab-799060fa86c0-9ced37b9, #w-node-_607b1eed-d571-2d2f-7dab-799060fa86c4-9ced37b9, #w-node-_607b1eed-d571-2d2f-7dab-799060fa86c8-9ced37b9, #w-node-_607b1eed-d571-2d2f-7dab-799060fa86cc-9ced37b9, #w-node-_1c489cde-1df4-957f-8b44-6e9f7889473a-9ced37b9, #w-node-_1c489cde-1df4-957f-8b44-6e9f78894745-9ced37b9, #w-node-_1c489cde-1df4-957f-8b44-6e9f78894749-9ced37b9, #w-node-_1c489cde-1df4-957f-8b44-6e9f7889474d-9ced37b9, #w-node-_1c489cde-1df4-957f-8b44-6e9f78894751-9ced37b9, #w-node-_7f02a56f-561a-e9fa-51de-a2c77aaa428f-9ced37b9, #w-node-_7f02a56f-561a-e9fa-51de-a2c77aaa429a-9ced37b9, #w-node-_7f02a56f-561a-e9fa-51de-a2c77aaa429e-9ced37b9, #w-node-_7f02a56f-561a-e9fa-51de-a2c77aaa42a2-9ced37b9, #w-node-_7f02a56f-561a-e9fa-51de-a2c77aaa42a6-9ced37b9, #w-node-_1fcc5da7-d855-1703-e70e-436c27cb7a9d-9ced37b9, #w-node-d9d4da66-6514-4051-89f2-4cd5914d805a-9ced37b9, #w-node-d9d4da66-6514-4051-89f2-4cd5914d8065-9ced37b9, #w-node-d9d4da66-6514-4051-89f2-4cd5914d8069-9ced37b9, #w-node-d9d4da66-6514-4051-89f2-4cd5914d806d-9ced37b9, #w-node-d9d4da66-6514-4051-89f2-4cd5914d8071-9ced37b9, #w-node-_515b7033-696a-63f0-a285-28786f8dd8de-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafce9d9-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafce9e4-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafce9e8-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafce9ec-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafce9f0-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafce9f7-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea02-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea06-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea0a-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea0e-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea15-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea20-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea24-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea28-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea2c-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea30-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea37-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea42-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea46-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea4a-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea4e-9ced37b9, #w-node-_346df207-c30c-8bb1-25ea-c2dcdafcea52-9ced37b9, #w-node-_709e5651-f0ed-fb9f-c7d9-0a9c18c847b7-9ced37b9, #w-node-_709e5651-f0ed-fb9f-c7d9-0a9c18c847c2-9ced37b9, #w-node-_709e5651-f0ed-fb9f-c7d9-0a9c18c847c6-9ced37b9, #w-node-_709e5651-f0ed-fb9f-c7d9-0a9c18c847d5-9ced37b9, #w-node-_709e5651-f0ed-fb9f-c7d9-0a9c18c847e0-9ced37b9, #w-node-_709e5651-f0ed-fb9f-c7d9-0a9c18c847e4-9ced37b9, #w-node-_709e5651-f0ed-fb9f-c7d9-0a9c18c847e8-9ced37b9, #w-node-_7b3a9013-03b4-2e81-e160-813ea0feb34d-9ced37b9, #w-node-_7b3a9013-03b4-2e81-e160-813ea0feb358-9ced37b9, #w-node-_7b3a9013-03b4-2e81-e160-813ea0feb35c-9ced37b9, #w-node-_7b3a9013-03b4-2e81-e160-813ea0feb363-9ced37b9, #w-node-_7b3a9013-03b4-2e81-e160-813ea0feb36e-9ced37b9, #w-node-_7b3a9013-03b4-2e81-e160-813ea0feb372-9ced37b9, #w-node-_7b3a9013-03b4-2e81-e160-813ea0feb376-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c976a-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9775-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9779-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c977d-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9781-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9788-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9793-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9797-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c979b-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c979f-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97a6-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97b1-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97b5-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97b9-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97bd-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97c1-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97c8-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97d3-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97d7-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97db-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97df-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97e3-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97ec-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97f7-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97fb-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c97ff-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9803-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c980a-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9815-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9819-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c981d-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9821-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9828-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9833-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9837-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c983b-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c983f-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9843-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c984a-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9855-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9859-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c985d-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9861-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9865-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9878-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9883-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9887-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c988e-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9899-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c989d-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98a1-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98aa-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98b5-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98b9-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98c0-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98cb-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98cf-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98d3-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98e6-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98f1-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98f5-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98f9-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c98fd-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9904-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c990f-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9913-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9917-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c991b-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9924-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c992f-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9933-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9937-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c993b-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9942-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c994d-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9951-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9955-9ced37b9, #w-node-f9fc3484-40d8-8456-a0e7-5b7a9a8c9959-9ced37b9, #w-node-dc0650c9-dcc1-c29f-9222-db527f0a426e-ea023ab4, #w-node-dc0650c9-dcc1-c29f-9222-db527f0a427f-ea023ab4, #w-node-ea5f6581-ccae-3b8b-f47c-709402c72282-ea023ab4, #w-node-_0a1d8d96-beaf-e625-f13d-ad043b04175d-ea023ab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df7cf1a0-67eb-bbff-24b8-4421b9fdb172-a73aad55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df7cf1a0-67eb-bbff-24b8-4421b9fdb176-a73aad55 {
  justify-self: start;
}

#w-node-_593996f6-bd92-b0dd-3a10-ebfdd1055925-0ffdc38b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_593996f6-bd92-b0dd-3a10-ebfdd1055929-0ffdc38b {
  justify-self: start;
}

#w-node-_87e30675-d36f-0daa-2b86-836a8132759e-3ad5663d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87e30675-d36f-0daa-2b86-836a813275a2-3ad5663d {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5069c05d-d328-c22b-4117-fe098fbb24cb-3fdf1e41, #w-node-_5069c05d-d328-c22b-4117-fe098fbb2506-3fdf1e41, #w-node-_1d35e9f6-d8d7-006a-cc85-54421c42a7f9-8cb4bd04, #w-node-_1d35e9f6-d8d7-006a-cc85-54421c42a83a-8cb4bd04, #w-node-cb30181d-cf3e-3b48-1f60-87792f819a61-d7757d80, #w-node-cb30181d-cf3e-3b48-1f60-87792f819aa2-d7757d80, #w-node-_66aba0a8-7806-fafc-8496-2733dd9ebf49-2130e361, #w-node-_66aba0a8-7806-fafc-8496-2733dd9ebf8a-2130e361, #w-node-dcd5057e-3420-c3a1-ed42-1e363f29fa96-bf9c4bdc, #w-node-dcd5057e-3420-c3a1-ed42-1e363f29fad7-bf9c4bdc, #w-node-_048e0fd5-aed1-1d48-68c0-72458180e607-86a668ac, #w-node-_048e0fd5-aed1-1d48-68c0-72458180e648-86a668ac, #w-node-_11bbe8a8-0fa2-0e06-6e95-7966dda47480-9ced37b9, #w-node-_11bbe8a8-0fa2-0e06-6e95-7966dda474c1-9ced37b9, #w-node-_679d1da4-6724-70a3-c076-0979195a744a-51db300d, #w-node-_679d1da4-6724-70a3-c076-0979195a748b-51db300d, #w-node-c91f927f-1f25-8b75-e51a-618b04f3edba-ea023ab4, #w-node-c91f927f-1f25-8b75-e51a-618b04f3edfb-ea023ab4, #w-node-_2a2db3f9-fbb5-0349-957a-692a0defc47d-22e4ff66, #w-node-_2a2db3f9-fbb5-0349-957a-692a0defc4be-22e4ff66, #w-node-_499ebc8a-baee-57db-ddd1-1095e32bb7a2-093cfa0a, #w-node-_499ebc8a-baee-57db-ddd1-1095e32bb7e3-093cfa0a, #w-node-_68e50ca3-6b46-6743-eed1-cfb8ceabbe1b-eda4a3b2, #w-node-_68e50ca3-6b46-6743-eed1-cfb8ceabbe5c-eda4a3b2, #w-node-_4acd9fbc-9183-9678-1876-f3310babe9c6-a73aad55, #w-node-_4acd9fbc-9183-9678-1876-f3310babea07-a73aad55, #w-node-_20f8eed5-8025-fdd2-b10e-39a5ff2e9a0d-6195ed5a, #w-node-_20f8eed5-8025-fdd2-b10e-39a5ff2e9a4e-6195ed5a, #w-node-_44a2117a-f021-c259-0f6c-b7d1cf5f3770-0ffdc38b, #w-node-_44a2117a-f021-c259-0f6c-b7d1cf5f37b1-0ffdc38b, #w-node-_2ed7d7ae-8c11-4e1a-ec20-cfc459a7b5f4-3ad5663d, #w-node-_2ed7d7ae-8c11-4e1a-ec20-cfc459a7b635-3ad5663d, #w-node-_32442460-9398-3d5a-e300-cda35ec0892c-72a886d5, #w-node-_32442460-9398-3d5a-e300-cda35ec0896d-72a886d5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5069c05d-d328-c22b-4117-fe098fbb24cb-3fdf1e41 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5069c05d-d328-c22b-4117-fe098fbb2506-3fdf1e41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_1d35e9f6-d8d7-006a-cc85-54421c42a7f9-8cb4bd04 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1d35e9f6-d8d7-006a-cc85-54421c42a83a-8cb4bd04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-cb30181d-cf3e-3b48-1f60-87792f819a61-d7757d80 {
    grid-column: span 2 / span 2;
  }

  #w-node-cb30181d-cf3e-3b48-1f60-87792f819aa2-d7757d80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_66aba0a8-7806-fafc-8496-2733dd9ebf49-2130e361 {
    grid-column: span 2 / span 2;
  }

  #w-node-_66aba0a8-7806-fafc-8496-2733dd9ebf8a-2130e361 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-dcd5057e-3420-c3a1-ed42-1e363f29fa96-bf9c4bdc {
    grid-column: span 2 / span 2;
  }

  #w-node-dcd5057e-3420-c3a1-ed42-1e363f29fad7-bf9c4bdc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_048e0fd5-aed1-1d48-68c0-72458180e607-86a668ac {
    grid-column: span 2 / span 2;
  }

  #w-node-_048e0fd5-aed1-1d48-68c0-72458180e648-86a668ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_11bbe8a8-0fa2-0e06-6e95-7966dda47480-9ced37b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_11bbe8a8-0fa2-0e06-6e95-7966dda474c1-9ced37b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_679d1da4-6724-70a3-c076-0979195a744a-51db300d {
    grid-column: span 2 / span 2;
  }

  #w-node-_679d1da4-6724-70a3-c076-0979195a748b-51db300d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-c91f927f-1f25-8b75-e51a-618b04f3edba-ea023ab4 {
    grid-column: span 2 / span 2;
  }

  #w-node-c91f927f-1f25-8b75-e51a-618b04f3edfb-ea023ab4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_2a2db3f9-fbb5-0349-957a-692a0defc47d-22e4ff66 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a2db3f9-fbb5-0349-957a-692a0defc4be-22e4ff66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_499ebc8a-baee-57db-ddd1-1095e32bb7a2-093cfa0a {
    grid-column: span 2 / span 2;
  }

  #w-node-_499ebc8a-baee-57db-ddd1-1095e32bb7e3-093cfa0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_68e50ca3-6b46-6743-eed1-cfb8ceabbe1b-eda4a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_68e50ca3-6b46-6743-eed1-cfb8ceabbe5c-eda4a3b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_4acd9fbc-9183-9678-1876-f3310babe9c6-a73aad55 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4acd9fbc-9183-9678-1876-f3310babea07-a73aad55 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_20f8eed5-8025-fdd2-b10e-39a5ff2e9a0d-6195ed5a {
    grid-column: span 2 / span 2;
  }

  #w-node-_20f8eed5-8025-fdd2-b10e-39a5ff2e9a4e-6195ed5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_44a2117a-f021-c259-0f6c-b7d1cf5f3770-0ffdc38b {
    grid-column: span 2 / span 2;
  }

  #w-node-_44a2117a-f021-c259-0f6c-b7d1cf5f37b1-0ffdc38b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_2ed7d7ae-8c11-4e1a-ec20-cfc459a7b5f4-3ad5663d {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ed7d7ae-8c11-4e1a-ec20-cfc459a7b635-3ad5663d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_32442460-9398-3d5a-e300-cda35ec0892c-72a886d5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_32442460-9398-3d5a-e300-cda35ec0896d-72a886d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_52e7a535-4e99-26ed-25a6-747178d0d05d-3fdf1e41, #w-node-_52e7a535-4e99-26ed-25a6-747178d0d066-3fdf1e41, #w-node-_52e7a535-4e99-26ed-25a6-747178d0d06f-3fdf1e41, #w-node-_52e7a535-4e99-26ed-25a6-747178d0d078-3fdf1e41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47ea9497-e1eb-1ff1-18e5-28777a309f1c-8cb4bd04, #w-node-df7cf1a0-67eb-bbff-24b8-4421b9fdb172-a73aad55, #w-node-_593996f6-bd92-b0dd-3a10-ebfdd1055925-0ffdc38b, #w-node-_87e30675-d36f-0daa-2b86-836a8132759e-3ad5663d {
    grid-column: span 1 / span 1;
  }
}
