:root {
  --gap-small: 20px;
  --black: #111;
  --grey-80: #4a4744;
  --white: white;
  --wide: 1600px;
  --grey-8: #ede9e6;
  --accent: #73400d;
  --yellow: #ffdf8b;
  --grey-3: #f8f4f1;
  --green: #c3efc8;
  --purple: #e2d4f4;
  --voll: 100%;
  --lime: #c9e3c8;
  --light-blue: #dde9ef;
  --light-yellow-green: #edead3;
  --blue: #b3d4f2;
  --light-yellow: #f9e7b8;
  --magenta: #f6dae9;
  --light-orange: #fbe3d9;
  --yellow-green: #e3da99;
  --light-red: #fcdfe1;
  --small-content: 1200px;
  --0: 0px;
}

body {
  color: #000;
  margin-top: 70px;
  font-family: Ainslie Sans Book, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: IvyPresto Display \/ Thin Italic, Palatino Linotype, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: IvyPresto Display \/ Thin Italic, Palatino Linotype, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: var(--gap-small);
  margin-bottom: var(--gap-small);
  letter-spacing: .025em;
  font-family: IvyPresto Display \/ Thin Italic, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  font-family: IvyPresto Display \/ Thin Italic, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

p {
  max-width: 1024px;
  margin-bottom: 1.5rem;
  font-family: Ainslie Sans Book, Arial, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

a {
  color: var(--black);
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: var(--gap-small);
  padding-bottom: var(--gap-small);
  padding-left: var(--gap-small);
}

li {
  margin-bottom: .5rem;
  list-style-type: square;
}

label {
  color: var(--grey-80);
  margin-bottom: 5px;
  line-height: 120%;
  display: block;
}

strong {
  font-weight: 400;
}

figure {
  margin-bottom: 10px;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.nav {
  z-index: 1000;
  background-color: var(--white);
  text-transform: uppercase;
  border: 0 solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 4px #0003;
}

.container {
  max-width: var(--wide);
  padding-right: var(--gap-small);
  padding-left: var(--gap-small);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.container.hero {
  max-width: var(--wide);
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.hero._404 {
  justify-content: center;
  align-items: center;
}

.container.cases {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.container.contact {
  max-width: var(--wide);
}

.nav-wrapper {
  text-transform: uppercase;
  text-transform: uppercase;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-logo-wrapper.w--current {
  margin-left: 0;
  margin-right: 0;
}

.nav-logo-text {
  width: 128px;
  font-family: Crimson Pro;
  font-size: 21px;
  font-weight: 500;
  line-height: 108%;
}

.nav-menu-items-wrapper {
  grid-column-gap: 8px;
  text-transform: none;
  flex-direction: row;
  align-items: center;
  display: inline-block;
}

.nav-menu-item:hover, .nav-menu-item:focus {
  color: var(--accent);
}

.nav-menu-item {
  color: var(--grey-80);
  padding: 10px 1rem;
  transition: color .2s ease-in;
}

.nav-menu-item:hover, .nav-menu-item:focus {
  color: var(--accent);
}

.nav-menu-item.w--current {
  text-transform: none;
}

.nav-menu-item.cta-menu {
  border-radius: var(--gap-small);
  background-color: var(--yellow);
  border: 0 #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: inline;
}

.nav-menu-item.nav-menu-item-first {
  border-bottom: 1px solid #000;
}

.nav-menu-dropdown-toggle {
  grid-column-gap: 6px;
  align-items: center;
  padding: 6px 1rem 10px;
  transition: opacity .2s;
  display: flex;
}

.nav-menu-dropdown-toggle:hover {
  background-color: var(--grey-3);
}

.regular-m.footer-link:hover, .regular-m.footer-link:focus {
  color: var(--accent);
}

.regular-m.footer-link {
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .2s ease-in;
}

.regular-m.footer-link:hover, .regular-m.footer-link:focus {
  color: var(--accent);
}

.regular-m.margin-bottom-16 {
  color: var(--black);
  font-family: IvyPresto Display \/ Thin Italic, Palatino Linotype, sans-serif;
  font-size: 24px;
}

.icon-size-16 {
  width: 16px;
  height: 16px;
}

.nav-menu-dropdown-list {
  width: 280px;
  padding: 12px 24px 12px 12px;
  position: fixed;
  inset: 0%;
}

.nav-menu-dropdown-list.w--open {
  border: 1px solid var(--grey-8);
  background-color: var(--grey-3);
  background-image: none;
  width: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  top: 0;
}

.nav-menu-dropdown-list-links {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.section.messe_referenzen {
  background-color: var(--white);
}

.section.messe_referenzen.bg-grey-3 {
  background-color: var(--grey-3);
  padding-left: 40px;
  padding-right: 40px;
}

.section.margin-top-176-mobile-144-copy {
  background-color: var(--white);
  margin-top: 176px;
}

.section.margin-top-176-mobile-144-copy {
  margin-top: 176px;
}

.section.margin-top-176-mobile-144-copy.bg-grey-3 {
  background-color: var(--grey-3);
  padding-left: 40px;
  padding-right: 40px;
}

.section.margin-top-176-mobile-144 {
  margin-top: 176px;
}

.section.margin-top-176-mobile-144.bg-grey-3 {
  background-color: var(--grey-3);
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper {
  direction: ltr;
  flex-flow: column;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.wrapper.justify-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper.max-width-420-tablet-560-mobile-420 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.wrapper.bg-section-padding {
  padding-top: 96px;
  padding-bottom: 96px;
}

.wrapper.collection-date-and-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrapper.max-width-480-tablet-544 {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: block;
}

.wrapper.accordion-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.wrapper.collection-item-type-two-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.collection-item-type-two-info.margin-bottom-12 {
  font-size: 16px;
  text-decoration: none;
}

.wrapper.padding-right-32-tablet-0.max-width-420-tablet-560-mobile-420 {
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.wrapper.padding-right-32-tablet-0.max-width-420-tablet-560-mobile-420.margin-bottom-20 {
  margin-bottom: 10px;
}

.wrapper.text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper.changelog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.wrapper.events-grid {
  margin-bottom: 40px;
}

.wrapper.location-anfragen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2em;
}

.wrapper.location-anfragen.margin-bottom-56-tablet-48-mobile-40 {
  font-size: 3rem;
}

.wrapper.max-width-432 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: flex-start;
  display: block;
}

.wrapper.max-width-420-tablet-640.width-100.margin-bottom-32 {
  margin-bottom: 0;
}

.wrapper.width-100.max-width-420 {
  text-align: left;
  text-align: left;
}

.wrapper.social-link {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.wrapper.wrapper-name-star {
  padding-bottom: 10px;
}

.max-width-420 {
  max-width: 420px;
}

.button.primary:hover, .button.primary:focus {
  background-color: var(--grey-80);
}

.button {
  background-color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 1.3rem 36px;
  font-size: 16px;
  font-weight: 400;
}

.button.primary {
  background-color: var(--black);
  text-transform: uppercase;
  transition: none;
}

.button.primary:hover, .button.primary:focus {
  background-color: var(--grey-80);
}

.button.primary.small {
  background-color: var(--yellow);
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  color: var(--black);
  text-transform: none;
  border: 0 solid #000;
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: background-color .2s, background-color .25s ease-in-out;
}

.button.primary.small.secondary {
  background-color: var(--green);
  background-image: linear-gradient(to bottom, var(--green), var(--green));
}

.button.small {
  background-color: var(--yellow);
}

.button.secondary {
  background-color: var(--green);
  color: var(--black);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.button.secondary:hover {
  border-color: var(--grey-80);
  background-color: var(--green);
}

.button.secondary:focus {
  border-color: var(--grey-80);
  background-color: var(--grey-80);
  color: var(--white);
}

.button.secondary.small {
  background-color: var(--green);
  letter-spacing: -.08px;
  border-style: none;
  border-width: 0;
  padding: 16px 24px;
  font-size: 14px;
}

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

.tertiary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding: 4px 2px;
  transition: color .2s ease-in;
  display: flex;
}

.tertiary-button:hover, .tertiary-button:focus {
  color: var(--grey-80);
}

.tertiary-button-icon {
  border: .75px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 6px;
  display: flex;
}

.icon-size-14 {
  width: 14px;
  height: 14px;
}

.margin-top-176-mobile-144 {
  margin-top: 176px;
}

.h2, .h2.max-width-432-mobile-320.margin-bottom-56 {
  display: block;
}

.h2, .h2.max-width-432-mobile-320.margin-bottom-56 {
  display: block;
}

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

.h2.max-width-432-mobile-320.margin-bottom-56 {
  display: block;
}

.h2.margin-bottom-32-tablet-24 {
  letter-spacing: -.04em;
  text-transform: none;
  outline-style: none;
  outline-color: #000;
  margin-bottom: 32px;
}

.max-width-432-mobile-320 {
  max-width: 432px;
}

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

.block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lime);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.block.service {
  grid-column-gap: var(--gap-small);
  grid-row-gap: var(--gap-small);
  aspect-ratio: 1;
  object-fit: cover;
  background-image: linear-gradient(#0000, #0009);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block.padding-24-32 {
  background-color: var(--grey-3);
  padding: 32px 24px;
}

.block.padding-24-32.bg-grey-3 {
  justify-content: space-between;
  display: flex;
}

.block.padding-24-32.bg-light-yellow {
  aspect-ratio: 3 / 2;
  background-color: var(--lime);
  outline-offset: 0px;
  outline: 3px #000;
  justify-content: flex-end;
  display: flex;
}

.block.padding-24-32.bg-light-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 16 / 9;
  background-color: var(--light-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.block.padding-24-32.bg-green {
  background-color: var(--lime);
}

.block.padding-24-32.bg-light-yellow {
  aspect-ratio: auto;
}

.block.padding-24-32.bg-lime {
  aspect-ratio: 16 / 9;
  background-color: var(--lime);
  cursor: pointer;
  display: block;
}

.block.padding-24-32.justify-content {
  background-color: var(--grey-3);
  justify-content: space-between;
}

.block.padding-24-32.justify-content.bg-grey-3 {
  justify-content: space-between;
}

.bg-grey-3 {
  background-color: var(--grey-3);
}

.h4 {
  margin-top: .25em;
  margin-bottom: .25em;
  padding-bottom: 10px;
  font-size: 24px;
}

.h4.margin-bottom-24 {
  text-align: left;
  text-align: left;
}

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

.blocks-grid-3-tablet-1-mobile-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.line {
  width: 100%;
  height: 1px;
}

.line.white {
  background-color: var(--white);
}

.line.black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.line.black.margin-bottom-16 {
  margin-bottom: 20px;
}

.line.black.margin-bottom-12 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.line.black.margin-bottom-32 {
  margin-top: 32px;
}

.line.black.margin-top-bottom {
  margin-bottom: 20px;
}

.line.black.margin-30-30 {
  margin-top: var(--gap-small);
  margin-bottom: var(--gap-small);
}

.line.black.margin-bottom-20 {
  margin-bottom: 10px;
}

.line.black.margin-bottom-20.margin-top-20 {
  margin-top: 20px;
}

.line.black.line_location {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.regular-s.color-grey-80.legal-link:hover, .regular-s.color-grey-80.legal-link:focus {
  color: var(--black);
}

.regular-s {
  border-radius: 0;
  font-size: 10px;
}

.regular-s.color-grey-80.legal-link:hover, .regular-s.color-grey-80.legal-link:focus {
  color: var(--black);
}

.regular-s.color-grey-80.legal-link:hover, .regular-s.color-grey-80.legal-link:focus {
  color: var(--black);
}

.regular-s.color-grey-80.legal-link {
  color: var(--grey-80);
  transition: color .2s ease-in;
}

.regular-s.color-grey-80.legal-link:hover, .regular-s.color-grey-80.legal-link:focus {
  color: var(--black);
}

.color-grey-80 {
  color: var(--grey-80);
}

.footer {
  background-color: var(--grey-3);
  padding-top: 64px;
  padding-bottom: 40px;
}

.footer.margin-top-176-mobile-144 {
  padding-left: 64px;
  padding-right: 64px;
}

.footer-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.footer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-block-links {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  font-size: 14px;
  display: flex;
}

.footer-legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-icon-wrapper {
  cursor: pointer;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 8px;
  display: none;
}

.icon-size-28 {
  width: 28px;
  height: 28px;
}

.nav-adaptation {
  display: none;
}

.icon-size-20 {
  max-height: 30px;
}

.text-grid-type-one {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.text-grid-type-one:lang(en) {
  grid-column-gap: 80px;
}

.margin-bottom-32-tablet-24 {
  margin-top: 0;
  margin-bottom: 40px;
}

.max-width-432 {
  max-width: 80%;
}

.images-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 7fr 5fr;
}

.images-grid-image-1 {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 560px;
}

.images-grid-image-2 {
  object-fit: cover;
  object-position: 50% 75%;
  width: 100%;
  height: 268px;
}

.images-grid-image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 268px;
}

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

.margin-bottom-56-tablet-48-mobile-40 {
  margin-bottom: 56px;
}

.width-100 {
  width: 100%;
  padding: 0;
}

.bg-light-yellow {
  background-color: var(--light-yellow);
}

.banner-type-three-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding: 48px 60px 64px;
  display: flex;
}

.banner-type-three-content.bg-blue {
  background-color: var(--purple);
}

.banner-type-three-content.bg-light-blue {
  background-color: var(--magenta);
}

.banner-type-three-content.bg-lime {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.banner-type-three-content.bg-purple {
  background-color: var(--purple);
}

.banner-type-three-content.bg-green {
  background-color: var(--lime);
  justify-content: flex-end;
  width: 50%;
}

.banner-type-three-content.bg-light-yellow {
  background-color: var(--grey-3);
  justify-content: flex-end;
  width: 66%;
}

.banner-type-three-image {
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/66d99798edb28c46758bc689/67da7dda12dc69b79656094e_event-catering-frankfurt--flow-the-kitchen.avif"), url("https://cdn.prod.website-files.com/66d99798edb28c46758bc689/67d3bf7cb94014c98722e3c4_1x1.png");
  background-position-x: 50%;
  background-position-y: 0, 0;
  background-size: cover, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  min-width: 50%;
}

.image {
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: auto;
  display: block;
}

.max-width-420-tablet-640 {
  max-width: 420px;
}

.max-width-600 {
  max-width: 600px;
}

.form-block {
  color: #000;
}

.form {
  font-size: 18px;
}

.form-input {
  color: var(--black);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.form-input:active, .form-input:focus {
  border-bottom-color: var(--black);
}

.form-input.last {
  margin-bottom: 40px;
}

.form-input.event-dat {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.success-message {
  background-color: #ddd0;
  padding: 0;
}

.success-message-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 24px;
  display: flex;
}

.success-message-icon {
  background-color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  display: flex;
}

.error-message {
  background-color: var(--white);
  margin-top: 32px;
  padding: 16px 24px;
}

.cards-grid-2-tablet-2-mobile-1 {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
}

.cards-grid-2-tablet-2-mobile-1.socials {
  grid-column-gap: var(--gap-small);
  grid-row-gap: 30px;
  grid-column-gap: var(--gap-small);
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.p3marketing {
  text-transform: uppercase;
  font-size: 10px;
}

.kontakt {
  aspect-ratio: 1;
  object-fit: cover;
  min-height: 100%;
}

.loc_item {
  margin-bottom: 20px;
}

.location-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.cards-grid-3-tablet-3 {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cards-grid-3-tablet-3.socials {
  grid-template-rows: auto;
}

._5-star-review {
  max-height: 20px;
}

.locales-list {
  grid-column-gap: var(--gap-small);
  grid-row-gap: var(--gap-small);
  flex-flow: row;
  font-size: 12px;
  display: flex;
}

.wrapper-name-star {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  direction: ltr;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 10px;
  display: flex;
}

.wrapper-name-star.justify-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-name-star.bg-section-padding {
  padding-top: 96px;
  padding-bottom: 96px;
}

.wrapper-name-star.collection-date-and-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrapper-name-star.accordion-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wrapper-name-star.collection-item-type-two-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.wrapper-name-star.collection-item-type-two-info.margin-bottom-12 {
  text-decoration: none;
}

.wrapper-name-star.social-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-name-star.padding-right-32-tablet-0.max-width-420-tablet-560-mobile-420 {
  max-width: 100%;
  padding: 5px;
}

.wrapper-name-star.padding-right-32-tablet-0.max-width-420-tablet-560-mobile-420.margin-bottom-20 {
  margin-bottom: 10px;
}

.wrapper-name-star.text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-name-star.changelog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.wrapper-name-star.events-grid {
  margin-bottom: 40px;
}

.h3_location_name {
  margin-bottom: 6px;
}

.textarea {
  border-style: none none solid;
  border-width: 0 0 2px;
  border-color: var(--white) var(--white) var(--black);
  background-color: #ffffff03;
  min-height: 5em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 16px;
}

.banner-type-three---contact {
  grid-column-gap: var(--gap-small);
  grid-row-gap: var(--gap-small);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.banner-type-three---contact.bg-grey-3 {
  background-color: var(--grey-3);
  background-color: var(--grey-3);
}

.banner-type-three--location {
  aspect-ratio: auto;
  background-color: var(--lime);
  justify-content: flex-start;
  align-items: stretch;
  min-height: 85vh;
  display: flex;
}

.location-wrapper-data {
  grid-column-gap: 5px;
  direction: ltr;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  display: flex;
}

.location-wrapper-data.justify-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.location-wrapper-data.bg-section-padding {
  padding-top: 96px;
  padding-bottom: 96px;
}

.location-wrapper-data.collection-date-and-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.location-wrapper-data.max-width-480-tablet-544 {
  grid-column-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  font-weight: 700;
  display: flex;
}

.location-wrapper-data.accordion-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.location-wrapper-data.collection-item-type-two-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.location-wrapper-data.collection-item-type-two-info.margin-bottom-12 {
  text-decoration: none;
}

.location-wrapper-data.social-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.location-wrapper-data.padding-right-32-tablet-0.max-width-420-tablet-560-mobile-420 {
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.location-wrapper-data.padding-right-32-tablet-0.max-width-420-tablet-560-mobile-420.margin-bottom-20 {
  margin-bottom: 10px;
}

.location-wrapper-data.text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.location-wrapper-data.changelog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.location-wrapper-data.events-grid {
  margin-bottom: 40px;
}

.location-wrapper-data.location-anfragen {
  font-size: 3rem;
  line-height: 1em;
}

.h2-flex {
  flex-flow: wrap;
}

.logo {
  max-height: 50px;
}

.image-location-full {
  object-fit: cover;
  width: 100%;
  height: 50vh;
}

.nav-menu-item-last-call:hover, .nav-menu-item-last-call:focus, .nav-menu-item-last-call.w--current {
  color: var(--accent);
}

.nav-menu-item-last-call {
  text-transform: uppercase;
  padding: 15px 12px;
  transition: color .2s ease-in;
  display: flex;
}

.nav-menu-item-last-call:hover, .nav-menu-item-last-call:focus, .nav-menu-item-last-call.w--current {
  color: var(--accent);
}

.nav-menu-item-last-call.nav-menu-item-first {
  border-bottom: 1px solid #000;
}

.nav-menu-item-last-call.cta-menu {
  background-color: var(--green);
  color: var(--grey-80);
  border: 0 #000;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  display: inline;
}

.nav-menu-item-last-call.cta-menu.w--current {
  text-transform: uppercase;
}

.checkbox-field {
  margin: 20px 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.checkbox {
  aspect-ratio: 1;
  object-fit: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.banner-type-three-image--contact {
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/66d99798edb28c46758bc689/68d1015b06f481121f0ee352_weihnachtsfeier-events-catering-locations---flow-the-kitchen-202503.avif");
  background-position: 50% 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
}

.banner-type-three---form {
  flex-direction: column;
  align-items: stretch;
  width: 60%;
  padding: 64px 40px;
  display: flex;
}

.banner-type-three---form.bg-blue {
  background-color: var(--purple);
}

.banner-type-three---form.bg-light-yellow {
  width: 60%;
}

.banner-type-three---form.bg-light-blue {
  background-color: var(--magenta);
}

.banner-type-three---form.bg-lime {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.banner-type-three---form.bg-purple {
  background-color: var(--purple);
}

.banner-type-three---form.bg-green {
  background-color: var(--lime);
  justify-content: flex-end;
  width: 50%;
}

.link-block {
  min-width: 100%;
}

.eventlocation-stadt-personen {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  align-items: baseline;
  line-height: 120%;
  display: flex;
}

.location-list-wo-img {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.checkbox-label {
  color: var(--grey-80);
  margin-top: 5px;
  font-size: 14px;
  line-height: 130%;
}

.code-embed {
  text-align: right;
  font-size: 13px;
}

.figure-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/66d99798edb28c46758bc689/67d3bf7cb94014c98722e3c4_1x1.png");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.h3-mob {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 32px;
}

.grid-14 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
}

.spacer {
  height: 2rem;
}

.field-label-4 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 10px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
}

.claim-footer {
  margin-bottom: 20px;
}

.container-mobile {
  max-width: var(--wide);
  padding-right: var(--gap-small);
  padding-left: var(--gap-small);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.container-mobile.hero {
  max-width: var(--wide);
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-mobile.hero._404 {
  justify-content: center;
  align-items: center;
}

.container-mobile.contact {
  max-width: var(--wide);
}

.container-mobile.cases {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.paragraph_eventlocation_mobile {
  margin-bottom: 0;
}

.location-input {
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  font-size: 17px;
}

.footer_legal_links {
  font-size: .7rem;
}

.flowappz-policy-link-3 {
  color: #000;
}

.flowappz-cookie-popup-btn-wrapper-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.flowappz-cookie-consent-popup {
  z-index: 999;
  z-index: 999;
  inset: auto 2% 2% auto;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 400px;
  position: fixed;
  inset: auto 2% 2% auto;
  overflow: hidden;
  box-shadow: 10px 0 25px #00000040;
}

.flowappz-cookie-popup-content-paragraph-27 {
  color: #000;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.flowappz-cookie-consent-2 {
  display: block;
  position: relative;
}

.flowappz-cookie-consent-code {
  display: none;
}

.flowappz-cookie-accept-button-24 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 16px;
  transition: all .2s;
}

.flowappz-cookie-accept-button-24:hover {
  color: #0e0e0e;
  background-color: #0000;
}

.flowappz-cookie-setting-controller-wrapper-light-9 {
  cursor: pointer;
  border-bottom: 1px solid #0003;
  padding-bottom: 0;
  overflow: hidden;
}

.flowappz-settings-content-wrapper-11 {
  padding: 40px;
}

.flowappz-cookie-consent-preference-manager-wrapper-11 {
  z-index: 9999;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.flowappz-cookie-settings-close-btn-17 {
  color: #fff;
  cursor: pointer;
  background-color: #222;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  position: static;
  top: 20px;
  right: 20px;
}

.flowappz-cookie-controller--checkbox-label {
  display: none;
}

.flowappz-cookie-setting-content-wrapper-17 {
  display: block;
}

.flowappz-cookie-faq-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flowappz-cookie-reject-button-22 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 16px;
  transition: all .2s;
}

.flowappz-cookie-reject-button-22:hover {
  color: #fff;
  background-color: #0e0e0e;
}

.flowappz-preference-container-18 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.flowappz-cookie-settings-wrapper-18 {
  margin-top: 50px;
}

.flowappz-cookie-popup-heading-29 {
  color: #0e0e0e;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.flowappz-cookie-settings-button-wrapper-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.flowappz-faq-title-12 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.flowappz-faq-icon-4 {
  color: #fcfcfc;
  width: 24px;
  height: 24px;
}

.paragraph-21 {
  margin-bottom: 0;
}

.flowappz-cookie-setting-description-14 {
  max-width: 461px;
  margin-top: 13px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flowappz-cookie-controller-input-3 {
  background-color: #383838;
  background-image: url("https://cdn.prod.website-files.com/66d99798edb28c46758bc689/688487347dcbbb798a708a1a_np_circle_2713168_FFFFFF.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ffffff30;
  border-radius: 20px;
  width: 32px;
  height: 20px;
  transition: all .15s;
}

.flowappz-cookie-controller-input-3.w--redirected-checked {
  background-color: #006acc;
  background-image: url("https://cdn.prod.website-files.com/66d99798edb28c46758bc689/688487347dcbbb798a708a1a_np_circle_2713168_FFFFFF.svg");
  background-position: 100%;
  background-size: contain;
  border: 2px solid #006acc;
}

.flowappz-cookie-controller-input-3.w--redirected-focus {
  box-shadow: none;
}

.flowappz-consent-popup-content-21 {
  background-color: #fff;
  padding: 25px;
}

.flowappz-cookie-setting-title-20 {
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.flowappz-cookie-popup-heading-28 {
  color: #0e0e0e;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 20px;
  font-family: IvyPresto Display \/ Thin Italic, Palatino Linotype, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.flowappz-cookie-settings-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ededed00;
  flex-flow: column;
  display: flex;
}

.margin-linie-10 {
  border: 1px dotted #000;
  border-radius: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-linie-10.margin-bottom-20 {
  border: 1px dotted #000;
  border-radius: 1px;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2.34px;
    font-size: 78px;
  }

  .container {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container.hero.internal {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper.adaptation {
    border-bottom: 1px solid var(--grey-8);
    border-bottom: 1px solid var(--grey-8);
    padding: 24px 48px;
  }

  .nav-menu-items-wrapper {
    display: none;
  }

  .nav-menu-dropdown-list.adaptation {
    border: 1px solid var(--grey-8);
    background-color: var(--grey-3);
    border: 1px solid var(--grey-8);
    background-color: var(--grey-3);
    flex: none;
    width: 100%;
    padding: 0 8px;
    overflow: hidden;
  }

  .nav-menu-dropdown-list-links.adaptation {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .hero-section-content {
    flex-flow: column;
  }

  .hero-section-content-block.home {
    width: 100%;
    min-width: 100%;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-right: 0;
  }

  .hero-section-content-block.internal {
    width: 100%;
    min-width: 100%;
    padding: 88px 48px;
  }

  .wrapper.text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-image {
    aspect-ratio: 2 / 3;
    width: 100%;
  }

  .hero-section-image.home-block {
    width: 100%;
    min-width: 100%;
    min-height: 720px;
  }

  .hero-section-image.internal {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    height: 720px;
    min-height: auto;
  }

  .hero-section-image.internal.parallax-wrapper {
    height: 720px;
  }

  .margin-top-64-tablet-48-mobile-24 {
    margin-top: 48px;
  }

  .hero-content {
    padding-top: 92px;
  }

  .banner-type-one.sticky {
    top: 142px;
  }

  .max-width-880-tablet-640-mobile-480 {
    max-width: 640px;
  }

  .banner-heading {
    letter-spacing: -1.3px;
    font-size: 52px;
  }

  .banner-type-one-pattern.home-one, .banner-type-one-pattern.home-two, .banner-type-one-pattern.home-three {
    background-size: 720px;
  }

  .banner-type-one-pattern.hero-one {
    background-repeat: repeat;
    background-size: 720px;
    background-attachment: scroll;
  }

  .banner-type-one-pattern.home-one, .banner-type-one-pattern.home-two, .banner-type-one-pattern.home-three {
    background-size: 720px;
  }

  .banner-type-one-pattern.contact-banner {
    background-repeat: repeat;
    background-size: 720px;
    background-attachment: scroll;
  }

  .banner-type-one-pattern.admissions-one {
    background-size: 720px;
  }

  .blocks-grid-4-tablet-2-mobile-1 {
    grid-template-columns: 1fr 1fr;
  }

  .block.service {
    min-height: 560px;
  }

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

  .max-width-420-tablet-560-mobile-420 {
    max-width: 560px;
  }

  .collection-list-type-one {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .collection-image-type-one.wrapper {
    width: 240px;
  }

  .collection-image-type-one.image {
    width: 240px;
    height: 200px;
  }

  .padding-right-16-tablet-0 {
    padding-right: 0;
  }

  .banners-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .cards-grid-3-tablet-1-mobile-1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .person-image-wrapper {
    height: 560px;
  }

  .footer-content-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 64px;
  }

  .footer-block-links.socials {
    grid-column-gap: 24px;
    grid-row-gap: 4px;
    grid-column-gap: 24px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-icon-wrapper {
    display: flex;
  }

  .nav-adaptation {
    z-index: 2000;
    background-color: var(--white);
    flex-direction: column;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-adaptation-content {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 56px 48px 48px;
    display: flex;
    overflow: hidden;
  }

  .nav-adaptation-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }

  .nav-adaptation-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: -.105px;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 21px;
    line-height: 144%;
    display: flex;
  }

  .icon-size-20 {
    width: 20px;
    height: 20px;
  }

  .table-max-width-320 {
    max-width: 320px;
  }

  .banner-type-two {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .text-grid-type-one {
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: 4.1fr;
  }

  .margin-bottom-32-tablet-24 {
    margin-bottom: 24px;
  }

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

  .images-grid-image-1 {
    height: 480px;
  }

  .images-grid-image-2, .images-grid-image-3 {
    height: 280px;
  }

  .margin-bottom-80-tablet-56 {
    margin-bottom: 56px;
  }

  .text-image-grid-type-one {
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
  }

  .margin-bottom-56-tablet-48-mobile-40 {
    margin-bottom: 48px;
  }

  .big-parallax-image-wrapper {
    height: 720px;
  }

  .blocks-grid-2-tablet-1-mobile-1 {
    grid-template-columns: 1fr;
  }

  .max-width-480-tablet-600-mobile-480 {
    max-width: 600px;
  }

  .padding-right-32-tablet-0 {
    padding-right: 0;
  }

  .large-number--130 {
    letter-spacing: -3.36px;
    font-size: 112px;
  }

  .banner-type-three {
    flex-direction: column;
  }

  .banner-type-three-content {
    width: 100%;
    display: flex;
  }

  .banner-type-three-content.bg-light-yellow, .banner-type-three-content.bg-green, .banner-type-three-content.bg-light-yellow, .banner-type-three-content.bg-green {
    width: 100%;
  }

  .banner-type-three-image {
    width: 100%;
    height: 720px;
  }

  .max-width-480-tablet-544 {
    max-width: 544px;
  }

  .max-width-420-tablet-640 {
    max-width: 640px;
  }

  .large-parallax-image {
    height: 720px;
  }

  .collection-list-type-two {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .collection-image-type-two.image {
    width: 100%;
  }

  .max-width-800-tablet-640-mobile-400 {
    max-width: 640px;
  }

  .form-block {
    width: 95%;
  }

  .parallax-image-wrapper.image-in-image-text-grid {
    height: 720px;
  }

  .max-width-544-tablet-400 {
    max-width: 400px;
  }

  .image-text-grid {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .banner-type-four {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 8fr;
  }

  .banner-type-four-content {
    width: 100%;
  }

  .banner-type-four-image {
    background-repeat: repeat;
    background-size: 560px;
    width: 100%;
    height: 480px;
  }

  .max-width-680-tablet-560-mobile-320 {
    max-width: 560px;
  }

  .blocks-grid-3-tablet-2-mobile-1 {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .hero-section-messecatering {
    display: block;
  }

  .hero-section-messecatering.home-block {
    width: 100%;
    min-width: 100%;
    min-height: 720px;
  }

  .hero-section-messecatering.internal {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    height: 720px;
    min-height: auto;
  }

  .hero-section-messecatering.internal.parallax-wrapper {
    height: 720px;
  }

  .hero-section-ambiente.home-block {
    width: 100%;
    min-width: 100%;
    min-height: 720px;
  }

  .hero-section-ambiente.internal {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    height: 720px;
    min-height: auto;
  }

  .hero-section-ambiente.internal.parallax-wrapper {
    height: 720px;
  }

  .hero-section-standcatering.home-block {
    width: 100%;
    min-width: 100%;
    min-height: 720px;
  }

  .hero-section-standcatering.internal {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    height: 720px;
    min-height: auto;
  }

  .hero-section-standcatering.internal.parallax-wrapper {
    height: 720px;
  }

  .hero-section-image--locations.home-block {
    width: 100%;
    min-width: 100%;
    min-height: 720px;
  }

  .hero-section-image--locations.internal {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    height: 720px;
    min-height: auto;
  }

  .hero-section-image--locations.internal.parallax-wrapper {
    height: 720px;
  }

  .hero-section-prolight.home-block {
    width: 100%;
    min-width: 100%;
    min-height: 720px;
  }

  .hero-section-prolight.internal {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    height: 720px;
    min-height: auto;
  }

  .hero-section-prolight.internal.parallax-wrapper {
    height: 720px;
  }

  .hero-section-iffa.home-block {
    width: 100%;
    min-width: 100%;
    min-height: 720px;
  }

  .hero-section-iffa.internal {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    height: 720px;
    min-height: auto;
  }

  .hero-section-iffa.internal.parallax-wrapper {
    height: 720px;
  }

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

  .hero-content-full {
    padding-top: 92px;
  }

  .wrapper-name-star.text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-grid-type-one-copy {
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: 4.1fr;
  }

  .additional_location.text-wrapper, .wrapper_location.text-wrapper, .wrapper_location.text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .images-grid-image-2---home, .standcatering-grid-image-3 {
    height: 280px;
  }

  .banner-type-three---contact, .banner-type-three--location {
    flex-direction: column;
  }

  .location-wrapper-data {
    margin-top: 20px;
  }

  .location-wrapper-data.text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-type-three---kontakt-form {
    flex-direction: column;
  }

  .banner-type-three-image--contact {
    width: 100%;
    height: 720px;
  }

  .banner-type-three---form {
    width: 100%;
    display: flex;
  }

  .banner-type-three---form.bg-green {
    width: 100%;
  }

  .banner-type-three-image-copy {
    width: 100%;
    height: 720px;
  }

  .text-grid-type-one--pllanung {
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: 4.1fr;
  }

  .containerr_nav {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .containerr_nav.hero.internal {
    padding-left: 0;
    padding-right: 0;
  }

  .images-grid--50, .simmerfest-location-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .images-grid-image-sommerfst {
    height: 480px;
  }

  .flow-events_wrapper.text-wrapper, .full-service_wrapper.text-wrapper, .full-service_wrapper.text-wrapper, .wrapper_p3.text-wrapper, .wrapper_p3.text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cards-grid-4-tablet-2-mobile-1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .collection-list-type-two--messe {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .collection-image-type-two--messe.image {
    width: 100%;
  }

  .container-mobile {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container-mobile.hero.internal {
    padding-left: 0;
    padding-right: 0;
  }

  .container-small {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container-small.hero.internal {
    padding-left: 0;
    padding-right: 0;
  }

  .images-grid-xmax {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 60px;
  }

  h1 {
    letter-spacing: -1.56px;
  }

  h2 {
    margin-bottom: var(--gap-small);
    letter-spacing: -2px;
    font-size: 64px;
  }

  h3 {
    margin-bottom: 40px;
  }

  p {
    padding-bottom: 1.5em;
  }

  .nav {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper.adaptation {
    border-bottom-style: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.margin-top-64-tablet-48-mobile-24 {
    margin-top: 64px;
  }

  .hero-section-content {
    flex-flow: column;
  }

  .hero-section-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-section-content-block.home {
    min-height: 60vh;
  }

  .hero-section-content-block.internal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section-content-block.internal.bg-light-yellow {
    min-height: 50vh;
  }

  .max-width-640-mobile-480 {
    max-width: 480px;
  }

  .h1.margin-bottom-32-tablet-24 {
    font-size: 64px;
  }

  .button.secondary.small {
    border-width: 0;
  }

  .hero-section-image.home-block {
    aspect-ratio: 1;
    object-fit: cover;
    min-height: auto;
  }

  .hero-section-image.internal {
    height: 560px;
    min-height: auto;
  }

  .hero-section-image.internal.parallax-wrapper {
    height: 560px;
  }

  .hero-section-image.internal.weihnachten {
    aspect-ratio: 1;
    overflow: visible;
  }

  .hero-section-image.nachhaltigkeit {
    aspect-ratio: 1;
  }

  .hero-section-image.galadinner {
    aspect-ratio: 1;
    width: 100%;
  }

  .hero-section-image.hero-sommerfest {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
  }

  .hero-section-image.hero-nachhaltige-eventagentur {
    object-fit: cover;
  }

  .hero-home-collection-item-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .margin-top-64-tablet-48-mobile-24 {
    margin-top: 24px;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-content._404 {
    margin-bottom: -144px;
  }

  .banner-type-one.sticky {
    position: static;
  }

  .banner-type-one-content {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-width-880-tablet-640-mobile-480 {
    max-width: 480px;
  }

  .banner-heading {
    letter-spacing: -1.29px;
    font-size: 43px;
    line-height: 100%;
  }

  .banner-type-one-pattern {
    height: 228px;
  }

  .margin-top-176-mobile-144 {
    margin-top: 144px;
  }

  .h2 {
    letter-spacing: -3px;
  }

  .h2.margin-bottom-32-tablet-24 {
    letter-spacing: -2px;
    letter-spacing: -2px;
    font-size: 64px;
    line-height: 100%;
  }

  .max-width-432-mobile-320 {
    max-width: 320px;
  }

  .blocks-grid-4-tablet-2-mobile-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .block.service {
    min-height: 480px;
  }

  .h4 {
    margin-bottom: 20px;
  }

  .heading-and-button {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blocks-grid-3-tablet-1-mobile-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .max-width-420-tablet-560-mobile-420 {
    max-width: 420px;
  }

  .collection-content-type-one {
    grid-column-gap: var(--gap-small);
    grid-row-gap: var(--gap-small);
    flex-flow: row;
  }

  .collection-image-type-one.wrapper {
    aspect-ratio: 1;
    object-fit: cover;
    aspect-ratio: 1;
    object-fit: cover;
  }

  .collection-text-type-one {
    flex: none;
    justify-content: space-between;
  }

  .banners-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .person-card {
    align-items: stretch;
    display: flex;
  }

  .person-image-wrapper {
    width: auto;
    height: auto;
  }

  .person-image {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    width: auto;
    display: inline-block;
  }

  .footer.margin-top-176-mobile-144.bg-grey-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-block-links.socials {
    grid-column-gap: var(--gap-small);
    grid-row-gap: 0px;
    grid-column-gap: var(--gap-small);
    grid-row-gap: 0px;
  }

  .nav-adaptation-content {
    justify-content: space-around;
    padding: 40px 24px 32px;
    display: flex;
  }

  .nav-adaptation-links {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .nav-adaptation-link {
    font-size: 24px;
  }

  .banner-type-two {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-grid-type-one {
    grid-row-gap: 30px;
  }

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

  .images-grid-image-1 {
    height: 400px;
  }

  .images-grid-image-2, .images-grid-image-3 {
    height: 240px;
  }

  .margin-bottom-56-tablet-48-mobile-40 {
    margin-bottom: 40px;
  }

  .big-parallax-image-wrapper {
    height: 560px;
  }

  .blocks-grid-2-tablet-1-mobile-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .max-width-480-tablet-600-mobile-480 {
    max-width: 480px;
  }

  .large-number--130 {
    letter-spacing: -2.64px;
    font-size: 88px;
  }

  .banner-type-three-content {
    padding: 48px 24px 56px;
  }

  .banner-type-three-content.bg-light-yellow {
    width: 100%;
  }

  .banner-type-three-image {
    height: 50vh;
  }

  .max-width-420-tablet-640.regular-xl {
    font-size: 20px;
  }

  .margin-bottom-24-tablet-16 {
    margin-bottom: 16px;
  }

  .large-parallax-image {
    height: 560px;
  }

  .accordion-trigger {
    align-items: flex-start;
  }

  .accordion-icon {
    margin-top: 24px;
  }

  .collection-list-type-two {
    grid-template-columns: 1fr;
  }

  .collection-image-type-two {
    aspect-ratio: 3 / 2;
  }

  .max-width-800-tablet-640-mobile-400 {
    max-width: 400px;
  }

  .form-input {
    border-radius: 0;
  }

  .cards-grid-2-tablet-2-mobile-1 {
    grid-column-gap: 16px;
  }

  .cards-grid-2-tablet-2-mobile-1.socials {
    grid-row-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .parallax-image-wrapper.text-image-block {
    height: 360px;
  }

  .parallax-image-wrapper.image-in-image-text-grid {
    height: 560px;
  }

  .margin-bottom-48-mobile-40 {
    margin-bottom: 40px;
  }

  .banner-type-four-content {
    padding: 48px 24px 56px;
  }

  .banner-type-four-image {
    background-size: 400px;
    height: 400px;
  }

  .max-width-680-tablet-560-mobile-320 {
    max-width: 320px;
  }

  .blocks-grid-3-tablet-2-mobile-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .changelog-info-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

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

  .collection-list._3-col {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .case {
    aspect-ratio: 1;
  }

  .location-list {
    grid-template-columns: 1fr;
  }

  .location-img {
    aspect-ratio: 3 / 2;
  }

  .hero-section-messecatering {
    aspect-ratio: 2 / 3;
    width: 100%;
  }

  .hero-section-messecatering.home-block {
    min-height: 600px;
  }

  .hero-section-messecatering.internal {
    height: 560px;
    min-height: auto;
  }

  .hero-section-messecatering.internal.parallax-wrapper {
    height: 560px;
  }

  .hero-section-ambiente.home-block {
    min-height: 600px;
  }

  .hero-section-ambiente.internal {
    height: 560px;
    min-height: auto;
  }

  .hero-section-ambiente.internal.parallax-wrapper {
    height: 560px;
  }

  .hero-section-standcatering.home-block {
    min-height: 600px;
  }

  .hero-section-standcatering.internal {
    height: 560px;
    min-height: auto;
  }

  .hero-section-standcatering.internal.parallax-wrapper {
    height: 560px;
  }

  .hero-section-image--locations {
    aspect-ratio: 1;
  }

  .hero-section-image--locations.home-block {
    min-height: 600px;
  }

  .hero-section-image--locations.internal {
    height: 560px;
    min-height: auto;
  }

  .hero-section-image--locations.internal.parallax-wrapper {
    height: 560px;
  }

  .cards-grid-2---linien {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .cards-grid-2---linien.socials {
    grid-row-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .hero-section-prolight.home-block {
    min-height: 600px;
  }

  .hero-section-prolight.internal {
    height: 560px;
    min-height: auto;
  }

  .hero-section-prolight.internal.parallax-wrapper {
    height: 560px;
  }

  .hero-section-iffa {
    min-height: 66vh;
  }

  .hero-section-iffa.home-block {
    min-height: 600px;
  }

  .hero-section-iffa.internal {
    height: 560px;
    min-height: auto;
  }

  .hero-section-iffa.internal.parallax-wrapper {
    height: 560px;
  }

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

  .cards-grid-3-tablet-3 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .cards-grid-3-tablet-3.socials {
    grid-row-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .hero-content-full {
    padding-top: 0;
  }

  .hero-content-full._404 {
    margin-bottom: -144px;
  }

  .grid-7.margin-bottom-56-tablet-48-mobile-40 {
    grid-template-columns: 1fr;
  }

  .textarea {
    border-radius: 0;
  }

  .images-grid-image-2---home, .standcatering-grid-image-3 {
    height: 240px;
  }

  .banner-type-three--location {
    justify-content: space-between;
  }

  .image-location-full {
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }

  .checkbox {
    aspect-ratio: 1;
    object-fit: cover;
    width: 24px;
    height: 24px;
  }

  .heading-7 {
    font-size: 48px;
  }

  .image-11 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .banner-type-three-image--contact {
    height: auto;
  }

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

  .banner-type-three---form {
    padding: 48px 24px 56px;
  }

  .banner-type-three---form.bg-light-yellow {
    width: 100%;
  }

  .banner-type-three-image-copy {
    display: none;
  }

  .text-warp.max-width-432-mobile-90p {
    max-width: 90%;
  }

  .location-list-wo-img, .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .section_messe.margin-top-64-tablet-48-mobile-24 {
    margin-top: 64px;
  }

  .containerr_nav {
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .catering-collection {
    grid-template-columns: 1fr;
  }

  .form--2-1 {
    border-radius: 0;
  }

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

  .container-106 {
    border-bottom: 1px solid #000;
    width: 100%;
    height: 1px;
    max-height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .rich-text-block-5 {
    overflow: hidden;
  }

  .text-block-6, .text-block-7 {
    font-size: 20px;
    line-height: 1.6;
  }

  .body-10 {
    margin-top: 80px;
  }

  .hero-home {
    margin-top: 70px;
  }

  .hero-home.margin-top-64-tablet-48-mobile-24, .aktuell-home.margin-top-64-tablet-48-mobile-24, .aktuell-home.margin-top-64-tablet-48-mobile-24 {
    margin-top: 64px;
  }

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

  .grid-summer2025 {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .grid--summerr25-service {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
  }

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

  .images-grid-image-sommerfst {
    height: 400px;
  }

  .collection-list-type-two--messe {
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    min-width: 100%;
  }

  .container-mobile {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-mobile.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .container-small {
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-small.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .flowappz-cookie-popup-heading-26 {
    font-size: 18px;
    line-height: 29px;
  }

  .flowappz-cookie-reject-button-17 {
    font-size: 12px;
  }

  .flowappz-cookie-accept-button-23 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .flowappz-settings-content-wrapper-3 {
    padding: 20px;
  }

  .flowappz-cookie-setting-title-19 {
    font-size: 14px;
    line-height: 19px;
  }

  .flowappz-cookie-popup-content-paragraph-26 {
    margin-bottom: 22px;
  }

  .flowappz-cookie-setting-input-9, .flowappz-cookie-setting-input-9.w--redirected-checked {
    width: 16px;
    height: 16px;
  }

  .div-messe-small {
    grid-template-columns: .33fr;
    display: block;
  }

  .div-messe-small-img {
    aspect-ratio: 3 / 2;
  }

  .images-grid-xmax {
    height: 400px;
  }
}

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

  .nav, .container.contact, .container.contact, .section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-content-block {
    padding-right: 20px;
    padding-left: var(--gap-small);
  }

  .hero-section-content-block.home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.max-width-480-tablet-544 {
    width: 100%;
  }

  .h1 {
    font-size: 40px;
  }

  .regular-xl--15.max-width-420 {
    font-size: 18px;
  }

  .buttons-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .button.secondary {
    font-size: 12px;
  }

  .hero-section-image.home-block, .hero-section-image.internal, .hero-section-image.home-block, .hero-section-image.internal {
    position: relative;
  }

  .hero-home-collection-list-wrapper {
    flex: 1;
    max-width: 100%;
    position: absolute;
  }

  .hero-content {
    min-height: 75vh;
  }

  .h2.max-width-432-mobile-320.margin-bottom-56 {
    margin-bottom: 20px;
  }

  .h2.margin-bottom-32-tablet-24 {
    font-size: 52px;
    line-height: 120%;
  }

  .collection-link-block-type-one {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .person-card {
    max-width: 100%;
  }

  .person-image-wrapper {
    height: auto;
  }

  .person-image {
    display: inline-block;
  }

  .footer.margin-top-176-mobile-144 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-block-links.socials {
    display: flex;
  }

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

  .nav-adaptation {
    opacity: 0;
  }

  .banner-type-three-image {
    height: 50vh;
  }

  .container-2 {
    max-width: none;
  }

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

  .location-img {
    aspect-ratio: 1;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .hero-section-messecatering.home-block, .hero-section-messecatering.internal, .hero-section-messecatering.home-block, .hero-section-messecatering.internal, .hero-section-ambiente.home-block, .hero-section-ambiente.internal, .hero-section-ambiente.home-block, .hero-section-ambiente.internal, .hero-section-standcatering.home-block, .hero-section-standcatering.internal, .hero-section-standcatering.home-block, .hero-section-standcatering.internal, .hero-section-image--locations.home-block, .hero-section-image--locations.internal, .hero-section-image--locations.home-block, .hero-section-image--locations.internal, .hero-section-prolight.home-block, .hero-section-prolight.internal, .hero-section-prolight.home-block, .hero-section-prolight.internal, .hero-section-iffa.home-block, .hero-section-iffa.internal, .hero-section-iffa.home-block, .hero-section-iffa.internal {
    position: relative;
  }

  .hero-content-full {
    min-height: 75vh;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .list-eventlocation-services {
    padding-left: 10px;
    list-style-type: disc;
  }

  .section_messe, .containerr_nav.contact, .containerr_nav.contact, .hero-home, .aktuell-home, .container-mobile.contact, .container-mobile.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_eventlocation_mobile {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-small.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .flowappz-consent-popup-content-20 {
    padding: 30px 20px;
  }

  .flowappz-cookie-reject-button-17, .flowappz-cookie-accept-button-23 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flowappz-policy-link-3 {
    font-size: 14px;
  }

  .flowappz-cookie-accept-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    display: flex;
  }

  .flowappz-cookie-settings-button-wrapper-19 {
    flex-flow: column;
    padding: 20px;
  }

  .flowappz-cookie-popup-btn-wrapper-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flowappz-cookie-reject-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 14px;
    display: flex;
  }

  .flowappz-cookie-popup-heading {
    font-size: 18px;
    line-height: 40px;
  }

  .flowappz-cookie-setting-title-19 {
    font-size: 13px;
  }

  .flowappz-cookie-consent-popup {
    left: auto;
    right: auto;
  }

  .flowappz-cookie-image-manager {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .flowappz-cookie-popup-content-paragraph-26 {
    font-size: 14px;
    line-height: 22px;
  }

  .flowappz-cookie-popup-content-paragraph-27 {
    font-size: 14px;
    line-height: 25px;
  }

  .flowappz-cookie-setting-description-13 {
    font-size: 13px;
    line-height: 20px;
  }

  .flowappz-cookie-accept-button-24 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    display: flex;
  }

  .flowappz-settings-content-wrapper-11 {
    padding: 20px;
  }

  .flowappz-cookie-reject-button-22 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 14px;
    display: flex;
  }

  .flowappz-cookie-settings-wrapper-18 {
    margin-top: 21px;
  }

  .flowappz-cookie-popup-heading-29 {
    font-size: 18px;
    line-height: 40px;
  }

  .flowappz-cookie-settings-button-wrapper-20 {
    flex-flow: column;
  }

  .flowappz-cookie-setting-description-14 {
    font-size: 14px;
    line-height: 24px;
  }

  .flowappz-consent-popup-content-21 {
    padding: 30px 20px;
  }

  .flowappz-cookie-setting-title-20 {
    font-size: 16px;
  }

  .flowappz-cookie-popup-heading-28 {
    font-size: 18px;
    line-height: 40px;
  }
}

#w-node-_54e2c91f-c758-38e3-8a4e-030bac87a2fa-3d582348 {
  align-self: start;
}

#w-node-_8a139ebf-69a6-12d0-7b49-95103518e9f1-3d582348 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_075184de-500e-b680-9fef-622222c0db2b-3d582348 {
  align-self: start;
}

#w-node-ebd35b03-bc62-fa50-7a6c-4a41465b7b7c-f1c3518e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8a139ebf-69a6-12d0-7b49-95103518e9f1-3d582348, #w-node-a131b771-2a49-3f3f-ead4-9cb52dab31a8-2dab3189 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a139ebf-69a6-12d0-7b49-95103518e9f1-3d582348, #w-node-_075184de-500e-b680-9fef-622222c0db2b-3d582348 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a131b771-2a49-3f3f-ead4-9cb52dab31a8-2dab3189 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
