:root {
  --midnight-blue: #0c094b;
  --dark-slate-blue: #0b4578;
  --white: white;
  --yellow-green: #97d349;
  --light-blue: #b8d4e4;
  --orange: #ff8000;
  --black: black;
  --white-smoke: #e9e9e9;
  --white-new: var(--color);
  --color: white;
}

.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-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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

a {
  color: var(--midnight-blue);
  text-decoration: none;
}

.hero-section {
  background-image: url('../images/FlyingFish_Fisch_quer-02.png'), linear-gradient(90deg, var(--dark-slate-blue), var(--midnight-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 100vh;
  position: relative;
}

.navbar {
  background-color: #000;
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--midnight-blue));
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Heavitas, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 70px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Heavitas, sans-serif;
  font-weight: 400;
  transition: opacity .6s;
}

.nav-link:hover {
  opacity: .6;
}

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

.container {
  display: flex;
}

.nav-menu {
  text-align: center;
  align-items: center;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.brand {
  display: none;
}

.logo-wrapper {
  z-index: 50;
  width: 20%;
  height: 150px;
  padding-top: 5%;
  padding-right: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.logo-holder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  height: 50%;
}

.logo-holder.speisekammer {
  background-image: url('../images/logo-speisekammer-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25%;
  transition: all .5s;
  display: none;
}

.logo-holder.speisekammer:hover {
  opacity: .6;
}

.logo-holder.flyingfish {
  background-image: url('../images/FF_Folie_Logo_Weiß-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  transition: all .5s;
  position: relative;
  top: 0;
  left: 0;
}

.logo-holder.flyingfish:hover {
  opacity: .6;
}

.menu-button {
  display: none;
}

.heading-1 {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  font-family: Heavitas, sans-serif;
}

.heading-1.white {
  color: #fff;
  text-align: left;
  font-size: 45px;
}

.heading-1.links {
  color: var(--midnight-blue);
  text-align: left;
}

.footer {
  text-align: center;
  background-color: #e9e9e9;
  background-image: url('../images/FF_Folie_Logo_Weiß-04.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 450px;
  justify-content: center;
  align-items: flex-start;
  height: 220px;
  padding-top: 40px;
  display: flex;
}

.link {
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

.link:hover {
  opacity: .6;
}

.link.black {
  color: #000;
}

.paragraph-2 {
  text-align: center;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-2.mitte {
  text-align: center;
}

.paragraph-2.blue {
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}

.paragraph-2.blue.abstand {
  margin-bottom: 50px;
}

.paragraph-2.weiss {
  color: var(--white);
  margin-bottom: 20px;
}

.paragraph-2.green {
  color: var(--yellow-green);
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 23px;
}

.div-block-4 {
  margin-bottom: 150px;
  padding-top: 200px;
  padding-left: 80px;
  padding-right: 80px;
}

.social-link-block {
  background-image: url('../images/social-media-icons-all-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-top: 0;
  transition: opacity .6s;
}

.social-link-block:hover {
  opacity: .6;
}

.social-link-block.insta {
  background-image: url('../images/instagram-05.png');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 32px;
  margin-top: -5px;
}

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

.slide-nav {
  display: none;
}

.link-block-2 {
  background-image: url('../images/instagram-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  transition: opacity .6s;
}

.link-block-2:hover {
  opacity: .5;
}

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

.link-block-3 {
  background-image: url('../images/social-media-icons-all-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  transition: opacity .6s;
}

.link-block-3:hover {
  opacity: .5;
}

.list {
  width: 80%;
}

.list-item-2 {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  list-style-type: square;
}

.link-3 {
  text-decoration: none;
  transition: opacity .6s;
}

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

.link-3.black {
  color: #000;
}

.link-3.black:hover {
  color: #585858;
}

.h3 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  font-family: Heavitas, sans-serif;
  font-size: 24px;
  line-height: 19px;
}

.h3.weiss {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  line-height: 24px;
}

.h3.links {
  text-align: left;
  padding-left: 0;
}

.h3.mitte {
  text-align: center;
  padding-left: 0;
}

.partner-section {
  padding: 140px 160px 180px;
}

.link-basta {
  background-image: url('../images/Partnerlogos_-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 110px;
  margin-right: 40px;
  transition: opacity .5s;
}

.link-basta:hover {
  opacity: .6;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-7 {
  background-image: url('../images/FF_Folie_Logo_Weiß-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 320px;
  position: absolute;
}

.wrapper-flying-intro {
  background-color: var(--light-blue);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/FlyingFish_Fisch.png');
  background-position: 130% 120%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 80px;
  display: flex;
}

.divider {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.zaehler {
  color: #97d349;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  line-height: 50px;
  display: flex;
}

.zaehler.gross {
  color: var(--yellow-green);
  font-size: 90px;
  line-height: 70px;
}

.div-block-9 {
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.wrapper-flying-leistung {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  display: flex;
}

.paragraph-1 {
  text-align: center;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-1.blue {
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}

.team-secrion {
  background-image: url('../images/FF_Folie_Logo-02.png');
  background-position: -10% 9%;
  background-repeat: no-repeat;
  background-size: 410px;
  padding: 160px 120px 120px;
}

.team-image-holder {
  height: 210px;
  overflow: hidden;
}

.portrait-name {
  color: var(--dark-slate-blue);
  margin-bottom: 5px;
  font-family: Heavitas, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
}

.team-text-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.portrait-beruf {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 19px;
}

.portrait {
  display: block;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.h2 {
  color: var(--light-blue);
  text-align: center;
  margin-bottom: 70px;
  font-family: Heavitas, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.h2.klein {
  text-align: left;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 45px;
}

.h2.klein.blau {
  color: var(--dark-slate-blue);
  margin-bottom: 30px;
}

.h2.kleiner {
  text-align: left;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
}

.anfahrt-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.column-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
  padding-left: 50px;
}

.div-block-14 {
  background-image: url('../images/flying-fish-anfahrt-magdeburg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
}

.column-9 {
  padding-left: 60px;
  padding-right: 80px;
}

.p-fliess {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.p-fliess.light {
  font-weight: 400;
}

.speisekarte-section {
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--midnight-blue));
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.gallerie-section {
  width: 50%;
  height: 100%;
  display: block;
}

.section-f-ner-gutschein {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.icon-2, .icon-3 {
  color: var(--midnight-blue);
}

.link-feinkost {
  background-image: url('../images/Partnerlogos_-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 110px;
  margin-right: 40px;
  padding-left: 0;
  transition: opacity .5s;
}

.link-feinkost:hover {
  opacity: .6;
}

.link-deutschesee {
  background-image: url('../images/Partnerlogos_-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 110px;
  margin-bottom: 10px;
  margin-right: 40px;
  padding-left: 0;
  transition: opacity .5s;
}

.link-deutschesee:hover {
  opacity: .6;
}

.link-metro {
  background-image: url('../images/Partnerlogos_-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 110px;
  margin-right: 40px;
  padding-left: 0;
  transition: opacity .5s;
}

.link-metro:hover {
  opacity: .6;
}

.paragraph-9 {
  color: var(--dark-slate-blue);
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.kochschule-section, .menu-section {
  width: 50%;
  height: 100%;
  padding: 50px 70px;
}

.div-block-17 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

.h4 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Heavitas, sans-serif;
  font-size: 35px;
  line-height: 30px;
}

.div-block-21 {
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.div-block-22 {
  display: flex;
}

.link-ffd {
  background-image: url('../images/200601_Partnerlogos_06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 110px;
  margin-right: 40px;
  transition: opacity .5s;
}

.link-ffd:hover {
  opacity: .6;
}

.link-brewckau {
  background-image: url('../images/200601_Partnerlogos_06-Kopie.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 110px;
  margin-right: 25px;
  transition: opacity .5s;
}

.link-brewckau:hover {
  opacity: .6;
}

.newsletter-section {
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px 50px;
  position: relative;
}

.gutschein-section {
  background-image: linear-gradient(#fffc, #fffc), url('../images/flying-fish-hintergrund-gutschein.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  width: 50%;
  padding: 80px;
  display: flex;
}

.storer {
  background-color: #ffef44;
  border-radius: 90px;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: -12% 2% auto auto;
  transform: rotate(12deg);
}

.text-block-4 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}

.section-speisekarte-slider {
  align-items: center;
  height: 450px;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.link-kr-m {
  background-image: url('../images/Kroem.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 110px;
  margin-right: 40px;
  transition: opacity .5s;
}

.link-kr-m:hover {
  opacity: .6;
}

.link-m-hring {
  background-color: #ff5cd3;
  flex-direction: column;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .5s;
  display: flex;
}

.link-m-hring:hover {
  opacity: .6;
}

.link-m-hring.ausblenden {
  display: none;
}

.text-block-5 {
  color: var(--white);
}

.newsletter-button {
  background-color: var(--dark-slate-blue);
  align-items: center;
  height: 45px;
  margin-right: 10px;
  padding: 10px;
  transition: opacity .5s;
  display: flex;
}

.newsletter-button:hover {
  opacity: .8;
}

.div-block-24 {
  padding-left: 40px;
}

.newsletter-button-wrapper {
  margin-top: 20px;
  display: flex;
}

.newsletter-button-text {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  min-height: 100%;
}

.slide-image {
  object-fit: cover;
  min-height: 100%;
}

.headline-newsletter {
  color: var(--orange);
  text-align: left;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 900;
  line-height: 25px;
}

.p-newsletter {
  color: var(--midnight-blue);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.p-newsletter.reservierung {
  margin-top: 30px;
  font-weight: 700;
  display: none;
}

.p-newsletter.none {
  display: none;
}

.stoerer-ausgebucht {
  background-color: var(--yellow-green);
  border-radius: 90px;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 18% 30% auto auto;
  transform: rotate(8deg);
}

.stoerer-ausgebucht.ausgeblendet {
  display: none;
}

.stempelfont-blue {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.farbe {
  color: #ff8000;
}

.list-item {
  color: var(--midnight-blue);
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}

.bold-text-3 {
  color: var(--orange);
}

.newsletter-tabelle {
  display: block;
}

.orange {
  color: var(--orange);
}

.div-menu.ausblenden {
  display: none;
}

.logo-holder {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500%;
  display: flex;
}

.heading-wrapper {
  width: 65%;
  padding-top: 10%;
  padding-left: 5%;
}

.portal-section {
  z-index: 30;
  background-image: linear-gradient(90deg, #0b4578, #0c094b);
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.portal-content-wrapper {
  z-index: 30;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  width: 300px;
  height: auto;
}

.portal-arrow {
  width: 50px;
  margin-bottom: 20px;
}

.wellen-unten {
  z-index: 20;
  width: 120%;
  position: absolute;
  bottom: -42px;
  left: -678px;
}

.portal-flying {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.wellen-rechts {
  z-index: 20;
  width: 120%;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: auto;
  right: -441px;
}

.wellen-oben {
  z-index: 20;
  width: 120%;
  position: absolute;
  top: -85px;
  right: -458px;
}

.button-portal-text {
  color: #fff;
  text-align: center;
  width: 80%;
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1em;
}

.logo-holder-2 {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 70%;
  margin-top: 50px;
  display: flex;
}

.portal-text {
  color: #fff;
  text-align: center;
  font-family: Heavitas, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.portal-button {
  background-color: #97d349;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: 13% 6% auto auto;
  transform: rotate(6deg);
}

.portal-button.orange {
  background-color: #ff8000;
  inset: 16% 0% auto auto;
}

.portal-grid {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 25%;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  z-index: 500;
  display: block;
}

.fs-cc-manager2_component-2 {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-manager2_button-2 {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button-2:hover {
  color: #000;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #747373;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #747373;
  border: 1px solid #000;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-banner2_component-2 {
  z-index: 999;
  background-color: var(--black);
  color: #fff;
  width: 28.125rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #000;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_text-2 {
  font-size: 1rem;
}

.fs-cc-prefs2_title {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.hamburger-line {
  color: #000;
  background-color: #000;
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
}

.nav {
  z-index: 250;
  background-color: #fff0;
  position: fixed;
  inset: 150px 150px auto auto;
}

.nav-bg {
  z-index: 300;
  background-color: #c1a775;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: hidden;
}

.menu-link-holder {
  flex-flow: column;
  padding-top: 80px;
  padding-left: 150px;
  display: flex;
}

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

.menu-link {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Heavitas, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.menu-social-holder {
  padding-left: 30px;
}

.nav-desktop {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  position: fixed;
  inset: auto 0% 0%;
}

.menu-link-holder-desktop {
  flex-flow: row;
  display: flex;
}

.nav-desktop-wrapper {
  background-image: linear-gradient(90deg, var(--dark-slate-blue), var(--midnight-blue));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-5 {
  width: 300px;
  height: auto;
}

.portal-button-2 {
  background-color: #97d349;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: -13% 6% auto auto;
  transform: rotate(6deg);
}

.portal-button-2.orange {
  background-color: #ff8000;
  inset: -16% 0% auto auto;
}

html.w-mod-js [data-ix="heading-appear"], html.w-mod-js [data-ix="heading-appear-2"], html.w-mod-js [data-ix="schere"], html.w-mod-js [data-ix="fade-in-logo"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .wrapper-flying-intro {
    flex-direction: column;
    padding-top: 0;
    padding-right: 80px;
  }

  .team-secrion {
    background-position: -3% 9%;
  }

  .portal-section {
    position: relative;
  }

  .image-4 {
    width: 350px;
  }

  .portal-flying {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    position: static;
  }

  .wellen-rechts {
    bottom: -56px;
  }

  .text-wrapper {
    max-width: 80%;
  }

  .portal-text {
    font-size: 2em;
    line-height: 1.2em;
  }

  .portal-button {
    inset: auto 4% 12% auto;
  }

  .portal-button.orange {
    inset: auto 0% 14% auto;
  }

  .portal-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 0%;
  }

  .image-5 {
    width: 350px;
  }

  .portal-button-2 {
    top: 8%;
  }

  .portal-button-2.orange {
    top: 15%;
    right: 5%;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper-flying-intro {
    background-position: 120%;
  }

  .paragraph-1.blue {
    font-size: 21px;
    line-height: 24px;
  }

  .team-image-holder {
    height: 250px;
  }

  .grid-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .section-f-ner-gutschein {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .newsletter-section {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 30px;
    display: flex;
  }

  .gutschein-section {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-newsletter {
    width: 80%;
  }

  .stoerer-ausgebucht {
    top: 21%;
    right: 8%;
  }

  .image-4 {
    width: 450px;
  }

  .button-portal-text {
    font-size: 1.1em;
  }

  .text-wrapper {
    max-width: 60%;
    margin-top: 20px;
  }

  .portal-text {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .portal-button {
    width: 150px;
    height: 150px;
    bottom: 74px;
    right: 33.75px;
  }

  .portal-button.orange {
    bottom: 29%;
    right: 27.75px;
  }

  .portal-grid {
    top: 0%;
  }

  .image-5 {
    width: 450px;
  }

  .portal-button-2 {
    width: 150px;
    height: 150px;
    top: 6%;
    right: 3%;
  }

  .portal-button-2.orange {
    top: 13%;
    right: 2%;
  }
}

@media screen and (min-width: 1920px) {
  .heading-2 {
    font-size: 120px;
    line-height: 110px;
  }

  .paragraph-2.blue.abstand {
    width: 60%;
  }

  .wrapper-flying-intro {
    background-position: 120% 110%;
  }

  .wrapper-flying-leistung {
    padding-left: 100px;
    padding-right: 100px;
  }

  .team-text-holder {
    width: 100%;
  }

  .portrait {
    width: 330px;
  }

  .grid-3 {
    grid-template-columns: auto auto auto auto;
    justify-content: end;
    place-items: start end;
  }

  .newsletter-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .p-newsletter {
    width: 60%;
  }

  .stoerer-ausgebucht {
    top: 14%;
    right: 30%;
  }

  .heading-wrapper {
    z-index: 50;
    position: relative;
  }

  .portal-section {
    width: 100%;
  }

  .portal-content-wrapper {
    z-index: 30;
    position: relative;
  }

  .image-4 {
    width: 550px;
    max-width: none;
    height: auto;
  }

  .wellen-unten {
    width: 100%;
    height: 200px;
    bottom: -53px;
  }

  .wellen-rechts {
    width: 100%;
    height: auto;
    bottom: -25px;
    right: -730px;
  }

  .wellen-oben {
    width: 100%;
    height: 200px;
    inset: -125px -287px auto auto;
  }

  .image-2 {
    width: 100%;
    max-width: none;
  }

  .logo-holder-2 {
    width: auto;
    height: auto;
  }

  .text-wrapper {
    margin-top: 50px;
  }

  .portal-text {
    font-size: 2em;
    line-height: 1.3em;
  }

  .portal-button {
    bottom: 248px;
    right: 73.75px;
  }

  .portal-button.orange {
    right: 68.75px;
  }

  .image-3 {
    width: 100%;
  }

  .fs-cc-manager2_component-2 {
    color: #082753;
  }

  .fs-cc-manager2_button-2 {
    background-color: #0000;
  }

  .fs-cc-banner2_component-2 {
    color: red;
  }

  .fs-cc-banner2_text-2 {
    color: #fff;
  }

  .menu-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
  }

  .menu-social-holder {
    padding-left: 50px;
  }

  .image-5 {
    width: 550px;
    max-width: none;
    height: auto;
  }

  .image-6 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 820px;
  }

  .navbar {
    background-color: #0000;
    background-image: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 48px;
  }

  .nav-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .container {
    z-index: 40;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    display: none;
    position: absolute;
  }

  .nav-menu {
    z-index: 40;
    background-color: #fff0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    display: none;
  }

  .logo-wrapper {
    width: 15%;
    height: 150px;
    padding-top: 0%;
    padding-right: 0%;
    top: 50px;
    right: 60px;
  }

  .logo-holder.flyingfish {
    background-size: contain;
  }

  .logo-holder.flyingfish.w--current {
    justify-content: center;
    align-items: center;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button {
    z-index: 1000;
    background-color: var(--midnight-blue);
    justify-content: center;
    align-items: center;
    padding: 15px 10px 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue);
    color: #0000;
  }

  .footer {
    background-position: -2%;
    background-size: 320px;
    align-items: center;
    height: 150px;
    padding-top: 0;
    position: relative;
  }

  .paragraph-2.blue.abstand {
    text-align: center;
  }

  .social-link-block {
    width: 35px;
    height: 35px;
  }

  .social-link-block.insta {
    width: 40px;
    height: 40px;
  }

  .h3 {
    padding-left: 10px;
  }

  .h3.links {
    text-align: center;
  }

  .partner-section {
    padding: 80px;
  }

  .link-basta {
    margin-right: 25px;
  }

  .wrapper-flying-intro {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 80px;
  }

  .divider {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .wrapper-flying-leistung {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .paragraph-1.blue {
    flex-wrap: wrap;
  }

  .team-secrion {
    background-position: -30% 3%;
    background-size: 340px;
    padding-bottom: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .team-image-holder {
    width: auto;
  }

  .team-text-holder {
    padding-top: 15px;
    padding-left: 0;
  }

  .portrait {
    display: block;
  }

  .grid-3 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    text-align: right;
  }

  .h2.klein {
    text-align: center;
  }

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

  .column-8 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    background-size: cover;
    margin-left: 0;
  }

  .column-9 {
    padding-right: 60px;
  }

  .p-fliess {
    text-align: center;
  }

  .speisekarte-section {
    justify-content: center;
    width: 100%;
    height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallerie-section {
    width: 100%;
    height: 350px;
  }

  .section-f-ner-gutschein {
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
    display: block;
  }

  .link-feinkost, .link-deutschesee, .link-metro {
    margin-right: 25px;
  }

  .kochschule-section {
    width: 100%;
    height: auto;
    padding: 50px 80px;
  }

  .menu-section {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-17 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-22 {
    height: auto;
    display: block;
  }

  .link-ffd {
    margin-right: 25px;
  }

  .newsletter-section {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 50px 60px;
  }

  .gutschein-section {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 60px;
  }

  .section-speisekarte-slider {
    height: 550px;
    margin-top: 0;
    margin-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
    display: block;
  }

  .link-kr-m, .link-m-hring {
    margin-right: 25px;
  }

  .heading-wrapper {
    width: 85%;
    padding-top: 30%;
    padding-left: 10%;
  }

  .portal-section {
    height: 100vh;
  }

  .image-4 {
    width: 250px;
  }

  .wellen-unten {
    bottom: -5%;
    left: -343px;
  }

  .portal-flying {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 80%;
  }

  .wellen-rechts {
    bottom: -2%;
    right: -19%;
  }

  .button-portal-text {
    font-size: 1.1em;
    line-height: 1em;
  }

  .text-wrapper {
    max-width: 80%;
    margin-top: 20px;
  }

  .portal-button {
    width: 160px;
    height: 160px;
    display: none;
    top: 132px;
  }

  .portal-button.orange {
    top: 103px;
    right: 31.75px;
  }

  .hamburger-line {
    background-color: #fff;
  }

  .nav {
    z-index: 1000;
    top: 40px;
    right: 40px;
  }

  .menu-button-2, .icon-4 {
    display: none;
  }

  .nav-bg {
    background-color: var(--midnight-blue);
    display: block;
  }

  .menu-link-holder {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .menu-link {
    color: var(--white);
    font-family: Heavitas, sans-serif;
    font-size: 2em;
    line-height: 2.2em;
  }

  .menu-social-holder {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .div-block-25 {
    align-self: stretch;
  }

  .menu-link-holder-desktop {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .nav-desktop-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .image-5 {
    width: 250px;
  }

  .portal-button-2 {
    width: 160px;
    height: 160px;
    display: none;
    top: 132px;
  }

  .portal-button-2.orange {
    top: 103px;
    right: 31.75px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-6 {
    height: 300px;
  }

  .div-block-7 {
    width: 250px;
    height: 250px;
  }

  .image-4 {
    width: 200px;
  }

  .wellen-unten {
    bottom: -3%;
    left: -19%;
  }

  .wellen-rechts {
    bottom: -1%;
    right: -49%;
  }

  .wellen-oben {
    top: -3%;
    right: -174px;
  }

  .portal-text {
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .portal-button {
    display: none;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    position: static;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-5 {
    width: 200px;
  }

  .portal-button-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 90%, 0 0;
    background-size: cover, auto;
    width: 100%;
    height: 510px;
  }

  .heading-2 {
    margin-left: 0;
    padding-top: 60px;
    font-size: 2.8em;
    line-height: 1em;
  }

  .logo-wrapper {
    display: none;
  }

  .heading-1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .heading-1.white {
    font-size: 40px;
    line-height: 33px;
  }

  .heading-1.links {
    text-align: left;
  }

  .paragraph-2 {
    margin-bottom: 25px;
    display: flex;
  }

  .paragraph-2.blue {
    line-height: 20px;
    display: block;
  }

  .paragraph-2.blue.abstand {
    text-align: left;
    overflow: hidden;
  }

  .paragraph-2.blue.mitte {
    text-align: left;
  }

  .paragraph-2.green {
    line-height: 20px;
    display: block;
  }

  .div-block-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h3 {
    padding-left: 0;
    font-size: 20px;
  }

  .h3.links {
    text-align: left;
    padding-right: 0;
  }

  .partner-section {
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .div-block-7 {
    text-align: center;
    background-size: contain;
    width: 80%;
    height: 120px;
    padding-left: 0;
    position: absolute;
    top: auto;
    bottom: 7%;
  }

  .wrapper-flying-intro {
    background-position: 770% 120%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .divider {
    margin-bottom: 30px;
  }

  .zaehler.gross {
    display: block;
  }

  .wrapper-flying-leistung {
    padding: 40px 30px 20px;
  }

  .paragraph-1 {
    margin-bottom: 25px;
    display: flex;
  }

  .paragraph-1.blue {
    white-space: pre-wrap;
    font-size: 17px;
    line-height: 20px;
    display: flex;
  }

  .team-secrion {
    background-position: 50% 0;
    background-size: 210px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .portrait {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid-3 {
    display: block;
  }

  .h2 {
    text-align: center;
    font-size: 29px;
    line-height: 27px;
  }

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

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

  .div-block-14 {
    background-size: contain;
    height: 210px;
  }

  .column-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .speisekarte-section {
    height: 250px;
  }

  .gallerie-section {
    height: 350px;
  }

  .section-f-ner-gutschein {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .kochschule-section, .menu-section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4 {
    font-size: 30px;
    line-height: 27px;
  }

  .div-block-21 {
    display: block;
  }

  .newsletter-section {
    padding-left: 19px;
    padding-right: 20px;
  }

  .gutschein-section {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .storer {
    width: 120px;
    height: 120px;
    top: -28%;
    right: 4%;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 17px;
  }

  .section-speisekarte-slider {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    width: 100%;
    padding-left: 0;
  }

  .headline-newsletter {
    margin-bottom: 25px;
    display: flex;
  }

  .p-newsletter {
    margin-bottom: 25px;
  }

  .stoerer-ausgebucht {
    top: 48%;
    right: 4%;
  }

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

  .heading-wrapper {
    padding-top: 20%;
  }

  .portal-section {
    width: 100%;
    height: 100vh;
  }

  .image-4 {
    width: 150px;
  }

  .portal-arrow {
    width: 30px;
    margin-bottom: 10px;
  }

  .wellen-unten {
    z-index: 31;
    width: 200%;
    position: absolute;
    bottom: -20px;
    left: -130px;
  }

  .portal-flying {
    z-index: 40;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    display: flex;
  }

  .wellen-rechts {
    z-index: 32;
    width: 200%;
    position: absolute;
    bottom: 5px;
    right: -236px;
  }

  .wellen-oben {
    z-index: 31;
    width: 200%;
    position: absolute;
    top: -26px;
    right: -168px;
  }

  .image-2 {
    width: 100%;
  }

  .button-portal-text {
    word-break: break-all;
    width: 75%;
    font-size: .9em;
    line-height: 1em;
  }

  .text-wrapper {
    max-width: 80%;
    margin-top: 20px;
  }

  .portal-text {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .portal-button {
    width: 120px;
    height: 120px;
    display: none;
    top: 292px;
    right: -7.25px;
  }

  .portal-button.orange {
    top: 77px;
    right: -4px;
  }

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

  .portal-grid {
    justify-content: center;
    align-items: center;
    height: 50%;
    top: 0%;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-banner2_component-2 {
    width: 100%;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .nav {
    top: 30px;
    right: 30px;
  }

  .menu-button-2, .icon-4 {
    display: none;
  }

  .menu-link-holder {
    z-index: 3;
    margin-top: 144px;
    position: relative;
  }

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

  .menu-link-holder-desktop {
    z-index: 3;
    margin-top: 144px;
    position: relative;
  }

  .nav-desktop-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .image-5 {
    width: 150px;
  }

  .portal-button-2 {
    width: 120px;
    height: 120px;
    display: none;
    top: 292px;
    right: -7.25px;
  }

  .portal-button-2.orange {
    top: 77px;
    right: -4px;
  }

  .image-6 {
    width: 100%;
    max-width: none;
  }
}

#w-node-_708e49c3-0bcc-25a4-a1e6-55b27bd71fc2-01ec4cec, #w-node-_708e49c3-0bcc-25a4-a1e6-55b27bd71fce-01ec4cec {
  place-self: auto;
}

#w-node-b99d4d9c-daf5-1d17-cd32-b7f9cbb7c229-e0875d4b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-cddcf21e-ddd4-3215-e65e-690f02e775cf-e0875d4b {
    justify-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-b99d4d9c-daf5-1d17-cd32-b7f9cbb7c229-e0875d4b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b99d4d9c-daf5-1d17-cd32-b7f9cbb7c22a-e0875d4b {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_708e49c3-0bcc-25a4-a1e6-55b27bd71fc2-01ec4cec {
    align-self: center;
  }

  #w-node-b99d4d9c-daf5-1d17-cd32-b7f9cbb7c229-e0875d4b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b99d4d9c-daf5-1d17-cd32-b7f9cbb7c22a-e0875d4b {
    grid-row: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Heavitas';
  src: url('../fonts/Heavitas.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}